-- Adminer 4.7.6 MySQL dump

SET NAMES utf8;
SET time_zone = '+00:00';
SET foreign_key_checks = 0;
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';

SET NAMES utf8mb4;

DROP TABLE IF EXISTS `wpmq_commentmeta`;
CREATE TABLE `wpmq_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_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_comments`;
CREATE TABLE `wpmq_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_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_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)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1,	1,	'A WordPress Commenter',	'wapuu@wordpress.example',	'https://wordpress.org/',	'',	'2020-01-23 12:02:57',	'2020-01-23 12:02:57',	'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,	'post-trashed',	'',	'',	0,	0),
(2,	2732,	'ActionScheduler',	'',	'',	'',	'2020-02-10 12:25:10',	'2020-02-10 12:25:10',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(3,	2733,	'ActionScheduler',	'',	'',	'',	'2020-02-10 12:25:22',	'2020-02-10 12:25:22',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(4,	2732,	'ActionScheduler',	'',	'',	'',	'2020-02-10 12:27:07',	'2020-02-10 12:27:07',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(5,	2732,	'ActionScheduler',	'',	'',	'',	'2020-02-10 12:27:08',	'2020-02-10 12:27:08',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(6,	2733,	'ActionScheduler',	'',	'',	'',	'2020-02-10 12:27:08',	'2020-02-10 12:27:08',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(7,	2733,	'ActionScheduler',	'',	'',	'',	'2020-02-10 12:27:08',	'2020-02-10 12:27:08',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(8,	2734,	'ActionScheduler',	'',	'',	'',	'2020-02-10 12:27:08',	'2020-02-10 12:27:08',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(9,	2738,	'ActionScheduler',	'',	'',	'',	'2020-02-10 12:59:31',	'2020-02-10 12:59:31',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(10,	2740,	'ActionScheduler',	'',	'',	'',	'2020-02-10 12:59:31',	'2020-02-10 12:59:31',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(11,	2739,	'WooCommerce',	'woocommerce@truma.youarenearly.online',	'',	'',	'2020-02-10 12:59:32',	'2020-02-10 12:59:32',	'Payment to be made upon delivery. Order status changed from Pending payment to Processing.',	0,	'1',	'WooCommerce',	'order_note',	0,	0),
(12,	2738,	'ActionScheduler',	'',	'',	'',	'2020-02-10 13:00:42',	'2020-02-10 13:00:42',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(13,	2738,	'ActionScheduler',	'',	'',	'',	'2020-02-10 13:00:42',	'2020-02-10 13:00:42',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(14,	2740,	'ActionScheduler',	'',	'',	'',	'2020-02-10 13:00:42',	'2020-02-10 13:00:42',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(15,	2740,	'ActionScheduler',	'',	'',	'',	'2020-02-10 13:00:42',	'2020-02-10 13:00:42',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(16,	2734,	'ActionScheduler',	'',	'',	'',	'2020-02-10 13:44:35',	'2020-02-10 13:44:35',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(17,	2734,	'ActionScheduler',	'',	'',	'',	'2020-02-10 13:44:35',	'2020-02-10 13:44:35',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(18,	2741,	'ActionScheduler',	'',	'',	'',	'2020-02-10 13:44:35',	'2020-02-10 13:44:35',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(19,	2741,	'ActionScheduler',	'',	'',	'',	'2020-02-10 14:44:44',	'2020-02-10 14:44:44',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(20,	2741,	'ActionScheduler',	'',	'',	'',	'2020-02-10 14:44:44',	'2020-02-10 14:44:44',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(21,	2757,	'ActionScheduler',	'',	'',	'',	'2020-02-10 14:44:44',	'2020-02-10 14:44:44',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(22,	2757,	'ActionScheduler',	'',	'',	'',	'2020-02-10 16:20:54',	'2020-02-10 16:20:54',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(23,	2757,	'ActionScheduler',	'',	'',	'',	'2020-02-10 16:20:54',	'2020-02-10 16:20:54',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(24,	2761,	'ActionScheduler',	'',	'',	'',	'2020-02-10 16:20:54',	'2020-02-10 16:20:54',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(25,	2761,	'ActionScheduler',	'',	'',	'',	'2020-02-10 17:21:22',	'2020-02-10 17:21:22',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(26,	2761,	'ActionScheduler',	'',	'',	'',	'2020-02-10 17:21:22',	'2020-02-10 17:21:22',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(27,	2767,	'ActionScheduler',	'',	'',	'',	'2020-02-10 17:21:22',	'2020-02-10 17:21:22',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(28,	2767,	'ActionScheduler',	'',	'',	'',	'2020-02-10 18:22:24',	'2020-02-10 18:22:24',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(29,	2767,	'ActionScheduler',	'',	'',	'',	'2020-02-10 18:22:24',	'2020-02-10 18:22:24',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(30,	2768,	'ActionScheduler',	'',	'',	'',	'2020-02-10 18:22:24',	'2020-02-10 18:22:24',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(31,	2768,	'ActionScheduler',	'',	'',	'',	'2020-02-10 20:45:04',	'2020-02-10 20:45:04',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(32,	2768,	'ActionScheduler',	'',	'',	'',	'2020-02-10 20:45:04',	'2020-02-10 20:45:04',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(33,	2769,	'ActionScheduler',	'',	'',	'',	'2020-02-10 20:45:04',	'2020-02-10 20:45:04',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(34,	2769,	'ActionScheduler',	'',	'',	'',	'2020-02-11 08:43:48',	'2020-02-11 08:43:48',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(35,	2769,	'ActionScheduler',	'',	'',	'',	'2020-02-11 08:43:48',	'2020-02-11 08:43:48',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(36,	2770,	'ActionScheduler',	'',	'',	'',	'2020-02-11 08:43:48',	'2020-02-11 08:43:48',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(37,	2770,	'ActionScheduler',	'',	'',	'',	'2020-02-11 09:59:30',	'2020-02-11 09:59:30',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(38,	2770,	'ActionScheduler',	'',	'',	'',	'2020-02-11 09:59:30',	'2020-02-11 09:59:30',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(39,	2771,	'ActionScheduler',	'',	'',	'',	'2020-02-11 09:59:30',	'2020-02-11 09:59:30',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(40,	2771,	'ActionScheduler',	'',	'',	'',	'2020-02-11 11:00:09',	'2020-02-11 11:00:09',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(41,	2771,	'ActionScheduler',	'',	'',	'',	'2020-02-11 11:00:09',	'2020-02-11 11:00:09',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(42,	2779,	'ActionScheduler',	'',	'',	'',	'2020-02-11 11:00:09',	'2020-02-11 11:00:09',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(43,	2779,	'ActionScheduler',	'',	'',	'',	'2020-02-11 12:00:38',	'2020-02-11 12:00:38',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(44,	2779,	'ActionScheduler',	'',	'',	'',	'2020-02-11 12:00:38',	'2020-02-11 12:00:38',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(45,	2809,	'ActionScheduler',	'',	'',	'',	'2020-02-11 12:00:38',	'2020-02-11 12:00:38',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(46,	2809,	'ActionScheduler',	'',	'',	'',	'2020-02-11 13:01:38',	'2020-02-11 13:01:38',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(47,	2809,	'ActionScheduler',	'',	'',	'',	'2020-02-11 13:01:38',	'2020-02-11 13:01:38',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(48,	2813,	'ActionScheduler',	'',	'',	'',	'2020-02-11 13:01:38',	'2020-02-11 13:01:38',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(49,	2813,	'ActionScheduler',	'',	'',	'',	'2020-02-11 14:03:26',	'2020-02-11 14:03:26',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(50,	2813,	'ActionScheduler',	'',	'',	'',	'2020-02-11 14:03:26',	'2020-02-11 14:03:26',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(51,	2818,	'ActionScheduler',	'',	'',	'',	'2020-02-11 14:03:26',	'2020-02-11 14:03:26',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(52,	2818,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:03:35',	'2020-02-11 15:03:35',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(53,	2818,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:03:35',	'2020-02-11 15:03:35',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(54,	2825,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:03:35',	'2020-02-11 15:03:35',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(55,	2835,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:07',	'2020-02-11 15:22:07',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(56,	2836,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:07',	'2020-02-11 15:22:07',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(57,	2837,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:07',	'2020-02-11 15:22:07',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(58,	2838,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:11',	'2020-02-11 15:22:11',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(59,	2839,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:11',	'2020-02-11 15:22:11',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(60,	2840,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:11',	'2020-02-11 15:22:11',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(61,	2835,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(62,	2835,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(63,	2836,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(64,	2836,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(65,	2837,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(66,	2837,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(67,	2838,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(68,	2838,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(69,	2839,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(70,	2839,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(71,	2840,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(72,	2840,	'ActionScheduler',	'',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(73,	2825,	'ActionScheduler',	'',	'',	'',	'2020-02-11 16:04:52',	'2020-02-11 16:04:52',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(74,	2825,	'ActionScheduler',	'',	'',	'',	'2020-02-11 16:04:52',	'2020-02-11 16:04:52',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(75,	2894,	'ActionScheduler',	'',	'',	'',	'2020-02-11 16:04:52',	'2020-02-11 16:04:52',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(76,	2894,	'ActionScheduler',	'',	'',	'',	'2020-02-11 17:28:19',	'2020-02-11 17:28:19',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(77,	2894,	'ActionScheduler',	'',	'',	'',	'2020-02-11 17:28:19',	'2020-02-11 17:28:19',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(78,	2981,	'ActionScheduler',	'',	'',	'',	'2020-02-11 17:28:19',	'2020-02-11 17:28:19',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(79,	2981,	'ActionScheduler',	'',	'',	'',	'2020-02-11 18:29:07',	'2020-02-11 18:29:07',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(80,	2981,	'ActionScheduler',	'',	'',	'',	'2020-02-11 18:29:07',	'2020-02-11 18:29:07',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(81,	2984,	'ActionScheduler',	'',	'',	'',	'2020-02-11 18:29:07',	'2020-02-11 18:29:07',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(82,	2984,	'ActionScheduler',	'',	'',	'',	'2020-02-12 02:19:21',	'2020-02-12 02:19:21',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(83,	2984,	'ActionScheduler',	'',	'',	'',	'2020-02-12 02:19:21',	'2020-02-12 02:19:21',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(84,	2985,	'ActionScheduler',	'',	'',	'',	'2020-02-12 02:19:21',	'2020-02-12 02:19:21',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(85,	2985,	'ActionScheduler',	'',	'',	'',	'2020-02-12 04:55:34',	'2020-02-12 04:55:34',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(86,	2985,	'ActionScheduler',	'',	'',	'',	'2020-02-12 04:55:35',	'2020-02-12 04:55:35',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(87,	2986,	'ActionScheduler',	'',	'',	'',	'2020-02-12 04:55:35',	'2020-02-12 04:55:35',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(88,	2986,	'ActionScheduler',	'',	'',	'',	'2020-02-12 11:46:20',	'2020-02-12 11:46:20',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(89,	2986,	'ActionScheduler',	'',	'',	'',	'2020-02-12 11:46:20',	'2020-02-12 11:46:20',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(90,	2987,	'ActionScheduler',	'',	'',	'',	'2020-02-12 11:46:20',	'2020-02-12 11:46:20',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(91,	2987,	'ActionScheduler',	'',	'',	'',	'2020-02-12 17:08:29',	'2020-02-12 17:08:29',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(92,	2987,	'ActionScheduler',	'',	'',	'',	'2020-02-12 17:08:29',	'2020-02-12 17:08:29',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(93,	2988,	'ActionScheduler',	'',	'',	'',	'2020-02-12 17:08:29',	'2020-02-12 17:08:29',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(94,	2988,	'ActionScheduler',	'',	'',	'',	'2020-02-12 19:09:55',	'2020-02-12 19:09:55',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(95,	2988,	'ActionScheduler',	'',	'',	'',	'2020-02-12 19:09:55',	'2020-02-12 19:09:55',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(96,	2990,	'ActionScheduler',	'',	'',	'',	'2020-02-12 19:09:55',	'2020-02-12 19:09:55',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(97,	2990,	'ActionScheduler',	'',	'',	'',	'2020-02-13 09:32:59',	'2020-02-13 09:32:59',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(98,	2990,	'ActionScheduler',	'',	'',	'',	'2020-02-13 09:32:59',	'2020-02-13 09:32:59',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(99,	2991,	'ActionScheduler',	'',	'',	'',	'2020-02-13 09:32:59',	'2020-02-13 09:32:59',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(100,	2991,	'ActionScheduler',	'',	'',	'',	'2020-02-13 10:33:30',	'2020-02-13 10:33:30',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(101,	2991,	'ActionScheduler',	'',	'',	'',	'2020-02-13 10:33:30',	'2020-02-13 10:33:30',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(102,	3007,	'ActionScheduler',	'',	'',	'',	'2020-02-13 10:33:30',	'2020-02-13 10:33:30',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(103,	3007,	'ActionScheduler',	'',	'',	'',	'2020-02-13 11:33:56',	'2020-02-13 11:33:56',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(104,	3007,	'ActionScheduler',	'',	'',	'',	'2020-02-13 11:33:56',	'2020-02-13 11:33:56',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(105,	3020,	'ActionScheduler',	'',	'',	'',	'2020-02-13 11:33:56',	'2020-02-13 11:33:56',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(106,	3020,	'ActionScheduler',	'',	'',	'',	'2020-02-13 12:35:06',	'2020-02-13 12:35:06',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(107,	3020,	'ActionScheduler',	'',	'',	'',	'2020-02-13 12:35:06',	'2020-02-13 12:35:06',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(108,	3036,	'ActionScheduler',	'',	'',	'',	'2020-02-13 12:35:06',	'2020-02-13 12:35:06',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(109,	3036,	'ActionScheduler',	'',	'',	'',	'2020-02-13 13:37:02',	'2020-02-13 13:37:02',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(110,	3036,	'ActionScheduler',	'',	'',	'',	'2020-02-13 13:37:02',	'2020-02-13 13:37:02',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(111,	3060,	'ActionScheduler',	'',	'',	'',	'2020-02-13 13:37:02',	'2020-02-13 13:37:02',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(112,	3060,	'ActionScheduler',	'',	'',	'',	'2020-02-13 14:39:12',	'2020-02-13 14:39:12',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(113,	3060,	'ActionScheduler',	'',	'',	'',	'2020-02-13 14:39:12',	'2020-02-13 14:39:12',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(114,	3078,	'ActionScheduler',	'',	'',	'',	'2020-02-13 14:39:12',	'2020-02-13 14:39:12',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(115,	3078,	'ActionScheduler',	'',	'',	'',	'2020-02-13 16:00:54',	'2020-02-13 16:00:54',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(116,	3078,	'ActionScheduler',	'',	'',	'',	'2020-02-13 16:00:54',	'2020-02-13 16:00:54',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(117,	3094,	'ActionScheduler',	'',	'',	'',	'2020-02-13 16:00:54',	'2020-02-13 16:00:54',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(118,	3094,	'ActionScheduler',	'',	'',	'',	'2020-02-13 17:03:07',	'2020-02-13 17:03:07',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(119,	3094,	'ActionScheduler',	'',	'',	'',	'2020-02-13 17:03:07',	'2020-02-13 17:03:07',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(120,	3108,	'ActionScheduler',	'',	'',	'',	'2020-02-13 17:03:07',	'2020-02-13 17:03:07',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(121,	3108,	'ActionScheduler',	'',	'',	'',	'2020-02-13 18:48:31',	'2020-02-13 18:48:31',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(122,	3108,	'ActionScheduler',	'',	'',	'',	'2020-02-13 18:48:31',	'2020-02-13 18:48:31',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(123,	3113,	'ActionScheduler',	'',	'',	'',	'2020-02-13 18:48:31',	'2020-02-13 18:48:31',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(124,	3113,	'ActionScheduler',	'',	'',	'',	'2020-02-13 21:10:25',	'2020-02-13 21:10:25',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(125,	3113,	'ActionScheduler',	'',	'',	'',	'2020-02-13 21:10:25',	'2020-02-13 21:10:25',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(126,	3123,	'ActionScheduler',	'',	'',	'',	'2020-02-13 21:10:25',	'2020-02-13 21:10:25',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(127,	3123,	'ActionScheduler',	'',	'',	'',	'2020-02-14 07:18:34',	'2020-02-14 07:18:34',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(128,	3123,	'ActionScheduler',	'',	'',	'',	'2020-02-14 07:18:34',	'2020-02-14 07:18:34',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(129,	3124,	'ActionScheduler',	'',	'',	'',	'2020-02-14 07:18:34',	'2020-02-14 07:18:34',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(130,	3124,	'ActionScheduler',	'',	'',	'',	'2020-02-14 08:20:05',	'2020-02-14 08:20:05',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(131,	3124,	'ActionScheduler',	'',	'',	'',	'2020-02-14 08:20:05',	'2020-02-14 08:20:05',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(132,	3128,	'ActionScheduler',	'',	'',	'',	'2020-02-14 08:20:05',	'2020-02-14 08:20:05',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(133,	3128,	'ActionScheduler',	'',	'',	'',	'2020-02-14 09:20:14',	'2020-02-14 09:20:14',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(134,	3128,	'ActionScheduler',	'',	'',	'',	'2020-02-14 09:20:14',	'2020-02-14 09:20:14',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(135,	3136,	'ActionScheduler',	'',	'',	'',	'2020-02-14 09:20:14',	'2020-02-14 09:20:14',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(136,	3136,	'ActionScheduler',	'',	'',	'',	'2020-02-14 11:43:19',	'2020-02-14 11:43:19',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(137,	3136,	'ActionScheduler',	'',	'',	'',	'2020-02-14 11:43:19',	'2020-02-14 11:43:19',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(138,	3143,	'ActionScheduler',	'',	'',	'',	'2020-02-14 11:43:19',	'2020-02-14 11:43:19',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(139,	3143,	'ActionScheduler',	'',	'',	'',	'2020-02-14 13:01:16',	'2020-02-14 13:01:16',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(140,	3143,	'ActionScheduler',	'',	'',	'',	'2020-02-14 13:01:16',	'2020-02-14 13:01:16',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(141,	3145,	'ActionScheduler',	'',	'',	'',	'2020-02-14 13:01:16',	'2020-02-14 13:01:16',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(142,	3145,	'ActionScheduler',	'',	'',	'',	'2020-02-14 14:04:36',	'2020-02-14 14:04:36',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(143,	3145,	'ActionScheduler',	'',	'',	'',	'2020-02-14 14:04:36',	'2020-02-14 14:04:36',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(144,	3146,	'ActionScheduler',	'',	'',	'',	'2020-02-14 14:04:36',	'2020-02-14 14:04:36',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(145,	3146,	'ActionScheduler',	'',	'',	'',	'2020-02-14 17:29:17',	'2020-02-14 17:29:17',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(146,	3146,	'ActionScheduler',	'',	'',	'',	'2020-02-14 17:29:17',	'2020-02-14 17:29:17',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(147,	3147,	'ActionScheduler',	'',	'',	'',	'2020-02-14 17:29:17',	'2020-02-14 17:29:17',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(148,	3147,	'ActionScheduler',	'',	'',	'',	'2020-02-14 18:29:56',	'2020-02-14 18:29:56',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(149,	3147,	'ActionScheduler',	'',	'',	'',	'2020-02-14 18:29:56',	'2020-02-14 18:29:56',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(150,	3148,	'ActionScheduler',	'',	'',	'',	'2020-02-14 18:29:56',	'2020-02-14 18:29:56',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(151,	3148,	'ActionScheduler',	'',	'',	'',	'2020-02-14 23:51:36',	'2020-02-14 23:51:36',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(152,	3148,	'ActionScheduler',	'',	'',	'',	'2020-02-14 23:51:36',	'2020-02-14 23:51:36',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(153,	3149,	'ActionScheduler',	'',	'',	'',	'2020-02-14 23:51:36',	'2020-02-14 23:51:36',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(154,	3149,	'ActionScheduler',	'',	'',	'',	'2020-02-15 00:52:35',	'2020-02-15 00:52:35',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(155,	3149,	'ActionScheduler',	'',	'',	'',	'2020-02-15 00:52:35',	'2020-02-15 00:52:35',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(156,	3150,	'ActionScheduler',	'',	'',	'',	'2020-02-15 00:52:35',	'2020-02-15 00:52:35',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(157,	3150,	'ActionScheduler',	'',	'',	'',	'2020-02-15 01:52:35',	'2020-02-15 01:52:35',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(158,	3150,	'ActionScheduler',	'',	'',	'',	'2020-02-15 01:52:35',	'2020-02-15 01:52:35',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(159,	3151,	'ActionScheduler',	'',	'',	'',	'2020-02-15 01:52:35',	'2020-02-15 01:52:35',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(160,	3151,	'ActionScheduler',	'',	'',	'',	'2020-02-15 16:09:21',	'2020-02-15 16:09:21',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(161,	3151,	'ActionScheduler',	'',	'',	'',	'2020-02-15 16:09:21',	'2020-02-15 16:09:21',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(162,	3152,	'ActionScheduler',	'',	'',	'',	'2020-02-15 16:09:21',	'2020-02-15 16:09:21',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(163,	3152,	'ActionScheduler',	'',	'',	'',	'2020-02-16 11:19:27',	'2020-02-16 11:19:27',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(164,	3152,	'ActionScheduler',	'',	'',	'',	'2020-02-16 11:19:27',	'2020-02-16 11:19:27',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(165,	3153,	'ActionScheduler',	'',	'',	'',	'2020-02-16 11:19:27',	'2020-02-16 11:19:27',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(166,	3153,	'ActionScheduler',	'',	'',	'',	'2020-02-17 08:20:48',	'2020-02-17 08:20:48',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(167,	3153,	'ActionScheduler',	'',	'',	'',	'2020-02-17 08:20:48',	'2020-02-17 08:20:48',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(168,	3154,	'ActionScheduler',	'',	'',	'',	'2020-02-17 08:20:48',	'2020-02-17 08:20:48',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(169,	3154,	'ActionScheduler',	'',	'',	'',	'2020-02-17 09:21:44',	'2020-02-17 09:21:44',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(170,	3154,	'ActionScheduler',	'',	'',	'',	'2020-02-17 09:21:44',	'2020-02-17 09:21:44',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(171,	3155,	'ActionScheduler',	'',	'',	'',	'2020-02-17 09:21:44',	'2020-02-17 09:21:44',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(172,	3155,	'ActionScheduler',	'',	'',	'',	'2020-02-17 10:23:21',	'2020-02-17 10:23:21',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(173,	3155,	'ActionScheduler',	'',	'',	'',	'2020-02-17 10:23:21',	'2020-02-17 10:23:21',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(174,	3159,	'ActionScheduler',	'',	'',	'',	'2020-02-17 10:23:21',	'2020-02-17 10:23:21',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(175,	3159,	'ActionScheduler',	'',	'',	'',	'2020-02-17 11:25:05',	'2020-02-17 11:25:05',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(176,	3159,	'ActionScheduler',	'',	'',	'',	'2020-02-17 11:25:05',	'2020-02-17 11:25:05',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(177,	3160,	'ActionScheduler',	'',	'',	'',	'2020-02-17 11:25:05',	'2020-02-17 11:25:05',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(178,	3160,	'ActionScheduler',	'',	'',	'',	'2020-02-17 12:38:49',	'2020-02-17 12:38:49',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(179,	3160,	'ActionScheduler',	'',	'',	'',	'2020-02-17 12:38:49',	'2020-02-17 12:38:49',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(180,	3161,	'ActionScheduler',	'',	'',	'',	'2020-02-17 12:38:49',	'2020-02-17 12:38:49',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(181,	3161,	'ActionScheduler',	'',	'',	'',	'2020-02-17 14:45:58',	'2020-02-17 14:45:58',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(182,	3161,	'ActionScheduler',	'',	'',	'',	'2020-02-17 14:45:58',	'2020-02-17 14:45:58',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(183,	3166,	'ActionScheduler',	'',	'',	'',	'2020-02-17 14:45:58',	'2020-02-17 14:45:58',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(184,	3166,	'ActionScheduler',	'',	'',	'',	'2020-02-17 16:42:56',	'2020-02-17 16:42:56',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(185,	3166,	'ActionScheduler',	'',	'',	'',	'2020-02-17 16:42:56',	'2020-02-17 16:42:56',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(186,	3168,	'ActionScheduler',	'',	'',	'',	'2020-02-17 16:42:56',	'2020-02-17 16:42:56',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(187,	3168,	'ActionScheduler',	'',	'',	'',	'2020-02-17 18:07:11',	'2020-02-17 18:07:11',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(188,	3168,	'ActionScheduler',	'',	'',	'',	'2020-02-17 18:07:11',	'2020-02-17 18:07:11',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(189,	3169,	'ActionScheduler',	'',	'',	'',	'2020-02-17 18:07:11',	'2020-02-17 18:07:11',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(190,	3169,	'ActionScheduler',	'',	'',	'',	'2020-02-18 10:00:30',	'2020-02-18 10:00:30',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(191,	3169,	'ActionScheduler',	'',	'',	'',	'2020-02-18 10:00:30',	'2020-02-18 10:00:30',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(192,	3170,	'ActionScheduler',	'',	'',	'',	'2020-02-18 10:00:30',	'2020-02-18 10:00:30',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(193,	3170,	'ActionScheduler',	'',	'',	'',	'2020-02-18 11:00:41',	'2020-02-18 11:00:41',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(194,	3170,	'ActionScheduler',	'',	'',	'',	'2020-02-18 11:00:41',	'2020-02-18 11:00:41',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(195,	3172,	'ActionScheduler',	'',	'',	'',	'2020-02-18 11:00:41',	'2020-02-18 11:00:41',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(196,	3172,	'ActionScheduler',	'',	'',	'',	'2020-02-18 12:01:41',	'2020-02-18 12:01:41',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(197,	3172,	'ActionScheduler',	'',	'',	'',	'2020-02-18 12:01:41',	'2020-02-18 12:01:41',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(198,	3173,	'ActionScheduler',	'',	'',	'',	'2020-02-18 12:01:41',	'2020-02-18 12:01:41',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(199,	3173,	'ActionScheduler',	'',	'',	'',	'2020-02-18 13:01:41',	'2020-02-18 13:01:41',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(200,	3173,	'ActionScheduler',	'',	'',	'',	'2020-02-18 13:01:41',	'2020-02-18 13:01:41',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(201,	3174,	'ActionScheduler',	'',	'',	'',	'2020-02-18 13:01:41',	'2020-02-18 13:01:41',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(202,	3174,	'ActionScheduler',	'',	'',	'',	'2020-02-18 14:02:41',	'2020-02-18 14:02:41',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(203,	3174,	'ActionScheduler',	'',	'',	'',	'2020-02-18 14:02:41',	'2020-02-18 14:02:41',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(204,	3175,	'ActionScheduler',	'',	'',	'',	'2020-02-18 14:02:41',	'2020-02-18 14:02:41',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(205,	3175,	'ActionScheduler',	'',	'',	'',	'2020-02-18 15:04:05',	'2020-02-18 15:04:05',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(206,	3175,	'ActionScheduler',	'',	'',	'',	'2020-02-18 15:04:05',	'2020-02-18 15:04:05',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(207,	3176,	'ActionScheduler',	'',	'',	'',	'2020-02-18 15:04:05',	'2020-02-18 15:04:05',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(208,	3176,	'ActionScheduler',	'',	'',	'',	'2020-02-18 16:04:05',	'2020-02-18 16:04:05',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(209,	3176,	'ActionScheduler',	'',	'',	'',	'2020-02-18 16:04:05',	'2020-02-18 16:04:05',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(210,	3177,	'ActionScheduler',	'',	'',	'',	'2020-02-18 16:04:05',	'2020-02-18 16:04:05',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(211,	3177,	'ActionScheduler',	'',	'',	'',	'2020-02-18 17:08:24',	'2020-02-18 17:08:24',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(212,	3177,	'ActionScheduler',	'',	'',	'',	'2020-02-18 17:08:24',	'2020-02-18 17:08:24',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(213,	3178,	'ActionScheduler',	'',	'',	'',	'2020-02-18 17:08:24',	'2020-02-18 17:08:24',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(214,	3178,	'ActionScheduler',	'',	'',	'',	'2020-02-18 20:19:40',	'2020-02-18 20:19:40',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(215,	3178,	'ActionScheduler',	'',	'',	'',	'2020-02-18 20:19:40',	'2020-02-18 20:19:40',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(216,	3181,	'ActionScheduler',	'',	'',	'',	'2020-02-18 20:19:40',	'2020-02-18 20:19:40',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(217,	3181,	'ActionScheduler',	'',	'',	'',	'2020-02-19 10:13:28',	'2020-02-19 10:13:28',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(218,	3181,	'ActionScheduler',	'',	'',	'',	'2020-02-19 10:13:28',	'2020-02-19 10:13:28',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(219,	3182,	'ActionScheduler',	'',	'',	'',	'2020-02-19 10:13:28',	'2020-02-19 10:13:28',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(220,	3182,	'ActionScheduler',	'',	'',	'',	'2020-02-19 15:51:57',	'2020-02-19 15:51:57',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(221,	3182,	'ActionScheduler',	'',	'',	'',	'2020-02-19 15:51:58',	'2020-02-19 15:51:58',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(222,	3183,	'ActionScheduler',	'',	'',	'',	'2020-02-19 15:51:58',	'2020-02-19 15:51:58',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(223,	3183,	'ActionScheduler',	'',	'',	'',	'2020-02-19 17:36:55',	'2020-02-19 17:36:55',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(224,	3183,	'ActionScheduler',	'',	'',	'',	'2020-02-19 17:36:55',	'2020-02-19 17:36:55',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(225,	3184,	'ActionScheduler',	'',	'',	'',	'2020-02-19 17:36:55',	'2020-02-19 17:36:55',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(226,	3184,	'ActionScheduler',	'',	'',	'',	'2020-02-20 08:53:55',	'2020-02-20 08:53:55',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(227,	3184,	'ActionScheduler',	'',	'',	'',	'2020-02-20 08:53:55',	'2020-02-20 08:53:55',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(228,	3189,	'ActionScheduler',	'',	'',	'',	'2020-02-20 08:53:55',	'2020-02-20 08:53:55',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(229,	3189,	'ActionScheduler',	'',	'',	'',	'2020-02-20 09:54:13',	'2020-02-20 09:54:13',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(230,	3189,	'ActionScheduler',	'',	'',	'',	'2020-02-20 09:54:13',	'2020-02-20 09:54:13',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(231,	3190,	'ActionScheduler',	'',	'',	'',	'2020-02-20 09:54:13',	'2020-02-20 09:54:13',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(232,	3190,	'ActionScheduler',	'',	'',	'',	'2020-02-20 11:07:13',	'2020-02-20 11:07:13',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(233,	3190,	'ActionScheduler',	'',	'',	'',	'2020-02-20 11:07:13',	'2020-02-20 11:07:13',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(234,	3191,	'ActionScheduler',	'',	'',	'',	'2020-02-20 11:07:13',	'2020-02-20 11:07:13',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(235,	3191,	'ActionScheduler',	'',	'',	'',	'2020-02-20 12:08:36',	'2020-02-20 12:08:36',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(236,	3191,	'ActionScheduler',	'',	'',	'',	'2020-02-20 12:08:36',	'2020-02-20 12:08:36',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(237,	3192,	'ActionScheduler',	'',	'',	'',	'2020-02-20 12:08:36',	'2020-02-20 12:08:36',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(238,	3192,	'ActionScheduler',	'',	'',	'',	'2020-02-20 13:09:50',	'2020-02-20 13:09:50',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(239,	3192,	'ActionScheduler',	'',	'',	'',	'2020-02-20 13:09:50',	'2020-02-20 13:09:50',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(240,	3193,	'ActionScheduler',	'',	'',	'',	'2020-02-20 13:09:50',	'2020-02-20 13:09:50',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(241,	3193,	'ActionScheduler',	'',	'',	'',	'2020-02-20 14:26:57',	'2020-02-20 14:26:57',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(242,	3193,	'ActionScheduler',	'',	'',	'',	'2020-02-20 14:26:57',	'2020-02-20 14:26:57',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(243,	3194,	'ActionScheduler',	'',	'',	'',	'2020-02-20 14:26:58',	'2020-02-20 14:26:58',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(244,	3194,	'ActionScheduler',	'',	'',	'',	'2020-02-20 15:27:11',	'2020-02-20 15:27:11',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(245,	3194,	'ActionScheduler',	'',	'',	'',	'2020-02-20 15:27:11',	'2020-02-20 15:27:11',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(246,	3195,	'ActionScheduler',	'',	'',	'',	'2020-02-20 15:27:11',	'2020-02-20 15:27:11',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(247,	3195,	'ActionScheduler',	'',	'',	'',	'2020-02-20 17:46:02',	'2020-02-20 17:46:02',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(248,	3195,	'ActionScheduler',	'',	'',	'',	'2020-02-20 17:46:02',	'2020-02-20 17:46:02',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(249,	3196,	'ActionScheduler',	'',	'',	'',	'2020-02-20 17:46:02',	'2020-02-20 17:46:02',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(250,	3196,	'ActionScheduler',	'',	'',	'',	'2020-02-20 19:57:22',	'2020-02-20 19:57:22',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(251,	3196,	'ActionScheduler',	'',	'',	'',	'2020-02-20 19:57:22',	'2020-02-20 19:57:22',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(252,	3197,	'ActionScheduler',	'',	'',	'',	'2020-02-20 19:57:22',	'2020-02-20 19:57:22',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(253,	3197,	'ActionScheduler',	'',	'',	'',	'2020-02-20 22:15:59',	'2020-02-20 22:15:59',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(254,	3197,	'ActionScheduler',	'',	'',	'',	'2020-02-20 22:15:59',	'2020-02-20 22:15:59',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(255,	3198,	'ActionScheduler',	'',	'',	'',	'2020-02-20 22:15:59',	'2020-02-20 22:15:59',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(256,	3198,	'ActionScheduler',	'',	'',	'',	'2020-02-21 04:44:58',	'2020-02-21 04:44:58',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(257,	3198,	'ActionScheduler',	'',	'',	'',	'2020-02-21 04:44:58',	'2020-02-21 04:44:58',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(258,	3199,	'ActionScheduler',	'',	'',	'',	'2020-02-21 04:44:58',	'2020-02-21 04:44:58',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(259,	3199,	'ActionScheduler',	'',	'',	'',	'2020-02-21 05:56:31',	'2020-02-21 05:56:31',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(260,	3199,	'ActionScheduler',	'',	'',	'',	'2020-02-21 05:56:31',	'2020-02-21 05:56:31',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(261,	3200,	'ActionScheduler',	'',	'',	'',	'2020-02-21 05:56:31',	'2020-02-21 05:56:31',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(262,	3200,	'ActionScheduler',	'',	'',	'',	'2020-02-21 07:24:49',	'2020-02-21 07:24:49',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(263,	3200,	'ActionScheduler',	'',	'',	'',	'2020-02-21 07:24:49',	'2020-02-21 07:24:49',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(264,	3201,	'ActionScheduler',	'',	'',	'',	'2020-02-21 07:24:49',	'2020-02-21 07:24:49',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(265,	3201,	'ActionScheduler',	'',	'',	'',	'2020-02-21 08:28:47',	'2020-02-21 08:28:47',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(266,	3201,	'ActionScheduler',	'',	'',	'',	'2020-02-21 08:28:47',	'2020-02-21 08:28:47',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(267,	3202,	'ActionScheduler',	'',	'',	'',	'2020-02-21 08:28:47',	'2020-02-21 08:28:47',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(268,	3202,	'ActionScheduler',	'',	'',	'',	'2020-02-21 09:28:52',	'2020-02-21 09:28:52',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(269,	3202,	'ActionScheduler',	'',	'',	'',	'2020-02-21 09:28:52',	'2020-02-21 09:28:52',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(270,	3203,	'ActionScheduler',	'',	'',	'',	'2020-02-21 09:28:52',	'2020-02-21 09:28:52',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(271,	3203,	'ActionScheduler',	'',	'',	'',	'2020-02-21 12:19:16',	'2020-02-21 12:19:16',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(272,	3203,	'ActionScheduler',	'',	'',	'',	'2020-02-21 12:19:16',	'2020-02-21 12:19:16',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(273,	3205,	'ActionScheduler',	'',	'',	'',	'2020-02-21 12:19:16',	'2020-02-21 12:19:16',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(274,	3205,	'ActionScheduler',	'',	'',	'',	'2020-02-21 18:19:42',	'2020-02-21 18:19:42',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(275,	3205,	'ActionScheduler',	'',	'',	'',	'2020-02-21 18:19:42',	'2020-02-21 18:19:42',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(276,	3206,	'ActionScheduler',	'',	'',	'',	'2020-02-21 18:19:42',	'2020-02-21 18:19:42',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(277,	3206,	'ActionScheduler',	'',	'',	'',	'2020-02-22 05:39:39',	'2020-02-22 05:39:39',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(278,	3206,	'ActionScheduler',	'',	'',	'',	'2020-02-22 05:39:39',	'2020-02-22 05:39:39',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(279,	3207,	'ActionScheduler',	'',	'',	'',	'2020-02-22 05:39:39',	'2020-02-22 05:39:39',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(280,	3207,	'ActionScheduler',	'',	'',	'',	'2020-02-22 13:53:32',	'2020-02-22 13:53:32',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(281,	3207,	'ActionScheduler',	'',	'',	'',	'2020-02-22 13:53:32',	'2020-02-22 13:53:32',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(282,	3208,	'ActionScheduler',	'',	'',	'',	'2020-02-22 13:53:32',	'2020-02-22 13:53:32',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(283,	3208,	'ActionScheduler',	'',	'',	'',	'2020-02-24 12:37:40',	'2020-02-24 12:37:40',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(284,	3208,	'ActionScheduler',	'',	'',	'',	'2020-02-24 12:37:40',	'2020-02-24 12:37:40',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(285,	3209,	'ActionScheduler',	'',	'',	'',	'2020-02-24 12:37:40',	'2020-02-24 12:37:40',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(286,	3209,	'ActionScheduler',	'',	'',	'',	'2020-02-25 06:09:35',	'2020-02-25 06:09:35',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(287,	3209,	'ActionScheduler',	'',	'',	'',	'2020-02-25 06:09:35',	'2020-02-25 06:09:35',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(288,	3210,	'ActionScheduler',	'',	'',	'',	'2020-02-25 06:09:35',	'2020-02-25 06:09:35',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(289,	3210,	'ActionScheduler',	'',	'',	'',	'2020-02-25 07:14:11',	'2020-02-25 07:14:11',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(290,	3210,	'ActionScheduler',	'',	'',	'',	'2020-02-25 07:14:11',	'2020-02-25 07:14:11',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(291,	3211,	'ActionScheduler',	'',	'',	'',	'2020-02-25 07:14:11',	'2020-02-25 07:14:11',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(292,	3211,	'ActionScheduler',	'',	'',	'',	'2020-02-25 11:13:41',	'2020-02-25 11:13:41',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(293,	3211,	'ActionScheduler',	'',	'',	'',	'2020-02-25 11:13:41',	'2020-02-25 11:13:41',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(294,	3212,	'ActionScheduler',	'',	'',	'',	'2020-02-25 11:13:41',	'2020-02-25 11:13:41',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(295,	3212,	'ActionScheduler',	'',	'',	'',	'2020-02-25 13:47:21',	'2020-02-25 13:47:21',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(296,	3212,	'ActionScheduler',	'',	'',	'',	'2020-02-25 13:47:21',	'2020-02-25 13:47:21',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(297,	3213,	'ActionScheduler',	'',	'',	'',	'2020-02-25 13:47:21',	'2020-02-25 13:47:21',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(298,	3213,	'ActionScheduler',	'',	'',	'',	'2020-02-25 17:16:32',	'2020-02-25 17:16:32',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(299,	3213,	'ActionScheduler',	'',	'',	'',	'2020-02-25 17:16:33',	'2020-02-25 17:16:33',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(300,	3215,	'ActionScheduler',	'',	'',	'',	'2020-02-25 17:16:33',	'2020-02-25 17:16:33',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(301,	3215,	'ActionScheduler',	'',	'',	'',	'2020-02-25 18:31:45',	'2020-02-25 18:31:45',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(302,	3215,	'ActionScheduler',	'',	'',	'',	'2020-02-25 18:31:45',	'2020-02-25 18:31:45',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(303,	3217,	'ActionScheduler',	'',	'',	'',	'2020-02-25 18:31:45',	'2020-02-25 18:31:45',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(304,	3217,	'ActionScheduler',	'',	'',	'',	'2020-02-26 00:00:43',	'2020-02-26 00:00:43',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(305,	3217,	'ActionScheduler',	'',	'',	'',	'2020-02-26 00:00:43',	'2020-02-26 00:00:43',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(306,	3218,	'ActionScheduler',	'',	'',	'',	'2020-02-26 00:00:43',	'2020-02-26 00:00:43',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(307,	3218,	'ActionScheduler',	'',	'',	'',	'2020-02-26 09:33:08',	'2020-02-26 09:33:08',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(308,	3218,	'ActionScheduler',	'',	'',	'',	'2020-02-26 09:33:08',	'2020-02-26 09:33:08',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(309,	3219,	'ActionScheduler',	'',	'',	'',	'2020-02-26 09:33:08',	'2020-02-26 09:33:08',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(310,	3219,	'ActionScheduler',	'',	'',	'',	'2020-02-27 11:29:28',	'2020-02-27 11:29:28',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(311,	3219,	'ActionScheduler',	'',	'',	'',	'2020-02-27 11:29:28',	'2020-02-27 11:29:28',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(312,	3220,	'ActionScheduler',	'',	'',	'',	'2020-02-27 11:29:28',	'2020-02-27 11:29:28',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(313,	2739,	'alex',	'alex@helloonline.co.uk',	'',	'',	'2020-02-27 11:36:58',	'2020-02-27 11:36:58',	'Order status changed from Processing to Pending payment.',	0,	'1',	'WooCommerce',	'order_note',	0,	0),
(314,	3221,	'ActionScheduler',	'',	'',	'',	'2020-02-27 11:36:58',	'2020-02-27 11:36:58',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(315,	2739,	'alex',	'alex@helloonline.co.uk',	'',	'',	'2020-02-27 11:37:18',	'2020-02-27 11:37:18',	'Added line items: Evolution AUTO Top Half Complete RH (PEA07240022)',	0,	'1',	'WooCommerce',	'order_note',	0,	0),
(316,	3221,	'ActionScheduler',	'',	'',	'',	'2020-02-27 11:37:26',	'2020-02-27 11:37:26',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(317,	3221,	'ActionScheduler',	'',	'',	'',	'2020-02-27 11:37:26',	'2020-02-27 11:37:26',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(318,	2739,	'alex',	'alex@helloonline.co.uk',	'',	'',	'2020-02-27 11:37:30',	'2020-02-27 11:37:30',	'Order status changed from Pending payment to Processing.',	0,	'1',	'WooCommerce',	'order_note',	0,	0),
(319,	3222,	'ActionScheduler',	'',	'',	'',	'2020-02-27 11:37:31',	'2020-02-27 11:37:31',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(320,	3222,	'ActionScheduler',	'',	'',	'',	'2020-02-27 11:39:49',	'2020-02-27 11:39:49',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(321,	3222,	'ActionScheduler',	'',	'',	'',	'2020-02-27 11:39:49',	'2020-02-27 11:39:49',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(322,	3220,	'ActionScheduler',	'',	'',	'',	'2020-02-27 13:16:42',	'2020-02-27 13:16:42',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(323,	3220,	'ActionScheduler',	'',	'',	'',	'2020-02-27 13:16:42',	'2020-02-27 13:16:42',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(324,	3223,	'ActionScheduler',	'',	'',	'',	'2020-02-27 13:16:42',	'2020-02-27 13:16:42',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(325,	3223,	'ActionScheduler',	'',	'',	'',	'2020-02-27 16:50:46',	'2020-02-27 16:50:46',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(326,	3223,	'ActionScheduler',	'',	'',	'',	'2020-02-27 16:50:46',	'2020-02-27 16:50:46',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(327,	3224,	'ActionScheduler',	'',	'',	'',	'2020-02-27 16:50:46',	'2020-02-27 16:50:46',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(328,	3224,	'ActionScheduler',	'',	'',	'',	'2020-02-27 17:58:20',	'2020-02-27 17:58:20',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(329,	3224,	'ActionScheduler',	'',	'',	'',	'2020-02-27 17:58:20',	'2020-02-27 17:58:20',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(330,	3225,	'ActionScheduler',	'',	'',	'',	'2020-02-27 17:58:20',	'2020-02-27 17:58:20',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(331,	3225,	'ActionScheduler',	'',	'',	'',	'2020-02-28 00:52:51',	'2020-02-28 00:52:51',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(332,	3225,	'ActionScheduler',	'',	'',	'',	'2020-02-28 00:52:51',	'2020-02-28 00:52:51',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(333,	3226,	'ActionScheduler',	'',	'',	'',	'2020-02-28 00:52:51',	'2020-02-28 00:52:51',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(334,	3226,	'ActionScheduler',	'',	'',	'',	'2020-02-28 07:23:35',	'2020-02-28 07:23:35',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(335,	3226,	'ActionScheduler',	'',	'',	'',	'2020-02-28 07:23:35',	'2020-02-28 07:23:35',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(336,	3227,	'ActionScheduler',	'',	'',	'',	'2020-02-28 07:23:35',	'2020-02-28 07:23:35',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(337,	3227,	'ActionScheduler',	'',	'',	'',	'2020-02-28 08:28:27',	'2020-02-28 08:28:27',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(338,	3227,	'ActionScheduler',	'',	'',	'',	'2020-02-28 08:28:27',	'2020-02-28 08:28:27',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(339,	3228,	'ActionScheduler',	'',	'',	'',	'2020-02-28 08:28:27',	'2020-02-28 08:28:27',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(340,	3228,	'ActionScheduler',	'',	'',	'',	'2020-02-28 11:28:46',	'2020-02-28 11:28:46',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(341,	3228,	'ActionScheduler',	'',	'',	'',	'2020-02-28 11:28:46',	'2020-02-28 11:28:46',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(342,	3229,	'ActionScheduler',	'',	'',	'',	'2020-02-28 11:28:46',	'2020-02-28 11:28:46',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(343,	3229,	'ActionScheduler',	'',	'',	'',	'2020-02-28 13:41:27',	'2020-02-28 13:41:27',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(344,	3229,	'ActionScheduler',	'',	'',	'',	'2020-02-28 13:41:27',	'2020-02-28 13:41:27',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(345,	3230,	'ActionScheduler',	'',	'',	'',	'2020-02-28 13:41:27',	'2020-02-28 13:41:27',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(346,	3230,	'ActionScheduler',	'',	'',	'',	'2020-02-28 14:42:42',	'2020-02-28 14:42:42',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(347,	3230,	'ActionScheduler',	'',	'',	'',	'2020-02-28 14:42:42',	'2020-02-28 14:42:42',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(348,	5160,	'ActionScheduler',	'',	'',	'',	'2020-02-28 14:42:42',	'2020-02-28 14:42:42',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(349,	5160,	'ActionScheduler',	'',	'',	'',	'2020-02-28 16:47:52',	'2020-02-28 16:47:52',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(350,	5160,	'ActionScheduler',	'',	'',	'',	'2020-02-28 16:47:52',	'2020-02-28 16:47:52',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(351,	5161,	'ActionScheduler',	'',	'',	'',	'2020-02-28 16:47:52',	'2020-02-28 16:47:52',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(352,	5161,	'ActionScheduler',	'',	'',	'',	'2020-02-28 17:49:39',	'2020-02-28 17:49:39',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(353,	5161,	'ActionScheduler',	'',	'',	'',	'2020-02-28 17:49:39',	'2020-02-28 17:49:39',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(354,	5162,	'ActionScheduler',	'',	'',	'',	'2020-02-28 17:49:40',	'2020-02-28 17:49:40',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(355,	5162,	'ActionScheduler',	'',	'',	'',	'2020-02-28 18:50:41',	'2020-02-28 18:50:41',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(356,	5162,	'ActionScheduler',	'',	'',	'',	'2020-02-28 18:50:41',	'2020-02-28 18:50:41',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(357,	5163,	'ActionScheduler',	'',	'',	'',	'2020-02-28 18:50:41',	'2020-02-28 18:50:41',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(358,	5163,	'ActionScheduler',	'',	'',	'',	'2020-02-28 19:51:39',	'2020-02-28 19:51:39',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(359,	5163,	'ActionScheduler',	'',	'',	'',	'2020-02-28 19:51:39',	'2020-02-28 19:51:39',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(360,	5164,	'ActionScheduler',	'',	'',	'',	'2020-02-28 19:51:39',	'2020-02-28 19:51:39',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(361,	5164,	'ActionScheduler',	'',	'',	'',	'2020-02-28 21:43:36',	'2020-02-28 21:43:36',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(362,	5164,	'ActionScheduler',	'',	'',	'',	'2020-02-28 21:43:36',	'2020-02-28 21:43:36',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(363,	5165,	'ActionScheduler',	'',	'',	'',	'2020-02-28 21:43:36',	'2020-02-28 21:43:36',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(364,	5165,	'ActionScheduler',	'',	'',	'',	'2020-02-29 00:00:48',	'2020-02-29 00:00:48',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(365,	5165,	'ActionScheduler',	'',	'',	'',	'2020-02-29 00:00:48',	'2020-02-29 00:00:48',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(366,	5166,	'ActionScheduler',	'',	'',	'',	'2020-02-29 00:00:48',	'2020-02-29 00:00:48',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(367,	5166,	'ActionScheduler',	'',	'',	'',	'2020-02-29 01:46:42',	'2020-02-29 01:46:42',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(368,	5166,	'ActionScheduler',	'',	'',	'',	'2020-02-29 01:46:42',	'2020-02-29 01:46:42',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(369,	5167,	'ActionScheduler',	'',	'',	'',	'2020-02-29 01:46:42',	'2020-02-29 01:46:42',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(370,	5167,	'ActionScheduler',	'',	'',	'',	'2020-02-29 02:47:17',	'2020-02-29 02:47:17',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(371,	5167,	'ActionScheduler',	'',	'',	'',	'2020-02-29 02:47:17',	'2020-02-29 02:47:17',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(372,	5168,	'ActionScheduler',	'',	'',	'',	'2020-02-29 02:47:17',	'2020-02-29 02:47:17',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(373,	5168,	'ActionScheduler',	'',	'',	'',	'2020-02-29 07:17:06',	'2020-02-29 07:17:06',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(374,	5168,	'ActionScheduler',	'',	'',	'',	'2020-02-29 07:17:06',	'2020-02-29 07:17:06',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(375,	5169,	'ActionScheduler',	'',	'',	'',	'2020-02-29 07:17:06',	'2020-02-29 07:17:06',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(376,	5169,	'ActionScheduler',	'',	'',	'',	'2020-02-29 08:17:43',	'2020-02-29 08:17:43',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(377,	5169,	'ActionScheduler',	'',	'',	'',	'2020-02-29 08:17:43',	'2020-02-29 08:17:43',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(378,	5170,	'ActionScheduler',	'',	'',	'',	'2020-02-29 08:17:43',	'2020-02-29 08:17:43',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(379,	5170,	'ActionScheduler',	'',	'',	'',	'2020-02-29 13:07:54',	'2020-02-29 13:07:54',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(380,	5170,	'ActionScheduler',	'',	'',	'',	'2020-02-29 13:07:54',	'2020-02-29 13:07:54',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(381,	5171,	'ActionScheduler',	'',	'',	'',	'2020-02-29 13:07:54',	'2020-02-29 13:07:54',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(382,	5171,	'ActionScheduler',	'',	'',	'',	'2020-02-29 14:11:13',	'2020-02-29 14:11:13',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(383,	5171,	'ActionScheduler',	'',	'',	'',	'2020-02-29 14:11:13',	'2020-02-29 14:11:13',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(384,	5172,	'ActionScheduler',	'',	'',	'',	'2020-02-29 14:11:13',	'2020-02-29 14:11:13',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(385,	5172,	'ActionScheduler',	'',	'',	'',	'2020-02-29 17:15:07',	'2020-02-29 17:15:07',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(386,	5172,	'ActionScheduler',	'',	'',	'',	'2020-02-29 17:15:07',	'2020-02-29 17:15:07',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(387,	5173,	'ActionScheduler',	'',	'',	'',	'2020-02-29 17:15:07',	'2020-02-29 17:15:07',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(388,	5173,	'ActionScheduler',	'',	'',	'',	'2020-02-29 19:10:25',	'2020-02-29 19:10:25',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(389,	5173,	'ActionScheduler',	'',	'',	'',	'2020-02-29 19:10:25',	'2020-02-29 19:10:25',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(390,	5174,	'ActionScheduler',	'',	'',	'',	'2020-02-29 19:10:25',	'2020-02-29 19:10:25',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(391,	5174,	'ActionScheduler',	'',	'',	'',	'2020-03-01 00:05:15',	'2020-03-01 00:05:15',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(392,	5174,	'ActionScheduler',	'',	'',	'',	'2020-03-01 00:05:15',	'2020-03-01 00:05:15',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(393,	5175,	'ActionScheduler',	'',	'',	'',	'2020-03-01 00:05:15',	'2020-03-01 00:05:15',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(394,	5175,	'ActionScheduler',	'',	'',	'',	'2020-03-01 12:51:21',	'2020-03-01 12:51:21',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(395,	5175,	'ActionScheduler',	'',	'',	'',	'2020-03-01 12:51:21',	'2020-03-01 12:51:21',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(396,	5176,	'ActionScheduler',	'',	'',	'',	'2020-03-01 12:51:21',	'2020-03-01 12:51:21',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(397,	5176,	'ActionScheduler',	'',	'',	'',	'2020-03-01 13:59:06',	'2020-03-01 13:59:06',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(398,	5176,	'ActionScheduler',	'',	'',	'',	'2020-03-01 13:59:06',	'2020-03-01 13:59:06',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(399,	5177,	'ActionScheduler',	'',	'',	'',	'2020-03-01 13:59:06',	'2020-03-01 13:59:06',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(400,	5177,	'ActionScheduler',	'',	'',	'',	'2020-03-01 15:15:22',	'2020-03-01 15:15:22',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(401,	5177,	'ActionScheduler',	'',	'',	'',	'2020-03-01 15:15:22',	'2020-03-01 15:15:22',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(402,	5178,	'ActionScheduler',	'',	'',	'',	'2020-03-01 15:15:22',	'2020-03-01 15:15:22',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(403,	5178,	'ActionScheduler',	'',	'',	'',	'2020-03-01 18:44:24',	'2020-03-01 18:44:24',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(404,	5178,	'ActionScheduler',	'',	'',	'',	'2020-03-01 18:44:24',	'2020-03-01 18:44:24',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(405,	5179,	'ActionScheduler',	'',	'',	'',	'2020-03-01 18:44:24',	'2020-03-01 18:44:24',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(406,	5179,	'ActionScheduler',	'',	'',	'',	'2020-03-01 20:44:09',	'2020-03-01 20:44:09',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(407,	5179,	'ActionScheduler',	'',	'',	'',	'2020-03-01 20:44:09',	'2020-03-01 20:44:09',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(408,	5180,	'ActionScheduler',	'',	'',	'',	'2020-03-01 20:44:09',	'2020-03-01 20:44:09',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(409,	5180,	'ActionScheduler',	'',	'',	'',	'2020-03-02 05:38:24',	'2020-03-02 05:38:24',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(410,	5180,	'ActionScheduler',	'',	'',	'',	'2020-03-02 05:38:24',	'2020-03-02 05:38:24',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(411,	5181,	'ActionScheduler',	'',	'',	'',	'2020-03-02 05:38:24',	'2020-03-02 05:38:24',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(412,	5181,	'ActionScheduler',	'',	'',	'',	'2020-03-02 06:42:39',	'2020-03-02 06:42:39',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(413,	5181,	'ActionScheduler',	'',	'',	'',	'2020-03-02 06:42:39',	'2020-03-02 06:42:39',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(414,	5183,	'ActionScheduler',	'',	'',	'',	'2020-03-02 06:42:39',	'2020-03-02 06:42:39',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(415,	5183,	'ActionScheduler',	'',	'',	'',	'2020-03-02 07:42:58',	'2020-03-02 07:42:58',	'action started',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(416,	5183,	'ActionScheduler',	'',	'',	'',	'2020-03-02 07:42:58',	'2020-03-02 07:42:58',	'action complete',	0,	'1',	'ActionScheduler',	'action_log',	0,	0),
(417,	5185,	'ActionScheduler',	'',	'',	'',	'2020-03-02 07:42:58',	'2020-03-02 07:42:58',	'action created',	0,	'1',	'ActionScheduler',	'action_log',	0,	0);

DROP TABLE IF EXISTS `wpmq_cuteslider`;
CREATE TABLE `wpmq_cuteslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `data` text 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=utf8;


DROP TABLE IF EXISTS `wpmq_links`;
CREATE TABLE `wpmq_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_options`;
CREATE TABLE `wpmq_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1,	'siteurl',	'https://truma.youarenearly.online',	'yes'),
(2,	'home',	'https://truma.youarenearly.online',	'yes'),
(3,	'blogname',	'truma',	'yes'),
(4,	'blogdescription',	'truma',	'yes'),
(5,	'users_can_register',	'0',	'yes'),
(6,	'admin_email',	'alex@helloonline.co.uk',	'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',	'/%postname%/',	'yes'),
(30,	'hack_file',	'0',	'yes'),
(31,	'blog_charset',	'UTF-8',	'yes'),
(32,	'moderation_keys',	'',	'no'),
(33,	'active_plugins',	'a:11:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:11:\"map/map.php\";i:2;s:41:\"password-protected/password-protected.php\";i:3;s:37:\"user-role-editor/user-role-editor.php\";i:4;s:25:\"woo-easy-pay/worldpay.php\";i:5;s:47:\"woo-order-export-lite/woo-order-export-lite.php\";i:6;s:39:\"woocommerce-admin/woocommerce-admin.php\";i:7;s:27:\"woocommerce/woocommerce.php\";i:8;s:41:\"wordpress-importer/wordpress-importer.php\";i:9;s:24:\"wordpress-seo/wp-seo.php\";i:10;s:39:\"wp-file-manager/file_folder_manager.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:90:\"/home/youarene/truma.youarenearly.online/wp-content/plugins/advanced-custom-fields/acf.php\";i:1;s:0:\"\";}',	'no'),
(40,	'template',	'powrtouch',	'yes'),
(41,	'stylesheet',	'powrtouch',	'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',	'45805',	'yes'),
(49,	'uploads_use_yearmonth_folders',	'1',	'yes'),
(50,	'upload_path',	'',	'yes'),
(51,	'blog_public',	'0',	'yes'),
(52,	'default_link_category',	'2',	'yes'),
(53,	'show_on_front',	'page',	'yes'),
(54,	'tag_base',	'',	'yes'),
(55,	'show_avatars',	'1',	'yes'),
(56,	'avatar_rating',	'G',	'yes'),
(57,	'upload_url_path',	'',	'yes'),
(58,	'thumbnail_size_w',	'150',	'yes'),
(59,	'thumbnail_size_h',	'150',	'yes'),
(60,	'thumbnail_crop',	'1',	'yes'),
(61,	'medium_size_w',	'300',	'yes'),
(62,	'medium_size_h',	'300',	'yes'),
(63,	'avatar_default',	'mystery',	'yes'),
(64,	'large_size_w',	'1024',	'yes'),
(65,	'large_size_h',	'1024',	'yes'),
(66,	'image_default_link_type',	'none',	'yes'),
(67,	'image_default_size',	'',	'yes'),
(68,	'image_default_align',	'',	'yes'),
(69,	'close_comments_for_old_posts',	'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:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}',	'yes'),
(79,	'widget_text',	'a: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:1:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:9:\"uninstall\";}}',	'no'),
(82,	'timezone_string',	'',	'yes'),
(83,	'page_for_posts',	'2484',	'yes'),
(84,	'page_on_front',	'2383',	'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,	'wp_page_for_privacy_policy',	'3',	'yes'),
(92,	'show_comments_cookies_opt_in',	'1',	'yes'),
(93,	'admin_email_lifespan',	'1595332977',	'yes'),
(94,	'initial_db_version',	'45805',	'yes'),
(95,	'wpmq_user_roles',	'a:11:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:123:{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:27:\"access_white_label_branding\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"wpseo_manage_options\";b:1;s:14:\"ure_edit_roles\";b:1;s:16:\"ure_create_roles\";b:1;s:16:\"ure_delete_roles\";b:1;s:23:\"ure_create_capabilities\";b:1;s:23:\"ure_delete_capabilities\";b:1;s:18:\"ure_manage_options\";b:1;s:15:\"ure_reset_roles\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:9:\"sales_rep\";a:2:{s:4:\"name\";s:9:\"Sales Rep\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:16:\"account_customer\";a:2:{s:4:\"name\";s:16:\"Account Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}}',	'yes'),
(531,	'WPLANG',	'',	'yes'),
(96,	'fresh_site',	'0',	'yes'),
(97,	'widget_search',	'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}',	'yes'),
(98,	'widget_recent-posts',	'a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:5:{s:5:\"title\";s:14:\"Featured Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;s:12:\"show_excerpt\";s:4:\"hide\";s:18:\"show_comment_count\";s:4:\"show\";}s:12:\"_multiwidget\";i:1;}',	'yes'),
(99,	'widget_recent-comments',	'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}',	'yes'),
(100,	'widget_archives',	'a:2:{i:3;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}',	'yes'),
(101,	'widget_meta',	'a:2:{i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}',	'yes'),
(102,	'sidebars_widgets',	'a:13:{s:9:\"sidebar-1\";a:7:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:14:\"recent-posts-3\";i:4;s:10:\"archives-3\";i:5;s:12:\"categories-3\";i:6;s:6:\"meta-3\";}s:9:\"sidebar-2\";a:0:{}s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"defaultsidebar\";a:0:{}s:19:\"hiddenpannelsidebar\";a:0:{}s:8:\"znfooter\";a:1:{i:0;s:14:\"text_contact-2\";}s:10:\"znfooter-2\";a:1:{i:0;s:10:\"nav_menu-2\";}s:10:\"znfooter-3\";a:1:{i:0;s:13:\"media_image-2\";}s:10:\"znfooter-4\";a:0:{}s:10:\"znfooter-5\";a:0:{}s:15:\"minimal_sidebar\";a:0:{}s:12:\"shop_sidebar\";a:2:{i:0;s:28:\"woocommerce_product_search-1\";i:1;s:26:\"woocommerce_price_filter-1\";}s:13:\"array_version\";i:3;}',	'yes'),
(103,	'woocommerce_permalinks',	'a:5:{s:12:\"product_base\";s:5:\"/shop\";s:13:\"category_base\";s:16:\"shop-by-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:1;}',	'yes'),
(160,	'zn_kallyas_optionsv4',	'a:14:{s:15:\"general_options\";a:133:{s:14:\"page_preloader\";s:2:\"no\";s:17:\"page_preloader_bg\";s:7:\"#ffffff\";s:18:\"page_preloader_img\";s:0:\"\";s:13:\"smooth_scroll\";s:3:\"yes\";s:17:\"smooth_scroll_osx\";s:2:\"no\";s:13:\"head_position\";s:1:\"0\";s:12:\"header_style\";s:7:\"default\";s:18:\"header_style_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}}s:18:\"header_style_color\";s:4:\"#000\";s:18:\"header_text_scheme\";s:7:\"default\";s:25:\"sticky_header_style_color\";s:0:\"\";s:25:\"sticky_header_text_scheme\";s:7:\"default\";s:12:\"topbar_style\";s:7:\"default\";s:11:\"topbar_size\";s:7:\"default\";s:15:\"topbar_bg_color\";s:0:\"\";s:18:\"topbar_text_scheme\";s:7:\"default\";s:11:\"topbar_font\";a:1:{s:11:\"font-family\";s:0:\"\";}s:15:\"header_width_v2\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:4:\"1170\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"100\";s:7:\"unit_md\";s:1:\"%\";s:2:\"sm\";s:3:\"100\";s:7:\"unit_sm\";s:1:\"%\";s:2:\"xs\";s:3:\"100\";s:7:\"unit_xs\";s:1:\"%\";}s:18:\"zn_head_height_enb\";s:7:\"default\";s:14:\"zn_head_height\";s:0:\"\";s:19:\"zn_head_height_rows\";a:4:{s:3:\"top\";s:0:\"\";s:4:\"main\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:6:\"others\";s:1:\"0\";}s:20:\"top_offset_tolerance\";s:0:\"\";s:14:\"head_show_logo\";s:3:\"yes\";s:11:\"logo_upload\";s:109:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/powrtouch_caravan_movers_logo-e1580140114829.png\";s:9:\"logo_size\";s:3:\"yes\";s:16:\"logo_manual_size\";a:2:{s:5:\"width\";s:3:\"125\";s:6:\"height\";s:2:\"55\";}s:11:\"logo_sticky\";s:0:\"\";s:18:\"logo_upload_mobile\";s:0:\"\";s:9:\"logo_font\";a:6:{s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:4:\"#000\";s:10:\"font-style\";s:6:\"normal\";}s:10:\"logo_hover\";a:1:{s:5:\"color\";s:7:\"#CD2122\";}s:7:\"logo_bg\";s:0:\"\";s:23:\"infocard_display_status\";s:2:\"no\";s:17:\"infocard_bg_color\";s:7:\"#cd2122\";s:19:\"infocard_text_color\";s:7:\"#ffffff\";s:17:\"infocard_logo_url\";s:0:\"\";s:28:\"infocard_company_description\";s:0:\"\";s:22:\"infocard_company_phone\";s:0:\"\";s:22:\"infocard_company_email\";s:0:\"\";s:21:\"infocard_company_name\";s:0:\"\";s:24:\"infocard_company_address\";s:0:\"\";s:18:\"infocard_gmap_link\";s:0:\"\";s:33:\"social_icons_info_card_visibility\";s:2:\"no\";s:16:\"infocard_hoverme\";s:2:\"no\";s:16:\"zn_header_layout\";s:6:\"style8\";s:11:\"menu_follow\";s:6:\"sticky\";s:15:\"head_show_flags\";s:1:\"0\";s:16:\"head_flags_style\";s:3:\"def\";s:15:\"head_show_login\";s:1:\"1\";s:18:\"head_show_register\";s:1:\"2\";s:16:\"head_show_search\";s:3:\"yes\";s:17:\"head_search_style\";s:0:\"\";s:18:\"zn_head_s7_toptext\";s:76:\"Need Help? CALL: <a href=\"tel:01283587000\" class=\"fw-bold\">01283 587 900</a>\";s:21:\"head_show_support_pnl\";s:2:\"no\";s:25:\"hidden_panel_content_type\";s:6:\"widget\";s:24:\"hidden_panel_pb_template\";s:4:\"2322\";s:18:\"hidden_panel_title\";s:0:\"\";s:15:\"hidden_panel_bg\";s:7:\"#f0f0f0\";s:15:\"hidden_panel_fg\";s:7:\"#d2232a\";s:30:\"social_icons_visibility_status\";s:3:\"yes\";s:22:\"header_which_icons_set\";s:5:\"clean\";s:19:\"header_social_icons\";a:2:{i:0;a:4:{s:19:\"header_social_title\";s:8:\"Facebook\";s:18:\"header_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:25:\"Like our page on Facebook\";}s:19:\"header_social_color\";s:7:\"#3b5998\";s:18:\"header_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:1;a:4:{s:19:\"header_social_title\";s:7:\"Twitter\";s:18:\"header_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:10:\"Follow us!\";}s:19:\"header_social_color\";s:7:\"#55acee\";s:18:\"header_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}}s:20:\"zn_header_resp_color\";s:0:\"\";s:21:\"zn_header_xs_absolute\";s:2:\"no\";s:40:\"header_xs_absolute_dropdown_color_scheme\";s:5:\"light\";s:13:\"head_show_cta\";s:3:\"yes\";s:19:\"head_show_cta_style\";s:6:\"ribbon\";s:17:\"head_add_cta_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:17:\"head_set_text_cta\";s:41:\"Register<strong> 5 Year </strong>Warranty\";s:15:\"wpk_cs_bg_color\";s:7:\"#cd2122\";s:15:\"wpk_cs_fg_color\";s:4:\"#fff\";s:11:\"cta_hide_xs\";s:14:\"zn_dummy_value\";s:8:\"cta_perm\";s:3:\"all\";s:15:\"nav_color_theme\";s:0:\"\";s:10:\"menu_style\";s:0:\"\";s:9:\"menu_font\";a:8:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"14px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:16:\"menu_font_active\";s:7:\"#d2232a\";s:13:\"menu_font_sub\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"14px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"text-transform\";s:0:\"\";}s:19:\"navmain_color_theme\";s:0:\"\";s:16:\"header_res_width\";s:3:\"992\";s:17:\"mobile_menu_theme\";s:5:\"light\";s:12:\"burger_style\";s:4:\"3--s\";s:11:\"burger_anim\";s:5:\"anim1\";s:12:\"burger_color\";s:0:\"\";s:19:\"burger_color_custom\";s:0:\"\";s:19:\"burger_color_sticky\";s:0:\"\";s:19:\"burger_color_mobile\";s:0:\"\";s:16:\"header_topnav_dd\";s:3:\"yes\";s:11:\"footer_show\";s:3:\"yes\";s:16:\"footer_row1_show\";s:3:\"yes\";s:28:\"footer_row1_widget_positions\";s:21:\"{\"3\":[[\"5\",\"4\",\"3\"]]}\";s:16:\"footer_row2_show\";s:3:\"yes\";s:28:\"footer_row2_widget_positions\";s:17:\"{\"2\":[[\"6\",\"6\"]]}\";s:12:\"footer_style\";s:7:\"default\";s:18:\"footer_style_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}}s:18:\"footer_style_color\";s:4:\"#000\";s:23:\"footer_border_color_top\";s:7:\"#FFFFFF\";s:19:\"footer_border_color\";s:7:\"#484848\";s:18:\"footer_top_padding\";s:2:\"60\";s:11:\"footer_logo\";s:0:\"\";s:14:\"copyright_text\";s:164:\"© <script>document.write(new Date().getFullYear())</script> Powrtouch. All rights reserved. <a href=\"https://www.helloonline.co.uk\">Web Design By Hello Online</a>.\";s:26:\"footer_social_icons_enable\";s:3:\"yes\";s:22:\"footer_which_icons_set\";s:5:\"clean\";s:19:\"footer_social_icons\";a:2:{i:0;a:4:{s:19:\"footer_social_title\";s:20:\"Like us on Facebook!\";s:18:\"footer_social_link\";a:3:{s:3:\"url\";s:43:\"https://www.facebook.com/hogash.themeforest\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:8:\"Facebook\";}s:19:\"footer_social_color\";s:7:\"#3b5998\";s:18:\"footer_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:1;a:4:{s:19:\"footer_social_title\";s:18:\"Follow our tweets!\";s:18:\"footer_social_link\";a:3:{s:3:\"url\";s:26:\"https://twitter.com/hogash\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:18:\"Follow our tweets!\";}s:19:\"footer_social_color\";s:7:\"#55acee\";s:18:\"footer_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}}s:20:\"zn_disable_subheader\";s:2:\"no\";s:17:\"def_header_bg_new\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:16:\"def_header_color\";s:19:\"rgba(142,139,140,0)\";s:11:\"def_grad_bg\";s:1:\"0\";s:18:\"def_header_animate\";s:1:\"0\";s:9:\"def_glare\";s:1:\"0\";s:16:\"def_bottom_style\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"def_bottom_style_bg\";s:0:\"\";s:16:\"def_header_bread\";s:1:\"1\";s:18:\"def_subh_bread_stl\";s:7:\"minimal\";s:15:\"def_header_date\";s:1:\"0\";s:16:\"def_header_title\";s:1:\"0\";s:19:\"def_header_subtitle\";s:1:\"0\";s:23:\"def_subheader_alignment\";s:5:\"right\";s:18:\"def_subh_textcolor\";s:4:\"dark\";s:27:\"def_header_custom_height_v2\";a:8:{s:2:\"lg\";s:2:\"50\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"300\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"300\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"300\";s:7:\"unit_xs\";s:2:\"px\";}s:25:\"def_header_top_padding_v2\";a:8:{s:2:\"lg\";s:2:\"15\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"170\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"170\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"170\";s:7:\"unit_xs\";s:2:\"px\";}s:16:\"google_analytics\";s:0:\"\";s:18:\"google_tag_manager\";s:0:\"\";s:15:\"google_maps_key\";s:0:\"\";s:9:\"rec_theme\";s:5:\"light\";s:11:\"rec_pub_key\";s:40:\"6Lfl1AwTAAAAAFtWQqqE_WNy6HBNaUk3dnEKbYPx\";s:12:\"rec_priv_key\";s:40:\"6Lfl1AwTAAAAABlt45lePLrPWriUfU6SgQtjyr0f\";s:18:\"recaptcha_register\";s:2:\"no\";s:14:\"recaptcha_lang\";s:0:\"\";s:13:\"mailchimp_api\";s:0:\"\";s:23:\"mailchimp_double_opt_in\";s:14:\"zn_dummy_value\";s:15:\"zn_option_field\";s:15:\"general_options\";}s:14:\"layout_options\";a:5:{s:15:\"zn_boxed_layout\";s:2:\"no\";s:17:\"boxed_style_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}}s:17:\"boxed_style_color\";s:4:\"#fff\";s:20:\"zn_home_boxed_layout\";s:3:\"def\";s:8:\"zn_width\";s:4:\"1170\";}s:22:\"zn_woocommerce_options\";a:29:{s:16:\"woo_catalog_mode\";s:2:\"no\";s:21:\"show_cart_to_visitors\";s:3:\"yes\";s:20:\"woo_site_search_type\";s:2:\"wc\";s:29:\"woo_single_product_smart_area\";s:11:\"no_template\";s:14:\"woo_sub_header\";s:10:\"light_gray\";s:19:\"woo_arch_page_title\";s:12:\"OUR PRODUCTS\";s:22:\"woo_arch_page_subtitle\";s:0:\"\";s:19:\"woo_hide_small_desc\";s:3:\"yes\";s:26:\"woo_show_products_per_page\";s:2:\"12\";s:15:\"woo_num_columns\";s:1:\"4\";s:19:\"zn_use_second_image\";s:3:\"yes\";s:16:\"woo_img_lazyload\";s:2:\"no\";s:15:\"woo_prod_layout\";s:7:\"classic\";s:18:\"woo_cat_image_size\";a:2:{s:5:\"width\";s:3:\"265\";s:6:\"height\";s:3:\"265\";}s:20:\"woo_prod_page_layout\";s:6:\"style2\";s:18:\"image_column_width\";s:1:\"5\";s:29:\"zn_override_single_shop_title\";s:14:\"zn_dummy_value\";s:22:\"single_shop_page_title\";s:4:\"Shop\";s:20:\"zn_woo_enable_slider\";s:3:\"yes\";s:18:\"zn_woo_enable_zoom\";s:3:\"yes\";s:13:\"woo_show_cart\";s:1:\"1\";s:14:\"woo_cart_style\";s:0:\"\";s:16:\"woo_pages_layout\";s:6:\"style2\";s:13:\"woo_new_badge\";s:1:\"0\";s:18:\"woo_new_badge_days\";s:2:\"99\";s:14:\"woo_sale_badge\";s:1:\"0\";s:28:\"woo_show_sale_flash_discount\";s:2:\"no\";s:17:\"woo_soldout_badge\";s:2:\"no\";s:15:\"zn_option_field\";s:22:\"zn_woocommerce_options\";}s:19:\"google_font_options\";a:1:{s:21:\"zn_google_fonts_setup\";a:2:{s:10:\"Montserrat\";a:2:{s:11:\"font_family\";s:10:\"Montserrat\";s:13:\"font_variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}s:9:\"Open+Sans\";a:2:{s:11:\"font_family\";s:9:\"Open Sans\";s:13:\"font_variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}}}s:12:\"font_options\";a:12:{s:7:\"h1_typo\";a:5:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:10:\"h1_pgtitle\";s:14:\"zn_dummy_value\";s:7:\"h2_typo\";a:5:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:7:\"h3_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:7:\"h4_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:7:\"h5_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:7:\"h6_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:9:\"body_font\";a:4:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"22px\";s:5:\"color\";s:0:\"\";}s:7:\"ga_font\";a:4:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"22px\";s:5:\"color\";s:0:\"\";}s:11:\"footer_font\";a:4:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"22px\";s:5:\"color\";s:0:\"\";}s:9:\"menu_font\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"14px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:4:\"#fff\";}s:16:\"alternative_font\";a:1:{s:11:\"font-family\";s:10:\"Montserrat\";}}s:24:\"unlimited_header_options\";a:2:{s:16:\"header_generator\";a:6:{i:0;a:23:{s:13:\"uh_style_name\";s:17:\"Light Blue - Flat\";s:10:\"uh_bg_type\";s:9:\"simple_bg\";s:19:\"uh_background_image\";s:0:\"\";s:28:\"uh_background_image_advanced\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:15:\"uh_header_color\";s:7:\"#d2232a\";s:10:\"uh_grad_bg\";s:1:\"0\";s:10:\"uh_anim_bg\";s:1:\"0\";s:8:\"uh_glare\";s:1:\"0\";s:12:\"uh_textcolor\";s:0:\"\";s:15:\"uh_bottom_style\";s:4:\"none\";s:13:\"uh_br_options\";s:2:\"lg\";s:16:\"uh_header_height\";s:3:\"300\";s:14:\"uh_top_padding\";s:3:\"170\";s:17:\"uh_bottom_padding\";s:1:\"0\";s:19:\"uh_header_height_md\";s:3:\"300\";s:17:\"uh_top_padding_md\";s:3:\"170\";s:20:\"uh_bottom_padding_md\";s:1:\"0\";s:19:\"uh_header_height_sm\";s:3:\"300\";s:17:\"uh_top_padding_sm\";s:3:\"170\";s:20:\"uh_bottom_padding_sm\";s:1:\"0\";s:19:\"uh_header_height_xs\";s:3:\"300\";s:17:\"uh_top_padding_xs\";s:3:\"170\";s:20:\"uh_bottom_padding_xs\";s:1:\"0\";}i:1;a:23:{s:13:\"uh_style_name\";s:18:\"Flat with sparkles\";s:10:\"uh_bg_type\";s:9:\"simple_bg\";s:19:\"uh_background_image\";s:0:\"\";s:28:\"uh_background_image_advanced\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:15:\"uh_header_color\";s:7:\"#26ade4\";s:10:\"uh_grad_bg\";s:1:\"0\";s:10:\"uh_anim_bg\";s:1:\"1\";s:8:\"uh_glare\";s:1:\"0\";s:12:\"uh_textcolor\";s:0:\"\";s:15:\"uh_bottom_style\";s:4:\"none\";s:13:\"uh_br_options\";s:2:\"lg\";s:16:\"uh_header_height\";s:3:\"300\";s:14:\"uh_top_padding\";s:3:\"170\";s:17:\"uh_bottom_padding\";s:1:\"0\";s:19:\"uh_header_height_md\";s:3:\"300\";s:17:\"uh_top_padding_md\";s:3:\"170\";s:20:\"uh_bottom_padding_md\";s:1:\"0\";s:19:\"uh_header_height_sm\";s:3:\"300\";s:17:\"uh_top_padding_sm\";s:3:\"170\";s:20:\"uh_bottom_padding_sm\";s:1:\"0\";s:19:\"uh_header_height_xs\";s:3:\"300\";s:17:\"uh_top_padding_xs\";s:3:\"170\";s:20:\"uh_bottom_padding_xs\";s:1:\"0\";}i:2;a:23:{s:13:\"uh_style_name\";s:11:\"Flat redish\";s:10:\"uh_bg_type\";s:9:\"simple_bg\";s:19:\"uh_background_image\";s:0:\"\";s:28:\"uh_background_image_advanced\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:15:\"uh_header_color\";s:7:\"#db4437\";s:10:\"uh_grad_bg\";s:1:\"0\";s:10:\"uh_anim_bg\";s:1:\"0\";s:8:\"uh_glare\";s:1:\"0\";s:12:\"uh_textcolor\";s:0:\"\";s:15:\"uh_bottom_style\";s:4:\"none\";s:13:\"uh_br_options\";s:2:\"lg\";s:16:\"uh_header_height\";s:3:\"300\";s:14:\"uh_top_padding\";s:3:\"170\";s:17:\"uh_bottom_padding\";s:1:\"0\";s:19:\"uh_header_height_md\";s:3:\"300\";s:17:\"uh_top_padding_md\";s:3:\"170\";s:20:\"uh_bottom_padding_md\";s:1:\"0\";s:19:\"uh_header_height_sm\";s:3:\"300\";s:17:\"uh_top_padding_sm\";s:3:\"170\";s:20:\"uh_bottom_padding_sm\";s:1:\"0\";s:19:\"uh_header_height_xs\";s:3:\"300\";s:17:\"uh_top_padding_xs\";s:3:\"170\";s:20:\"uh_bottom_padding_xs\";s:1:\"0\";}i:3;a:23:{s:13:\"uh_style_name\";s:13:\"Neutral Color\";s:10:\"uh_bg_type\";s:9:\"simple_bg\";s:19:\"uh_background_image\";s:0:\"\";s:28:\"uh_background_image_advanced\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:15:\"uh_header_color\";s:7:\"#607d8b\";s:10:\"uh_grad_bg\";s:1:\"0\";s:10:\"uh_anim_bg\";s:1:\"0\";s:8:\"uh_glare\";s:1:\"0\";s:12:\"uh_textcolor\";s:0:\"\";s:15:\"uh_bottom_style\";s:4:\"none\";s:13:\"uh_br_options\";s:2:\"lg\";s:16:\"uh_header_height\";s:3:\"300\";s:14:\"uh_top_padding\";s:3:\"170\";s:17:\"uh_bottom_padding\";s:1:\"0\";s:19:\"uh_header_height_md\";s:3:\"300\";s:17:\"uh_top_padding_md\";s:3:\"170\";s:20:\"uh_bottom_padding_md\";s:1:\"0\";s:19:\"uh_header_height_sm\";s:3:\"300\";s:17:\"uh_top_padding_sm\";s:3:\"170\";s:20:\"uh_bottom_padding_sm\";s:1:\"0\";s:19:\"uh_header_height_xs\";s:3:\"300\";s:17:\"uh_top_padding_xs\";s:3:\"170\";s:20:\"uh_bottom_padding_xs\";s:1:\"0\";}i:4;a:23:{s:13:\"uh_style_name\";s:10:\"Light gray\";s:10:\"uh_bg_type\";s:9:\"simple_bg\";s:19:\"uh_background_image\";s:0:\"\";s:28:\"uh_background_image_advanced\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:15:\"uh_header_color\";s:7:\"#e0e0e0\";s:10:\"uh_grad_bg\";s:1:\"0\";s:10:\"uh_anim_bg\";s:1:\"0\";s:8:\"uh_glare\";s:1:\"0\";s:12:\"uh_textcolor\";s:0:\"\";s:15:\"uh_bottom_style\";s:4:\"none\";s:13:\"uh_br_options\";s:2:\"lg\";s:16:\"uh_header_height\";s:3:\"300\";s:14:\"uh_top_padding\";s:3:\"170\";s:17:\"uh_bottom_padding\";s:1:\"0\";s:19:\"uh_header_height_md\";s:3:\"300\";s:17:\"uh_top_padding_md\";s:3:\"170\";s:20:\"uh_bottom_padding_md\";s:1:\"0\";s:19:\"uh_header_height_sm\";s:3:\"300\";s:17:\"uh_top_padding_sm\";s:3:\"170\";s:20:\"uh_bottom_padding_sm\";s:1:\"0\";s:19:\"uh_header_height_xs\";s:3:\"300\";s:17:\"uh_top_padding_xs\";s:3:\"170\";s:20:\"uh_bottom_padding_xs\";s:1:\"0\";}i:5;a:23:{s:13:\"uh_style_name\";s:14:\"Flat dark blue\";s:10:\"uh_bg_type\";s:9:\"simple_bg\";s:19:\"uh_background_image\";s:0:\"\";s:28:\"uh_background_image_advanced\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:15:\"uh_header_color\";s:7:\"#345370\";s:10:\"uh_grad_bg\";s:1:\"0\";s:10:\"uh_anim_bg\";s:1:\"0\";s:8:\"uh_glare\";s:1:\"0\";s:12:\"uh_textcolor\";s:0:\"\";s:15:\"uh_bottom_style\";s:4:\"none\";s:13:\"uh_br_options\";s:2:\"lg\";s:16:\"uh_header_height\";s:3:\"300\";s:14:\"uh_top_padding\";s:3:\"170\";s:17:\"uh_bottom_padding\";s:1:\"0\";s:19:\"uh_header_height_md\";s:3:\"300\";s:17:\"uh_top_padding_md\";s:3:\"170\";s:20:\"uh_bottom_padding_md\";s:1:\"0\";s:19:\"uh_header_height_sm\";s:3:\"300\";s:17:\"uh_top_padding_sm\";s:3:\"170\";s:20:\"uh_bottom_padding_sm\";s:1:\"0\";s:19:\"uh_header_height_xs\";s:3:\"300\";s:17:\"uh_top_padding_xs\";s:3:\"170\";s:20:\"uh_bottom_padding_xs\";s:1:\"0\";}}s:15:\"zn_option_field\";s:24:\"unlimited_header_options\";}s:12:\"blog_options\";a:22:{s:11:\"blog_layout\";s:10:\"def_modern\";s:17:\"blog_style_layout\";s:1:\"1\";s:23:\"sb_archive_content_type\";s:4:\"full\";s:10:\"blog_style\";s:0:\"\";s:25:\"sb_archive_use_full_image\";s:2:\"no\";s:21:\"sb_archive_def_cwidth\";s:0:\"\";s:18:\"zn_use_first_image\";s:2:\"no\";s:18:\"archive_page_title\";s:0:\"\";s:21:\"archive_page_subtitle\";s:0:\"\";s:15:\"blog_sub_header\";s:19:\"zn_def_header_style\";s:16:\"blog_date_format\";s:8:\"l, d F Y\";s:9:\"sg_layout\";s:6:\"modern\";s:19:\"zn_show_author_info\";s:14:\"zn_dummy_value\";s:21:\"zn_show_related_posts\";s:14:\"zn_dummy_value\";s:11:\"show_social\";s:4:\"show\";s:17:\"sb_use_full_image\";s:2:\"no\";s:16:\"sb_bp_def_cwidth\";s:0:\"\";s:16:\"sb_link_post_img\";s:14:\"zn_dummy_value\";s:16:\"sbo_multicolumns\";s:1:\"1\";s:24:\"zn_override_single_title\";s:14:\"zn_dummy_value\";s:17:\"single_page_title\";s:13:\"BLOG & Gossip\";s:15:\"zn_option_field\";s:12:\"blog_options\";}s:17:\"portfolio_options\";a:6:{s:15:\"portfolio_style\";s:18:\"portfolio_category\";s:11:\"frame_style\";s:7:\"classic\";s:18:\"portfolio_per_page\";s:2:\"-1\";s:23:\"portfolio_per_page_show\";s:2:\"20\";s:17:\"ports_num_columns\";s:1:\"1\";s:17:\"zn_link_portfolio\";s:2:\"no\";}s:18:\"unlimited_sidebars\";a:11:{s:12:\"sidebar_size\";s:1:\"3\";s:18:\"unlimited_sidebars\";a:2:{i:0;a:1:{s:12:\"sidebar_name\";s:15:\"Minimal Sidebar\";}i:1;a:1:{s:12:\"sidebar_name\";s:12:\"Shop Sidebar\";}}s:15:\"archive_sidebar\";a:2:{s:6:\"layout\";s:10:\"no_sidebar\";s:7:\"sidebar\";s:14:\"defaultsidebar\";}s:12:\"blog_sidebar\";a:2:{s:6:\"layout\";s:10:\"no_sidebar\";s:7:\"sidebar\";s:14:\"defaultsidebar\";}s:14:\"single_sidebar\";a:2:{s:6:\"layout\";s:10:\"no_sidebar\";s:7:\"sidebar\";s:14:\"defaultsidebar\";}s:12:\"page_sidebar\";a:2:{s:6:\"layout\";s:10:\"no_sidebar\";s:7:\"sidebar\";s:14:\"defaultsidebar\";}s:17:\"portfolio_sidebar\";a:2:{s:6:\"layout\";s:10:\"no_sidebar\";s:7:\"sidebar\";s:0:\"\";}s:21:\"documentation_sidebar\";a:2:{s:6:\"layout\";s:10:\"no_sidebar\";s:7:\"sidebar\";s:0:\"\";}s:19:\"woo_archive_sidebar\";a:2:{s:6:\"layout\";s:12:\"left_sidebar\";s:7:\"sidebar\";s:12:\"shop_sidebar\";}s:18:\"woo_single_sidebar\";a:2:{s:6:\"layout\";s:10:\"no_sidebar\";s:7:\"sidebar\";s:14:\"defaultsidebar\";}s:15:\"zn_option_field\";s:18:\"unlimited_sidebars\";}s:16:\"advanced_options\";a:4:{s:19:\"enable_video_mobile\";s:2:\"no\";s:18:\"force_image_resize\";s:3:\"yes\";s:17:\"theme_auto_update\";s:2:\"no\";s:15:\"zn_option_field\";s:16:\"advanced_options\";}s:19:\"coming_soon_options\";a:7:{s:9:\"cs_enable\";s:2:\"no\";s:7:\"cs_desc\";s:142:\"We are currently working on a new website and won\'t take long. Please don\'t forget to check\r\n		out our tweets and to subscribe to be notified!\";s:7:\"cs_date\";a:2:{s:4:\"date\";s:10:\"2016-05-31\";s:4:\"time\";s:5:\"02:30\";}s:10:\"cs_lsit_id\";s:10:\"69c75c8a90\";s:22:\"cs_social_icons_enable\";s:3:\"yes\";s:18:\"cs_which_icons_set\";s:6:\"normal\";s:15:\"cs_social_icons\";a:4:{i:0;a:4:{s:15:\"cs_social_title\";s:8:\"Facebook\";s:14:\"cs_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"Facebook\";s:6:\"target\";s:6:\"_blank\";}s:15:\"cs_social_color\";s:4:\"#000\";s:14:\"cs_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:1;a:4:{s:15:\"cs_social_title\";s:7:\"Twitter\";s:14:\"cs_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"Twitter\";s:6:\"target\";s:6:\"_blank\";}s:15:\"cs_social_color\";s:4:\"#000\";s:14:\"cs_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}i:2;a:4:{s:15:\"cs_social_title\";s:9:\"Pinterest\";s:14:\"cs_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Pinterest\";s:6:\"target\";s:6:\"_blank\";}s:15:\"cs_social_color\";s:4:\"#000\";s:14:\"cs_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue80e\";}}i:3;a:4:{s:15:\"cs_social_title\";s:11:\"Google Plus\";s:14:\"cs_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:11:\"Google Plus\";s:6:\"target\";s:6:\"_blank\";}s:15:\"cs_social_color\";s:4:\"#000\";s:14:\"cs_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}}}}s:8:\"advanced\";a:1:{s:10:\"saved_date\";s:15:\"1468507675.7647\";}s:10:\"pb_layouts\";a:7:{s:14:\"pbtmpl_general\";a:6:{s:15:\"header_location\";s:6:\"before\";s:15:\"header_template\";s:11:\"no_template\";s:18:\"subheader_location\";s:6:\"before\";s:18:\"subheader_template\";s:11:\"no_template\";s:15:\"footer_location\";s:6:\"before\";s:15:\"footer_template\";s:11:\"no_template\";}s:11:\"pbtmpl_post\";a:6:{s:15:\"header_location\";s:6:\"before\";s:15:\"header_template\";s:11:\"no_template\";s:18:\"subheader_location\";s:0:\"\";s:18:\"subheader_template\";s:0:\"\";s:15:\"footer_location\";s:0:\"\";s:15:\"footer_template\";s:0:\"\";}s:16:\"pbtmpl_portfolio\";a:6:{s:15:\"header_location\";s:6:\"before\";s:15:\"header_template\";s:11:\"no_template\";s:18:\"subheader_location\";s:0:\"\";s:18:\"subheader_template\";s:0:\"\";s:15:\"footer_location\";s:0:\"\";s:15:\"footer_template\";s:0:\"\";}s:14:\"pbtmpl_product\";a:6:{s:15:\"header_location\";s:6:\"before\";s:15:\"header_template\";s:11:\"no_template\";s:18:\"subheader_location\";s:0:\"\";s:18:\"subheader_template\";s:0:\"\";s:15:\"footer_location\";s:0:\"\";s:15:\"footer_template\";s:0:\"\";}s:15:\"pbtmpl_category\";a:6:{s:15:\"header_location\";s:6:\"before\";s:15:\"header_template\";s:11:\"no_template\";s:18:\"subheader_location\";s:0:\"\";s:18:\"subheader_template\";s:0:\"\";s:15:\"footer_location\";s:0:\"\";s:15:\"footer_template\";s:0:\"\";}s:18:\"pbtmpl_product_cat\";a:6:{s:15:\"header_location\";s:6:\"before\";s:15:\"header_template\";s:11:\"no_template\";s:18:\"subheader_location\";s:0:\"\";s:18:\"subheader_template\";s:0:\"\";s:15:\"footer_location\";s:0:\"\";s:15:\"footer_template\";s:0:\"\";}s:15:\"zn_option_field\";s:10:\"pb_layouts\";}s:13:\"color_options\";a:14:{s:13:\"zn_main_color\";s:7:\"#d2232a\";s:22:\"zn_main_color_contrast\";s:4:\"#fff\";s:13:\"zn_main_style\";s:5:\"light\";s:21:\"zn_body_def_textcolor\";s:0:\"\";s:22:\"zn_body_def_linkscolor\";s:0:\"\";s:26:\"zn_body_def_linkscolor_hov\";s:0:\"\";s:26:\"zn_body_def_textcolor_dark\";s:7:\"#dcdcdc\";s:27:\"zn_body_def_linkscolor_dark\";s:7:\"#ffffff\";s:31:\"zn_body_def_linkscolor_hov_dark\";s:4:\"#eee\";s:17:\"zn_body_def_color\";s:0:\"\";s:15:\"body_back_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:16:\"zn_top_nav_color\";s:0:\"\";s:18:\"zn_top_nav_h_color\";s:0:\"\";s:15:\"zn_option_field\";s:13:\"color_options\";}}',	'yes'),
(161,	'znb_css_compiled',	'1',	'yes'),
(162,	'kallyas_version',	'1.0',	'no'),
(163,	'znhgtfw_first_install_kallyas',	'1',	'no'),
(104,	'cron',	'a:19:{i:1583135186;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1583135861;a:1:{s:29:\"wcj_download_tcpdf_fonts_hook\";a:1:{s:32:\"26b69dc9b9c77e4c1647111635ada6f2\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;s:6:\"hourly\";}s:8:\"interval\";i:3600;}}}i:1583136178;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:1583137521;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1583138578;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1583140304;a:1:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583140314;a:1:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583150577;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:1583150578;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1583150579;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583150580;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:1583151018;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583151104;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583151921;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583161904;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1583168679;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583193600;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583226764;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}',	'yes'),
(105,	'widget_pages',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(106,	'widget_calendar',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(107,	'widget_media_audio',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(108,	'widget_media_image',	'a:2:{i:2;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:220;s:6:\"height\";i:100;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:2812;s:3:\"url\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/usp-logos.png\";s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}',	'yes'),
(109,	'widget_media_gallery',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(110,	'widget_media_video',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(111,	'widget_tag_cloud',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(112,	'widget_nav_menu',	'a:2:{i:2;a:2:{s:5:\"title\";s:11:\"Quick Links\";s:8:\"nav_menu\";i:535;}s:12:\"_multiwidget\";i:1;}',	'yes'),
(113,	'widget_custom_html',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(115,	'recovery_keys',	'a:0:{}',	'yes'),
(122,	'theme_mods_twentytwenty',	'a:4:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1581442107;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:13:\"media_image-2\";}s:9:\"sidebar-1\";a:7:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:14:\"recent-posts-3\";i:4;s:10:\"archives-3\";i:5;s:12:\"categories-3\";i:6;s:6:\"meta-3\";}s:9:\"sidebar-2\";a:3:{i:0;s:28:\"woocommerce_product_search-1\";i:1;s:26:\"woocommerce_price_filter-1\";i:2;s:10:\"nav_menu-2\";}}}s:16:\"background_color\";s:3:\"fff\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}}',	'yes'),
(116,	'_site_transient_update_core',	'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";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:1583127505;s:15:\"version_checked\";s:5:\"5.3.2\";s:12:\"translations\";a:0:{}}',	'no'),
(6828,	'_site_transient_timeout_theme_roots',	'1583129305',	'no'),
(6829,	'_site_transient_theme_roots',	'a:6:{s:5:\"Avada\";s:7:\"/themes\";s:9:\"powrtouch\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}',	'no'),
(149,	'theme_mods_kallyas',	'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:15:\"main_navigation\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1581442100;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"defaultsidebar\";a:7:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:14:\"recent-posts-3\";i:4;s:10:\"archives-3\";i:5;s:12:\"categories-3\";i:6;s:6:\"meta-3\";}s:19:\"hiddenpannelsidebar\";a:0:{}s:8:\"znfooter\";a:1:{i:0;s:14:\"text_contact-1\";}s:10:\"znfooter-2\";a:1:{i:0;s:10:\"nav_menu-2\";}s:10:\"znfooter-3\";a:1:{i:0;s:13:\"media_image-2\";}s:10:\"znfooter-4\";a:0:{}s:10:\"znfooter-5\";a:0:{}s:15:\"minimal_sidebar\";a:0:{}s:12:\"shop_sidebar\";a:2:{i:0;s:28:\"woocommerce_product_search-1\";i:1;s:26:\"woocommerce_price_filter-1\";}}}}',	'yes'),
(125,	'woocommerce_meta_box_errors',	'a:0:{}',	'yes'),
(126,	'woocommerce_admin_notices',	'a:0:{}',	'yes'),
(6830,	'_transient_timeout__woocommerce_helper_updates',	'1583170705',	'no'),
(6831,	'_transient__woocommerce_helper_updates',	'a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1583127505;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}',	'no'),
(147,	'_site_transient_update_themes',	'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1583127505;s:7:\"checked\";a:6:{s:5:\"Avada\";s:5:\"6.1.2\";s:9:\"powrtouch\";s:3:\"1.0\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}',	'no'),
(148,	'current_theme',	'Powrtouch',	'yes'),
(133,	'can_compress_scripts',	'1',	'no'),
(587,	'revslider_update_revision_current',	'6.1.4',	'yes'),
(1457,	'woocommerce_admin_last_orders_milestone',	'1',	'yes'),
(1460,	'woocommerce_admin_version',	'0.25.1',	'yes'),
(1456,	'woocommerce_onboarding_profile',	'a:1:{s:9:\"completed\";b:1;}',	'yes'),
(2595,	'woocommerce_task_list_hidden',	'yes',	'yes'),
(670,	'nav_menu_options',	'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}',	'yes'),
(681,	'_transient_product-transient-version',	'1581606808',	'yes'),
(684,	'_transient_timeout_wc_var_prices_2532',	'1584259578',	'no'),
(685,	'_transient_wc_var_prices_2532',	'{\"version\":\"1581606808\",\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}',	'no'),
(688,	'_transient_timeout_wc_var_prices_2536',	'1584259578',	'no'),
(689,	'_transient_wc_var_prices_2536',	'{\"version\":\"1581606808\",\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}',	'no'),
(6867,	'_transient_timeout_wc_admin_unsnooze_admin_notes_checked',	'1583138281',	'no'),
(6868,	'_transient_wc_admin_unsnooze_admin_notes_checked',	'yes',	'no'),
(6254,	'_site_transient_timeout_browser_80df9aa694ae80e61d437b2aabc84ce0',	'1583502330',	'no'),
(6255,	'_site_transient_browser_80df9aa694ae80e61d437b2aabc84ce0',	'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"80.0.3987.122\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}',	'no'),
(6181,	'_transient_start_estimate+/tmp/ordersqA2D4M',	'1',	'yes'),
(6184,	'_transient_partial+/tmp/ordersqA2D4M',	'1',	'yes'),
(6186,	'_transient_finish+/tmp/ordersqA2D4M',	'1',	'yes'),
(6873,	'_site_transient_timeout_community-events-6cab47d301b94a067c3ddd99f9910c44',	'1583177888',	'no'),
(6874,	'_site_transient_community-events-6cab47d301b94a067c3ddd99f9910c44',	'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"122.173.100.0\";}s:6:\"events\";a:0:{}}',	'no'),
(150,	'theme_switched',	'',	'yes'),
(151,	'widget_sbs_nav_menu',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(152,	'widget_tp_widget_recent_tweets',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(153,	'widget_text_contact',	'a:3:{i:1;a:3:{s:5:\"title\";s:12:\"GET IN TOUCH\";s:4:\"text\";s:399:\"<p><strong>T <a href=\"tel:01283587900\">01283 587 900</strong><br />\r\nEmail: <a href=\"mailto:info@powrtouch.com\">info@powrtouch.com</a></p>\r\n<p>Powrtouch Movers, Truma Ltd<br />\r\n2000 Park Lane, Dove Valley Park<br />\r\nFoston<br />\r\nDerby<br /> \r\nDE65 5BG</p>\r\n<p><a href=\"https://goo.gl/maps/xGd9WVqiMsLVApw8A\" target=\"_blank\">[icon white=\"true\" ] icon-map-marker [/icon] Open in Google Maps</a></p>\";s:6:\"filter\";b:0;}i:2;a:3:{s:5:\"title\";s:12:\"Get In Touch\";s:4:\"text\";s:439:\"<p><strong>T <a href=\"tel:01283587900\">01283 587 900</a></strong><a href=\"tel:01283587900\"><br>\r\nEmail: </a><a href=\"mailto:info@powrtouch.com\">info@powrtouch.com</a></p>\r\n<p>Powrtouch Movers, Truma Ltd<br>\r\n2000 Park Lane, Dove Valley Park<br>\r\nFoston<br>\r\nDerby<br> \r\nDE65 5BG</p>\r\n<p><a href=\"https://goo.gl/maps/xGd9WVqiMsLVApw8A\" target=\"_blank\"><i class=\"glyphicon glyphicon-map-marker kl-icon-white\"></i> Open in Google Maps</a></p>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}',	'yes'),
(154,	'widget_zn_mailchimp',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(155,	'widget_social_buttons',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(156,	'widget_zn_flickr',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(159,	'znhgfw_current_domain',	'enilno.ylraenerauoy.amurt//:sptth',	'no'),
(1518,	'_transient_orders-transient-version',	'1582803450',	'yes'),
(1543,	'_transient_woocommerce_reports-transient-version',	'1582889326',	'yes'),
(4662,	'_transient_start_estimate+/tmp/ordersjJNTcM',	'1',	'yes'),
(4665,	'_transient_partial+/tmp/ordersjJNTcM',	'1',	'yes'),
(4667,	'_transient_finish+/tmp/ordersjJNTcM',	'1',	'yes'),
(4683,	'wcj_debug_tools_enabled',	'no',	'yes'),
(4684,	'wcj_admin_tools_enabled',	'no',	'yes'),
(4685,	'wcj_price_labels_enabled',	'no',	'yes'),
(4686,	'wcj_call_for_price_enabled',	'no',	'yes'),
(4687,	'wcj_free_price_enabled',	'no',	'yes'),
(4688,	'wcj_product_listings_enabled',	'no',	'yes'),
(4689,	'wcj_tax_display_enabled',	'yes',	'yes'),
(4690,	'wcj_admin_products_list_enabled',	'no',	'yes'),
(4691,	'wcj_products_per_page_enabled',	'no',	'yes'),
(4692,	'wcj_sorting_enabled',	'no',	'yes'),
(4693,	'wcj_product_custom_info_enabled',	'no',	'yes'),
(4694,	'wcj_product_info_enabled',	'no',	'yes'),
(4695,	'wcj_product_add_to_cart_enabled',	'no',	'yes'),
(4696,	'wcj_add_to_cart_button_visibility_enabled',	'no',	'yes'),
(4697,	'wcj_related_products_enabled',	'no',	'yes'),
(4698,	'wcj_cross_sells_enabled',	'no',	'yes'),
(4699,	'wcj_upsells_enabled',	'no',	'yes'),
(4700,	'wcj_sku_enabled',	'no',	'yes'),
(4701,	'wcj_stock_enabled',	'no',	'yes'),
(4702,	'wcj_product_tabs_enabled',	'no',	'yes'),
(4703,	'wcj_product_input_fields_enabled',	'no',	'yes'),
(4704,	'wcj_bulk_price_converter_enabled',	'no',	'yes'),
(4705,	'wcj_product_bulk_meta_editor_enabled',	'no',	'yes'),
(4706,	'wcj_purchase_data_enabled',	'no',	'yes'),
(4707,	'wcj_product_bookings_enabled',	'no',	'yes'),
(4708,	'wcj_crowdfunding_enabled',	'no',	'yes'),
(4709,	'wcj_product_addons_enabled',	'no',	'yes'),
(4710,	'wcj_wholesale_price_enabled',	'no',	'yes'),
(4711,	'wcj_product_open_pricing_enabled',	'no',	'yes'),
(4712,	'wcj_product_msrp_enabled',	'no',	'yes'),
(4713,	'wcj_offer_price_enabled',	'no',	'yes'),
(4714,	'wcj_price_by_user_role_enabled',	'no',	'yes'),
(4715,	'wcj_global_discount_enabled',	'no',	'yes'),
(4716,	'wcj_product_price_by_formula_enabled',	'no',	'yes'),
(4717,	'wcj_product_images_enabled',	'no',	'yes'),
(4718,	'wcj_sale_flash_enabled',	'no',	'yes'),
(4719,	'wcj_product_by_country_enabled',	'no',	'yes'),
(4720,	'wcj_product_custom_visibility_enabled',	'no',	'yes'),
(4721,	'wcj_product_by_time_enabled',	'no',	'yes'),
(4722,	'wcj_product_by_date_enabled',	'no',	'yes'),
(4723,	'wcj_product_by_user_role_enabled',	'no',	'yes'),
(4724,	'wcj_product_by_user_enabled',	'no',	'yes'),
(4725,	'wcj_add_to_cart_enabled',	'no',	'yes'),
(4726,	'wcj_more_button_labels_enabled',	'no',	'yes'),
(4727,	'wcj_cart_enabled',	'no',	'yes'),
(4728,	'wcj_cart_customization_enabled',	'no',	'yes'),
(4729,	'wcj_empty_cart_enabled',	'no',	'yes'),
(4730,	'wcj_mini_cart_enabled',	'no',	'yes'),
(4731,	'wcj_checkout_core_fields_enabled',	'no',	'yes'),
(4732,	'wcj_checkout_custom_fields_enabled',	'no',	'yes'),
(4733,	'wcj_checkout_files_upload_enabled',	'no',	'yes'),
(4734,	'wcj_checkout_custom_info_enabled',	'no',	'yes'),
(4735,	'wcj_checkout_customization_enabled',	'no',	'yes'),
(4736,	'wcj_checkout_fees_enabled',	'no',	'yes'),
(4737,	'wcj_payment_gateways_enabled',	'no',	'yes'),
(4738,	'wcj_payment_gateways_icons_enabled',	'no',	'yes'),
(4739,	'wcj_payment_gateways_fees_enabled',	'no',	'yes'),
(4740,	'wcj_payment_gateways_per_category_enabled',	'no',	'yes'),
(4741,	'wcj_payment_gateways_currency_enabled',	'no',	'yes'),
(4742,	'wcj_payment_gateways_by_currency_enabled',	'no',	'yes'),
(4743,	'wcj_payment_gateways_min_max_enabled',	'no',	'yes'),
(4744,	'wcj_payment_gateways_by_country_enabled',	'no',	'yes'),
(4745,	'wcj_payment_gateways_by_user_role_enabled',	'no',	'yes'),
(4746,	'wcj_payment_gateways_by_shipping_enabled',	'no',	'yes'),
(4747,	'wcj_shipping_enabled',	'no',	'yes'),
(4748,	'wcj_shipping_options_enabled',	'no',	'yes'),
(4749,	'wcj_shipping_icons_enabled',	'no',	'yes'),
(4750,	'wcj_shipping_description_enabled',	'no',	'yes'),
(4751,	'wcj_shipping_time_enabled',	'no',	'yes'),
(4752,	'wcj_left_to_free_shipping_enabled',	'no',	'yes'),
(4753,	'wcj_shipping_calculator_enabled',	'no',	'yes'),
(4754,	'wcj_shipping_by_user_role_enabled',	'no',	'yes'),
(4755,	'wcj_shipping_by_products_enabled',	'no',	'yes'),
(4756,	'wcj_shipping_by_cities_enabled',	'no',	'yes'),
(4757,	'wcj_shipping_by_time_enabled',	'no',	'yes'),
(4758,	'wcj_shipping_by_order_amount_enabled',	'no',	'yes'),
(4759,	'wcj_shipping_by_order_qty_enabled',	'no',	'yes'),
(4760,	'wcj_address_formats_enabled',	'no',	'yes'),
(4761,	'wcj_orders_enabled',	'no',	'yes'),
(4762,	'wcj_admin_orders_list_enabled',	'no',	'yes'),
(4763,	'wcj_order_min_amount_enabled',	'no',	'yes'),
(4764,	'wcj_order_numbers_enabled',	'no',	'yes'),
(4765,	'wcj_order_custom_statuses_enabled',	'no',	'yes'),
(4766,	'wcj_order_quantities_enabled',	'no',	'yes'),
(4767,	'wcj_max_products_per_user_enabled',	'no',	'yes'),
(4768,	'wcj_emails_enabled',	'no',	'yes'),
(4769,	'wcj_email_options_enabled',	'no',	'yes'),
(4770,	'wcj_emails_verification_enabled',	'no',	'yes'),
(4771,	'wcj_currency_enabled',	'no',	'yes'),
(4772,	'wcj_multicurrency_enabled',	'no',	'yes'),
(4773,	'wcj_multicurrency_base_price_enabled',	'no',	'yes'),
(4774,	'wcj_currency_per_product_enabled',	'no',	'yes'),
(4775,	'wcj_currency_external_products_enabled',	'no',	'yes'),
(4776,	'wcj_price_by_country_enabled',	'no',	'yes'),
(4777,	'wcj_currency_exchange_rates_enabled',	'no',	'yes'),
(4778,	'wcj_price_formats_enabled',	'no',	'yes'),
(4779,	'wcj_general_enabled',	'no',	'yes'),
(4780,	'wcj_track_users_enabled',	'no',	'yes'),
(4781,	'wcj_breadcrumbs_enabled',	'no',	'yes'),
(4782,	'wcj_url_coupons_enabled',	'no',	'yes'),
(4783,	'wcj_coupon_code_generator_enabled',	'no',	'yes'),
(4784,	'wcj_coupon_by_user_role_enabled',	'no',	'yes'),
(4785,	'wcj_admin_bar_enabled',	'no',	'yes'),
(4786,	'wcj_my_account_enabled',	'no',	'yes'),
(4787,	'wcj_custom_css_enabled',	'no',	'yes'),
(4788,	'wcj_custom_js_enabled',	'no',	'yes'),
(4789,	'wcj_custom_php_enabled',	'no',	'yes'),
(4790,	'wcj_products_xml_enabled',	'no',	'yes'),
(4791,	'wcj_export_enabled',	'no',	'yes'),
(4792,	'wcj_eu_vat_number_enabled',	'no',	'yes'),
(4793,	'wcj_old_slugs_enabled',	'no',	'yes'),
(4794,	'wcj_reports_enabled',	'no',	'yes'),
(4795,	'wcj_wpml_enabled',	'no',	'yes'),
(4796,	'wcj_modules_by_user_roles_enabled',	'no',	'yes'),
(4797,	'wcj_template_editor_enabled',	'no',	'yes'),
(4798,	'wcj_pdf_invoicing_enabled',	'no',	'yes'),
(4799,	'booster_for_woocommerce_version',	'4.7.1',	'yes'),
(4800,	'widget_wcj_widget_multicurrency',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(4801,	'widget_wcj_widget_country_switcher',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(4802,	'widget_wcj_widget_left_to_free_shipping',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(4803,	'widget_wcj_widget_selector',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(4811,	'wcj_tax_display_toggle_enabled',	'yes',	'yes'),
(4805,	'wcj_download_tcpdf_fonts_hook_timestamp',	'1582275537',	'yes'),
(4806,	'wcj_invoicing_fonts_version_timestamp',	'1582275537',	'yes'),
(4812,	'wcj_product_listings_display_taxes_by_products_enabled',	'yes',	'yes'),
(4813,	'wcj_product_listings_display_taxes_products_incl_tax',	'a:1:{i:0;s:4:\"2735\";}',	'yes'),
(4814,	'wcj_product_listings_display_taxes_products_excl_tax',	'a:0:{}',	'yes'),
(4815,	'wcj_product_listings_display_taxes_product_cats_incl_tax',	'a:0:{}',	'yes'),
(4816,	'wcj_product_listings_display_taxes_product_cats_excl_tax',	'a:0:{}',	'yes'),
(4817,	'wcj_product_listings_display_taxes_by_user_role_enabled',	'no',	'yes'),
(4818,	'wcj_product_listings_display_taxes_by_user_role_roles',	'a:0:{}',	'yes'),
(5019,	'rewrite_rules',	'a:330:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&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:12:\"portfolio/?$\";s:29:\"index.php?post_type=portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:16:\"documentation/?$\";s:33:\"index.php?post_type=documentation\";s:46:\"documentation/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=documentation&feed=$matches[1]\";s:41:\"documentation/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=documentation&feed=$matches[1]\";s:33:\"documentation/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=documentation&paged=$matches[1]\";s:75:\"(support/previous-generation/model-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(support/previous-generation/model-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(support/previous-generation/model-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(support/previous-generation/model-3)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(support/previous-generation/model-3)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(support/previous-generation/model-3)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(support/previous-generation/model-4)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(support/previous-generation/model-4)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(support/previous-generation/model-4)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(support/previous-generation/model-6)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(support/previous-generation/model-6)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(support/previous-generation/model-6)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(support/previous-generation/model-7)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(support/previous-generation/model-7)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(support/previous-generation/model-7)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"(news)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:27:\"(news)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:9:\"(news)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:85:\"(support/previous-generation/powrtouch-classic)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:68:\"(support/previous-generation/powrtouch-classic)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:50:\"(support/previous-generation/powrtouch-classic)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(support/powrtouch-evolution-single-axle-auto)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(support/powrtouch-evolution-single-axle-auto)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(support/powrtouch-evolution-single-axle-auto)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:86:\"(support/powrtouch-evolution-single-axle-manual)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:69:\"(support/powrtouch-evolution-single-axle-manual)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:51:\"(support/powrtouch-evolution-single-axle-manual)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:90:\"(support/powrtouch-evolution-twin-axle-auto-2-motor)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:73:\"(support/powrtouch-evolution-twin-axle-auto-2-motor)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:55:\"(support/powrtouch-evolution-twin-axle-auto-2-motor)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:90:\"(support/powrtouch-evolution-twin-axle-auto-4-motor)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:73:\"(support/powrtouch-evolution-twin-axle-auto-4-motor)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:55:\"(support/powrtouch-evolution-twin-axle-auto-4-motor)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:92:\"(support/powrtouch-evolution-twin-axle-manual-2-motor)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:75:\"(support/powrtouch-evolution-twin-axle-manual-2-motor)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:57:\"(support/powrtouch-evolution-twin-axle-manual-2-motor)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:92:\"(support/powrtouch-evolution-twin-axle-manual-4-motor)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:75:\"(support/powrtouch-evolution-twin-axle-manual-4-motor)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:57:\"(support/powrtouch-evolution-twin-axle-manual-4-motor)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(support/powrtouch-freedom)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(support/powrtouch-freedom)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(support/powrtouch-freedom)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(support/previous-generation)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(support/previous-generation)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(support/previous-generation)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:47:\"(support)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:30:\"(support)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:12:\"(support)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"(uncategorized)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:36:\"(uncategorized)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:18:\"(uncategorized)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:14:\"category/(.+)$\";s:45:\"index.php?wpseo_category_redirect=$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:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";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:63:\"documentation_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?documentation_category=$matches[1]&feed=$matches[2]\";s:58:\"documentation_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?documentation_category=$matches[1]&feed=$matches[2]\";s:39:\"documentation_category/([^/]+)/embed/?$\";s:55:\"index.php?documentation_category=$matches[1]&embed=true\";s:51:\"documentation_category/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?documentation_category=$matches[1]&paged=$matches[2]\";s:33:\"documentation_category/([^/]+)/?$\";s:44:\"index.php?documentation_category=$matches[1]\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:55:\"shop-by-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"shop-by-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"shop-by-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"shop-by-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"shop-by-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:32:\"shop/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"shop/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"shop/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"shop/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"shop/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"shop/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"shop/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:25:\"shop/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:45:\"shop/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:40:\"shop/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:33:\"shop/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:40:\"shop/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:30:\"shop/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:36:\"shop/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"shop/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:29:\"shop/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:21:\"shop/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"shop/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"shop/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"shop/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"shop/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"shop/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"dealers/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"dealers/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"dealers/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"dealers/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"dealers/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"dealers/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"dealers/([^/]+)/embed/?$\";s:40:\"index.php?dealers=$matches[1]&embed=true\";s:28:\"dealers/([^/]+)/trackback/?$\";s:34:\"index.php?dealers=$matches[1]&tb=1\";s:36:\"dealers/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?dealers=$matches[1]&paged=$matches[2]\";s:43:\"dealers/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?dealers=$matches[1]&cpage=$matches[2]\";s:33:\"dealers/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?dealers=$matches[1]&wc-api=$matches[3]\";s:39:\"dealers/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"dealers/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"dealers/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?dealers=$matches[1]&page=$matches[2]\";s:24:\"dealers/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"dealers/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"dealers/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"dealers/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"dealers/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"dealers/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"layout_manager/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"layout_manager/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"layout_manager/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"layout_manager/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"layout_manager/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"layout_manager/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"layout_manager/([^/]+)/embed/?$\";s:42:\"index.php?zn_layout=$matches[1]&embed=true\";s:35:\"layout_manager/([^/]+)/trackback/?$\";s:36:\"index.php?zn_layout=$matches[1]&tb=1\";s:43:\"layout_manager/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?zn_layout=$matches[1]&paged=$matches[2]\";s:50:\"layout_manager/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?zn_layout=$matches[1]&cpage=$matches[2]\";s:40:\"layout_manager/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?zn_layout=$matches[1]&wc-api=$matches[3]\";s:46:\"layout_manager/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"layout_manager/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"layout_manager/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?zn_layout=$matches[1]&page=$matches[2]\";s:31:\"layout_manager/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"layout_manager/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"layout_manager/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"layout_manager/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"layout_manager/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"layout_manager/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"portfolio_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:50:\"portfolio_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:31:\"portfolio_tags/([^/]+)/embed/?$\";s:47:\"index.php?portfolio_tags=$matches[1]&embed=true\";s:43:\"portfolio_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio_tags=$matches[1]&paged=$matches[2]\";s:25:\"portfolio_tags/([^/]+)/?$\";s:36:\"index.php?portfolio_tags=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:35:\"portfolio/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?portfolio=$matches[1]&wc-api=$matches[3]\";s:41:\"portfolio/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"portfolio/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"documentation/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"documentation/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"documentation/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"documentation/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"documentation/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"documentation/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"documentation/([^/]+)/embed/?$\";s:46:\"index.php?documentation=$matches[1]&embed=true\";s:34:\"documentation/([^/]+)/trackback/?$\";s:40:\"index.php?documentation=$matches[1]&tb=1\";s:54:\"documentation/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?documentation=$matches[1]&feed=$matches[2]\";s:49:\"documentation/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?documentation=$matches[1]&feed=$matches[2]\";s:42:\"documentation/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?documentation=$matches[1]&paged=$matches[2]\";s:49:\"documentation/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?documentation=$matches[1]&cpage=$matches[2]\";s:39:\"documentation/([^/]+)/wc-api(/(.*))?/?$\";s:54:\"index.php?documentation=$matches[1]&wc-api=$matches[3]\";s:45:\"documentation/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:56:\"documentation/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\"documentation/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?documentation=$matches[1]&page=$matches[2]\";s:30:\"documentation/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"documentation/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"documentation/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"documentation/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"documentation/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"documentation/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"znpb_template_mngr/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"znpb_template_mngr/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"znpb_template_mngr/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"znpb_template_mngr/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"znpb_template_mngr/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"znpb_template_mngr/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"znpb_template_mngr/([^/]+)/embed/?$\";s:51:\"index.php?znpb_template_mngr=$matches[1]&embed=true\";s:39:\"znpb_template_mngr/([^/]+)/trackback/?$\";s:45:\"index.php?znpb_template_mngr=$matches[1]&tb=1\";s:47:\"znpb_template_mngr/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?znpb_template_mngr=$matches[1]&paged=$matches[2]\";s:54:\"znpb_template_mngr/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?znpb_template_mngr=$matches[1]&cpage=$matches[2]\";s:44:\"znpb_template_mngr/([^/]+)/wc-api(/(.*))?/?$\";s:59:\"index.php?znpb_template_mngr=$matches[1]&wc-api=$matches[3]\";s:50:\"znpb_template_mngr/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"znpb_template_mngr/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:43:\"znpb_template_mngr/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?znpb_template_mngr=$matches[1]&page=$matches[2]\";s:35:\"znpb_template_mngr/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"znpb_template_mngr/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"znpb_template_mngr/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"znpb_template_mngr/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"znpb_template_mngr/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"znpb_template_mngr/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=2383&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";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:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";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:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";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:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";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:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}',	'yes'),
(166,	'_transient_timeout_zn_server_connection_check',	'1611317032',	'no'),
(167,	'_transient_zn_server_connection_check',	'ok',	'no'),
(168,	'kallyas_hg_dash_api_key',	'5D771-28A9E-FAD8F-9B888-38148',	'yes'),
(171,	'kallyas_hg_dash_theme_check',	'1x',	'yes'),
(321,	'revslider_update_version',	'6.1.4',	'yes'),
(293,	'shop_catalog_image_size',	'a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}',	'yes'),
(181,	'woocommerce_store_address',	'Powrtouch Movers, Truma Ltd',	'yes'),
(182,	'woocommerce_store_address_2',	'2000 Park Lane, Dove Valley Park, Foston',	'yes'),
(183,	'woocommerce_store_city',	'Derbyshire',	'yes'),
(184,	'woocommerce_default_country',	'GB',	'yes'),
(185,	'woocommerce_store_postcode',	'DE65 5BG',	'yes'),
(186,	'woocommerce_allowed_countries',	'specific',	'yes'),
(187,	'woocommerce_all_except_countries',	'a:0:{}',	'yes'),
(188,	'woocommerce_specific_allowed_countries',	'a:1:{i:0;s:2:\"GB\";}',	'yes'),
(189,	'woocommerce_ship_to_countries',	'',	'yes'),
(190,	'woocommerce_specific_ship_to_countries',	'a:0:{}',	'yes'),
(191,	'woocommerce_default_customer_address',	'base',	'yes'),
(192,	'woocommerce_calc_taxes',	'yes',	'yes'),
(193,	'woocommerce_enable_coupons',	'yes',	'yes'),
(194,	'woocommerce_calc_discounts_sequentially',	'no',	'no'),
(195,	'woocommerce_currency',	'GBP',	'yes'),
(196,	'woocommerce_currency_pos',	'left',	'yes'),
(197,	'woocommerce_price_thousand_sep',	',',	'yes'),
(198,	'woocommerce_price_decimal_sep',	'.',	'yes'),
(199,	'woocommerce_price_num_decimals',	'2',	'yes'),
(200,	'woocommerce_shop_page_id',	'2511',	'yes'),
(201,	'woocommerce_cart_redirect_after_add',	'no',	'yes'),
(202,	'woocommerce_enable_ajax_add_to_cart',	'yes',	'yes'),
(203,	'woocommerce_placeholder_image',	'6',	'yes'),
(204,	'woocommerce_weight_unit',	'kg',	'yes'),
(205,	'woocommerce_dimension_unit',	'cm',	'yes'),
(206,	'woocommerce_enable_reviews',	'yes',	'yes'),
(207,	'woocommerce_review_rating_verification_label',	'yes',	'no'),
(208,	'woocommerce_review_rating_verification_required',	'no',	'no'),
(209,	'woocommerce_enable_review_rating',	'yes',	'yes'),
(210,	'woocommerce_review_rating_required',	'yes',	'no'),
(211,	'woocommerce_manage_stock',	'yes',	'yes'),
(212,	'woocommerce_hold_stock_minutes',	'60',	'no'),
(213,	'woocommerce_notify_low_stock',	'yes',	'no'),
(214,	'woocommerce_notify_no_stock',	'yes',	'no'),
(215,	'woocommerce_stock_email_recipient',	'alex@helloonline.co.uk',	'no'),
(216,	'woocommerce_notify_low_stock_amount',	'2',	'no'),
(217,	'woocommerce_notify_no_stock_amount',	'0',	'yes'),
(218,	'woocommerce_hide_out_of_stock_items',	'no',	'yes'),
(219,	'woocommerce_stock_format',	'',	'yes'),
(220,	'woocommerce_file_download_method',	'force',	'no'),
(221,	'woocommerce_downloads_require_login',	'no',	'no'),
(222,	'woocommerce_downloads_grant_access_after_payment',	'yes',	'no'),
(223,	'woocommerce_prices_include_tax',	'no',	'yes'),
(224,	'woocommerce_tax_based_on',	'shipping',	'yes'),
(225,	'woocommerce_shipping_tax_class',	'inherit',	'yes'),
(226,	'woocommerce_tax_round_at_subtotal',	'no',	'yes'),
(227,	'woocommerce_tax_classes',	'',	'yes'),
(228,	'woocommerce_tax_display_shop',	'excl',	'yes'),
(229,	'woocommerce_tax_display_cart',	'excl',	'yes'),
(230,	'woocommerce_price_display_suffix',	'',	'yes'),
(231,	'woocommerce_tax_total_display',	'itemized',	'no'),
(232,	'woocommerce_enable_shipping_calc',	'yes',	'no'),
(233,	'woocommerce_shipping_cost_requires_address',	'no',	'yes'),
(234,	'woocommerce_ship_to_destination',	'billing',	'no'),
(235,	'woocommerce_shipping_debug_mode',	'no',	'yes'),
(236,	'woocommerce_enable_guest_checkout',	'yes',	'no'),
(237,	'woocommerce_enable_checkout_login_reminder',	'yes',	'no'),
(238,	'woocommerce_enable_signup_and_login_from_checkout',	'yes',	'no'),
(239,	'woocommerce_enable_myaccount_registration',	'yes',	'no'),
(240,	'woocommerce_registration_generate_username',	'yes',	'no'),
(241,	'woocommerce_registration_generate_password',	'no',	'no'),
(242,	'woocommerce_erasure_request_removes_order_data',	'no',	'no'),
(243,	'woocommerce_erasure_request_removes_download_data',	'no',	'no'),
(244,	'woocommerce_allow_bulk_remove_personal_data',	'no',	'no'),
(245,	'woocommerce_registration_privacy_policy_text',	'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].',	'yes'),
(246,	'woocommerce_checkout_privacy_policy_text',	'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].',	'yes'),
(247,	'woocommerce_delete_inactive_accounts',	'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}',	'no'),
(248,	'woocommerce_trash_pending_orders',	'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}',	'no'),
(249,	'woocommerce_trash_failed_orders',	'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}',	'no'),
(250,	'woocommerce_trash_cancelled_orders',	'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}',	'no'),
(251,	'woocommerce_anonymize_completed_orders',	'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}',	'no'),
(252,	'woocommerce_email_from_name',	'Avada Modern Shop',	'no'),
(253,	'woocommerce_email_from_address',	'alex@helloonline.co.uk',	'no'),
(254,	'woocommerce_email_header_image',	'',	'no'),
(255,	'woocommerce_email_footer_text',	'{site_title} &mdash; Built with {WooCommerce}',	'no'),
(256,	'woocommerce_email_base_color',	'#96588a',	'no'),
(257,	'woocommerce_email_background_color',	'#f7f7f7',	'no'),
(258,	'woocommerce_email_body_background_color',	'#ffffff',	'no'),
(259,	'woocommerce_email_text_color',	'#3c3c3c',	'no'),
(260,	'woocommerce_cart_page_id',	'2512',	'yes'),
(261,	'woocommerce_checkout_page_id',	'2509',	'yes'),
(262,	'woocommerce_myaccount_page_id',	'2510',	'yes'),
(263,	'woocommerce_terms_page_id',	'',	'no'),
(264,	'woocommerce_checkout_pay_endpoint',	'order-pay',	'yes'),
(265,	'woocommerce_checkout_order_received_endpoint',	'order-received',	'yes'),
(266,	'woocommerce_myaccount_add_payment_method_endpoint',	'add-payment-method',	'yes'),
(267,	'woocommerce_myaccount_delete_payment_method_endpoint',	'delete-payment-method',	'yes'),
(268,	'woocommerce_myaccount_set_default_payment_method_endpoint',	'set-default-payment-method',	'yes'),
(269,	'woocommerce_myaccount_orders_endpoint',	'orders',	'yes'),
(270,	'woocommerce_myaccount_view_order_endpoint',	'view-order',	'yes'),
(271,	'woocommerce_myaccount_downloads_endpoint',	'',	'yes'),
(272,	'woocommerce_myaccount_edit_account_endpoint',	'edit-account',	'yes'),
(273,	'woocommerce_myaccount_edit_address_endpoint',	'edit-address',	'yes'),
(274,	'woocommerce_myaccount_payment_methods_endpoint',	'payment-methods',	'yes'),
(275,	'woocommerce_myaccount_lost_password_endpoint',	'lost-password',	'yes'),
(276,	'woocommerce_logout_endpoint',	'customer-logout',	'yes'),
(277,	'woocommerce_api_enabled',	'no',	'yes'),
(278,	'woocommerce_allow_tracking',	'no',	'no'),
(279,	'woocommerce_show_marketplace_suggestions',	'no',	'no'),
(280,	'woocommerce_single_image_width',	'600',	'yes'),
(281,	'woocommerce_thumbnail_image_width',	'300',	'yes'),
(282,	'woocommerce_checkout_highlight_required_fields',	'yes',	'yes'),
(283,	'woocommerce_demo_store',	'no',	'no'),
(284,	'current_theme_supports_woocommerce',	'yes',	'yes'),
(285,	'woocommerce_queue_flush_rewrite_rules',	'no',	'yes'),
(2592,	'woocommerce_gateway_stripe_retention',	'',	'no'),
(288,	'default_product_cat',	'91',	'yes'),
(4541,	'woocommerce_version',	'3.9.2',	'yes'),
(4542,	'woocommerce_db_version',	'3.9.2',	'yes'),
(294,	'shop_single_image_size',	'a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}',	'yes'),
(295,	'shop_thumbnail_image_size',	'a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}',	'yes'),
(296,	'revslider_servers',	'a:7:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-b.tools\";i:3;s:22:\"themepunch-ext-b.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:16:\"themepunch.tools\";i:6;s:22:\"themepunch-ext-a.tools\";}',	'yes'),
(297,	'revslider_server_refresh',	'1580990813',	'yes'),
(298,	'revslider-update-check-short',	'1581927651',	'yes'),
(299,	'revslider-connection',	'1',	'yes'),
(300,	'revslider-update-hash',	'4c4533b5f979916eb5644c1bf45531fc',	'yes'),
(301,	'revslider-latest-version',	'6.1.8',	'yes'),
(302,	'revslider-stable-version',	'4.2',	'yes'),
(303,	'revslider-notices',	'a:0:{}',	'yes'),
(304,	'revslider-addons',	'O:8:\"stdClass\":27:{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:\"2.1.0\";s:10:\"background\";s:71:\"//updates.themepunch-ext-a.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:67:\"//updates.themepunch-ext-a.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:\"2.0.1\";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:63:\"//updates.themepunch-ext-a.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:\"2.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:66:\"//updates.themepunch-ext-a.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:\"2.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:66:\"//updates.themepunch-ext-a.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:\"2.0.2\";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:67:\"//updates.themepunch-ext-a.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:\"2.0.4\";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:70:\"//updates.themepunch-ext-a.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:\"2.1.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:74:\"//updates.themepunch-ext-a.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:\"2.0.0\";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:61:\"//updates.themepunch-ext-a.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:\"2.1.0\";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:66:\"//updates.themepunch-ext-a.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:\"2.0.0\";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:65:\"//updates.themepunch-ext-a.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:\"2.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:60:\"//updates.themepunch-ext-a.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:\"2.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:67:\"//updates.themepunch-ext-a.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:\"2.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:66:\"//updates.themepunch-ext-a.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:\"2.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:62:\"//updates.themepunch-ext-a.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:\"2.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:67:\"//updates.themepunch-ext-a.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:\"2.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:63:\"//updates.themepunch-ext-a.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:\"2.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:68:\"//updates.themepunch-ext-a.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:\"2.0.1\";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:64:\"//updates.themepunch-ext-a.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:\"2.1.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:65:\"//updates.themepunch-ext-a.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:\"2.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:64:\"//updates.themepunch-ext-a.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:\"2.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:63:\"//updates.themepunch-ext-a.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:\"2.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:63:\"//updates.themepunch-ext-a.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:\"2.1.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:68:\"//updates.themepunch-ext-a.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:\"2.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:67:\"//updates.themepunch-ext-a.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:\"2.1.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:66:\"//updates.themepunch-ext-a.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:\"2.1.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:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.0\";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:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}}',	'yes'),
(305,	'revslider-library-check',	'1581089386',	'yes'),
(306,	'revslider-library-hash',	'182cddf4eb7341b26304629033cbbb48',	'yes'),
(307,	'rs-library',	'a:3:{s:4:\"hash\";s:32:\"182cddf4eb7341b26304629033cbbb48\";s:7:\"objects\";a:417:{i:529;a:14:{s:2:\"id\";s:3:\"529\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:528;a:14:{s:2:\"id\";s:3:\"528\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:527;a:14:{s:2:\"id\";s:3:\"527\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:526;a:14:{s:2:\"id\";s:3:\"526\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:525;a:14:{s:2:\"id\";s:3:\"525\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:524;a:14:{s:2:\"id\";s:3:\"524\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:523;a:14:{s:2:\"id\";s:3:\"523\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:522;a:14:{s:2:\"id\";s:3:\"522\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:521;a:14:{s:2:\"id\";s:3:\"521\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:520;a:14:{s:2:\"id\";s:3:\"520\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:519;a:14:{s:2:\"id\";s:3:\"519\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:518;a:14:{s:2:\"id\";s:3:\"518\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:517;a:14:{s:2:\"id\";s:3:\"517\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:516;a:14:{s:2:\"id\";s:3:\"516\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:515;a:14:{s:2:\"id\";s:3:\"515\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:514;a:14:{s:2:\"id\";s:3:\"514\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:513;a:14:{s:2:\"id\";s:3:\"513\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:512;a:14:{s:2:\"id\";s:3:\"512\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:511;a:14:{s:2:\"id\";s:3:\"511\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:510;a:14:{s:2:\"id\";s:3:\"510\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:509;a:14:{s:2:\"id\";s:3:\"509\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";s:3:\"508\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:507;a:14:{s:2:\"id\";s:3:\"507\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:506;a:14:{s:2:\"id\";s:3:\"506\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:505;a:14:{s:2:\"id\";s:3:\"505\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:504;a:14:{s:2:\"id\";s:3:\"504\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:503;a:14:{s:2:\"id\";s:3:\"503\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";s:3:\"502\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:501;a:14:{s:2:\"id\";s:3:\"501\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:500;a:14:{s:2:\"id\";s:3:\"500\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:499;a:14:{s:2:\"id\";s:3:\"499\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:498;a:14:{s:2:\"id\";s:3:\"498\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:497;a:14:{s:2:\"id\";s:3:\"497\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:496;a:14:{s:2:\"id\";s:3:\"496\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:495;a:14:{s:2:\"id\";s:3:\"495\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";s:3:\"494\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:493;a:14:{s:2:\"id\";s:3:\"493\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";s:3:\"492\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:491;a:14:{s:2:\"id\";s:3:\"491\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:490;a:14:{s:2:\"id\";s:3:\"490\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:489;a:14:{s:2:\"id\";s:3:\"489\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:488;a:14:{s:2:\"id\";s:3:\"488\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:487;a:14:{s:2:\"id\";s:3:\"487\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:486;a:14:{s:2:\"id\";s:3:\"486\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";s:3:\"485\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:484;a:14:{s:2:\"id\";s:3:\"484\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";s:3:\"483\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:482;a:14:{s:2:\"id\";s:3:\"482\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";s:3:\"481\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:480;a:14:{s:2:\"id\";s:3:\"480\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:479;a:13:{s:2:\"id\";s:3:\"479\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";}i:478;a:13:{s:2:\"id\";s:3:\"478\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";}i:477;a:13:{s:2:\"id\";s:3:\"477\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";}i:476;a:13:{s:2:\"id\";s:3:\"476\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:475;a:13:{s:2:\"id\";s:3:\"475\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:474;a:13:{s:2:\"id\";s:3:\"474\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:473;a:13:{s:2:\"id\";s:3:\"473\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:472;a:13:{s:2:\"id\";s:3:\"472\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:471;a:13:{s:2:\"id\";s:3:\"471\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:470;a:13:{s:2:\"id\";s:3:\"470\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:469;a:13:{s:2:\"id\";s:3:\"469\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:468;a:13:{s:2:\"id\";s:3:\"468\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:467;a:13:{s:2:\"id\";s:3:\"467\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:466;a:13:{s:2:\"id\";s:3:\"466\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:465;a:13:{s:2:\"id\";s:3:\"465\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:464;a:13:{s:2:\"id\";s:3:\"464\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:463;a:13:{s:2:\"id\";s:3:\"463\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:462;a:13:{s:2:\"id\";s:3:\"462\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:461;a:13:{s:2:\"id\";s:3:\"461\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:460;a:13:{s:2:\"id\";s:3:\"460\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:459;a:13:{s:2:\"id\";s:3:\"459\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:458;a:13:{s:2:\"id\";s:3:\"458\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:457;a:13:{s:2:\"id\";s:3:\"457\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:456;a:13:{s:2:\"id\";s:3:\"456\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:455;a:13:{s:2:\"id\";s:3:\"455\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:454;a:13:{s:2:\"id\";s:3:\"454\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:453;a:13:{s:2:\"id\";s:3:\"453\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:452;a:13:{s:2:\"id\";s:3:\"452\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:451;a:13:{s:2:\"id\";s:3:\"451\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:450;a:13:{s:2:\"id\";s:3:\"450\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:449;a:13:{s:2:\"id\";s:3:\"449\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:448;a:13:{s:2:\"id\";s:3:\"448\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:447;a:13:{s:2:\"id\";s:3:\"447\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:446;a:13:{s:2:\"id\";s:3:\"446\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:445;a:13:{s:2:\"id\";s:3:\"445\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:444;a:13:{s:2:\"id\";s:3:\"444\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:443;a:13:{s:2:\"id\";s:3:\"443\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:442;a:13:{s:2:\"id\";s:3:\"442\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:441;a:13:{s:2:\"id\";s:3:\"441\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:440;a:13:{s:2:\"id\";s:3:\"440\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:439;a:13:{s:2:\"id\";s:3:\"439\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:438;a:13:{s:2:\"id\";s:3:\"438\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:437;a:13:{s:2:\"id\";s:3:\"437\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:436;a:13:{s:2:\"id\";s:3:\"436\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:435;a:13:{s:2:\"id\";s:3:\"435\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:434;a:13:{s:2:\"id\";s:3:\"434\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:433;a:13:{s:2:\"id\";s:3:\"433\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:432;a:13:{s:2:\"id\";s:3:\"432\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:431;a:13:{s:2:\"id\";s:3:\"431\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:430;a:13:{s:2:\"id\";s:3:\"430\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:429;a:13:{s:2:\"id\";s:3:\"429\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:428;a:13:{s:2:\"id\";s:3:\"428\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:427;a:13:{s:2:\"id\";s:3:\"427\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:426;a:13:{s:2:\"id\";s:3:\"426\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:425;a:13:{s:2:\"id\";s:3:\"425\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:424;a:13:{s:2:\"id\";s:3:\"424\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:423;a:13:{s:2:\"id\";s:3:\"423\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:422;a:13:{s:2:\"id\";s:3:\"422\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:421;a:13:{s:2:\"id\";s:3:\"421\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:420;a:13:{s:2:\"id\";s:3:\"420\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:419;a:13:{s:2:\"id\";s:3:\"419\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:418;a:13:{s:2:\"id\";s:3:\"418\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:417;a:13:{s:2:\"id\";s:3:\"417\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:416;a:13:{s:2:\"id\";s:3:\"416\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:415;a:13:{s:2:\"id\";s:3:\"415\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:414;a:13:{s:2:\"id\";s:3:\"414\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:413;a:13:{s:2:\"id\";s:3:\"413\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:412;a:13:{s:2:\"id\";s:3:\"412\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:411;a:13:{s:2:\"id\";s:3:\"411\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:410;a:13:{s:2:\"id\";s:3:\"410\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:409;a:13:{s:2:\"id\";s:3:\"409\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:408;a:13:{s:2:\"id\";s:3:\"408\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:407;a:13:{s:2:\"id\";s:3:\"407\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:406;a:13:{s:2:\"id\";s:3:\"406\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:405;a:13:{s:2:\"id\";s:3:\"405\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:404;a:13:{s:2:\"id\";s:3:\"404\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:403;a:13:{s:2:\"id\";s:3:\"403\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:402;a:13:{s:2:\"id\";s:3:\"402\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:401;a:13:{s:2:\"id\";s:3:\"401\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:400;a:13:{s:2:\"id\";s:3:\"400\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:399;a:13:{s:2:\"id\";s:3:\"399\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:398;a:13:{s:2:\"id\";s:3:\"398\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:397;a:13:{s:2:\"id\";s:3:\"397\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:396;a:13:{s:2:\"id\";s:3:\"396\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:395;a:13:{s:2:\"id\";s:3:\"395\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:394;a:13:{s:2:\"id\";s:3:\"394\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:393;a:13:{s:2:\"id\";s:3:\"393\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:392;a:13:{s:2:\"id\";s:3:\"392\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:391;a:13:{s:2:\"id\";s:3:\"391\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:390;a:13:{s:2:\"id\";s:3:\"390\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:389;a:13:{s:2:\"id\";s:3:\"389\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:388;a:13:{s:2:\"id\";s:3:\"388\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:387;a:13:{s:2:\"id\";s:3:\"387\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:386;a:13:{s:2:\"id\";s:3:\"386\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:385;a:13:{s:2:\"id\";s:3:\"385\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:384;a:13:{s:2:\"id\";s:3:\"384\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:383;a:13:{s:2:\"id\";s:3:\"383\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:382;a:13:{s:2:\"id\";s:3:\"382\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:381;a:13:{s:2:\"id\";s:3:\"381\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:380;a:13:{s:2:\"id\";s:3:\"380\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:379;a:13:{s:2:\"id\";s:3:\"379\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:378;a:13:{s:2:\"id\";s:3:\"378\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:377;a:13:{s:2:\"id\";s:3:\"377\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:376;a:13:{s:2:\"id\";s:3:\"376\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:375;a:13:{s:2:\"id\";s:3:\"375\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:374;a:13:{s:2:\"id\";s:3:\"374\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:373;a:13:{s:2:\"id\";s:3:\"373\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:372;a:13:{s:2:\"id\";s:3:\"372\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:371;a:13:{s:2:\"id\";s:3:\"371\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:370;a:13:{s:2:\"id\";s:3:\"370\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:369;a:13:{s:2:\"id\";s:3:\"369\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:368;a:13:{s:2:\"id\";s:3:\"368\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:367;a:13:{s:2:\"id\";s:3:\"367\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:366;a:13:{s:2:\"id\";s:3:\"366\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:365;a:13:{s:2:\"id\";s:3:\"365\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:364;a:13:{s:2:\"id\";s:3:\"364\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:363;a:13:{s:2:\"id\";s:3:\"363\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:362;a:13:{s:2:\"id\";s:3:\"362\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:361;a:13:{s:2:\"id\";s:3:\"361\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:360;a:13:{s:2:\"id\";s:3:\"360\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:359;a:13:{s:2:\"id\";s:3:\"359\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:358;a:13:{s:2:\"id\";s:3:\"358\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:357;a:13:{s:2:\"id\";s:3:\"357\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:356;a:13:{s:2:\"id\";s:3:\"356\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:355;a:13:{s:2:\"id\";s:3:\"355\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:354;a:13:{s:2:\"id\";s:3:\"354\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:353;a:13:{s:2:\"id\";s:3:\"353\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:352;a:13:{s:2:\"id\";s:3:\"352\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:351;a:13:{s:2:\"id\";s:3:\"351\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:350;a:13:{s:2:\"id\";s:3:\"350\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:349;a:13:{s:2:\"id\";s:3:\"349\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:348;a:13:{s:2:\"id\";s:3:\"348\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:347;a:13:{s:2:\"id\";s:3:\"347\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:346;a:13:{s:2:\"id\";s:3:\"346\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:345;a:13:{s:2:\"id\";s:3:\"345\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:344;a:13:{s:2:\"id\";s:3:\"344\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:343;a:13:{s:2:\"id\";s:3:\"343\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:342;a:13:{s:2:\"id\";s:3:\"342\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:341;a:13:{s:2:\"id\";s:3:\"341\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:340;a:13:{s:2:\"id\";s:3:\"340\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:339;a:13:{s:2:\"id\";s:3:\"339\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:337;a:13:{s:2:\"id\";s:3:\"337\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:336;a:13:{s:2:\"id\";s:3:\"336\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:335;a:13:{s:2:\"id\";s:3:\"335\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:334;a:13:{s:2:\"id\";s:3:\"334\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:333;a:13:{s:2:\"id\";s:3:\"333\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:332;a:13:{s:2:\"id\";s:3:\"332\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:331;a:13:{s:2:\"id\";s:3:\"331\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:330;a:13:{s:2:\"id\";s:3:\"330\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:329;a:13:{s:2:\"id\";s:3:\"329\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:328;a:13:{s:2:\"id\";s:3:\"328\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";}i:327;a:13:{s:2:\"id\";s:3:\"327\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:326;a:13:{s:2:\"id\";s:3:\"326\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:325;a:13:{s:2:\"id\";s:3:\"325\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:324;a:13:{s:2:\"id\";s:3:\"324\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:322;a:13:{s:2:\"id\";s:3:\"322\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:321;a:13:{s:2:\"id\";s:3:\"321\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:320;a:13:{s:2:\"id\";s:3:\"320\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:319;a:13:{s:2:\"id\";s:3:\"319\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:318;a:13:{s:2:\"id\";s:3:\"318\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:317;a:13:{s:2:\"id\";s:3:\"317\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:316;a:13:{s:2:\"id\";s:3:\"316\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:315;a:13:{s:2:\"id\";s:3:\"315\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:314;a:13:{s:2:\"id\";s:3:\"314\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:313;a:13:{s:2:\"id\";s:3:\"313\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:312;a:13:{s:2:\"id\";s:3:\"312\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";}i:311;a:13:{s:2:\"id\";s:3:\"311\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:310;a:13:{s:2:\"id\";s:3:\"310\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:309;a:13:{s:2:\"id\";s:3:\"309\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:308;a:13:{s:2:\"id\";s:3:\"308\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:307;a:13:{s:2:\"id\";s:3:\"307\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:306;a:13:{s:2:\"id\";s:3:\"306\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:305;a:13:{s:2:\"id\";s:3:\"305\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:304;a:13:{s:2:\"id\";s:3:\"304\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:303;a:13:{s:2:\"id\";s:3:\"303\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:302;a:13:{s:2:\"id\";s:3:\"302\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:301;a:13:{s:2:\"id\";s:3:\"301\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:300;a:13:{s:2:\"id\";s:3:\"300\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:299;a:13:{s:2:\"id\";s:3:\"299\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:298;a:13:{s:2:\"id\";s:3:\"298\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:297;a:13:{s:2:\"id\";s:3:\"297\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:296;a:13:{s:2:\"id\";s:3:\"296\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:295;a:13:{s:2:\"id\";s:3:\"295\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:294;a:13:{s:2:\"id\";s:3:\"294\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:293;a:13:{s:2:\"id\";s:3:\"293\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:292;a:13:{s:2:\"id\";s:3:\"292\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:291;a:13:{s:2:\"id\";s:3:\"291\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:290;a:13:{s:2:\"id\";s:3:\"290\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:238;a:14:{s:2:\"id\";s:3:\"238\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:237;a:14:{s:2:\"id\";s:3:\"237\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:3:\"236\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:235;a:14:{s:2:\"id\";s:3:\"235\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:234;a:14:{s:2:\"id\";s:3:\"234\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:3:\"233\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";s:3:\"232\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:231;a:14:{s:2:\"id\";s:3:\"231\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:230;a:14:{s:2:\"id\";s:3:\"230\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";s:3:\"229\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:198;a:13:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:13:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:13:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:13:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:13:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:13:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:13:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:13:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:13:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:13:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:13:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:13:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:13:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:13:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:13:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:13:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:13:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:13:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:13:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:13:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:13:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:13:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:13:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:13:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:13:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:13:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:13:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:13:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:13:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:13:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:13:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:13:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:13:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:13:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:13:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:13:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:13:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:13:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:13:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:13:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:13:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:13:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:13:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:13:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:13:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:13:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:13:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:13:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:13:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:13:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:13:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:13:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:13:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:13:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:13:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:13:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:13:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:13:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:13:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:13:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:13:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:13:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:13:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:13:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:13:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:13:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:13:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:13:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:13:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:13:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:13:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:13:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:13:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:13:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:13:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:13:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:13:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:13:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:13:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:13:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:13:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:13:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:13:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:13:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:13:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:13:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:13:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:13:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:13:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:13:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:13:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:13:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:13:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:13:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:13:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:13:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:13:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:13:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:13:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:13:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:13:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:13:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:13:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:13:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:13:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:13:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:13:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:13:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:13:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:13:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:13:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:13:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:13:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:13:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:13:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:13:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:13:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:13:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:13:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:13:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:13:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:13:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:13:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:13:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:13:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:13:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:13:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:13:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:13:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:13:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:13:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:13:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:13:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:13:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:13:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:13:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:13:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:13:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:13:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:13:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:13:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:13:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:13:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:13:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:13:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:13:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:13:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:13:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:13:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:13:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:13:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:13:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:13:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:13:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:13:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:13:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:13:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:13:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:13:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:13:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:13:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:13:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:13:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:13:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:13:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:13:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:13:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:13:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:13:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}',	'no'),
(308,	'revslider-templates-check',	'1581614915',	'yes'),
(309,	'revslider-templates-hash',	'b75789b4e8007da4a017960ffb5efd3c',	'yes'),
(310,	'rs-templates-new',	'',	'no'),
(324,	'_transient_woocommerce_webhook_ids_status_active',	'a:0:{}',	'yes'),
(325,	'widget_cuteslider_widget',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(326,	'widget_rev-slider-widget',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(327,	'widget_woocommerce_widget_cart',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(328,	'widget_woocommerce_layered_nav_filters',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(329,	'widget_woocommerce_layered_nav',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(330,	'widget_woocommerce_price_filter',	'a:2:{i:1;a:1:{s:5:\"title\";s:15:\"FILTER BY PRICE\";}s:12:\"_multiwidget\";i:1;}',	'yes'),
(331,	'widget_woocommerce_product_categories',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(332,	'widget_woocommerce_product_search',	'a:2:{i:1;a:1:{s:5:\"title\";s:14:\"PRODUCT SEARCH\";}s:12:\"_multiwidget\";i:1;}',	'yes'),
(333,	'widget_woocommerce_product_tag_cloud',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(334,	'widget_woocommerce_products',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(335,	'widget_woocommerce_recently_viewed_products',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(336,	'widget_woocommerce_top_rated_products',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(337,	'widget_woocommerce_recent_reviews',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(338,	'widget_woocommerce_rating_filter',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(352,	'zn_custom_fonts',	'a:1:{s:7:\"icomoon\";a:0:{}}',	'yes'),
(357,	'rs_image_meta_todo',	'a:0:{}',	'yes'),
(3017,	'ai1wm_updater',	'a:0:{}',	'yes'),
(2021,	'_transient_timeout_wpseo_link_table_inaccessible',	'1612959018',	'no'),
(2022,	'_transient_wpseo_link_table_inaccessible',	'0',	'no'),
(2023,	'_transient_timeout_wpseo_meta_table_inaccessible',	'1612959018',	'no'),
(2024,	'_transient_wpseo_meta_table_inaccessible',	'0',	'no'),
(1547,	'woocommerce-order-export-activation-notice-shown',	'1',	'no'),
(1873,	'wpk_zn_select_custom_header_514',	'light_blue_-_flat',	'yes'),
(6279,	'category_children',	'a:2:{i:519;a:8:{i:0;i:521;i:1;i:522;i:2;i:523;i:3;i:524;i:4;i:525;i:5;i:526;i:6;i:527;i:7;i:528;}i:528;a:6:{i:0;i:529;i:1;i:530;i:2;i:531;i:3;i:532;i:4;i:533;i:5;i:534;}}',	'yes'),
(6280,	'documentation_category_children',	'a:0:{}',	'yes'),
(2052,	'woocommerce_sales_record_date',	'2020-02-10',	'yes'),
(2053,	'woocommerce_sales_record_amount',	'117.5',	'yes'),
(2480,	'woocommerce_checkout_terms_and_conditions_checkbox_text',	'I have read and agree to the website [terms]',	'yes'),
(2745,	'theme_mods_powrtouch',	'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:15:\"main_navigation\";i:2;}s:18:\"custom_css_post_id\";i:-1;}',	'yes'),
(361,	'_transient_product_query-transient-version',	'1583134978',	'yes'),
(6281,	'project_category_children',	'a:0:{}',	'yes'),
(399,	'zn_permalinks',	'a:5:{s:9:\"portfolio\";s:0:\"\";s:16:\"project_category\";s:0:\"\";s:14:\"portfolio_tags\";s:0:\"\";s:13:\"documentation\";s:0:\"\";s:22:\"documentation_category\";s:0:\"\";}',	'yes'),
(400,	'zn_kallyas_custom_js',	'',	'yes'),
(401,	'zn_kallyas_custom_css',	'.process_steps--style2 .process_steps__container:before {\r\n    padding-right: calc(((100vw - 1170px)/2) + 60px);\r\n}\r\n\r\n.sh--light .kl-header-toptext, .sh--light .kl-header-toptext a, .sh--light .site-header-text, .sh--light .site-header-text a {\r\n    color: #000000;\r\n}\r\n\r\n.social-icons-item {\r\n    color:#d2232a!important;\r\n}\r\n \r\n.sh--light .topnav-li .glyphicon, .sh--light .topnav-no-sc .topnav-item, .sh--light .topnav .menu-item>a, .sh--light .topnav.sc--clean .topnav-item {\r\n    color: #d2232a;\r\n}   \r\n\r\n.sh--light .topnav-item:hover .glyphicon, .sh--light .topnav-no-sc .topnav-item:hover, .sh--light .topnav .menu-item>a:hover, .sh--light .topnav.sc--clean .topnav-item:hover {\r\n    color: #d2232a;\r\n}\r\n\r\n.site-header.style8.headerstyle--default .site-header-main-wrapper {\r\nbackground: #ffffff;\r\n}\r\n\r\n.headsearch--inp .header-search-container { \r\n    width: 220px;\r\n    background-color: #939598;\r\n    color:white;\r\n}\r\n\r\n.inputbox gensearch__input {\r\n    color:white;\r\n    border-radius: 25px;\r\n}\r\n\r\n.inputbox::placeholder {\r\n    color:white;\r\n}\r\n\r\n.headsearch--inp .header-search-container {\r\n    border-radius: 25px;\r\n}\r\n\r\n.site-header.style8.headerstyle--default .site-header-bottom-wrapper {\r\n    background: #939598;\r\n}\r\n\r\n@media(min-width:1200px){\r\na#ctabutton {\r\n    position: absolute;\r\n    top: 0;\r\n}\r\n\r\na#mycartbtn {\r\n    margin-right: 67px;\r\n}\r\n}\r\n  .screenshot-box.kl-style-2 .thescreenshot img {\r\n      min-height: 390px;\r\n  }\r\n  .screenshot-box.kl-style-2 .thescreenshot {}\r\n\r\n.screenshot-box.kl-style-2 .thescreenshot {\r\n    padding: 0;\r\n    margin-top: 0;\r\n}\r\n.screenshot-box.kl-style-2 .znSlickDots .slick-active button {\r\n    display: none;\r\n}\r\n\r\n.site-footer-bottom a {\r\n    color: #8b8c8d;\r\n}\r\n\r\n.site-footer .contact-details {background-image: none;}\r\n\r\n.site-footer .social-icons-li.title {\r\n    display: none;\r\n}\r\n\r\n.single-product h1.product_title.entry-title{font-size: 22px;}\r\n\r\n.sc__screenshot {\r\n    padding: 0;\r\n}\r\n\r\n.woocommerce .page-subheader.psubhead-stheader--relative .ph-content-wrap {\r\n    display: none;\r\n    }\r\n\r\n.woocommerce div.product div.images .woocommerce-product-gallery__trigger {\r\n    display: none;\r\n}\r\n\r\n@media(max-width:679px){\r\n.cover-fit-img {\r\n    object-fit: contain;\r\n}\r\n\r\n.eluida87a01a4 {\r\n    padding-bottom: 50%;\r\n}\r\n}',	'no'),
(6869,	'_site_transient_timeout_browser_bef33923fbaa32177013d5c1a6ac6911',	'1583739481',	'no'),
(6870,	'_site_transient_browser_bef33923fbaa32177013d5c1a6ac6911',	'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"80.0.3987.122\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}',	'no'),
(3866,	'_transient_timeout_wc_term_counts',	'1584201808',	'no'),
(3867,	'_transient_wc_term_counts',	'a:15:{i:548;s:1:\"9\";i:536;s:1:\"3\";i:544;s:1:\"9\";i:546;s:1:\"9\";i:547;s:1:\"8\";i:545;s:1:\"4\";i:549;s:1:\"6\";i:550;s:0:\"\";i:538;s:1:\"6\";i:537;s:1:\"6\";i:540;s:1:\"6\";i:542;s:1:\"8\";i:539;s:1:\"6\";i:541;s:1:\"7\";i:543;s:2:\"14\";}',	'no'),
(2282,	'woocommerce_shop_page_display',	'subcategories',	'yes'),
(2283,	'woocommerce_category_archive_display',	'both',	'yes'),
(2284,	'woocommerce_default_catalog_orderby',	'popularity',	'yes'),
(2285,	'woocommerce_maybe_regenerate_images_hash',	'991b1ca641921cf0f5baf7a2fe85861b',	'yes'),
(1471,	'woocommerce_marketplace_suggestions',	'a:2:{s:11:\"suggestions\";a:28:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:117:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:117:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:12;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:13;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:98:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:14;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:15;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:16;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:18;a:8:{s:4:\"slug\";s:27:\"orders-empty-stripe-payment\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:26:\"woocommerce-gateway-stripe\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/stripe-payment.svg\";s:5:\"title\";s:6:\"Stripe\";s:4:\"copy\";s:132:\"The complete payments platform engineered for growth. Millions around the globe use Stripe to start, run and scale their businesses.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:40:\"https://woocommerce.com/products/stripe/\";}i:19;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:20;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:21;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:22;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:103:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:23;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:24;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:25;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:26;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}i:27;a:8:{s:4:\"slug\";s:29:\"products-empty-stripe-payment\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:26:\"woocommerce-gateway-stripe\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/stripe-payment.svg\";s:5:\"title\";s:6:\"Stripe\";s:4:\"copy\";s:132:\"The complete payments platform engineered for growth. Millions around the globe use Stripe to start, run and scale their businesses.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:40:\"https://woocommerce.com/products/stripe/\";}}s:7:\"updated\";i:1581337627;}',	'no'),
(2175,	'wpseo_taxonomy_meta',	'a:1:{s:11:\"product_cat\";a:2:{i:536;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:538;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}}}',	'yes'),
(6282,	'product_cat_children',	'a:1:{i:543;a:6:{i:0;i:544;i:1;i:545;i:2;i:546;i:3;i:547;i:4;i:548;i:5;i:549;}}',	'yes'),
(1515,	'_transient_timeout_wc_shipping_method_count_legacy',	'1584525709',	'no'),
(1516,	'_transient_wc_shipping_method_count_legacy',	'a:2:{s:7:\"version\";s:10:\"1581933704\";s:5:\"value\";i:1;}',	'no'),
(1453,	'woocommerce_onboarding_opt_in',	'no',	'yes'),
(1455,	'woocommerce_admin_install_timestamp',	'',	'yes'),
(1479,	'woocommerce_product_type',	'physical',	'yes'),
(1482,	'woocommerce_stripe_settings',	'a:3:{s:7:\"enabled\";s:3:\"yes\";s:14:\"create_account\";b:0;s:5:\"email\";b:0;}',	'yes'),
(1483,	'woocommerce_ppec_paypal_settings',	'a:2:{s:16:\"reroute_requests\";b:0;s:5:\"email\";b:0;}',	'yes'),
(1484,	'woocommerce_cheque_settings',	'a:1:{s:7:\"enabled\";s:2:\"no\";}',	'yes'),
(1485,	'woocommerce_bacs_settings',	'a:1:{s:7:\"enabled\";s:2:\"no\";}',	'yes'),
(1486,	'woocommerce_cod_settings',	'a:6:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:18:\"Payment on Account\";s:11:\"description\";s:19:\"Payment on account.\";s:12:\"instructions\";s:30:\"Pay upon agreed payment terms.\";s:18:\"enable_for_methods\";s:0:\"\";s:18:\"enable_for_virtual\";s:3:\"yes\";}',	'yes'),
(1492,	'wc_stripe_show_style_notice',	'no',	'yes'),
(1493,	'wc_stripe_show_sca_notice',	'no',	'yes'),
(1494,	'wc_stripe_version',	'4.3.1',	'yes'),
(1496,	'_transient_shipping-transient-version',	'1581933704',	'yes'),
(1497,	'woocommerce_flat_rate_1_settings',	'a:3:{s:5:\"title\";s:9:\"Flat rate\";s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:4:\"2.50\";}',	'yes'),
(6879,	'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9',	'1583177889',	'no'),
(6880,	'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9',	'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: Elementor Raises $15 Million, Plans to Invest in the Team, Product, and Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97541\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"https://wptavern.com/elementor-raises-15-million-plans-to-invest-in-the-team-product-and-community?utm_source=rss&utm_medium=rss&utm_campaign=elementor-raises-15-million-plans-to-invest-in-the-team-product-and-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5203:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Elementor, which has quickly become one of the leading <a href=\"https://wordpress.org/plugins/elementor/\">WordPress page builders</a> and companies, announced Wednesday it <a href=\"https://elementor.com/blog/elementor-funding/\">raised $15 million in its first round of funding</a>, led by <a href=\"https://lsvp.com/\">Lightspeed Venture Partners</a>.  The investment round comes on the heels of the plugin surpassing four million active installations.</p>\n\n\n\n<p>Founded in 2016, Yoni Luksenberg and Ariel Klikstein wanted to create a platform for web creators to drag and drop elements on a page to quickly build sites to their specifications.  It took two years for the plugin to gather its first million users.  Since then, the user base has continued to rapidly grow, adding an extra million users at an average rate of six months.  </p>\n\n\n\n<p>In the past 12 months, the plugin has deployed over 300 new features.  It is also currently translated into 55 languages, an effort driven by its massive community.</p>\n\n\n\n<p>&ldquo;Elementor&rsquo;s growth is a wonderful example of the power of community and open-source software,&rdquo; said Tal Morgenstern, Partner at Lightspeed. &ldquo;The founders set out to solve their own problems as web professionals and ended up with a global, highly-involved fan base that kept pushing and shaping the product from the very onset. Every single metric we looked at indicated an exceptionally strong market fit and we&rsquo;re extremely happy to partner with this team for the next chapter of their journey.&rdquo;</p>\n\n\n\n<p>The next question is how the Elementor team will utilize this funding to grow their platform.</p>\n\n\n\n<h2>Growing the Elementor Team and Platform</h2>\n\n\n\n<img />\n\n\n\n<p class=\"has-drop-cap\">Elementor currently has 130 employees, called &ldquo;Elementorists,&rdquo; who are spread across 16 countries.  The company plans to use some of its funding to grow its team by 50%.  It may not be long before they are pushing the 200-employee mark.</p>\n\n\n\n<p>The company will also use the funding to push the expansion of its global community.  The team already has 500 meetups planned around the world in 2020.</p>\n\n\n\n<p>&ldquo;We plan to utilize the funding to improve all aspects of the product and community,&rdquo; said Luksenberg.  &ldquo;That means further strengthening the infrastructure of our platform, developing more innovative features, investing in more community-enhancing efforts like WordCamp sponsorships and meetups, and building more integrations with WordPress and with other plugins.  Basically, this allows us to continue with all the efforts already in progress but at a faster pace and at a larger scale.&rdquo;</p>\n\n\n\n<p>The Elementor team is set to push out new features and products at a much faster pace than before with the funding in place.  Luksenberg was tight-lipped on the details.  &ldquo;We don&rsquo;t want to ruin the surprise by revealing the features too soon,&rdquo; he said.  However, he promises that the company plans to set new web design and marketing standards while reducing &ldquo;friction points&rdquo; for web creators using Elementor.</p>\n\n\n\n<p>One major question is where Elementor stands in terms of the block editor (Gutenberg).  In one sense, they are competitors.  However, the team also created the <a href=\"https://wordpress.org/plugins/block-builder/\">Elementor Blocks for Gutenberg</a> plugin.  While it only has 8,000 active installs, a drop in the bucket in comparison to their primary plugin, Luksenberg said the team has received positive feedback from users.</p>\n\n\n\n<p>&ldquo;We are constantly testing out new integrations with the goal of improving compatibility with Gutenberg,&rdquo; said Luksenberg.  &ldquo;We believe in democratizing the editor so different WordPress users and different personas will have their editor of choice. This way, they can pick the editor that best fits their unique needs and preferences. This is the beauty of open source. There are endless ways to build a contact form:  Contact Form 7, Gravity Forms, Jetpack Forms.  Similarly, there are endless ways to build and design a web page. The users should have the option to choose their preferred method.&rdquo;</p>\n\n\n\n<p>Despite a couple of rumors floating around, the team has no plans to build a platform that is independent of core WordPress.  The team&rsquo;s work will be deeply entrenched into WordPress.</p>\n\n\n\n<p>However, they are currently considering offering a SaaS (Software as a Service) solution around the Elementor platform.  It is unclear what such a SaaS product will look like if it happens, but it could be a natural evolution of their business growth.  It will certainly be interesting to keep an eye on and see where they take it.  &ldquo;As a growing company, now with funding, it&rsquo;s important to keep our options open,&rdquo; said Luksenberg.</p>\n\n\n\n<p>Luksenberg hopes to see other companies in the WordPress ecosystem complete similar funding rounds and feels honored for his company to be in a position to lead the way.  &ldquo;It&rsquo;s one small step for Elementor, one giant leap for the WordPress community,&rdquo; he said.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Feb 2020 19:31:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Gutenberg 7.6 Includes Rotating Tips List and New Full-Site Editing Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97195\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"https://wptavern.com/gutenberg-7-6-includes-rotating-tips-list-and-new-full-site-editing-blocks?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-7-6-includes-rotating-tips-list-and-new-full-site-editing-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4530:\"<p>Yesterday, the Gutenberg team <a href=\"https://make.wordpress.org/core/2020/02/26/whats-new-in-gutenberg-26-february/\">released version 7.6 of the plugin</a>.  Most of the work in this update went toward the upcoming full-site editing feature.  The team continues to pump out new dynamic, placeholder blocks for post data.  The biggest user-facing feature was the addition of a rotating list of tips in the block inserter.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/02/12/whats-new-in-gutenberg-12-february/\">Version 7.5</a>, released two weeks ago, was the last major release of the plugin that will have features to land in WordPress 5.4, which is currently scheduled for release on March 31.  However, bug fixes from 7.6 were ported to the most recent WordPress 5.4 beta updates.</p>\n\n\n\n<p>Version 7.6 does not include as many major feature additions as earlier releases.  Aside from experimental work on full-site editing, it primarily includes bug fixes.</p>\n\n\n\n<p>The announcement post boasts a considerable speed improvement in loading time and keypress events.  In comparison to version 7.5, loading time was reduced to 7.7 seconds from 8.5 seconds and keypress event speed was reduced to 48.59 milliseconds from 55.45 milliseconds.  These tests are run against a post of approximately 36,000 words and 1,000 blocks.</p>\n\n\n\n<h2>Rotating Tips In Block Inserter</h2>\n\n\n\n<img />Block inserter tip section now rotates messages.\n\n\n\n<p>In the past, the block inserter had a single tip at the bottom right that read, &ldquo;While writing, you can press <code>/</code> to quickly insert new blocks.&rdquo; It was a useful tip, but it was easy to ignore because it never changed.  After seeing the same message a couple dozen times, it had become little better than wasted space.</p>\n\n\n\n<p>Version 7.6 creates a <a href=\"https://github.com/WordPress/gutenberg/pull/20163\">rotating list of tips</a>. Each time a user opens the inserter, a new tip appears.  At the moment, the list only contains five messages but more are sure to come in the future.</p>\n\n\n\n<p>There are open tickets to add contextual <a href=\"https://github.com/WordPress/gutenberg/issues/20196\">tips based on block search queries</a> and <a href=\"https://github.com/WordPress/gutenberg/issues/17091\">block-specific tips</a>. Both of those tickets could continue to help users learn the block system and provide a path for block creators to teach users how to use custom blocks.</p>\n\n\n\n<p>Currently, the list of tips is static.  However, it may be possible for plugin authors to extend it in the future.  I&rsquo;m already contemplating writing a plugin to replace the tips with quotes from Joss Whedon&rsquo;s <em>Firefly</em>.</p>\n\n\n\n<h2>Full Steam Ahead with Full-Site Editing</h2>\n\n\n\n<img />Growing list of post data blocks for full-site editing.\n\n\n\n<p>Gutenberg 7.6 added four new dynamic, placeholder blocks related to post data:  featured image, tags, comments count, and comments form.  This brings the total to around 12 blocks for full-site editing, which is still a few dozen short of where the platform will need to be before the feature is ready.  Most work thus far has gone toward building out blocks that handle post data.  Eventually, the team will need to expand to other areas that will need block representation on the front end.</p>\n\n\n\n<p>Theme authors looking to test out full-site editing should make sure to check out the <a href=\"https://github.com/WordPress/theme-experiments\">block-based theme experiments</a> repository, which continues to see regular updates.</p>\n\n\n\n<p>Users can now <a href=\"https://github.com/WordPress/gutenberg/pull/20361\">set the heading level</a> of the site title block.  It can also be set to a paragraph.  However, it does not include all of the design settings, such as text size or colors, that would come with a regular paragraph block. This is a good first step in recognizing the various ways the site title block will be used, but it will need to evolve into a much more robust block to allow users to do all the things they will eventually want to do with the site title.</p>\n\n\n\n<p>At this point, it is hard to gauge what full-site editing will look like. Everything is experimental.  It only covers the most basic use cases.  I am still cautious about its potential.  On the other hand, I am ready to skip ahead a year and see how it all turns out.  Every plugin update brings us a step closer, but it is tough waiting to see what the bigger picture looks like as it comes together.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Feb 2020 21:48:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Automatic Theme and Plugin Updates Slated for WordPress 5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/automatic-theme-and-plugin-updates-slated-for-wordpress-5-5?utm_source=rss&utm_medium=rss&utm_campaign=automatic-theme-and-plugin-updates-slated-for-wordpress-5-5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3539:\"<img />Automatic updates column on the plugin management screen.\n\n\n\n<p class=\"has-drop-cap\">Today, Jean-Baptiste Audras <a href=\"https://make.wordpress.org/core/2020/02/26/feature-plugin-wp-auto-updates/\">announced the WordPress Auto-updates</a> feature plugin.  The project seeks to bring automatic plugin and theme updates to WordPress version 5.5.  It was originally slated as a feature project in 2019, but it was later bumped to the <a href=\"https://wptavern.com/progress-on-wordpress-2019-projects-sets-2020-roadmap\">2020 roadmap</a>.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/wp-autoupdates/\">WordPress Auto-updates</a> plugin is available for beta testing in the plugin directory.  The plugin is currently marked to work with sites running PHP 7.2 or later, which is odd considering it is a feature plugin for core and will need to be compatible with WordPress&rsquo; minimum of PHP 5.6.</p>\n\n\n\n<p>The feature feels long overdue.  We have been asking for it <a href=\"https://wptavern.com/its-time-for-wordpress-to-automatically-update-themes-plugins-and-core-by-default\">since at least 2015</a> here at the Tavern.  Hosting companies and plugins like Jetpack have taken up the load over the years, offering automatic updates for millions of users.  However, it is time for the core platform to take the reins and make this a feature available directly to all users.  This would also provide a standardized path for third-party plugins to extend the feature with more controls for end-users.</p>\n\n\n\n<p>Work toward bringing the feature into core WordPress originally began in the <a href=\"https://core.trac.wordpress.org/ticket/48850\">plugin auto-updates</a> and <a href=\"https://core.trac.wordpress.org/ticket/49199\">theme auto-updates</a> Trac tickets.  The code contributed to those tickets are now in the feature plugin.  &ldquo;WordPress contributors did a lot of work on the two related tickets during WP 5.4 development cycle, but decided to give it more time for testing as it&rsquo;s an important feature,&rdquo; wrote Audras in the announcement.</p>\n\n\n\n<p>Development is currently taking place on Audras&rsquo;s <a href=\"https://github.com/audrasjb/wp-autoupdates\">GitHub repository</a>, but it may be moved to the official WordPress GitHub account.</p>\n\n\n\n<p>One of the primary goals of the project is to create an admin UI, which would give users the ability to manage how automatic updates work.  Users will be able to enable or disable auto-updates on a plugin-by-plugin and theme-by-theme basis.  This level of fine-grain control is welcome.  While I generally prefer to auto-update everything, I have been burned by specific plugins and themes in the past.  For those, I often prefer to update within a test environment first to be on the safe side.  Undoubtedly, other users may find themselves in a similar situation.  It is nice to see this being taken into account as a goal of the project.</p>\n\n\n\n<p>The project plans to set up email notifications for site administrators that will summarize any auto-updates that happen on the site.  There will also be hooks and PHP constants to allow plugin developers to take control of the update settings.</p>\n\n\n\n<p>As usual, most of the completed work on the automatic updates roadmap has gone toward plugins.  Just once, it would be nice to see a feature that crosses into both theme and plugin territory be completed for themes first.  I only hope that themes do not end up taking a backseat due to time constraints, development hurdles, or anything else.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Feb 2020 21:11:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Post Status: WooCommerce Payments offers a more unified eCommerce experience, better feature parity with Shopify\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=77183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://poststatus.com/woocommerce-payments/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2812:\"<p><a href=\"https://woocommerce.com/payments/\">WooCommerce Payments</a> is now available to select merchants who apply to the program. It\'s a big step for WooCommerce toward establishing stronger SaaS-like feature parity with Shopify.</p>\n\n\n\n<p>Built using <a href=\"https://stripe.com/\">Stripe\'s</a> best-in-class merchant tools, WooCommerce Payments will immediately offer broad payment support for the vast majority of WooCommerce users.</p>\n\n\n\n<p>Deposits, transactions, refunds, and disputes can all be managed directly through the WordPress dashboard. Store owners will not require a Stripe account, but a dedicated WooCommerce Payments account is required. It offers the same general fee structure as Stripe: 2.9% + $0.30 per US-based transaction.</p>\n\n\n\n<p>Automattic\'s General Manager of WooCommerce, Paul Maiorana, told Post Status that the payout schedule for merchants is on a rolling two-day basis.</p>\n\n\n\n<p>Most of the features in WooCommerce Payments will be familiar to existing Stripe users. The big benefit here is for WordPress users who have made the decision to use WooCommerce and are most comfortable managing as much of their business as they can directly through WooCommerce accounts and their WordPress dashboard — thereby eliminating the need to manage yet another account via a merchant processor.</p>\n\n\n\n<p>WooCommerce Payments also offers a nice revenue stream for a percentage of all platform sales to Automattic from all merchants who decide to use it.</p>\n\n\n\n<p>Shopify has had in-house payments for years, and it\'s been wildly successful. This is a no-brainer and a smart move by Automattic to establish better feature parity with the popular SaaS platform.</p>\n\n\n\n<p>We should expect WooCommerce to establish many more methods for connecting stores to services via WooCommerce itself, helping to create a more unified experience for store owners that\'s simpler to set up.</p>\n\n\n\n<p>The big difference between WooCommerce and Shopify will continue to be freedom and choices. With WooCommerce, store owners are always able to use all of the fully self-hosted, self-managed software they need for their business, and independent merchant services (among others) will always be an option too. There is significantly less lock-in when using WooCommerce, which Automattic can and should lean on as a feature for folks seeking greater autonomy for their online business.</p>\n\n\n\n<p>We look forward to offering more information and analysis around Automattic\'s WooCommerce strategy in the coming days for Post Status club members when we interview Paul more formally. Meanwhile, <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1582725139143200\">he\'s answering some questions in chat for members</a>. <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8\">Join us</a>!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Feb 2020 14:44:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 5.4 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8384\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2827:\"<p>WordPress 5.4 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.4 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose &#8220;bleeding edge nightlies&#8221; or &#8220;Beta/RC &#8211; Bleeding edge&#8221; option in version 2.2.0 or later of the plugin) * you must already have updated to your site to &#8220;bleeding edge nightlies&#8221; for the &#8220;Beta/RC &#8211; Bleeding edge&#8221; option to be available</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-beta3.zip\">download the beta here</a> (zip). </li></ul>\n\n\n\n<p>WordPress 5.4 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-4/\">March 31st, 2020</a>, and we need your help to get there.</p>\n\n\n\n<p>Thanks to the testing and feedback from everyone who tested <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-2/\">beta 2</a> (and <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a>) over <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F18%2F2020..02%2F25%2F2020&milestone=5.4&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">24 tickets have been closed</a> in the past week. </p>\n\n\n\n<h2>Some highlights </h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/20424\">Round-up of Gutenberg fixes</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/47606\">Display Site Health score on Dashboard</a></li></ul>\n\n\n\n<h2>Developer notes</h2>\n\n\n\n<p>WordPress 5.4 has lots of refinements to polish the developer experience. To keep up, subscribe to the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>&nbsp;and pay special attention to the&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">developer notes</a>&nbsp;tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>&nbsp;where you can also find a list of&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Feb 2020 22:10:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: After the Acquisition: Flywheel in the New Year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97226\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"https://wptavern.com/after-the-acquisition-flywheel-in-the-new-year?utm_source=rss&utm_medium=rss&utm_campaign=after-the-acquisition-flywheel-in-the-new-year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7580:\"<p>Some WordPress developers and agencies were caught off guard when WP Engine <a href=\"https://wptavern.com/wp-engine-acquires-flywheel\">announced it had acquired Flywheel</a> in June last year.  Flywheel had quickly become a trusted web hosting company for many that specifically catered to the needs of developers and agencies.  For some, they questioned whether such a buyout would change the company culture and whether the good things about Flywheel&rsquo;s services would be swallowed by WP Engine&rsquo;s offerings.</p>\n\n\n\n<p>The move had also come only a month after Flywheel closed its $15 per month Tiny plan.  There was some initial confusion that the two events were linked.</p>\n\n\n\n<p>&ldquo;With any acquisition of this scale, there is going to be an initial wave of confusion, skepticism, and a bit of shock,&rdquo; said Dusty Davidson, CEO and co-founder.  &ldquo;People had come to know, love, and trust Flywheel, and when it was announced that two well-known WordPress companies (and former competitors) were joining forces, they weren&rsquo;t sure where we would stand as a company.&rdquo;</p>\n\n\n\n<p>Davidson said the company fielded more questions that were concerned about the future than outright pushback against the move.  Most such questions centered on whether Flywheel would continue offering their existing services and tools.</p>\n\n\n\n<p>&ldquo;It&rsquo;s now been six months since one of the largest acquisitions in WordPress history, and we&rsquo;re happy to report that things remain &lsquo;business as usual,\'&rdquo; said Davidson.  &ldquo;We&rsquo;ve remained true to our word, and Flywheel is continuing to live out our mission to help creatives do their best work. The community may have been skeptical about how this acquisition was going to pan out, but the fact is that nothing has really changed and our products have only improved!&rdquo;</p>\n\n\n\n<p>How Flywheel would be folded into WP Engine was not clear early on.  The two companies approached the change by learning from each other and gathering feedback.  &ldquo;We announced that we were acquired back in June, and it took about six months to figure out the logistics of the acquisition and the relationships between both companies,&rdquo; said Davidson.</p>\n\n\n\n<p>After working out the details, it was decided that Flywheel would operate as a separate division within WP Engine with its own services.</p>\n\n\n\n<h2>Bringing the Tiny Plan Back</h2>\n\n\n\n<p>Some users <a href=\"https://wptavern.com/wp-engine-acquires-flywheel#comment-296007\">expressed disppointment</a> with the removal of the Tiny plan last year.  It was an affordable tier for small sites at $15 per month.</p>\n\n\n\n<p>The plan change was the first time Flywheel had changed pricing in the company&rsquo;s history.  &ldquo;The changes to plans back in May 2019 were made to allow us to continue investing more into the future of our platform, existing and future features, and to offer up more solutions to better fit our customers,&rdquo; said Davidson.</p>\n\n\n\n<p>Based on customer feedback, Flywheel began to see that Tiny was a valuable plan for agencies who needed to offer a managed WordPress hosting solution for smaller clients.  &ldquo;When we joined forces with WP Engine, we were able to realign our goals as a business and refocus our efforts on the audience we&rsquo;ve always catered to best: freelancers and small agencies,&rdquo; said Davidson.</p>\n\n\n\n<h2>SOC Type 2 Certification</h2>\n\n\n\n<p>Earlier this month, Flywheel <a href=\"https://getflywheel.com/news/flywheel-managed-wordpress-host-completes-soc-2-compliance-and-certification/\">announced it had completed SOC 2 compliance and certification</a> as part of their long-term plan in building a more robust and trusted company.</p>\n\n\n\n<p>&ldquo;Businesses using cloud service providers use SOC 2 reports to assess and address the risks associated with third-party technology services,&rdquo; said Tommy Vacek, VP of Engineering.  &ldquo;When you boil it down though, it essentially means that Flywheel&rsquo;s security practices are the best in the industry, and we&rsquo;re one of the only WordPress hosts that has achieved it.&rdquo;</p>\n\n\n\n<p>&ldquo;It&rsquo;s a sign of maturity on almost all areas of our business, from finance to information technology, and it also allows us to assess risk in our business and make decisions based off of it,&rdquo; he said.  &ldquo;It&rsquo;s a stamp of approval to demonstrate Flywheel&rsquo;s intentionality around security.&rdquo;</p>\n\n\n\n<h2>The 2020 Roadmap and Beyond</h2>\n\n\n\n<p>Rick Knudtson, CPO and co-founder, feels like the acquisition will allow the Flywheel team to better cater to creative agencies in the WordPress space.  &ldquo;Our product team is working on an exciting update to our offering entirely focused on supporting the growth of agencies, and our marketing team is hard at work creating brand new resources for agencies aspiring to make 2020 a great year,&rdquo; he said.  &ldquo;Joining forces with WP Engine has allowed us to accelerate our product initiatives.&rdquo;</p>\n\n\n\n<p>The company is now offering a <a href=\"https://getflywheel.com/selling-wordpress-maintenance/\">free course</a> on selling WordPress maintenance to clients.  Themes by StudioPress, <a href=\"https://wptavern.com/wp-engine-acquires-studiopress\">acquired by WP Engine in 2018</a>, are all free for Flywheel customers.  Flywheel is also working heavily on tools for WordPress developers.</p>\n\n\n\n<p>&ldquo;Developers drive WordPress forward and WP Engine is committed to supporting the future of WordPress through industry-leading developer tools,&rdquo; said Knudtson.  One such tool is <a href=\"https://localwp.com/\">Local</a>, the company&rsquo;s local development environment built for working with WordPress.  &ldquo;Since joining the WP Engine family, Local has become the standard local development and deployment tool for our customers across both of our platforms.&rdquo;</p>\n\n\n\n<p>Local is currently used by over 50,000 developers.  The team spent the last few months re-architecting the tool from the ground up.  Knudtson said it is now five times faster than before.  They are expanding the team that is working on Local to help handled more advanced developer workflows.</p>\n\n\n\n<p>&ldquo;In 2020, we&rsquo;ll introduce new ways to use Local so that all developers &mdash; novices or advanced, solo or within a team &mdash; can build their perfect development on top of Local,&rdquo; said Knudtson.  &ldquo;Whether you just want to connect to your host and deploy, or you&rsquo;re integrating into your existing CI/CD workflow, Local should be the solution.&rdquo;</p>\n\n\n\n<p>The Local turnkey products, such as <a href=\"https://localwp.com/pro/\">Local Pro</a> and <a href=\"https://localwp.com/teams/\">Local Teams</a>, will be available to developers across both platforms in the future.</p>\n\n\n\n<p>Since the acquisition, Flywheel has included a new technology called <a href=\"https://getflywheel.com/layout/product-updates/smart-refresh/\">Smart Refresh</a> as part of their in-house caching engine.  The system watches for updates made to a WordPress install and clears the cache when needed.  Knudtson claims the updates to their system has increased backend performance on the platform by 50%.</p>\n\n\n\n<p>The company also recently announced its new <a href=\"https://getflywheel.com/layout/product-updates/keep-your-sites-flying-with-performance-insights/\">Performance Insights</a> feature.  The tool provides proprietary performance data for developers to make decisions with sites they control.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Feb 2020 19:55:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Post Status: Elementor has raised a $15 million Series A, led by Lightspeed Venture Partners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=77019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://poststatus.com/elementor-has-raised-a-15-million-series-a-led-by-lightspeed-venture-partners/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2869:\"<p><a href=\"https://elementor.com/\">Elementor</a> has seen explosive growth in their WordPress-based page building application since its release in May 2016, now boasting more than 4 million installs of the <a href=\"https://wordpress.org/plugins/elementor/\">free version of the plugin</a>.</p>\n\n\n\n<p>The paid version of Elementor was introduced in November 2016, with a common freemium upgrade model. The Elementor community has taken off, furthering the product\'s growth and loyalty among freelancers, DIYers, and site wranglers.</p>\n\n\n\n<p>In such a crowded space as WordPress page building plugins, and especially considering core WordPress efforts via Gutenberg, Elementor\'s meteoric rise is an incredible accomplishment.</p>\n\n\n\n<p>Others have taken notice. In their Series A fundraising event, <a href=\"https://lsvp.com/\">Lightspeed Venture Partners</a> is leading a $15 million round. Elementor has been working on raising money since at least the second quarter of 2019, so this news is a long time coming.</p>\n\n\n\n<p><em><strong>Edit</strong>: Envato was rumored to be investing as well. I\'ve confirmed with Envato that while they are working closely with Elementor on some projects, they are not an investor in this round.</em></p>\n\n\n\n<p>Elementor has an opportunity to do a lot of interesting stuff with these funds — inside the WordPress experience, and I suspect independent of WordPress as well.</p>\n\n\n\n<p>I expect to see a fully hosted version of Elementor\'s site building capabilities where WordPress is (at least partially) hidden from the view of the user. They are currently <a href=\"https://careers.elementor.com/explore/co/rd/9C.41B/devops-engineer/all/\">hiring for</a> their &#8220;Cloud team&#8221; which is tasked with &#8220;building, maintaining, and supporting the company &#8216;Cloud Hosting SaaS Solution\'.&#8221;</p>\n\n\n\n<p>What has made Elementor stand out thus far is its relative intuitiveness and the establishment of a very loyal following — mostly lured in with extremely attractive pricing of the &#8220;Pro&#8221; product ($49 per site, or only $199 for unlimited sites), and a very generously featured free tier.</p>\n\n\n\n<p>Not many WordPress-centric companies have raised money. I\'m very interested to see where Elementor chooses to take the product from here. They certainly have both the momentum and the backing to do something big.</p>\n\n\n\n<p>With a team based in Israel, Elementor has more than 100 employees now working on the product and support. This raise will surely enable them to extend their runway while maintaining an attractive price point for the paid product and assist in the development of their next major release.</p>\n\n\n\n<p><em>Post Status was not included in the embargoed list of news sources to report this story. We became aware of the news through our own means and decided to report on it now.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Feb 2020 14:53:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WPTavern: On MAGA Caps and WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97442\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://wptavern.com/on-maga-caps-and-wordcamps?utm_source=rss&utm_medium=rss&utm_campaign=on-maga-caps-and-wordcamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7583:\"<p class=\"has-drop-cap\">Within WordPress circles, I don&rsquo;t talk much about politics.  I was raised to believe that politics and religion are not polite dinner topics.  That belief generally extends to my work-life too.  However, sometimes these topics crash into one another at full speed.</p>\n\n\n\n<p>I don&rsquo;t typically provide qualifying statements about my beliefs when writing an article.  My words should stand on their own, regardless of my personal views.  However, in this toxic political climate in the U.S. that sometimes worms its way into the WordPress community, alternative views are often automatically dismissed if the writer is not considered <em>one of their own</em>.  If I wrote a piece that defended conservatism without self-describing myself as a liberal, my words would fall on many deaf ears.  Such is the climate that we live in today.</p>\n\n\n\n<p>Therefore, without further ado, I proclaim myself as one of you.</p>\n\n\n\n<h2>WordCamps and Political/Hate Speech</h2>\n\n\n\n<p class=\"has-drop-cap\">In <a href=\"https://daily.jorb.in/2020/02/symbols-of-hate-at-wordcamps/\">Symbols of Hate at WordCamps</a>, Aaron Jorbin makes the argument that red MAGA (Make America Great Again) hats should be banned from WordCamps because they are symbols of racism.  While one-sided and starting from the position that such apparel is hate speech regardless of context, it is a thought-provoking piece.  It is also the sort of statement that will earn you internet points from what is seemingly a majority, Left-leaning inner WordPress community.  But, there are unanswered questions and another side to this story that Jorbin failed to explore in his article.</p>\n\n\n\n<p>Jorbin opened with a large image.  The image has a simple word as a <em>faux</em> HTML tag:  <code>&lt;/hate&gt;</code>.  Before the argument begins, this imagery lets the readers know that there is no discussion.  In HTML, the <code>/</code> character is meant to close a statement.  The opening salvo is the end of the discussion.  The text is merely a formality.</p>\n\n\n\n<p><strong>MAGA caps are hate speech.</strong></p>\n\n\n\n<p>There is no context in which a MAGA cap is acceptable.  The reader should know this because the argument was won before it was given.</p>\n\n\n\n<p>&ldquo;I fully cosign,&rdquo; said Adam Soucie, the co-lead organizer for WordCamp 2020, <a href=\"https://twitter.com/AdamSoucie/status/1230923434122764294\">on Twitter</a>.  &ldquo;Show up to @WordCampOrlando in one of those red hats and you&rsquo;ll be politely asked to leave. You know exactly what you&rsquo;re doing with that choice.  If you have a problem with that, take it up with Central.&rdquo;</p>\n\n\n\n<p>The message is clear that certain people are not welcome.  More often than not, that message is squarely aimed at conservatives.  This type of groupthink is prevalent within the WordPress community.  <em>Your political beliefs are not welcome.</em></p>\n\n\n\n<p>In his article, Jorbin does describe how political speech, the MAGA cap, has been co-opted by various hate groups.  The question is whether we allow the actions of the minority of one group to become the deciding factor in how we treat the majority.  We must also ask whether we hold other political speech to the same standard.</p>\n\n\n\n<p>Conservatives within our community often feel like they have no voice.  The article and the subsequent discussions taking place on social media help drive home that feeling.</p>\n\n\n\n<p>&ldquo;Today is a hard day to be a Republican in the WordPress Community,&rdquo; wrote Bridget Willard <a href=\"https://twitter.com/YouTooCanBeGuru/status/1231122059159162880\">on Twitter</a>.  &ldquo;I see the tweets.  And the moral superiority.  It isn&rsquo;t kind or inclusive.&rdquo;</p>\n\n\n\n<p>She is not alone.  Like her, many feel like they will be ostracized if they post a dissenting opinion that does not 100% jive with the Left-leaning vocal majority.</p>\n\n\n\n<p>&ldquo;A MAGA hat makes me angry and uncomfortable, but speech is speech unless there&rsquo;s a direct incitement,&rdquo; responded Steve Stern <a href=\"https://twitter.com/sds52/status/1230916355668529152\">on Twitter</a>.  &ldquo;Do we ban all political content from all WP events? Is a T-shirt supporting a leftist cause OK? WordPress needs to support freedom, even when uncomfortable.&rdquo;</p>\n\n\n\n<p>It is a slippery slope from banning a MAGA cap to stifling more mundane conservative speech, particularly when conservative voices are within the minority in our community.  If the MAGA cap is hate speech, it cannot be a stretch to label anything about the man who gave rise to some extremist voices as falling under the same guideline.</p>\n\n\n\n<p>Let us say, for the sake of argument, that the red MAGA cap is deemed hate speech, regardless of who is wearing it, their intentions, and context.  Outright ban it.  Does such a ban extend to a &ldquo;Trump 2020&rdquo; T-shirt?  In the mind of many who would ban the MAGA hat, I can guarantee they would like to see the ban extended to any Trump or even conservative-related apparel. Others may not be willing to go that far.  However, for many, a ban on such apparel has absolutely nothing to do with hate speech.  It has to do with a difference of opinion.  Political opinion.  Instead of meeting on equal terms and discussing those differences as open-minded adults, it is easier to quash an opponent&rsquo;s freedom of expression by labeling it all as hate.</p>\n\n\n\n<p>If a red MAGA cap is always hate speech, it is not a leap to say that any Trump-supporting apparel is also hate speech.  There has to be a line, and the one between a baseball cap and a T-shirt sporting &ldquo;Trump 2020&rdquo; is blurry.</p>\n\n\n\n<p>Perhaps the solution is to ban all political apparel at WordCamps, regardless of whose politics are on showcase.  If some cannot stomach a MAGA cap, a life-long hunter should not have to look at a &ldquo;meat is murder&rdquo; T-shirt.  We should also ban the countless other slogans that itch some group or another the wrong way.</p>\n\n\n\n<p>Or, we can all put on our big boy and girl pants and step out into the world as adults who might be presented with ideas outside our own from time to time.</p>\n\n\n\n<p>WordPress&rsquo;s mission statement is to <em>democratize publishing</em>.  The goal is not to democratize publishing <em>for some</em> or <em>for those who share our political views</em>.  The implication is that we are democratizing publishing <strong>for all</strong>.  By extension, WordCamps are about bringing people together from all walks of life.  We don&rsquo;t all share the same views, but we should respect that others believe differently.  The idea is to break bread with those who are different from you and perhaps grow from this interaction.</p>\n\n\n\n<p>Then, imagine yourself in my shoes.  I live in rural Alabama.  This is Trump Country.  If I got angry every time I came across the path of someone wearing a MAGA cap, I would spend most of my days in a fit of rage.  Some of my more liberal friends ask how I live <em>among them</em>, jokingly.  Truth be told, it is pretty easy once you start looking at people as people.  Once you stop making assumptions about them by the clothes they wear or the political views they hold.  Once you sit down and listen to their hopes and dreams and fears.</p>\n\n\n\n<p>At WordCamps, the best thing would be for everyone to leave their politics at the door.  If we need a rule to formalize it, then so be it.  We all have so much more in common that we likely realize.  Let&rsquo;s focus on the good that we can do together.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Feb 2020 21:14:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WPTavern: Goodbye Featured Themes, For Now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://wptavern.com/goodbye-featured-themes-for-now?utm_source=rss&utm_medium=rss&utm_campaign=goodbye-featured-themes-for-now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4943:\"<img />Front page of the theme directory, featuring popular themes.\n\n\n\n<p class=\"has-drop-cap\">Yesterday, the <a href=\"https://meta.trac.wordpress.org/ticket/5044\">featured themes page was quietly removed</a> from the <a href=\"https://wordpress.org/themes\">WordPress theme directory</a>.  Previously, it was the primary page users would see when visiting the directory.  It has now been replaced with the popular themes list.  This change is only reflected on the WordPress.org website and not directly in the WordPress admin for end-users.</p>\n\n\n\n<p>This is the first major change with the featured list since it was switched to a randomized set of themes in 2014.  Over the past six years, volunteers have presented numerous ideas on what to do with the page that is, in many ways, the face of WordPress, particularly for new users who are searching for their first theme.  No proposal has gone beyond a Trac ticket with a handful of participants or a theme review team meeting.  It is almost as if every idea was dead on arrival.</p>\n\n\n\n<p>Removing the featured list altogether is not a simple matter of hiding the page on WordPress.org.  There is an API endpoint that serves the list and core WordPress fetches themes directly from WordPress.org.  Even if removed from the software, we would still be dealing with years of backward compatibility for older versions of WordPress.  At this point, outright removal is not an ideal solution.</p>\n\n\n\n<p>The <a href=\"https://meta.trac.wordpress.org/changeset/9522\">commit note</a> makes a point that hiding the page from the theme directory is only temporary.  The idea is to eventually replace it with a properly-curated featured themes list.  </p>\n\n\n\n<p>However, such a proposal could languish for years.  Given that we have suffered through six years of a randomly-generated list, it is unclear if anyone is motivated enough to push the project forward.</p>\n\n\n\n<h2>What Happened to the Curated Featured Themes List?</h2>\n\n\n\n<p>In October, the WordPress theme review team <a href=\"https://wptavern.com/curated-list-of-featured-themes-coming-to-the-theme-directory\">decided to create a system</a> for a curated feature themes list.  <a href=\"https://make.wordpress.org/themes/2019/10/22/meeting-notes-for-tuesday-22nd-october-2019/\">The initial plan</a> was for the team representatives to work out the finer details and create a path forward.  However, the idea seemed to fizzle out before it ever broke ground.  There was little public mention of it after the excitement of the initial decision.</p>\n\n\n\n<p>&ldquo;It was really hard to come up with requirements that we wanted the themes to follow,&rdquo; said Carolina Nymark, a TRT representative.  &ldquo;Like the keyboard navigation and skip link had to be added to the theme, and no upsell.  That alone limited the possible themes to a selection that was too small.&rdquo;</p>\n\n\n\n<p>The idea for curated themes was that they would be the best of the best.  Seemingly, that meant going above and beyond the standard requirements while being completely free of commercial interests.  In hindsight, that level of scrutiny over the list may have been too tough of a sell.  Curation does not necessarily have to strive for perfection.  Uniqueness may provide more room for flexibility.</p>\n\n\n\n<p>&ldquo;We did not hold any meetings with votes because there were concerns that people would only root for their own theme, their friends&rsquo; themes, or even get paid to suggest themes,&rdquo; said Nymark.  &ldquo;It would be too easy to game it for profit.&rdquo;  Such backdoor schemes have been trouble with previous programs in the team&rsquo;s past.</p>\n\n\n\n<p>The curated list based on their criteria would be too small to rotate regularly on the featured page.  The team attempted to find other solutions.  However, they were unsuccessful.</p>\n\n\n\n<p>&ldquo;It was a strain that we could not figure out a good solution where theme authors would be treated fairly,&rdquo; said Nymark.  &ldquo;Then we had a video meeting with [Josepha Haden, Executive Director of WordPress] where she said that the TRT team representatives should not have to select the featured themes.  And it stopped there.&rdquo;</p>\n\n\n\n<p>Ari Stathopoulos, a TRT representative, mentioned the elephant in the room that the team was not addressing.  &ldquo;There would be significant drama if the list was manually curated,&rdquo; he said.  &ldquo;If it&rsquo;s done by reps, then those who were not selected would accuse reps of favoring some themes. If it was done by a rotating committee, the same.  Authors would rather believe that they are a victim of some conspiracy rather than believe their theme is bad.&rdquo;</p>\n\n\n\n<p>A curated themes list is still a possibility.  It is unlikely the theme review team will be handling it directly anytime soon.  If it does happen, it will likely be another party who makes the call and gets to be the <em>bad guy</em>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Feb 2020 18:45:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Livestream Tomorrow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=50924\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2020/02/livestream-tomorrow/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:662:\"<p>About eight of the speakers including myself <a href=\"https://livestream.w.org/\">are going to be doing a livestream tomorrow from 2 to 10 UTC, or what would be 9am to 5pm in Bangkok</a> where the inaugural WordCamp Asia was <a href=\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\">supposed to happen</a> this weekend.</p>\n\n\n\n<p>We&#8217;d all much rather be in person, but I do think there is a silver lining in us learning how to do official WordPress livestream events that can be accessible to everyone all over the world, following in the footsteps awesome virtual events like <a href=\"https://wordsesh.com/\">WordSesh</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Feb 2020 01:37:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress.org blog: Pop-Up Livestream on February 22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8377\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2020/02/pop-up-livestream-on-february-22/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2217:\"<p>As mentioned <a href=\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\">in this post</a>, Matt will host a <a href=\"https://livestream.w.org/\">livestream on February 22</a> during Bangkok daylight hours. He opened an invitation to any speaker who was affected by the cancellation, and the livestream will include the following fine people: <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/saiftheboss7/\">Md Saif Hassan</a>, <a href=\"https://profiles.wordpress.org/mmuhsin/\">Muhammad Muhsin</a>, <a href=\"https://profiles.wordpress.org/niravmehta/\">Nirav Mehta</a>, <a href=\"https://profiles.wordpress.org/piccianeri/\">Piccia Neri</a>, <a href=\"https://profiles.wordpress.org/itpixelz/\">Umar Draz</a>, and <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> as well as a Fireside Chat and Q&amp;A<strong> </strong>with <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> &amp; <a href=\"https://www.linkedin.com/in/monishavaradan/\">Monisha Varadan</a>.</p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background has-vivid-cyan-blue-background-color\" href=\"https://livestream.w.org/\" target=\"_blank\" rel=\"https://livestream.w.org/ noopener noreferrer\">Join the stream</a></div>\n</div>\n\n\n\n<p>This should be a great way to get to hear from some speakers who have yet to share their knowledge on a global stage. WordPress is enriched by a multitude of experiences and perspectives, and I hope you are as excited as I am to hear new voices from a part of the world that is frequently underrepresented in the WordPress open source project.&nbsp;</p>\n\n\n\n<p>Also exciting, <a href=\"https://2020.asia.wordcamp.org/2020/02/18/wordcamp-asia-2021/\">the WordCamp Asia team has announced that they’re aiming for January 2021</a>, so please mark your calendars now! This small but mighty team of trailblazing organizers has shown great resilience over the years they’ve spent, building toward this event. I am personally grateful for the hard work they’ve done and have yet to do, and can’t wait to thank them in Bangkok next year.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Feb 2020 23:06:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WPTavern: Publishing Break\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97350\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/publishing-break?utm_source=rss&utm_medium=rss&utm_campaign=publishing-break\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1404:\"<p>The Tavern is taking a break for the week as both of its authors are out. We&rsquo;re happy about expanding families, and saying &ldquo;boo&rdquo; to the flu.</p>\n\n\n\n<p>In the meantime, here are some of my favorite WordPress-powered sites that I follow and learn from:</p>\n\n\n\n<ul><li><a href=\"https://tim.blog/\">Tim Ferriss is back to blogging and it&rsquo;s great</a>.</li><li><a href=\"https://seths.blog/\">Seth Godin never stopped blogging and stays great</a>.</li><li><a href=\"https://fs.blog/\">Farnam Street always expands my mind</a>. (Three nice .blog domains in a row!)</li><li><a href=\"https://heropress.com/\">HeroPress gives me energy to work through the hard problems in WordPress</a>.</li><li><a href=\"https://nav.al/\">Naval is thoughtful and provocative</a>.</li><li><a href=\"https://avc.com/\">Fred Wilson is one of the most successful early-stage investors, and still takes the time to blog almost every day</a>.</li><li><a href=\"https://laughingsquid.com/\">Laughing Squid collects the weirdest and most interesting stuff on the internet</a>.</li><li><a href=\"https://onbeing.org/\">Krista Tippett&rsquo;s On Being expands your soul</a>.</li></ul>\n\n\n\n<p>Finally, <a href=\"https://om.co/2020/01/16/podcast-interviewing-matt-mullenweg/\">the podcast I did with Om a few weeks ago covers some fun early internet trivia</a>. We&rsquo;ll be back to regularly scheduled programming next week!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Feb 2020 01:28:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 5.4 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8360\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3351:\"<p>WordPress 5.4 Beta 2 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test WordPress 5.4 beta 2 in two ways:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.4-beta2.zip\">download the beta here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>WordPress 5.4 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-4/\">March 31, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>Thank you to all of the contributors that tested the <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a> development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Some highlights</h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F12%2F2020..&milestone=5.4&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">27 bugs</a> have been fixed. Here is a summary of a few changes included in beta 2:</p>\n\n\n\n<ul><li>Block editor: Columns in the Block Library that have unassigned-width will now grow equally.</li><li>Block editor: The custom gradient picker now works in languages other than English.</li><li>Block editor: When choosing colors is not possible, the color formatter  no longer shows.</li><li>Privacy: The privacy request form fields have been adjusted to be more consistent on mobile.</li><li>Privacy: The notice offering help when editing the privacy policy page will no longer show at the top of All Pages in the admin area.</li><li>Site Health: The error codes for failed REST API tests now display correctly.</li></ul>\n\n\n\n<h2>Developer notes</h2>\n\n\n\n<p>WordPress 5.4 has lots of refinements to polish the developer experience. To keep up, subscribe to the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>&nbsp;and pay special attention to the&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">developers’ notes</a>&nbsp;for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! </p>\n\n\n\n<p>If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>UPDATE &#8211; 20 Feb, 2020: This post was originally misattributed to Francesca Marano. The proper authorship has been corrected.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Feb 2020 21:50:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress.org blog: People of WordPress: Kori Ashton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8348\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2020/02/people-of-wordpress-kori-ashton/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9806:\"<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>The beginning</strong></h2>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton.jpg?w=632&ssl=1\" alt=\"\" class=\"wp-image-8349\" />Kori Ashton\n\n\n\n<p>In 1998, Kori created her very first HTML website. Her dad was creating websites for a living at the time. She needed a website for her band because she wanted to be a rockstar. Under his training, and with a little bit of self-teaching, she learned how to build a website.</p>\n\n\n\n<p>She had been aware of WordPress since 2005, and, in 2008 a client specifically hired her as a freelancer to develop a WordPress website. Kori went straight to Google and taught herself how to build a WordPress website over a single weekend. She really enjoyed the experience of working with WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>My mind was absolutely blown when I saw the drag and drop options inside of menus to create dropdowns and a form builder.&nbsp;</em></p><cite>Kori Ashton</cite></blockquote>\n\n\n\n<p>She suggested to her dad that WordPress could be a solution for their customers who wanted to be able to access their own websites. Previously, they had found this was not as easy for clients unless they had specific software and knew how to code. So, Kori and her dad worked to learn WordPress over the next few years.&nbsp;</p>\n\n\n\n<p>Then in 2012, Kori and her parents launched their new business, WebTegrity, in San Antonio, Texas, US. It started out small: just Kori and her parents. Soon, they started subcontracting design work and quickly continued to grow their team.</p>\n\n\n\n<h2><strong>Going big time</strong></h2>\n\n\n\n<p>Even though the business was in a saturated industry in San Antonio &#8212; over 700 freelancers and agencies were providing similar services &#8212;  Kori and her parents were able to sell their company five years later, with a multi-million dollar valuation. There were a few choices they made early on that led to that success.</p>\n\n\n\n<h3><strong>1. They picked a niche: WordPress specialists&nbsp;</strong></h3>\n\n\n\n<p>At the time, there were no WordPress-specific agencies in San Antonio. They emphasized the fact that WordPress was the only CMS their company would use. Prospective clients looking for a different type of CMS solution were not the right fit for their business. They also offered on-site, WordPress training and weekend workshops that were open to anyone (including other agencies) as one of their revenue streams. They soon were established as a city-wide WordPress authority.</p>\n\n\n\n<h3><strong>2. They cultivated a culture</strong></h3>\n\n\n\n<p>Kori wanted a great culture and environment in her company and to make that happen, she needed to hire the right people. She believes you must be careful about who you bring into the culture of your business, but particularly when hiring leaders into that community. You can’t teach passion so you’ve got to find people that are excited about what you do. You also need to look for integrity, creativity, a love for solving problems, and an eagerness to keep getting better.&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>You can teach code all day long, but be sure to find people with the right hearts to join your community and then train them up the right way. This way you will grow your culture in a healthy way.</em></p><cite>Kori Ashton</cite></blockquote>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2020/02/kori-ashton-2.png?w=632&ssl=1\" alt=\"\" class=\"wp-image-8350\" />Kori and her two sons\n\n\n\n<h3><strong>3. They learned how to build sustainable revenue streams</strong></h3>\n\n\n\n<p>Like many other web development agencies, WebTegrity started out with the “one-time fee and you’re done” business model. This business model is known for unpredictable revenue streams. Hearing about recurring revenue business models at WordCamp Austin was a lightbulb moment for Kori. She started drafting a more sustainable business model on the way back home.&nbsp;</p>\n\n\n\n<p>Support packages were key to their new business plan. Clients needed ongoing support. They decided to include at least 12 months of post-launch support into their web development projects. This doubled their revenue in one year and allowed them to even out their revenue streams.</p>\n\n\n\n<h3><strong>4. They knew the importance of reputation</strong></h3>\n\n\n\n<p>Kori believes that every client, whether they have a $5,000 or a $50,000 budget, should get the same type of boutique-style, white glove, concierge relationship.</p>\n\n\n\n<p>Every single project results in the absolute best solution for a client&#8217;s needs. In addition to that, offering training helped boost their reputation. Explaining the lingo of the web development and SEO fields and showing the processes used, added transparency. It helped set and meet expectations and it built trust.&nbsp;</p>\n\n\n\n<h3><strong>5. They proactively gave back to the community</strong></h3>\n\n\n\n<p>Kori heard Matt Mullenweg speak about <a href=\"https://wordpress.org/five-for-the-future/\">Five For The Future</a> at WordCamp US. He encouraged people in the audience who make a living using WordPress, to find ways to give back 5% of their time to building the WordPress software and community. Matt talked about how firms and individuals could give back to the community. He suggested, for instance to:</p>\n\n\n\n<ul><li>start a WordPress Meetup group</li><li>present at a Meetup event&nbsp;</li><li>facilitate a Meetup group where maybe you’re just the organizer and you never have to speak because you’re not a fan of speaking</li><li>help organize a WordCamp</li><li>volunteer at a WordCamp</li><li>write a tutorial and tell people how to do WordPress related things&nbsp;</li><li>run a workshop</li><li>make a video</li></ul>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?fit=632%2C422&ssl=1\" alt=\"\" class=\"wp-image-8351\" />If you&#8217;re making an income using WordPress, consider giving 5% of your time back to building the software and/or the community.\n\n\n\n<p>This gave Kori another light bulb moment. She could make videos to give back. So her way to give back to the WordPress community is her <a href=\"https://www.youtube.com/user/webtegrity\">YouTube channel</a>.</p>\n\n\n\n<p>Every Wednesday, she published a video on how to improve your online marketing. This made a huge impact, both inside the WordPress community, but also in her own business.</p>\n\n\n\n<h2><strong>Understanding</strong></h2>\n\n\n\n<p>So, in summary, how did Kori and her family turn their business into a multi-million dollar buyout in just five years?&nbsp;</p>\n\n\n\n<p>Ultimately, it was about understanding that you have to build value. About keeping an exit strategy in mind while building your business. For instance when naming your company. Will it stand alone? Could it turn into a brand that you could sell as an independent entity?</p>\n\n\n\n<ul><li>Think about revenue streams and watch sales margins.</li><li>Be sure to include healthy margins.&nbsp;</li><li>Don’t hire until you have no further option.</li><li>Make sure to structure your offerings in such a way that you’re actually recouping your value.&nbsp;</li><li>Understand entrepreneurship, watch Shark Tank, read more tutorials, watch more videos.</li><li>Get involved in the WordPress community. Get to know its core leaders, the speakers that travel around to all the WordCamps. Start following them on Twitter and try to understand what they’re sharing.&nbsp;</li></ul>\n\n\n\n<p>In the end, the fact that Kori was so active in the San Antonio community helped enable the sale.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>We just kept hammering on the fact that we were the go-to place here in San Antonio for WordPress. We kept training, we kept doing free opportunities, going out and speaking at different events, and people kept seeing us. We kept showing up, kept giving back and kept establishing ourselves as the authority.</em></p><cite>Kori Ashton</cite></blockquote>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\">@wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>),&nbsp; Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>).</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-7025\" />\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p><em>This post is based on an <a href=\"https://heropress.com/essays/build-company-wordpress/\">article originally published on HeroPress.com</a>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n</div>\n</div>\n</div></div>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Feb 2020 21:12:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WooCommerce Partners With Square to Expand Services for CBD Merchants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"https://wptavern.com/woocommerce-partners-with-square-to-expand-services-for-cbd-merchants?utm_source=rss&utm_medium=rss&utm_campaign=woocommerce-partners-with-square-to-expand-services-for-cbd-merchants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5047:\"<img />\n\n\n\n<p class=\"has-drop-cap\">WooCommerce, the open-source eCommerce platform developed and supported by Automattic, <a href=\"https://woocommerce.com/sell-cbd-online/\">announced a partnership</a> with Square payment solutions yesterday.  The partnership expands services for merchants who are selling CBD products online.  While it is a small step toward making it easier to sell CBD products, there are still many restrictions and pitfalls that merchants must overcome.</p>\n\n\n\n<p>Cannabidiol, known as CBD, was removed from the U.S. federal list of controlled substances in December 2018.  It is one of 100s of identified cannabinoids in cannabis plants and does not have the psychoactive effects of THC.  The Farm Bill (<a href=\"https://www.congress.gov/bill/115th-congress/house-bill/2/text\">Agriculture Improvement Act of 2018</a>) removed some restrictions and provided a regulated path for farmers and merchants to sell CBD-based products.</p>\n\n\n\n<p>CBD exists in a legal gray area in some jurisdictions in the U.S.  State and local laws may still ban selling CBD and other substances (<em>for example, I live in Alabama where we have some &ldquo;dry&rdquo; counties where selling alcohol is illegal</em>).  Therefore, merchants need to be aware that there are legal issues to consider, despite it being legal at the federal level.  They should always check their local laws.</p>\n\n\n\n<p>Other hurdles include finding a payment processor, web host, shipping company, and bank that don&rsquo;t have internal policies that forbid CBD products or at least working within any guidelines they do have.  WooCommerce&rsquo;s partnership with Square may help U.S. merchants at least tackle the payment processor part of the equation.</p>\n\n\n\n<p>&ldquo;WooCommerce is proud to offer CBD merchants secure, efficient services that enable business owners to focus on improving consumers&rsquo; lives,&rdquo; says Paul Maiorana, General Manager of WooCommerce.</p>\n\n\n\n<p>By using Square, U.S. merchants can also use other Automattic services such as Jetpack for backups and malware scanning, <a href=\"https://woocommerce.com/products/shipping/\">WooCommerce Shipping</a> for printing labels, and <a href=\"https://woocommerce.com/products/tax/\">WooCommerce Tax</a> for automatically calculating sales tax at checkout.</p>\n\n\n\n<p>&ldquo;Because it&rsquo;s still a highly-regulated substance, CBD products sold online require adherence to a special set of rules,&rdquo; wrote Lynn Jatania in a <a href=\"https://woocommerce.com/posts/how-to-sell-cbd-online\">how-to post for WooCommerce merchants</a>.  In the post, she describes steps sellers must follow and issues they may encounter.</p>\n\n\n\n<h2>Restrictions on Automattic-Hosted or Connected Stores</h2>\n\n\n\n<p>The version of the WooCommerce software available through WordPress.com or WooCommerce.com forbids the sale of CBD products because it is hosted by Automattic.  Merchants must use the WooCommerce plugin from WordPress.org and run their stores on a third-party host that allows selling CBD products.</p>\n\n\n\n<p>The WordPress.com <a href=\"https://en.support.wordpress.com/store-guidelines/\">store guidelines</a> state:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>For example, you may not sell (or facilitate the sale of) any of the following in (or through) your store:&hellip;Controlled and highly-regulated substances (including alcohol, marijuana, cannabidiol or CBD, and other cannabis-derived products)</p></blockquote>\n\n\n\n<p>Self-hosted WooCommerce stores also have restrictions if they wish to connect their stores to any of Automattic&rsquo;s services.  This became a <a href=\"https://wptavern.com/woocommerce-com-clarifies-its-policy-on-selling-cbd-products\">source of confusion in June 2019</a>, when a self-hosted WooCommerce merchant was informed they could not connect to WordPress.com via Jetpack while selling CBD products.  The WooCommerce team updated its guidelines to better clarify what is allowed when using Automattic&rsquo;s services.</p>\n\n\n\n<p>The policy is nearly the same today.  However, the partnership with Square loosens the rules to a degree.  Currently, only U.S. stores are allowed to sell CBD products while connected to WordPress.com.  They are also required to use Square for payment processing.</p>\n\n\n\n<p>From the <a href=\"https://docs.woocommerce.com/document/woocommerce-cbd/\">WooCommerce Guidelines for CBD and Other Hemp-Derived Products</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Square has a vetting process for stores selling CBD and other hemp-derived products, so we currently require Square as the payment provider if you&rsquo;d like to connect your store to Jetpack, WooCommerce Tax, and WooCommerce Shipping. We may approve additional payment providers in the future.</p></blockquote>\n\n\n\n<p>Using Square is not as simple as signing up.  To sell CBD products, merchants must go through an application process to make sure they are selling CBD products with approval.  The industry is heavily regulated, so this process may take some time.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Feb 2020 19:38:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: WordPress 5.4 Beta 1 Ready for Testing and Feedback\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97193\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:167:\"https://wptavern.com/wordpress-5-4-beta-1-ready-for-testing-and-feedback?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-4-beta-1-ready-for-testing-and-feedback\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7216:\"<p>Release coordinator Francesca Marano announced the <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">release of WordPress 5.4 Beta 1</a> on February 11.  Most of the work has centered on the block editor.  However, at the moment, contributors have closed another <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.4&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">258 tickets for the 5.4 milestone</a>.</p>\n\n\n\n<p>A second beta release is scheduled for February 18, according to the <a href=\"https://make.wordpress.org/core/5-4/\">5.4 release schedule</a>, along with follow-up betas and release candidates in the following weeks.  The final release of WordPress 5.4 is slated for March 31.</p>\n\n\n\n<p>At this point in the development cycle, WordPress 5.4 is in a feature freeze, which means no new enhancements or feature requests will be considered.  Only bug fixes and inline documentation are planned for the remainder of the cycle.</p>\n\n\n\n<p>Developers should follow the <a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">beta testing handbook page</a> to test their plugins and themes.  Users who want to try out the upcoming release can do so via the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a>.</p>\n\n\n\n<h2>Block Editor Changes</h2>\n\n\n\n<img />New welcome modal for the block editor.\n\n\n\n<p>WordPress 5.4 will comprise of 10 major releases of the Gutenberg plugin, which is the development project behind the block editor.  The oldest update, version 6.6, was released on October 2.  The latest update, version 7.5, landed on February 12.</p>\n\n\n\n<p>For end-users who are still using the classic editor, version 5.4 is an opportunity to see if the block editor has improved enough to use.  While it may not be ready for everyone, the user experience continues to get better with each release.</p>\n\n\n\n<p>The block editor will feel much improved to users who have not yet tested the new features within the Gutenberg plugin.  There is a welcome modal to introduce end-users to the block editor, which probably should have been added in WordPress 5.0 when the block editor landed.  This update will also feature two new blocks:  a social links block and a buttons group block.</p>\n\n\n\n<p>The new navigation block will not land in WordPress 5.4.  &ldquo;The Navigation block is usable right now,&rdquo; said Mark Uraine in a <a href=\"https://make.wordpress.org/core/2020/02/07/navigation-block-exclusion-from-wp-5-4/\">post explaining the decision</a>.  &ldquo;But we don&rsquo;t think it&rsquo;s useful yet &ndash; at least not until it has an intuitive place to live.&rdquo;  The goal is for it to be available to users in the context of adding it to the header, footer, or sidebar rather than post content.  It will make more sense for it to land in an update that branches the block system outside of the content area.</p>\n\n\n\n<p>Several blocks now have extra text and background color settings, including gradient backgrounds.  Users can set the image size for galleries, drag and drop a featured image, and change the title attribute for the image block.  Multi-block selection is much improved along with numerous other user experience and accessibility improvements.</p>\n\n\n\n<p>The following is, mostly, our coverage of each major Gutenberg release, dating back to version 6.6, along with a few links to the release announcements for versions we did not cover:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2019/10/02/whats-new-in-gutenberg-2-october/\">Gutenberg 6.6 on Make Core Blog</a></li><li><a href=\"https://wptavern.com/gutenberg-6-7-introduces-storybook-and-gradient-backgrounds\">Gutenberg 6.7 Introduces Storybook and Gradient Backgrounds</a></li><li><a href=\"https://make.wordpress.org/core/2019/10/30/whats-new-in-gutenberg-30-october/\">Gutenberg 6.8 on Make Core Blog</a></li><li><a href=\"https://wptavern.com/gutenberg-6-9-introduces-image-titles-block-patterns-and-new-theme-features\">Gutenberg 6.9 Introduces Image Titles, Block Patterns, and New Theme Features</a></li><li><a href=\"https://wptavern.com/gutenberg-7-0-launches-stable-navigation-block-post-blocks-and-template-parts\">Gutenberg 7.0 Launches Stable Navigation Block, Post Blocks, and Template Parts</a></li><li><a href=\"https://wptavern.com/gutenberg-7-1-includes-welcome-modal-improves-multi-block-selection-and-adds-drag-and-drop-featured-images\">Gutenberg 7.1 Includes Welcome Modal, Improves Multi-Block Selection, and Adds Drag-and-Drop Featured Images</a></li><li><a href=\"https://wptavern.com/gutenberg-7-2-adds-long-awaited-multi-button-block-and-gallery-image-size-option\">Gutenberg 7.2 Adds Long-Awaited Multi-Button Block and Gallery Image Size Option</a></li><li><a href=\"https://wptavern.com/gutenberg-7-3-brings-navigation-block-colors-block-collections-api-and-dynamic-post-blocks\">Gutenberg 7.3 Brings Navigation Block Colors, Block Collections API, and Dynamic Post Blocks</a></li><li><a href=\"https://wptavern.com/gutenberg-7-4-adds-new-color-controls-link-ui-and-block-scaffolding-for-developers\">Gutenberg 7.4 Adds New Color Controls, Link UI, and Block Scaffolding for Developers</a></li><li><a href=\"https://make.wordpress.org/core/2020/02/12/whats-new-in-gutenberg-12-february/\">Gutenberg 7.5 on Make Core Blog</a></li></ul>\n\n\n\n<h2>Important Developer Changes</h2>\n\n\n\n<p>Developers should begin testing their plugins and themes to make sure there are no breaking changes with the 5.4 beta release.  Most changes will be with the block editor.  However, there are some noteworthy updates to other areas of WordPress.</p>\n\n\n\n<p>The <code>get_calendar()</code> function and anything that uses it, such as the calendar widget, have a <a href=\"https://make.wordpress.org/core/2020/02/12/changes-related-to-calendar-widget-markup-in-wordpress-5-4/\">breaking HTML change</a>.  The previous and next month links have been moved below the <code>&lt;table&gt;</code> element and within a new <code>&lt;nav&gt;</code> element.  This may potentially break calendar designs for theme authors.</p>\n\n\n\n<p>A new <code>apply_shortcodes()</code> function was added as an alias for <code>do_shortcode()</code>.  The purpose of the function was to distinguish between <code>do_*</code> functions, which imply an action, and <code>apply_*</code> functions, which imply a filter or something that should return a value.  It is purely a semantic change.  It would be nice to see further cleanup of the function-naming mess that represents much of WordPress&rsquo; core code.  With 16 years of technical debt, it could use an overhaul.  Perhaps the acceptance of this <a href=\"https://core.trac.wordpress.org/ticket/37422\">four-year-old ticket</a> on a simple shortcode function can start a trend.</p>\n\n\n\n<p>Like plugins, themes can now set <a href=\"https://core.trac.wordpress.org/ticket/44592\">minimum version support</a>.  By using the <code>Requires at least</code> and <code>Requires PHP</code> headers in a theme&rsquo;s <code>style.css</code> file, theme authors can set the minimum WordPress version and PHP version, respectively.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Feb 2020 17:19:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WordCamp Asia 2020 Canceled Over COVID-19 Concerns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97179\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"https://wptavern.com/wordcamp-asia-2020-canceled-over-covid-19-concerns?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-asia-2020-canceled-over-covid-19-concerns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6893:\"<p>Matt Mullenweg announced this morning that he made the call to <a href=\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\">cancel the first WordCamp Asia</a> amid concerns surrounding <a href=\"https://www.who.int/dg/speeches/detail/who-director-general-s-remarks-at-the-media-briefing-on-2019-ncov-on-11-february-2020\">COVID-19</a>, the recent coronavirus strain with over 42,000 reported cases.  The virus has caused over 1,000 deaths to date.  WordCamp Asia was scheduled to run from February 21-23 in Bangkok, Thailand.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve arrived at the difficult decision to cancel the inaugural WordCamp Asia event,&rdquo; wrote Mullenweg.  &ldquo;The excitement and anticipation around this event have been huge, but there are too many unknowns around the health issues unfolding right now in the region to explicitly encourage a large public gathering bringing together over 1,300 people from around the world.&rdquo;</p>\n\n\n\n<p>Mullenweg expressed a desire to explore an online event, possibly live-streaming some of the sessions.  However, WordCamp Asia organizers said they will not be able to organize one.  &ldquo;We believe our efforts are now best focused on making the best arrangements necessary to assist all affected participants,&rdquo; said Naoko Takano, the global lead of WordCamp Asia 2020.</p>\n\n\n\n<p>&ldquo;I greatly appreciate the work everyone &mdash; from organizers to attendees,  speakers to sponsors &mdash; put into making this a big success,&rdquo; said Mullenweg.  &ldquo;So many people have come together to create an event to inspire and connect WordPressers, and I am confident that this passion will carry through into the event next year. Our thoughts are with everyone affected by the virus so far, and we sincerely hope that everything is resolved quickly so that this precaution looks unnecessary in hindsight.&rdquo;</p>\n\n\n\n<p>Some attendees have already made the trip to Bangkok.  Others have purchased non-refundable flights.  The WordCamp Asia team will refund all event tickets and will provide a free ticket to next year&rsquo;s event.  Organizers, speakers, attendees, and sponsors should all <a href=\"https://2020.asia.wordcamp.org/2020/02/12/cancellation/\">read WordCamp Asia&rsquo;s cancellation post</a> for details on any next steps they may need to take.</p>\n\n\n\n<p>&ldquo;While we regret that we will not see you in Bangkok this time, we hope you understand that the organising team is standing by this decision to ensure the safety of all WordCamp attendees,&rdquo; wrote Takano.</p>\n\n\n\n<p>There are no details on when the event will be rescheduled.  The team said they hope to hold it in early 2021 and will make an announcement as soon as possible.</p>\n\n\n\n<p>Several people expressed their disappointment with the news in the comments on the WordCamp Asia cancellation post, but it better to err on the side of caution with such a large event.  The first priority is the safety of all attendees.  It was no doubt a difficult decision for all parties involved.</p>\n\n\n\n<p>Some of the attendees with non-refundable tickets and those already in the region talked about meeting up in the <a href=\"https://2020.asia.wordcamp.org/2020/02/12/cancellation/#comment-938\">announcement&rsquo;s comments</a>.  This could be a nice alternative to at least network with others.</p>\n\n\n\n<p><strong>Update:</strong>  There is an unofficial <a href=\"https://www.meetup.com/WordCamp-Asia-Meetup/\">WordCamp Asia Meetup</a> currently being set up.  Also, follow the <a href=\"https://wordpress.slack.com/archives/CLAFGCLBG\">#wcasia WordPress Slack channel</a> for discussion.</p>\n\n\n\n<h2>WordCamp Europe Sends Open Letter of Unity</h2>\n\n\n\n<p>In a letter from WordCamp Europe, another regional camp,  past and present organizers <a href=\"https://2020.europe.wordcamp.org/2020/02/12/sending-love-to-wordcamp-asia/\">reached out to the WordCamp Asia team</a>.</p>\n\n\n\n<p>&ldquo;We woke up this morning to the sad news that WordCamp Asia has been canceled,&rdquo; the team wrote.  &ldquo;We can only imagine what a heart-wrenching and difficult decision this must have been, and how much pain it must be causing you to see something you have poured your hearts and souls into just disappear into thin air.&rdquo;</p>\n\n\n\n<p>Putting together a large, regional WordCamp is a tremendous undertaking that takes 100s of volunteer hours.  Events such as these can take a full year of planning and organizing.</p>\n\n\n\n<p>&ldquo;We know how hard it can be to come together across cultures and countries, but that in the end it is worth it because you are one team working together,&rdquo; wrote the organizers.  &ldquo;You are creating a flagship event and you know that it will bring joy to so many people and that every one of you has been waiting for the day of the event, and for that not to happen despite all of that work and care must be devastating.&rdquo;</p>\n\n\n\n<h2>Wordfence to Aid With Lost Fees</h2>\n\n\n\n<p>Mark Maunder, Wordfence Founder and CEO, announced on the Wordfence blog that his company is <a href=\"https://www.wordfence.com/blog/2020/02/wordcamp-asia-cancellation-fee-assistance-package-from-wordfence/\">creating a $10,000 fund</a> to help attendees with hotel and airline change fees.  The company will provide up to $200 in assistance per person, which will be served on a first-come-first-served basis.  Maunder stressed that people should try to recoup any losses they can by following the advice on the WordCamp Asia cancellation post first.  This will allow them to help as many people as possible.</p>\n\n\n\n<p>&ldquo;Cancelling WC Asia 10 days before it commences is a brutally tough call,&rdquo; he wrote.  &ldquo;I&rsquo;ve had the organizers in my thoughts for the past few days knowing, via backchannels, that they&rsquo;re agonizing over this. This is the right call.&rdquo;</p>\n\n\n\n<p>The aid is available to all WordCamp Asia organizers, speakers, and attendees while there are still funds available.  Those in need of assistance can find more information on the <a href=\"https://www.wordfence.com/blog/2020/02/wordcamp-asia-cancellation-fee-assistance-package-from-wordfence/\">fund&rsquo;s announcement post</a>.</p>\n\n\n\n<p><strong>Update &ndash; February 12:</strong> Wordfence exceeded their $10,000 fund with 94 applicants. GoDaddy Pro stepped in to add an additional $10,000 to the fund, according to a <a href=\"https://twitter.com/mmaunder/status/1227698625859420163\">tweet by Maunder</a>.</p>\n\n\n\n<p><strong>Update &ndash; February 13:</strong> <a href=\"https://twitter.com/mmaunder/status/1227918513525919777\">Yoast added $10,000</a>, bringing the total to $30,000. At the moment, no additional funding is needed because requests are slowing. If needed, Maunder said he would <a href=\"https://twitter.com/mmaunder/status/1227925429123678209\">reach out to others</a> who have made offers to help.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2020 16:26:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WordPress.org blog: WordCamp Asia Cancelled Due to COVID-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1265:\"<p>I&#8217;ve arrived at the difficult decision to cancel the inaugural WordCamp Asia event, which was planned to take place in Bangkok on February 21st. The excitement and anticipation around this event have been huge, but there are too many unknowns around the health issues unfolding right now in the region to explicitly encourage a large public gathering bringing together over 1,300 people from around the world.</p>\n\n\n\n<p>We’re going to explore if speakers — including myself — can do our sessions with the same content and at the same time that was originally planned, just online instead of in-person so we can achieve our goal of bringing the pan-Asian community closer together without putting anyone&#8217;s health at additional risk.</p>\n\n\n\n<p>Regardless, I greatly appreciate the work everyone — from organizers to attendees,&nbsp; speakers to sponsors — put into making this a big success. So many people have come together to create an event to inspire and connect WordPressers, and I am confident that this passion will carry through into the event next year. Our thoughts are with everyone affected by the virus so far, and we sincerely hope that everything is resolved quickly so that this precaution looks unnecessary in hindsight.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2020 04:23:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 5.4 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7500:\"<p>WordPress 5.4 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.4 beta in two ways:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.4-beta1.zip\">download the beta here&nbsp;(zip)</a>.</li></ul>\n\n\n\n<p>WordPress 5.4 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-4/\">March 31, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>While the <strong>primary goal for 2020 is full-site editing with blocks</strong>, contributors to WordPress are working across every area of the project to ensure the software continues moving forward.</p>\n\n\n\n<p>Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute. Here are some of the big changes and features to pay close attention to while testing.</p>\n\n\n\n<h2>Block Editor: features and improvements</h2>\n\n\n\n<p>WordPress 5.4 Core will merge ten releases of the Gutenberg plugin. This means there’s a long list of exciting new features. Here are just a few:</p>\n\n\n\n<ul><li>Two new blocks: social links and buttons.</li><li>More color options for Button, Cover, Group and Column blocks .</li><li>A <a href=\"https://github.com/WordPress/gutenberg/pull/18041\">Welcome Guide modal</a>.</li><li>Tools for adding featured images in the Latest Posts block.</li><li>Easier navigation in the block breadcrumbs.</li></ul>\n\n\n\n<p>Some additional changes to make note of:</p>\n\n\n\n<ul><li>On mobile, the toolbar stays on top, so you can&#8217;t lose it.</li><li>Easier image sizing in the Gallery block.</li><li>Drag-and-drop images into the featured-image box.</li><li>Several new APIs.</li><li>Friendlier offline error messages on REST API request failures.</li><li>Table block captions.</li><li>You can now color just parts of the text in any RichText block. </li></ul>\n\n\n\n<h3>Accessibility improvements</h3>\n\n\n\n<ul><li>Easier multi-block selection.&nbsp;</li><li>Support for changing an image&#8217;s title attribute within the Image block.</li><li>Easier tabbing. This had been one of the editor&#8217;s biggest accessibility problems, but now tabbing works with the block’s sidebar.</li><li>Visual switch between Edit and Navigation modes and enable screen reader announcements.</li></ul>\n\n\n\n<p>To see all of the features for each release in detail check out the release posts:&nbsp;<a href=\"https://make.wordpress.org/core/2019/10/02/whats-new-in-gutenberg-2-october/\">6.6</a>, <a href=\"https://make.wordpress.org/core/2019/10/16/whats-new-in-gutenberg-16-october/\">6.7</a>, <a href=\"https://make.wordpress.org/core/2019/10/30/whats-new-in-gutenberg-30-october/\">6.8</a>, <a href=\"https://make.wordpress.org/core/2019/11/13/whats-new-in-gutenberg-13-november/\">6.9</a>, <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">7.0</a>, <a href=\"https://make.wordpress.org/core/2019/12/11/whats-new-in-gutenberg-11-december/\">7.1</a>, <a href=\"https://make.wordpress.org/core/2020/01/09/whats-new-in-gutenberg-8-january/\">7.2</a>, <a href=\"https://make.wordpress.org/core/2020/01/22/whats-new-in-gutenberg-22-january/\">7.3</a>, <a href=\"https://make.wordpress.org/core/2020/02/05/whats-new-in-gutenberg-5-february/\">7.4</a> and 7.5.</p>\n\n\n\n<h3>Continuing efforts to improve performance</h3>\n\n\n\n<p>The block editor team has achieved a 14% loading time reduction and 51% time-to-type reduction, for a particularly sizable post (~ 36,000 words, ~1,000 blocks) since WordPress 5.3.</p>\n\n\n\n<h2>Wait! There&#8217;s more</h2>\n\n\n\n<h3>Site Health </h3>\n\n\n\n<p>When a project powers 34% of the world&#8217;s websites, there must be a focus on security. This is why contributors continue working so hard on the Site Health Project.</p>\n\n\n\n<p>WordPress 5.4 adds a widget on the dashboard that warns administrators of potential issues that could affect their site&#8217;s performance or security. A call-to-action button directs them to the Site Health screen for details and suggested fixes.</p>\n\n\n\n<h3>Accessibility improvements</h3>\n\n\n\n<p>WordPress strives to improve accessibility with every release, and this release is no different. Version 5.4 will contain the following accessibility enhancements:</p>\n\n\n\n<ul><li>Better focus management in Menu, Customizer and Site Health screens, to fix some existing keyboard navigation issues.</li><li>Easier keyboard navigation for better semantics in the Media modal.</li><li>An easier-to-read Privacy Policy Guide.</li></ul>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<p>5.4 also contains a bunch of developer focused changes.</p>\n\n\n\n<h3>Calendar Widget </h3>\n\n\n\n<p>The HTML 5.1 specification mandates that a <code>&lt;tfoot&gt;</code> tag must follow&nbsp;<code>&lt;tbody&gt;</code> tag (which was not the case in the calendar widget). WordPress 5.4 moves the navigation links to a <code>&lt;nav&gt;</code> HTML element immediately following the <code>&lt;table&gt;</code> element in order to produce valid HTML.</p>\n\n\n\n<h3>apply_shortcodes() as an alias for do_shortcode()</h3>\n\n\n\n<p>Instead of using <code>do_shortcode()</code>, <code>apply_shortcodes()</code> should be utilized instead. While <code>do_shortcode()</code> is not being deprecated, the new function delivers better semantics.</p>\n\n\n\n<h3>Better favicon handling</h3>\n\n\n\n<p>Now favicon requests can be managed with more flexibility. Administrators can choose a favicon in the Customizer, or upload a <code>/favicon.ico</code> file. The WordPress logo will always load as a fallback.</p>\n\n\n\n<h3>Other changes for developers</h3>\n\n\n\n<ul><li>Clearer information about errors in <code>wp_login_failed</code>.</li><li>Site ID has been added to the <code>newblog_notify_siteadmin</code> filter for multisite installs.</li><li>Support has been added for the required WordPress and PHP version headers in themes.</li><li>Embed support has been added for TikTok.</li></ul>\n\n\n\n<p>Keep your eyes on the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>&nbsp;for &nbsp;<a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">5.4-related developer notes</a>&nbsp;in the coming weeks, breaking down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.4&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">255 tickets in WordPress 5.4</a> with more to come.</p>\n\n\n\n<h2>How You Can Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>&nbsp;where you can also find a list of&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Feb 2020 22:43:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Francesca Marano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: EditorsKit Tackles Typography With First Premium Add-On\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"https://wptavern.com/editorskit-tackles-typography-with-first-premium-add-on?utm_source=rss&utm_medium=rss&utm_campaign=editorskit-tackles-typography-with-first-premium-add-on\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5031:\"<p>Jeffrey Carandang released the <a href=\"https://editorskit.com/wordpress-gutenberg-editor-typography-and-google-fonts-add-on/\">EditorsKit Typography Add-On</a> today, the first commercial extension to his <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit WordPress plugin</a>.  The plugin provides page and block-level typography options.  It works with Google Fonts, includes preset font combinations, and allows users to create custom typography rules.</p>\n\n\n\n<p>Unlike many other block editor plugins that offer a library of blocks, EditorsKit does not add custom blocks.  Instead, it focuses on creating a better block editor experience.  It enhances the editor interface, adds extra options to the editor toolbar, and extends options for existing blocks.  It is a toolkit that is almost experimental, handling user-requested features long before they land in core WordPress or even the Gutenberg plugin.</p>\n\n\n\n<p>Until now, EditorsKit has remained a free plugin with no commercial components.  However, it was almost inevitable that such a plugin would need some financial backing, particularly with the pace that Carandang is adding new features.</p>\n\n\n\n<p>&ldquo;The plan was actually for Gutenberg and EditorsKit to mature enough, then create premium add-ons or services,&rdquo; said Carandang.  &ldquo;But, the circumstances changed when I created ShareABlock. There are so many things that I want to achieve when creating a layout that core blocks cannot do yet.&rdquo;</p>\n\n\n\n<p><a href=\"https://wptavern.com/creator-of-editorskit-launches-community-block-sharing-site\">ShareABlock</a> is Carandang&rsquo;s community website for sharing blocks and templates.  Site visitors can download block files directly from the site and import them into the block editor.  Members can also share their custom block and template designs with others.  Everything on the site is free to the community.</p>\n\n\n\n<p>&ldquo;For this specific add-on, I was trying to solve the issue when it comes to typography in the Gutenberg Editor that I&rsquo;ve experienced when creating templates and block patterns for ShareABlock,&rdquo; said Carandang.  &ldquo;I always find myself doing custom functions to use specific Google Fonts when creating a template. I figured there might be others that are having the same problem.&rdquo;</p>\n\n\n\n<p>The typography add-on for EditorsKit is a value-add on top of the normal free version of the plugin.  For users who decide to purchase, they can choose between three plans that range from $29 and $99 per year, depending on the number of sites they need updates and support on.</p>\n\n\n\n<p>&ldquo;My main focus is still on the free version,&rdquo; said Carandang.  &ldquo;There will just be a few add-ons that will be built along the way whenever the circumstances need it.&rdquo;</p>\n\n\n\n<p>This add-on is just the first step into a larger goal to add some other commercial add-ons and integration into EditorsKit.  &ldquo;I have a couple of other ideas,&rdquo; said Carandang.  &ldquo;I plan to turn this into a bundle to make it easier for users to manage them inside the settings page.&rdquo;</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<p>Yesterday, Carandang launched version 1.2.5 of the primary EditorsKit plugin.  Along with a handful of new features and bug fixes, he added a new &ldquo;Extensions&rdquo; tab to the plugin&rsquo;s settings screen.  End-users can grab the typography add-on from that new page.  Once installed and activated, users can view and set a default font combination from that same area in the plugin.</p>\n\n\n\n<img />Typography Settings on the EditorsKit settings screen.\n\n\n\n<p>The plugin adds typography options on the post-editing screen.  It provides a custom sidebar that allows end-users to select a font combination for the entire post.  </p>\n\n\n\n<p>End-users can also create custom typography rules from this same sidebar.  Any custom rules created are stored for use on other posts and pages too.  There is also an option to apply the rules to the <code>&lt;body&gt;</code> element on the front end and override the theme&rsquo;s typography.</p>\n\n\n\n<img />Post/Page-level typography options in the block editor.\n\n\n\n<p>On the block level, each block allows users to select a font family and weight.  This is handled through a custom &ldquo;Typography Settings&rdquo; panel.  Currently, there are over 60 choices from Google Fonts and a few system fonts.  The add-on also automatically updates the font-weight options on a per-font basis (not all fonts are built for all weights).</p>\n\n\n\n<img />Per-block typography settings.\n\n\n\n<p>The one potential downside to this add-on is how easy it is to go overboard when adding external fonts.  When using too many on a page, it will slow down the page-loading speed.  As a general rule of thumb, users should not select more than two or three fonts to keep speed in check.  It would be handy if the plugin added a warning message somewhere in the UI to let users know of the dangers of using too many fonts.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Feb 2020 20:25:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Awesome Motive Acquires the All in One SEO Pack Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97109\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:173:\"https://wptavern.com/awesome-motive-acquires-the-all-in-one-seo-pack-plugin?utm_source=rss&utm_medium=rss&utm_campaign=awesome-motive-acquires-the-all-in-one-seo-pack-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7061:\"<img />\n\n\n\n<p class=\"has-drop-cap mt-2\">Last Thursday, Awesome Motive CEO Syed Balkhi <a href=\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/\">announced his company acquired the All in One SEO Pack</a> (AIOSEO) plugin.  Michael Torbert, the plugin creator, first released <a href=\"https://wordpress.org/plugins/all-in-one-seo-pack/\">AIOSEO</a> in 2007.  Since then, the plugin has been downloaded over 65 million times.  It is currently active on over 2 million WordPress sites.</p>\n\n\n\n<p>Balkhi said his company acquired the project for two primary reasons.  &ldquo;First, because our users continuously asked us to build an SEO plugin that&rsquo;s easier to use and is more affordable,&rdquo; he said. &ldquo;They specifically wanted an SEO plugin that was reliable and results-focused like some SaaS software is.&rdquo;  The second reason was that he did not want the plugin to end up in the wrong hands.  &ldquo;All in One SEO has played an important role in the history of WordPress, in the history of WPBeginner (since this was the first SEO plugin I used), and there are a lot of users who rely on All in One SEO Pack to optimize their WordPress site for SEO.&rdquo;</p>\n\n\n\n<p>&ldquo;I&rsquo;m confident in handing over the reins to such a great organization in Awesome Motive and excited to see what the next chapter brings for AIOSEOP under your leadership,&rdquo; said Torbert in response to Balkhi&rsquo;s announcement.</p>\n\n\n\n<p>For many years, AIOSEO enjoyed the spotlight.  It was the go-to SEO plugin for a large segment of the WordPress user base.  However, in recent years, Yoast SEO has captured a larger share of the market.  It is currently installed on over 5 million websites.  Other plugins such as The SEO Framework have also eaten into the market.  Plus, newcomer Rank Math SEO has been making waves and picking up users at a steady clip.  Needless to say, there is much fiercer competition among SEO plugins than in AIOSEO&rsquo;s heyday.</p>\n\n\n\n<p>&ldquo;The SEO plugin market is definitely a competitive one, but I feel it&rsquo;s only competitive by quantity,&rdquo; said Balkhi.  &ldquo;WordPress as a platform is flourishing, and one of the reasons for that is the choices/freedoms that WordPress offers to users, including the choice of which SEO plugin to use.&rdquo;</p>\n\n\n\n<p>Balkhi has a knack for growing products, and the WordPress ecosystem is steadily growing.  Currently, over 14 million websites use his software.  He launched <a href=\"https://www.wpbeginner.com/\">WP Beginner</a>, a free WordPress resource site, in 2009.  Since then, he&rsquo;s launched successful products like <a href=\"https://optinmonster.com/\">OptinMonster</a>, a conversion optimization toolkit; <a href=\"https://wpforms.com/\">WPForms</a>, a drag-and-drop form builder; <a href=\"https://www.monsterinsights.com/\">MonsterInsights</a>, a Google Analytics plugin; and more.  In 2019, his company launched <a href=\"https://rafflepress.com/\">RafflePress</a>, a contest and giveaway plugin.</p>\n\n\n\n<p>Balkhi noted that he does not manage all of these properties on his own.  &ldquo;The truth is that I&rsquo;m blessed to work alongside with some of the most talented people in the ecosystem that are my partners in various ventures, such as Thomas Griffin, Jared Atchison, Chris Christoff, John Turner, Blair Williams, Steve and Stephanie Wells, Josh Kohlbach, and now Benjamin Rojas,&rdquo; he said.  &ldquo;Without my partners and the rest of our amazing Awesome Motive team, none of what we do would be possible.&rdquo;</p>\n\n\n\n<p>The question is now whether his company can grow AIOSEO&rsquo;s audience from its current 2 million users while turning a profit.</p>\n\n\n\n<p>&ldquo;Our growth plan for the next year and beyond is to make an SEO plugin that&rsquo;s geared towards beginners and non-techy business owners,&rdquo; said Balkhi.  &ldquo;An SEO plugin that&rsquo;s always reliable, comes with exceptional customer support, and most importantly is results-focused.  I believe when we meet these three criteria, we will have done more than enough to set ourselves apart from the competition.&rdquo;</p>\n\n\n\n<p>Except for Torbert, the entire AIOSEO team is joining Awesome Motive and will continue working on the plugin.  &ldquo;Some of the team members were previously part-time contractors, but now they will be working full-time on AIOSEO, so you can say that the product team has actually grown,&rdquo; said Balkhi.</p>\n\n\n\n<p>Benjamin Rojas will be taking the lead role in managing the plugin.  He was previously one of the senior members from Awesome Motive&rsquo;s OptinMonster team.  Alongside this change, the company is planning to add two new hires in the coming weeks.  Balkhi expressed a desire to &ldquo;hit the ground running at full speed.&rdquo;</p>\n\n\n\n<h2>The Future of the Plugin</h2>\n\n\n\n<img />Primary settings screen for the AIOSEO plugin.\n\n\n\n<p>The current version of AIOSEO (v.3.3.5) feels a bit dated.  It lacks integration directly with the block editor, relying on the older meta box system.  The settings screens do not fit completely into the WordPress admin UI.  Cleaning up these areas could offer some quick and instant wins in the short term.</p>\n\n\n\n<p>AIOSEO and other SEO plugins, in general, need to make the complex simple.</p>\n\n\n\n<p>SEO plugins can be painfully complex to configure.  At times, the user experience can be overwhelming.  The average user should not need to be an SEO expert or spend half an hour configuring a post&rsquo;s SEO options.  It should not feel like work before sharing content with the world.</p>\n\n\n\n<p>&ldquo;Aside from SEO experts and consultants, just about everyone else finds SEO to be confusing,&rdquo; said Balkhi.  &ldquo;How do you know whether the SEO settings that you have are driving results?  Is the green light enough or is it lying? Is the green light even relevant?&rdquo;  These are the types of questions Balkhi said his company receives from users.  &ldquo;Unfortunately there isn&rsquo;t a single solution in the market that solves these problems,&rdquo; he said.</p>\n\n\n\n<p>Based on what is currently available, there&rsquo;s a gap between the set-it-and-forget-it type of SEO plugins and highly-advanced plugins.  There&rsquo;s an unclaimed middle ground that guides users without complicating things.</p>\n\n\n\n<p>Balkhi is not yet prepared to provide specific details from the roadmap, playing it a little close to the vest.  &ldquo;I want to build a WordPress SEO plugin that&rsquo;s both reliable and results-focused,&rdquo; he said.  He will be working closely with the team as they work to revamp the plugin.</p>\n\n\n\n<p>&ldquo;I have a lot of plans to improve the product, and I&rsquo;m really excited to be bringing several of our internal SEO tools into a single plugin suite to share with the larger community,&rdquo; said Balkhi.  &ldquo;My goal is that after our series of updates and new features, All in One SEO will give WordPress sites an even bigger SEO advantage over other third-party CMS platforms.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Feb 2020 20:56:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Convert Classic Content to Blocks With the Bulk Block Converter Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97056\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/convert-classic-content-to-blocks-with-the-bulk-block-converter-plugin?utm_source=rss&utm_medium=rss&utm_campaign=convert-classic-content-to-blocks-with-the-bulk-block-converter-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3462:\"<p>Organic Themes released the <a href=\"https://wordpress.org/plugins/bulk-block-converter/\">Bulk Block Converter </a>WordPress plugin last month and updated it in the past week.  The plugin allows users to convert classic content, written in the old editor, to the new block format.</p>\n\n\n\n<p>Unless end-users have the Classic Editor plugin installed, their old content is placed into the classic block in the newer block editor.  WordPress provides an option for transforming this content into individual blocks from the block-editor interface.  However, this must be done on a per-post basis.</p>\n\n\n\n<p>&ldquo;Going back and converting each post and page with a classic block to individual blocks can be a very long and tedious process,&rdquo; said David Morgan, co-founder of Organic Themes.  &ldquo;The Bulk Block Converter plugin quickly scans all your posts and pages for classic blocks, and allows you to quickly convert them all to individual blocks within one interface.&rdquo;</p>\n\n\n\n<p>Originally, Organic Themes built the plugin for internal use at their company.  &ldquo;We developed the plugin to help us convert the content of our theme demos to blocks more efficiently,&rdquo; said Morgan.  The company had to convert over 40 theme-demo sites with an average of 50 posts and pages per site.  They built this plugin to avoid a long and painstaking process.  Then decided to share it.  &ldquo;We thought the tool could be very useful for other users migrating to Gutenberg.&rdquo;</p>\n\n\n\n<p>For users with a lot of old content, Bulk Block Converter could be the key to moving it all to the new block editor system.  Based on the conversions I ran on a couple of test installations, it worked flawlessly.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img /> Block Conversion plugin screen in the admin.\" class=\"wp-image-97059\" srcset=\"https://wptavern.com/wp-content/uploads/2020/02/bulk-block-converter-tool.png 896w, https://wptavern.com/wp-content/uploads/2020/02/bulk-block-converter-tool-300x175.png 300w, https://wptavern.com/wp-content/uploads/2020/02/bulk-block-converter-tool-768x449.png 768w, https://wptavern.com/wp-content/uploads/2020/02/bulk-block-converter-tool-500x292.png 500w\" sizes=\"(max-width: 896px) 100vw, 896px\" />Bulk Block Converter admin screen for converting content.\n\n\n\n<p>The Bulk Block Converter plugin adds a new &ldquo;Block Conversion&rdquo; sub-menu item to the WordPress &ldquo;Tools&rdquo; menu in the admin.  Once on that screen, it provides a &ldquo;Scan Content&rdquo; button.  When clicked, it checks all of your posts, pages, and other custom post types for classic content.  It then builds a list table of all the content.</p>\n\n\n\n<p>From that point, you can choose between converting each post individually or running a bulk conversion of all posts.  I always recommend being cautious with such plugins by converting and checking a couple of individual posts before trying bulk conversions.</p>\n\n\n\n<p>The process for converting posts was snappy during my tests.  In just a few moments, I converted all of my old content over without issue.</p>\n\n\n\n<p class=\"has-text-color has-background has-white-color has-blue-700-background-color is-style-highlight shadow-md text-white bg-blue-700\">Like any plugin that modifies content in this way, it is prudent to store a backup of your site before converting the posts.  This is also a one-way conversion process.  Once a post is transformed, there is no going back.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Feb 2020 20:49:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: Gutenberg 7.4 Adds New Color Controls, Link UI, and Block Scaffolding for Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97032\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:229:\"https://wptavern.com/gutenberg-7-4-adds-new-color-controls-link-ui-and-block-scaffolding-for-developers?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-7-4-adds-new-color-controls-link-ui-and-block-scaffolding-for-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4443:\"<p class=\"has-drop-cap\">The Gutenberg development team <a href=\"https://make.wordpress.org/core/2020/02/05/whats-new-in-gutenberg-5-february/\">launched version 7.4 of the plugin</a> yesterday.  The update includes a few user-facing features:  a text color control for the group block, background-color control for the columns block, and a new link UI for rich text components.  For developers, the team introduced a script for launching a block plugin from the command line.</p>\n\n\n\n<p>After a dramatic increase in speed in the <a href=\"https://wptavern.com/gutenberg-7-3-brings-navigation-block-colors-block-collections-api-and-dynamic-post-blocks\">last update</a>, version 7.4 continues down the same path.  When tested against a post with approximately 36,000 words and 1,000 blocks, page load speeds dropped from 5.461s to 5.037s and keypress events from 34.63ms to 34.54ms.  This is not a significant reduction, but every improvement helps.</p>\n\n\n\n<p>The update includes over two dozen bug fixes and several enhancements.  Work toward the navigation block continues. The experience is slowly getting better, but it still doesn&rsquo;t feel ready for production.</p>\n\n\n\n<p>The team also launched an early, experimental <a href=\"https://github.com/WordPress/gutenberg/pull/19883\">mechanism for handling global styles</a>, a feature that may be complete this year.  <a href=\"https://wptavern.com/key-takeaways-from-the-first-future-of-themes-meeting\">Global styles</a> would allow themes to set default colors, typographical settings, and potentially more.  Theme authors should keep an eye on the development of this feature and offer feedback.</p>\n\n\n\n<h2>Group Block Gets Text Color Control</h2>\n\n\n\n<img />Changing the text color for an entire group.\n\n\n\n<p>The Gutenberg team once again cleans up one of my biggest gripes.  When using the group block in the past, end-users could not apply a text color to every sub-element of the group block.  Instead, they had to add a text color to any blocks within the group.  It was a painstaking process at times, particularly with groups of many blocks.</p>\n\n\n\n<p>With this change in version 7.4, users can apply a <a href=\"https://github.com/WordPress/gutenberg/pull/19181\">text color to the entire group</a> at once, and that color should trickle down to sub-blocks.  Of course, users can still change the color of inner blocks if necessary.</p>\n\n\n\n<h2>Columns Block Gets Background Color Control</h2>\n\n\n\n<img />Customizing the background color on a columns block.\n\n\n\n<p>Gutenberg 7.4 adds the <a href=\"https://github.com/WordPress/gutenberg/pull/17813\">background color control to the columns block</a>.  This makes it work similarly to the group block by adding a background color to the entire containing block.  Unfortunately, it did not receive the same text color control in this release.</p>\n\n\n\n<p>Currently, there is still no way to add background and text colors to an individual column.  End-users can only add a color on the sub-blocks within a column.  The feature is a step in the right direction, but it&rsquo;s still missing some essential color options.</p>\n\n\n\n<h2>Link UI Updated</h2>\n\n\n\n<img />Inserting a link into a paragraph with the new UI.\n\n\n\n<p>This is a minor change but welcome.  The link UI for rich text, a component used for blocks such as paragraphs, <a href=\"https://github.com/WordPress/gutenberg/pull/19686\">now has the same UI</a> as the navigation and button blocks.  The consistency is nice, but I am a fan of the improvement overall.  </p>\n\n\n\n<p>The UI change is subtle, but it already feels slightly more comfortable after a day of use.</p>\n\n\n\n<h2>Block Scaffolding for Developers</h2>\n\n\n\n<img />Initial JavaScript file for an auto-created block plugin.\n\n\n\n<p>For developers who want to jump-start a new block plugin, the Gutenberg team <a href=\"https://www.npmjs.com/package/create-wordpress-block\">released an official script</a> for getting started.  By running the <code>npm init @wordpress/block</code> command, the script will install and run you through setting up a custom block.  The script creates an entire plugin folder, including the necessary PHP, CSS, and JavaScript files.</p>\n\n\n\n<p>This script is ideal for building single-block plugins, which will eventually be exposed via the official WordPress block directory.  Because it creates an entire plugin, it is probably not the best route for creating new blocks within an existing plugin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2020 21:06:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Post Status: Syed Balkhi on Awesome Motive’s acquisition of All In One SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=76000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://poststatus.com/syed-balkhi-on-awesome-motives-acquisition-of-all-in-one-seo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:31030:\"<p>Syed Balkhi joins me to discuss the acquisition of AIO SEO.</p>\n\n\n\n<p>All in One SEO is one of the most widely used plugins in the WordPress ecosystem, with more than two million installs.</p>\n\n\n\n<p>In the <a href=\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/\">announcement post</a>, Syed says the entire All in One SEO team is joining Awesome Motive, aside from founder Michael Torbert:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Aside from new ownership change, it’s business as usual. You can continue to use the plugin that you love without any interruptions.</p><p>With the exception of Michael, the entire All in One SEO team joined Awesome Motive. This means that you are still being supported by the same talented people.</p><p>On top of that, we have added more team members from Awesome Motive who will be working on the All in One SEO project, including me.</p><p>In a near future release, you will see a small plugin design refresh in the WordPress admin area.</p><p>With our experience and a dedicated team, we will be adding several new features and improvements to the All in One SEO WordPress plugin in the near future.</p></blockquote>\n\n\n\n\n\n\n\n<p><strong>Some of the questions he answers:</strong></p>\n\n\n\n<ul><li>So who is your target customer with All in One SEO?</li><li>How is the model structured? You’re directing strategy… is there a partner you\'re working with?</li><li>How does your vision for AIO SEO compare to what you see in Yoast SEO?</li><li>How do you envision the free/premium divide?</li><li>What are the first three things you plan to do?</li><li>How did the conversation with Michael start? Did you approach him? Did he approach you? Tell me a story.</li><li>How far do you think you can scale this business model?</li><li>What do you think about the consolidation we’re seeing in the plugin ecosystem — the consolidation you’re a major player in?</li></ul>\n\n\n\n<p><strong>Links:</strong></p>\n\n\n\n<ul><li><a href=\"https://awesomemotive.com/\">Awesome Motive</a></li><li><a href=\"https://wordpress.org/plugins/all-in-one-seo-pack/\">AIO SEO on WP.org</a></li><li><a href=\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/\">Acquisition announcement</a></li></ul>\n\n\n\n<h3>Full Transcript</h3>\n\n\n\n<div class=\"transcript\">\n<p>Transcribed by https://otter.ai</p>\n\n\n\n<p><strong>Brian Krogsgard 0:02 </strong><br />This episode of the Draft podcast is brought to you by Jilt. Jilt is email marketing built for eCommerce stores. Go to jilt.com to try it today. I  know that Jilt is an awesome product because I work on it every single week. And I get to see it up close and personal. Jilt has amazing integrations for WooCommerce, Shopify, and ads so no matter what platform you\'re building your eCommerce site on, it will work for you.  It\'s built specifically for eCommerce with extremely powerful segmentation options for you to set up automations to work for you while you sleep. And you can do your manual email marketing through our broadcasts feature in Jilt. It\'s a great tool. I know you\'ll love it. Try it today. Go to Jilt.com. And thanks to Jilt for being a Post Status partner. Hello and welcome to the Draft podcast. My name is Brian Krogsgard. I\'m with Syed Balkhi. Hey Syed. </p>\n\n\n\n<p><strong>Syed Balkhi 0:55</strong><br />Hey man, how are you? </p>\n\n\n\n<p><strong>Brian Krogsgard 0:56</strong><br />I\'m doing great. So you know like you Guys have news coming out all the time. And you\'ve got another plugin that you\'ve put under the automotive umbrella.  And it\'s all in one SEO. So first off just congrats on the acquisition of a really long-running popular plugin.</p>\n\n\n\n<p><strong>Syed Balkhi 1:18 </strong><br /> Thank you. Thank you.</p>\n\n\n\n<p><strong>Brian Krogsgard 1:20 </strong><br /> So let\'s start with what attracted you to all in one SEO as the type of plugin that you were interested in.</p>\n\n\n\n<p><strong>Syed Balkhi 1:29 </strong><br /> So when I started a web beginner I was I started with all in one SEO,  I\'ve had a lot of respect for the plugin in industry. I believe it you  know, it is one of the tools that are essential for a  website owner. And it is something that our users have continued to, to build. If you haven\'t checked out the WP begin to engage Facebook group,  this question comes up a lot I did a, I did a video about it and people  were asking, like, you know, when are you going to build a SEO plugin  that is beginner-friendly. And, you know, it\'s just keeps coming up over  and over every year if you\'ve been able to build one product, what would it be? And SEO keeps coming upset. We tried to make a deal happen.  And you know, I approached several authors and this was the one  that we ended up going with.</p>\n\n\n\n<p><strong>Brian Krogsgard 2:25 </strong><br /> So you say, you know, people from the dopey beginner groups were the  ones that initiated this conversation. So who is your target customer  with a plugin like this?</p>\n\n\n\n<p><strong>Syed Balkhi 2:38 </strong><br /> Small business owners like you know, DIY website owners, I would say is there is a target market you know, we try to stay away from the super-advanced super Dev audience, we want to help small business owners so our goal at awesome motive is to you know, help small businesses go and compete with the big guys. And that is something that we continue with all of our products.</p>\n\n\n\n<p><strong>Brian Krogsgard 3:00 </strong><br /> So obviously the I guess I would say the market leader in this genre has  been Yoast SEO for years. If I remember the correlation of how the  usage worked out all in one, SEO was the most popular plugin for a  really long time in the SEO market, and then Yost took over that spot.  What\'s the comparison that you see in Yost? I mean, I think you and Yost  divock are friendly and the team at Yost, how does how to your efforts  here? You know, like, how does it differ from Yoast? Is Yost an advanced plugin? Like what makes you most advanced versus like the  beginner features that you envision? All in one Seo? That\'s the stuff  that I don\'t quite know how to nail down in my mind.</p>\n\n\n\n<p><strong>Syed Balkhi 3:45 </strong><br /> For sure, for sure. Yeah. So I mean, I\'m friends of yours. Of course, I  told. I told Yost about, about the field before he went public. So it  doesn\'t affect our friendship. I think you know, in any market you have multiple players, right? They have their own unique sets of features and  divisions that they carry forward. And I know Yost has a vision that he  is moving forward with. My, my goal is to really focused on two things,  one, reliability, and the second is to be results-focused. And that the second one is definitely a primary thing I want a plugin, that is  results focus on, you know, almost every SEO plugin, when you look at it in the market, and there\'s some newcomers that are that have entered  the market as well. They kind of just help you set up and let you optimize some pages. And that\'s kind of it like there hasn\'t been any  innovation, if you may, from a bigger picture point of view in the SEO  plugin market in a while.</p>\n\n\n\n<p>And I want to change that.</p>\n\n\n\n<p><strong>Brian Krogsgard 4:56 </strong><br /> So talk to me about that. Because I know I know. I know Sayed Balkhi well  enough to know he\'s got a plan. As soon as he has control, you\'ve got  some things that you want to do. I have to admit, I haven\'t installed  all in one SEO and I don\'t even know how long I don\'t know what it looks  like, once you get working on it on the interior. What\'s it like today? And I guess, what are your big three things that you want  to do? I know you got those mapped out?</p>\n\n\n\n<p><strong>Syed Balkhi 5:24 </strong><br /> Yeah, I mean, we have a very clear 12-month plan the three-year picture,  I would say, you know, install it, just so you can see, you can have a  before and after comparison, I think that you know that you can see the impact that we\'re, we\'re about to happen on this plugin. So, you know, over the years, like, I\'ve built a lot of internal tools that we just use, and like when you asked like, you know, what is the target market release me and I\'m like, I try to dog food pretty much all of our own products and I think that\'s, that\'s one of our secret sauces on how we make the best product. So I want to bring in a lot of the internal tools that we have, that we already have into a central plugin that we can control manage, and also, you know, share it with the WordPress community and in the small business community as well. I am also you know when you think about like a lot of my friends who are influencers somewhere, you know, meeting SEO experts as well they all have, you know, their own internal SEO tools that they\'ve built, we kind of shared that knowledge, we sometimes shared those scripts with each other. So we can kind of have an advantage and I want to bring that level the  playing field. So we\'re going to be bringing a lot of those other tools  in it so when it when you know when you think about the name all in one  SEO, I think this is going to really become that. Without divulging too much of the you know, fine details, I think, think about it from that way it finally is true SEO suite for WordPress.</p>\n\n\n\n<p><strong>Brian Krogsgard 6:59 </strong><br />You mentioned how the way that people typically look at SEO and  WordPress right now is you go to a single singular URL. So let\'s say  it\'s a, you know, it\'s a page of, you know, the best WordPress host or whatever. And you optimize that page. So is what you\'re talking about more of how to figure out a site wide plan or overview, is that right?</p>\n\n\n\n<p><strong>Syed Balkhi 7:22 </strong><br />Exactly. So when you think about that, you know, a small business  owner they come in and install the plugin then what what happens do they do the chase a light, a specific color, but what is that in regards to anyways? I want to I want to really help people discover new growth  opportunities. So like SEO is not just some acronym. That doesn\'t mean anything new. Most people will be they everybody kind of has a vision,  but everybody\'s lost. really making that easy, making people making easy to identifying opportunities, measure those opportunities and you know,  doing a little bit More than just setting up an optimizing. Okay. Yeah.</p>\n\n\n\n<p><strong>Brian Krogsgard 8:03 </strong><br /> So, you know, when I think of small businesses, and when I talk to the  friends that are, you know, they run small businesses like a dentist or  something I usually start thinking about SEO in terms of local stuff or  so what\'s the free and premium divide for you?</p>\n\n\n\n<p><strong>Syed Balkhi 8:20 </strong><br /> Yeah, there\'s gonna be a lot of premium features that we\'re going to  add, of course, over the years, we\'re going to continue  improving the tree offering, which is, you know, core of this plugin  anyways. That\'s, that\'s, that\'s, that\'s where I think I\'ll pretty much  stop at you know, there\'s gonna be a lot of cool tools that are going to  come in that we\'re going to add in the premium version. There\'s also going to be a lot of really cool thing that we\'re going to add in  the free version that we just haven\'t seen. Is this going to happen over the course of the next three months? No regular we\'re going to do some like small refreshes the three in the three month period, but the bigger picture and the big things are going to be rolled out over the, you know, 12 month period because we have to take our internal tools and  then, you know, turn it into so it can be used by tuning people.</p>\n\n\n\n<p><strong>Brian Krogsgard 9:12 </strong><br /> <em>I\'m pretty biased towards Jilt. And it\'s with good reason. When I was considering to take on some part-time work to complement what I was doing with Post Status, I went straight to Skyverge and said, I think that Skyverge seems like a fantastic company to work for. And Jilt seems like a really exciting product to work on. Jilt is really the tool that you need to complement your eCommerce store. It\'s email marketing, but it\'s built specifically for eCommerce stores. So what\'s that mean in practice? Well, you can do your marketing outreach through a  manual newsletter built into Jillson, some people don\'t even know that.  That\'s done via the broadcast feature. But then there are the automation  tools. jilt started out as an abandoned cart automation tool, but it\'s a  lot more than that. Now, you can segment based on anything that\'s part  of your historical store data. So if you will Want to email people just who purchased a product in a certain category, then you can do it. If you have an update for a product and you want to send an email to people  who have purchased that historically, you can do it. If you want to  send an email because people have spent a certain amount of money in their lifetime, and your store, you can do it. You can do so much with  guilts Automation features, the segmentation data is extremely thorough,  whether you\'re running a WooCommerce store, or a Shopify store or an ed  d store, and you\'re not using jilt, then, quite frankly, you\'re giving  up potential revenue. Try jilt today, go to jilt.com. I know you\'ll love it. </em><br /><br />How did the conversation with Michael start then? Did you approach him? Did he approach you? Tell me a story around the process of acquiring a plugin especially one was such a huge user base. And I guess there\'s a lot of implications when someone new takes over one of the most popular plugins in the plugin repo.</p>\n\n\n\n<p><strong>Syed Balkhi 10:59 </strong><br /> Absolutely. So, you know, I think I mentioned to you, you this came back from the WP beginner communities after I did the web kind of census  survey, which happened at the beginning of the year, I start getting all  sorts of data from the audience and from survey responses and start analyzing. And I reached out to, to Michael, as I started the conversation, you know, it started from discussing of what does this look like, you know, does this look like us partnering together and running that does it look like us taking a full hundred percent stake into the business then, you know, Michael walks from Italy, you know, there was, like, a lot of conversation that, you know, started  with things like maybe March, so we didn\'t close the deal until January  3. So it takes you know, it\'s like think about it when this is something that you have been doing for 10 plus years this is your baby.  It\'s an emotional process. It\'s a yes, it\'s a very emotional process. It\'s not an easy decision to make, and I\'m not you know that. I  think the things that made it easy or easier to make things you know a little bit smoother was that I\'ve known Michael for a long time,  right. Michael has been in the WordPress ecosystem. This was the original WordPress SEO plugin. I\'ve had numerous occasions where I hang  out with Michael, at the WordPress community summit, the first-ever &#8230; network in Raleigh several times. I actually flew out to  Raleigh to hang out with Michael to kind of share our vision because you know, for both of us, the most important part is users and the  community. And, you know, we were in you know, we were lying there. So that\'s like that\'s, that\'s really a nutshell what happened in the nine-month period, right? Of course legal comes in Ba ba ba ba ba that\'s normal of any deal, boring stuff.</p>\n\n\n\n<p><strong>Brian Krogsgard 13:02 </strong><br />You can have it all settled, I guess and still have several months left  on Enter before it actually, you know, get signed and is ready to go.</p>\n\n\n\n<p><strong>Syed Balkhi 13:12 </strong><br /> Right. And especially with my travel schedule, it kind of made things a  little difficult, right? Because we\'re growing and then I you  know, I have certain like level commitments already like that  that are planned six months plus in advance always. So it becomes a  little tricky. So we wanted to do face to deal in December, but it kind  of went in by the January.</p>\n\n\n\n<p><strong>Brian Krogsgard 13:35 </strong><br /> Yeah. So the, you know, I\'ve seen you do this a couple times now where  you acquire another business and obviously you don\'t acquire something  unless you see potential growth in it. So you see growth in this product. However, I would say this product may be different than some of the others whereas where, you know, it was at the top of the game for a  while and then it had a you know, maybe it grew WordPress a little bit,  but it wasn\'t the market leader there were there was growth and other plugins in the sector, significantly higher than all in one, SEO is  growth. Whereas some tools that you started, you were the growth  plugin, like WP forms was a fresh plugin, you know, brand new, or you  acquire one that is on a high growth trajectory. So this one\'s a little  bit different than that. So how do you view the business model? And then  how do you think that you can continue to scale this business model that there\'s so many products under the automotive umbrella these days?</p>\n\n\n\n<p><strong>Syed Balkhi 14:33 </strong><br /> You know, I think the important part is that you that you highlighted is almost every plugin grows with WordPress. You know, when I started using WordPress in 2006, I don\'t recall the exact number of how big  WordPress was, but it wasn\'t 35% of the web.</p>\n\n\n\n<p><strong>Brian Krogsgard 14:52 </strong><br /> Right? If I did a post on this, I think it was in 2010. And we weren\'t  8% of the web yet, so 20,006 it was probably like 1% Maybe 2% of the  web, right?</p>\n\n\n\n<p><strong>Syed Balkhi 15:02 </strong><br /> So, So when you think about this right I\'m very bullish on WordPress. I  really believe in WordPress, I even posted a story about like my cab driver using WordPress and learn from the &#8230; Uber driver and I was like, wow, this is crazy like you could get picked up from the Atlanta  airport. So the, you know, the business model really is, you know,  anytime you build an ecosystem, you rely on the ecosystem. I think the  WordPress ecosystem has a lot of growth happening right now. And users  are always looking for so you know, whether it be just because we have  WP forms and needed it is the best hands down. WordPress form plugin doesn\'t mean people don\'t use others. Right. So I don\'t look for Oh, is  this is this plugin necessarily growing or not? I think this is a plugin  with a very loyal user base. Good, you know framework I haven\'t had a  lot of sentimental values, you know, tied to all them on SEO because this was a plugin I started using, you know, and when I launched WP  beginner, I think for a long time I was the de facto maybe an official  doc for this because I would share my configuration and people would  just come and copy and paste that into the chat back and forth. Michael  and Steve, you know, who\'s been with all the one for 10 years, he  actually joined us a motive. That\'s pretty, pretty awesome. But we also  had a lot of sentimental values for this. And I\'ve learned a ton from  Michael who\'s been very generous mean in the early days of the WordPress  ecosystem. So I think there\'s a lot we can do in terms of the growth  side of the plugin for sure.</p>\n\n\n\n<p><strong>Brian Krogsgard 16:49 </strong><br /> As an aside, you mentioned in the announcement posts that Michael  is not joining awesome motive, it sounds like he\'s gonna go find out  what he wants to do next, but the rest of the Anyone that was working on  all in one SEO is actually going to become an automotive employee.</p>\n\n\n\n<p><strong>Syed Balkhi 17:05 </strong><br /> Absolutely. that\'s already been done yet our goal whenever we make an acquisition, are you in a position or you know, one of the automotive  core values people first and we always take care of that first.</p>\n\n\n\n<p><strong>Brian Krogsgard 17:15 </strong><br /> So you\'ve got WP forms monster inside see prod webmail, SMTP raffle  press. And you know, now we\'re putting all in one SEO as kind of primary  product things. You\'ve got some other stuff too. If people go to  automotive com, they can see everything that your team is working on.  But what about this scale side of this? So we talked actually last week I  don\'t know if you probably didn\'t listen to it. We talked last week  about back when you showed me your schedule blocking and you know,  we\'re talking about trying to manage multiple projects and you\'re the kind of the key to this to me, in our space, because there\'s so many  things that you\'re paying personal attention to, but you\'ve created ways  to where, you know, you don\'t have to be there. You\'re your vessel You  add but like, Is there a ceiling for how you can scale like is it 10 products? Is it 15 or 20? what\'s this business model for you?</p>\n\n\n\n<p><strong>Syed Balkhi 18:11 </strong><br /> I wish I knew what the number was, I\'ve tentatively put it at 30? I think it is one of the things that you know that like I never do anything  alone, right? There\'s like I\'ve worked like my secret against it\'s not  such a big secret is I work with really really awesome partners, really  talented people. You know, Thomas Griffin, who leads OptinMonster and TrustPulse, you know, products. Jared Atchison who leads WP Forms and SMTP. These guys are phenomenal leaders right. Chris Christoff leading Monster Insights, phenomenal leader and they all have their own strengths. Right and we what makes us work really well together is how  we compliment each other. So you know with John Turner in SeedProd and RafflePress, right, that he brings a whole new set of values to Awesome Motive and what we\'re looking to do over the next 10 years.  So, you know, when when we decided to acquire all in one SEO we looked  for, you know, who would that personally because Michael was not going  to be coming on board. And, of course, like, this is it. This is  something I\'m really passionate about. And I know a lot about this  industry. I wanted to make sure that there\'s somebody else who\'s really,  really talented who can lead and Benjamin Rojas, I don\'t know, I don\'t  know if you know him or not in the WordPress ecosystem. He\'s a  phenomenal developer had had several other products in the EBD ecosystem  that he sold to Pippin when you know, they did the market  consolidation, their position. He\'s been working in the OptinMonster  team for I believe, like four years, three, four years, and so He\'s  actually going to be leading this division and department call and Seo?  Of course, I\'m going to be I\'m very involved that, you know, I\'m not  involved in OptinMonster day today, but you know, I\'ve been for two years. Same thing with WP Forms, that division is run by Jared, Christoff, you know, my stream says pretty much online, so I\'m going to be very involved in it. So like, while we have a lot going on,  I\'m not liking every single thing all the time. It\'s not it\'s not  humanly possible. You see my time blocks, right? So these things move  around around every quarter.</p>\n\n\n\n<p><strong>Brian Krogsgard 20:34 </strong><br /> Okay, so you are bringing in Benjamin he\'s going to be the Christoff or the Acheson version of your partner? Your — almost like an implementation partner — whereas you\'re the strategic partner?</p>\n\n\n\n<p><strong>Syed Balkhi 20:49 </strong><br /> Yeah, absolutely. I— you know, we could call it the integrator role that you know, GM &#8230;</p>\n\n\n\n<p>So yeah, Ben, Ben is awesome. And I\'ve had a pleasure working with him  for last years. And he just continues to impress me, is literally like two and a half, three people into one. And you get to that pretty much about like, you know, Christoff, you\'ve seen the energy that he brings in Jared and Thomas, John,&#8230;</p>\n\n\n\n<p><strong>Brian Krogsgard 21:23 </strong><br /> It seems like everybody, do you think this is a pattern of just the  WordPress ecosystem? or part of the way you\'ve made these partnership decisions? Everybody that has played that role internally for you as a  developer? Do you think is that strategic or just circumstance?</p>\n\n\n\n<p><strong>Syed Balkhi 21:40 </strong><br /> I think it\'s a circumstantial, more so than not, I don\'t believe that,  you know, this role has to go to a developer. I think this role has to go to somebody who understands product and building products. So you know my extent of development, I —</p>\n\n\n\n<p><strong>Brian Krogsgard 22:02 </strong><br /> It\'s more than you let on but no, you —</p>\n\n\n\n<p>Syed Balkhi 22:08 <br /> I don\'t think you have to be a developer you have to be — you have to  understand the products and more importantly understand the problem  you\'re solving and being able to improvise at, you know, at a, at a fast  scale and being able to solve problems faster than other people. I  think that\'s — that\'s what I look for, more so than anything.</p>\n\n\n\n<p><strong>Brian Krogsgard 22:29 </strong><br /> All right, I want to finish up.</p>\n\n\n\n<p>I want to get your take on the consolidation that we\'re seeing in the\n plugin ecosystem is something I\'ve been talking about. I think since \n2017. We\'ve seen that playing out in hosting business, we\'ve seen it of \ncourse, that\'s kind of par for the course in the landscape of broader \nhosting. We\'re really seeing it ramp up in terms of plugins in the \nWordPress space. You You\'re one of the big players in that consolidation\n process, but there are others too. There\'s some people Whether they\'re \npublic yet or not, that are you know bundling up plugins and they\'re \ncoming at it with a strategy to take advantage of this market. So what \nare your What are your thoughts about consolidation and where we are \nkind of in I guess the market cycle of WordPress plugin businesses</p>\n\n\n\n<p><strong>Syed Balkhi 23:18 </strong><br /> think they in an important thing to look at is not just the consolidation part of WordPress but scale that new plugins are coming  and being introduced. Right. So it\'s not it\'s it would be not fair to look at the market just from one angle because there\'s so much growth  happening with a new plugins being added and when the market  is growing at that scale consolidation becomes natural. And this just  shows that WordPress is not in its infancy. anymore right when you because they are players. Better. That is certain sides enough to be able to have this kind of conversation. This was, you know, the consolidation doesn\'t always happen for monetary reasons, sometimes, you know, you\'ve been doing this for you have a plugin that you\'ve been building for like, seven, eight years, maybe you just want to move on.  Right? So I don\'t necessarily, you know, that\'s just natural now that  WordPress has been around for so long, then that\'s just a natural transition of people\'s lives. That\'s happening from an ecosystem point of view. Just the growth is phenomenal. When you look at the new plugins  being added all the Gutenberg bought collection plugins that are being added, you know, and all of them are getting installs. There\'s not like,  you know, there\'s one or two or three that just kind of own the market,  every single one of them is getting itself. You know, you there\'s like,  just because like we launched web form doesn\'t mean there hasn\'t been  new contact or plugins. I mean, it says, I think that\'s just a natural phase of any ecosystem. And it means great things for the user, like the users of WordPress are going to benefit the most out of it. Because  it shows that there\'s truly legitimate resources being put into building products and it\'s not just, you know, one person, you know, doing this  as a side hustle. And there\'s nothing wrong with that there\'s a lot of great plugins come out of solid there are some really good ones that are still you know, somebody\'s side hustling and just crushing it right in the market. So I think it just it\'s just good It shows that businesses  can use you know, WordPress plugin, and reliably knowing that they\'re this is not going to be disappeared is not just going to be discontinued. So, I think that I\'m very bullish on the WordPress market, and I have been for the last 10 years of running WP Beginner.</p>\n\n\n\n<p><strong>Brian Krogsgard 25:48 </strong><br />Awesome. And you think this consolidation will probably continue on as a natural part of our ecosystem?</p>\n\n\n\n<p><strong>Syed Balkhi 25:55 </strong><br /> Yeah, I mean, absolutely.</p>\n\n\n\n<p>That\'s just natural for any system whether you\'re in WordPress, or you\'re in landscaping, or pool cleaning,</p>\n\n\n\n<p><strong>Brian Krogsgard 26:06 </strong><br /> Maybe the difference from here on out will be that we\'ll start to see  larger ones. And maybe I don\'t know if you have an opinion on that. But I  think that\'s my gut feeling. You mentioned something like you get to a  stage and, you know, some people are looking to exit and some people now  have the resources to be able to make those acquisitions. So as time goes on that discrepancy between the big, you know, the people that are  big enough now to where, let\'s say, I don\'t know, a million-dollar acquisition is in their wheelhouse, whereas five years ago, that was totally impossible for them to even consider as that becomes more and  more the type of thing that is possible for a company to do will naturally see more of it. Would you agree with that?</p>\n\n\n\n<p><strong>Syed Balkhi 26:49 </strong><br /> I think they you know, what I would like to see is, you know, more of  this happening, right because this just further validates the industry  in itself. I think it is happening, right, you know, have it happening,  whether it\'s public or not public, right. I know several players that  are that are in the market. And in terms of big, I think that\'s just  reality, right? You lay outside looking in big is not always what you  see. Yeah, we\'re all small and big and not what you think. I think that  it\'s just relative. Right. So to the individual perspective.</p>\n\n\n\n<p><strong>Brian Krogsgard 27:27 </strong><br /> All right. So that\'s all I really have for you. I just wanted to chat  with you about this acquisition and get your take on it. Is there  anything that you want to either leaf people, whether they\'re an all in  one SEO user, or if it\'s somebody in the post s audience question for  me, the floor is yours.</p>\n\n\n\n<p><strong>Syed Balkhi 27:45 </strong><br /> No, you know, I always appreciate the work that you\'re doing and really  excited to see Cory on board with post status. I just wanna say thank  you, you know, to the community for the continued support of  automotive our suite of products. We, we always strive to do better and serve our users. And I just hope to continue to earn everybody\'s trust  for years to come.</p>\n\n\n\n<p><strong>Brian Krogsgard 28:08 </strong><br /> Awesome. I appreciate it. Thanks for joining us and we will talk to everybody soon. Bye.</p>\n\n\n\n<p>Transcribed by https://otter.ai<br />\n</p>\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2020 19:14:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Key Takeaways From the First ‘Future of Themes’ Meeting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96997\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"https://wptavern.com/key-takeaways-from-the-first-future-of-themes-meeting?utm_source=rss&utm_medium=rss&utm_campaign=key-takeaways-from-the-first-future-of-themes-meeting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10639:\"<p>There are few clear answers.</p>\n\n\n\n<p>As members of the <a href=\"https://wptavern.com/join-the-future-of-wordpress-themes-conversation-theme-review-team-to-hold-biweekly-discussions\">core design, editor, and theme review teams joined</a> for the <a href=\"https://make.wordpress.org/themes/2020/02/03/block-based-themes-meeting-agenda-for-february-5/\">inaugural biweekly meeting</a> that may decide the fate, at least in part, of WordPress themes, it became clear that there is no structured game plan.  There are many ideas.  There are several moving pieces.  There are components and teams and ideas that must all coalesce and build something that has never been done before in WordPress.</p>\n\n\n\n<p>There is room for both excitement and concern.</p>\n\n\n\n<p>It is not necessarily a bad thing to be in an early experimental stage.  However, WordPress is a mature product.  It <em>feels</em> like there should be something more concrete about the future of one of its most integral parts &mdash; themes.</p>\n\n\n\n<p>That is what these meetings are for.  They are about building bridges between various teams and making some decisions.  One of the problems going forward will be cutting through the noise.</p>\n\n\n\n<p><strong>Takeaway #1:</strong> there are still more questions than there are answers.</p>\n\n\n\n<h2>Moving Forward With Block-Based Themes</h2>\n\n\n\n<p>If there is one thing that almost feels like a foregone conclusion it is that we are transitioning into a future where themes will be built entirely of blocks.  Even the meeting was dubbed the &ldquo;Block-Based Themes Meeting,&rdquo; despite <a href=\"https://make.wordpress.org/themes/2020/01/29/new-bi-weekly-block-based-themes-meeting/#comment-43993\">some pushback</a> that such a meeting name was biased.</p>\n\n\n\n<p>This is no surprise.  Block-based themes are where we are going.  The real question is how that will work and what level of control theme authors will ultimately have over their creations.</p>\n\n\n\n<p>Kjell Reigstad, a design director for Automattic, kicked off the meeting with an introduction of block-based themes and what the meeting would cover.  &ldquo;As most of you probably know, Gutenberg is in the process of <a href=\"https://make.wordpress.org/core/2019/09/05/defining-content-block-areas/\">expanding beyond the editor</a>,&rdquo; he said.  &ldquo;As we&rsquo;ve already seen, Gutenberg allows for a great deal of user-customization inside of post and page content. It allows any user to create custom layouts all by themselves, and style adjustments too. These will all usually be retained even after a user switches themes.&rdquo;</p>\n\n\n\n<p>Full-site editing seeks to bring blocks to the entire site, which is traditionally the domain of themes.  &ldquo;By turning elements like the header and footer into block areas, users will have the flexibility to place any sort of content wherever they want,&rdquo; said Reigstad.  &ldquo;It allows for a lot of creativity!  They&rsquo;ll theoretically be able to click and edit their header in place, or change their sites entire color scheme without needing to jump into an entirely separate interface.&rdquo;</p>\n\n\n\n<p><strong>Takeaway #2:</strong>  block-based themes are happening.</p>\n\n\n\n<h2>The Definition of Block-Based Themes</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>Live Demo Q&amp;A from <a href=\"https://gutenbergtimes.com/theme-templates-full-site-editing-experience-enrique-piqueras/\">The Gutenberg Times</a>.\n\n\n\n<p>After a quick introduction of how the meeting would work, Jeff Ong, designer at Automattic, filled in the details of how block-based themes work.  Currently, such themes are experimental and must be activated by ticking the full-site editing (FSE) checkbox via the Gutenberg plugin&rsquo;s Experiments settings screen.</p>\n\n\n\n<p>&ldquo;Once you&rsquo;ve activated this FSE experiment option, a few major changes will occur in how WordPress behaves,&rdquo; said Ong.  &ldquo;WordPress will look for HTML templates inside of a block-templates directory of your theme, instead of using the PHP templates, to determine how your site will appear.&rdquo;</p>\n\n\n\n<p>This was not a new concept to the people present.  Most have explored the <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">initial documentation for block-based themes</a> over the past two months.</p>\n\n\n\n<p>This part of the meeting was more about providing information.  The following are key links for further exploration of full-site editing and block-based themes:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/projects/35\">Full-Site Editing Project</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues?utf8=%E2%9C%93&q=label%3A%22New+Block%22+label%3A%22%5BFeature%5D+Full+Site+Editing%22+\">Full-Site Editing Tickets</a></li><li><a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments Repository</a></li><li><a href=\"https://developer.wordpress.org/block-editor/developers/themes/block-based-themes/\">Block-Based Themes Documentation</a></li></ul>\n\n\n\n<h2>Global Styles Are a Part of the Process</h2>\n\n\n\n<img />Example mockup from the primary <a href=\"https://github.com/WordPress/gutenberg/issues/19255\">global styles ticket</a>.\n\n\n\n<p>Tammy Lister, experience designer at Automattic, introduced <a href=\"https://github.com/WordPress/gutenberg/projects/40\">global styles</a>, a feature coming to the Gutenberg plugin and eventually core WordPress.  She described global styles as being at the &ldquo;what goes into the cake&rdquo; stage, meaning the team is still deciding what the feature will entail.</p>\n\n\n\n<p>&ldquo;So what are global styles?&rdquo; Lister began.  &ldquo;In short, it&rsquo;s style you can apply across your site right there in the browser. Pretty neat! Think of it as a kit full of component tools you can activate and take advantage of. Tried, tested and ready to go. It&rsquo;s your decorating kit to get your site space just the way you want it.&rdquo;</p>\n\n\n\n<p>At the moment, the baseline for the &ldquo;kit&rdquo; includes text, background, and primary colors in which themes can set the defaults.  The baseline would also include typographical settings for changing the font size, scale, and alignment.</p>\n\n\n\n<p>&ldquo;However, is that enough?&rdquo; asked Lister.  &ldquo;This is currently a big question. There needs to be exploration on what are common things needed and what needs to be available.&rdquo;</p>\n\n\n\n<p>Another argument for the biggest question award would be whether global styles are a necessary feature for core WordPress at all.  With the possibility that users can directly manipulate templates in the WordPress admin, adding styles to the mix may make some theme authors feel like they will be permanently sitting in the back seat.</p>\n\n\n\n<p>Lister made it clear that global styles should not go too far.  &ldquo;These are tools available in the editor, so addressing what is needed or not is key, over allowing everything and creating a complicated experience,&rdquo; she said.  &ldquo;A personal point I&rsquo;m thinking about here is how when I had a crowded art box I could never find that &lsquo;one pencil&rsquo; I wanted, we want to avoid that.&rdquo;</p>\n\n\n\n<p><strong>Takeaway #3:</strong>  End-users will likely be able to set global styles from the WordPress admin.  For many, this level of power will be a good thing.  For theme authors who build hyper-detailed designs, they may be cringing at the thought.</p>\n\n\n\n<h2>Open-Ended Questions Going Forward</h2>\n\n\n\n<p><em>When will block templates and global styles land?</em>  The rough timeline for block-based themes is for it to remain experimental through mid-year and have something basic in place as we close 2020.  Global styles are likely to land this year, but there is no definite date yet.</p>\n\n\n\n<p>Global styles could easily land in the next several months.  It has a tighter scope than themes made of HTML block templates.  Given the point that block-based themes are currently at and the unanswered questions about how the system will work, its time frame may be optimistic.  The scope touches almost everything in WordPress to some degree, at least anything that ends up on the front end of the site.</p>\n\n\n\n<p>Everything about themes will change.  How theme authors approach design will likely move toward styling on the component/block level.  Blocks will go into sidebars as widgets are slowly replaced.  Even theme options may be a thing of the past.  &ldquo;Personally, I don&rsquo;t think the customizer will disappear immediately, but I do think it&rsquo;s clear that many of its current duties won&rsquo;t be necessary in this Gutenbergy future,&rdquo; said Reigstad.</p>\n\n\n\n<p>One question on many theme authors&rsquo; minds is what sort of quality control they will have over their theme if users are handed so much power to change things. </p>\n\n\n\n<p>One proposal in the meeting was to allow theme authors to lock down certain templates so that users could not mess up the design by moving parts (e.g., a meticulously-crafted header and nav menu template that works across browsers and screen sizes).  There is not yet an open ticket for this possibility, but some theme authors will need to have a level of control over this for certain designs to work.</p>\n\n\n\n<p>Ending the meeting on a high note, Ari Stathopoulos, a representative from the theme review team, gave his final thoughts.  &ldquo;Themes are not going away,&rdquo; he said.  &ldquo;They may change, completely transform in many ways.  The tools we&rsquo;re currently using and the way we&rsquo;re currently building themes is not the way themes will be built next year. But they will still exist, and the new way is neither better nor worse. It&rsquo;s just different. If we embrace that and open up our imagination, there&rsquo;s lots of amazing things we &mdash; as theme authors &mdash; can build.&rdquo;</p>\n\n\n\n<p>I am cautiously optimistic that things will work out in the end.  I&rsquo;m excited about the idea of end-users being given tools to build out the websites of their dreams.  I&rsquo;m concerned, along with many theme authors I have chatted with, about what the role of theme designer will be in a year.</p>\n\n\n\n<p>At the moment, I imagine a major split in types of themes:  block-based vs. traditional with perhaps some block elements.  Only time will tell whether this becomes an insurmountable rift or whether there is a place for both concepts.</p>\n\n\n\n<p><strong>Takeaway #4:</strong>  it&rsquo;s still far too early to come to any solid conclusions about what the future holds.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Feb 2020 21:08:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: Guteblock Joins the Block Collection Plugin Arena With an Initial 12 Custom Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96944\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:229:\"https://wptavern.com/guteblock-joins-the-block-collection-plugin-arena-with-an-initial-12-custom-blocks?utm_source=rss&utm_medium=rss&utm_campaign=guteblock-joins-the-block-collection-plugin-arena-with-an-initial-12-custom-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6780:\"<p>Last week, London-based digital marketing agency Sweans Technologies released <a href=\"https://wordpress.org/plugins/guteblock/\">Guteblock</a>, its new block collection plugin.  Currently, the plugin boasts 12 custom blocks.  The company plans to add more and has big plans for the plugin&rsquo;s future.</p>\n\n\n\n<p>While the team earns no points for originality in plugin naming, they are nevertheless throwing their hat into the ring of ever-growing block collection plugins alongside the likes of <a href=\"https://wptavern.com/array-launches-free-gutenberg-ready-atomic-blocks-theme-on-wordpress-org\">Atomic Blocks</a>, <a href=\"https://wptavern.com/coblocks-1-9-5-merges-block-gallery-plugin-into-collection-adds-new-form-block\">CoBlocks</a>, and <a href=\"https://wptavern.com/kioken-blocks-the-new-street-fighter-inspired-block-collection-that-is-taking-aim-at-page-builders\">Kioken Blocks</a>.  There is already steep competition in this arena, but there is also a lot of space for growth.</p>\n\n\n\n<p>&ldquo;WordPress bets high on Gutenberg editor and the block styles,&rdquo; said Ajay Thomas, CEO of Sweans.  &ldquo;With the introduction of blocks, WordPress allows greater user control over the page-designing process beyond what the theme can handle. For the upcoming block directory, we believe that blocks will be the third integral part of WordPress after plugins and themes.&rdquo;</p>\n\n\n\n<p>The plugin&rsquo;s team has put together the following video to show installation and usage examples:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2>Plugin Blocks</h2>\n\n\n\n<p>Guteblock is still a little rough around the edges in comparison to more mature block library plugins.  Some things were confusing, such as some block color options not using the theme-defined colors.  The drop cap block felt like it could have simply been added as extra settings to WordPress&rsquo; paragraph block.</p>\n\n\n\n<p>The container block currently does nothing but group elements.  At the moment, it is a step down from WordPress&rsquo; existing group block.  Thomas explained that the team wanted to develop other blocks before fleshing it out.  &ldquo;The main features we will add to the container block are custom background settings, which include color, customizable gradient, an image with parallax effect, video, customizable SVG and other features including shadow, border-radius, etc.,&rdquo; he said.</p>\n\n\n\n<p>Of its library of 12 blocks, it has some interesting blocks that will come in handy, such as the number box block, which allows users to add columns of numbered boxes.  The notification block is also useful for adding a bold warning, note, or similar message.</p>\n\n\n\n<img />Number Box block from the Guteblock plugin.\n\n\n\n<p>The post grid block is one of the nicest blocks in the collection.  It lets users create a grid of posts, showcasing the featured image, post title, and optional excerpt.  It has settings to control the post count, number of columns, and font sizes.</p>\n\n\n\n<img />Post Grid block from the Guteblock plugin.\n\n\n\n<p>The biggest downside to the post grid block at the moment is that it relies on the <code>post-thumbnail</code> size for featured images, which may make them look stretched and distorted on the front end.  In the future, it would help if the user could select their preferred featured image size.</p>\n\n\n\n<p>The plugin includes a social sharing block.  Currently, it adds sharing links for Facebook, Twitter, LinkedIn, Pinterest, and Reddit.  Each social network can be enabled or disabled individually.  The plugin also includes round, square, and modern block styles.</p>\n\n\n\n<img />Social Sharing block from the Guteblock plugin.\n\n\n\n<p>A social sharing block will likely be more useful when WordPress moves toward <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">block-based themes</a>.  Controlling this at the post level instead of globally is unnecessary work except in some edge cases where a user wants social sharing only on a limited number of posts or pages.</p>\n\n\n\n<p>Thomas believes the team members and author profiles blocks are the most useful blocks.  &ldquo;One of the extremely important features of team members block is that users can highlight one block separately by changing the background color, font color, etc. and drag and drop members to reorganize, he said.  &ldquo;Regarding the author profile block, our block will fetch the author&rsquo;s name, bio, and image and display there. Users can modify the same if needed.&rdquo;</p>\n\n\n\n<h2>Upcoming Blocks and a Premium Version</h2>\n\n\n\n<p>At the moment, Guteblock is a free plugin.  However, Sweans plans to launch a commercial version in the future.  The company did not provide an exact date of launch but said it will happen shortly.  It is also unclear what the pricing model will look like.</p>\n\n\n\n<p>&ldquo;This will be mainly a more customizable plugin with some other blocks such as Amazon link builder, events and shows, a premium slider, etc.,&rdquo; said Thomas.  He stressed that the free version will have at least 34 blocks down the road.</p>\n\n\n\n<p>The plugin&rsquo;s development team is currently working on two primary blocks to include in the premium edition.  &ldquo;The first block will help Amazon affiliates search for their products in the Amazon catalog, access real-time price and availability information, and effortlessly create links in your posts to products on Amazon.com using the Amazon Product Advertising API,&rdquo; said Thomas.  &ldquo;The second block is for adding event details in a post or page. You can show the time, date, venue, and the details of the event, and this can be directly added to your desktop/mobile calendar with one click.&rdquo;</p>\n\n\n\n<p>Along with work toward their commercial version, the development team is preparing to add 16 extra blocks to their free version.  This update will include blocks for Google Maps, video, grids, advanced columns, newsletters, pricing tables, and more.  They will also provide alternative versions of some core blocks, such as blockquotes and buttons.</p>\n\n\n\n<p>The company plans to dip its toes into the <a href=\"https://wptavern.com/version-1-prototype-of-the-wordpress-admin-block-directory-announced\">upcoming block directory</a> too.  &ldquo;We are planning to release some very useful and unique blocks into the block directory and will maintain its excellence and effectiveness,&rdquo; said Thomas.  &ldquo;But, at the same time, we will improve our plugin&rsquo;s collection to make them stand out from the rest as we are updating them regularly to give the finest user experience.&rdquo;  It will be interesting to see if the block collection plugin or the individual blocks perform better.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2020 19:53:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Post Status: Working on multiple things, and working with partners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=75833\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://poststatus.com/working-with-business-partners/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47497:\"<p>A lot of folks in the WordPress economy, whether employed with a side hustle or self-employed, manage multiple things. Also, many of us work with partners, or are interested in partnerships.</p>\n\n\n\n<p>Cory has long worked with partners, and we\'re now running Post Status as partners. Also, we are both working on several projects.</p>\n\n\n\n<p>In this episode of Draft, we talk about how to balance multiple things, how we try and structure our weeks, and some things to consider when working with partners.</p>\n\n\n\n\n\n\n\n<h3>Show links</h3>\n\n\n\n<ul><li><a href=\"https://kolbe.com\">Kolbe</a></li><li><a href=\"https://www.gallup.com/cliftonstrengths/en/strengthsfinder.aspx\">Strengthsfinder</a></li><li><a href=\"https://waitbutwhy.com/2013/11/how-to-beat-procrastination.html\">Wait But Why</a></li></ul>\n\n\n\n<h3>Sponsor: Pagely</h3>\n\n\n\n<p><a href=\"https://pagely.com/\">Pagely</a>&nbsp;offers best-in-class managed WordPress hosting, powered by Amazon\'s Cloud, the Internet’s most reliable infrastructure.&nbsp;Pagely&nbsp;helps big brands scale WordPress. Their new platform&nbsp;<a href=\"https://northstack.com/\">NorthStack</a>&nbsp;is a completely serverless solution for managed application hosting. Thank you to&nbsp;<a href=\"https://pagely.com/\">Pagely</a>&nbsp;for being a Post Status partner!</p>\n\n\n\n<h3>Full Transcript</h3>\n\n\n\n<div class=\"transcript\">\n\n<p>Transcribed by https://otter.ai</p>\n\n<p><strong>Brian Krogsgard 0:05 </strong><br /> This episode of Post Status Draft is brought to you by Pagely\'s best in class WordPress managed hosting. They help big brands scale. And it\'s really the place you want to be. If your website is a mission-critical site, they have an extremely flexible tech stack to help you accomplish your goals with your website. And they have the three things that they really like to focus on: Number one, flexibility. Number two, scalability. And number three, reliability. What I think occasionally in the years that I\'ve hosted my main website PostStatus.com on Pagely, that\'s what I keep in mind myself — I know I can do the things I want to do. It\'s not overly opinionated. It\'s highly scalable, and it\'s reliable. I never worry about my WordPress going down because it\'s on Pagely. Go to pagely.com to check it out. Thanks so much to Pagely for being a Post Status partner, and welcome to Post Status Draft. My name is Brian Krogsgard. I\'m here with my partner for Post Status, Cory Miller. Hey, Cory.</p>\n\n\n\n<p><strong>Cory Miller 1:07 </strong><br /> Hey, Brian.</p>\n\n\n\n<p><strong>Brian Krogsgard 1:09 </strong><br /> Alright, official podcast.</p>\n\n\n\n<p>It\'s our second podcast. Every, every trend starts with two, right? Yep. So we have a couple of topics that are highly relevant to us that we want to discuss today. And number one is juggling multiple things. We\'re both doing so so we\'re going to talk about the process of it and some of the things we\'ve tried to instill in our own habits and otherwise. And then the second thing is the process of working with a partner because when juggling several things, often the choice would be to have a partner in crime as you do. So obviously, this is highly relative to our, our own situations, with post status and then each of us are, you know, Post Status as our common plate but we each have other plates that were spinning So that\'s what we want to discuss and iron out today. You know, I\'m thinking of who\'s our listener who\'s, who\'s listening to this and thinking, I\'m interested. And you know, one type of person sticks out to me in particular, which is a, like a plugin or product developer, someone that\'s got a WordPress product and maybe it\'s not their full-time gig yet or maybe they\'re balancing the product side with doing some freelance work. Why don\'t we jump back to the first time you had to start balancing something and go from there so like, what have you learned since you you know since you started doing full-time WordPress back in 2008 or so? Was I themes paying the bills right out of the gate, or how did that work?</p>\n\n\n\n<p><strong>Cory Miller 2:49 </strong><br /> Yeah, I think it was paying the bills right out the gate, but I\'ve kind of notorious mine. People that have worked with me to be a plate spinner anyway, I kind of relish In the place multiple things keep me engaged. And so, but I woke up you know, couple weeks ago post that this is one of five projects I\'ve got going right now and back into being a plate spinner again but and iThemes Yeah, I spend a lot of plates in the first year, of course, we had full time, you know, I had money to be able to kind of get started and then we try to get revenue in the first month as best we could and be self-sustainable. But uh, for that year, I tried to only spend one plate and that was just I themes, but on the project plate for products, it was just trying to iterate on themes and stuff, but the year, a year or two prior, I was doing the same thing we\'re doing now which is balancing a full-time gig with stuff on the side, in my freelance business just happened to be, you know, it worked out but I was also I don\'t know, 13-14 years younger and I can power through until midnight or one now it\'s like I\'m going to bed at night.</p>\n\n\n\n<p><strong>Brian Krogsgard 4:07 </strong><br /> Yeah, definitely makes a difference I\'ve said on this podcast and elsewhere many times that my I used to call it my tended to time. So 10 pm to 2 am was my window where typically my wife was in bed before I had kids. And I was a night owl, so I would get stuff done. And that was how I maintained my side hustles while I had full-time jobs, and I can\'t do that anymore, like just physically, my I can\'t do that now. And, you know, if I have to get some stuff done late at night, I might be able to put in an hour or so. But I run out of steam like if I\'m going to do something else. It has to be something replenishing or balancing my work efforts, like reading a book or something that\'s not by, you know, fingers to keyboard type of activity.</p>\n\n\n\n<p><strong>Cory Miller 4:59 </strong><br /> I know a lot I know most probably of our community can relate to all this as burning the midnight oil, so to speak. And then now as I\'ve gotten older it\'s like, it\'s just not going to work. And you and I both have young kids. So when I get home, it\'s hard to like, I can\'t pull up my computer one, I\'ve got a kid sitting in my lap. And, you know, wanting to know what I\'m dead. I\'m like, I\'m trying to get something done.</p>\n\n\n\n<p><strong>Brian Krogsgard 5:25 </strong><br /> If I\'m, if my two-year-old is here, he will literally just make every effort to just slam the spacebar. He\'s like, that\'s the biggest thing that\'s on that board that you, you know, put your fingers on and he\'s just like, I gotta get on that, you know. I can\'t, I can\'t really work with them awake. What that means for us is that we\'re juggling things and we\'re not like inventing new hours in the day where we\'re figuring out how do we juggle within our standard, our standard day. So how do you physically process this and terms of playing And execution?</p>\n\n\n\n<p><strong>Cory Miller 6:03 </strong><br /> Gosh, you know, I put the five projects like in December, I thought I have four, this is all one and then something happened and I was like, okay, there\'s a fifth can\'t turn down. And I realized real quickly like, okay, I don\'t want to get into old bad ruts. I knew I had to get organized new posters is a priority for me, for us, for our family, too. And I\'ve got a lot of other projects kind of spinning, but I had to get really organized and go, okay, you know, I\'m going to need help at some point. So I actually hired a virtual assistant. A couple of weeks ago, I don\'t even know if I told you that run. But yeah, you mentioned to me Yeah. How to virtual assistant because I had a longtime executive assistant at it. Named Patty color, Painkiller, excuse kill. And I was like, I\'ve got to find figure that out. So I hired a virtual assistant and starting to delegate trying to delegate things to her to help me chase down some things but there\'s so much like, she can\'t go to the bank and sign, you know, a bank account for me. So I\'m trying to be strategic about it. And then now you know you and I both said we\'re in a different stage now. So we got young kids, work, work-life balance, if that\'s even a thing work-life alignment is a thing for me. But I don\'t know if I want to be working. After six o\'clock, I need to devote that time to my kiddos, and I know you do too. So I\'ve got to really prioritize I think Jason freed said it best is in one of his books or podcasts or something a long time ago that constraints particularly time constraints are such a good thing. I\'m like, Yes, absolutely. You know, when I saw those names and people, you know, have their opinions about where they think my financial future is. But honestly, when everything is an option, everything sucks. And I think constraints. I can\'t believe I\'m saying this, but constraints are good. In certain situations, everything is an option. And I\'ve kind of taken the mindset from Jason freed that, you know, having kids is good because it gives me some boundaries, or at least that need to be setting boundaries to not repeat bad habits that I did over 10 years. And I think,</p>\n\n\n\n<p><strong>Brian Krogsgard 8:19 </strong><br /> yeah, so you\'re saying constraints in terms of what you choose to work on. And that\'s interesting. For me, I kind of know what I\'m working on now. Like, I made those decisions. And, you know, I\'m contracting a significant chunk of my week with sky verge, working the majority of the rest of that with post status, and then I have this one thing, and this is where I really had to make my biggest decision, which is on the like, crypto side of things where I had huge community following and stuff. I had to say, I\'m going to establish scope on what\'s achievable within that project, and really limit myself self to, to what I know I can do well and efficiently. So for that, it really meant narrowing it all the way down to just like a podcast. So I do a podcast in that space. And now I know like, I\'m not going to spend more than, you know, x hours in the week on that because I\'ve established scope for that project. And then it\'s deciding, okay, well, where, where\'s the differentiator between, you know, being productive with my time and relying on teammates, like in our scenario, that was one of the big things selling half a post at us. It\'s not just Oh, great. There\'s a little bit of money now that I get to bring in which I\'m obviously thankful for. But it\'s also to say, Okay, if I treat this as part-time and you treat this as part-time, we have two part-time contractors, will you put all four of us together we\'re combining multiple people\'s skills, and the end result is better than me as a full time or upon myself could have ever done in the first place. So I feel like That\'s a really effective use of part-time efforts and allows me to juggle multiple things and in my opinion, put out a better product on the thing that I was trying to do alone. So that was a big part of it for me is defining the scope and identifying how can I make something better while spending less time on it?</p>\n\n\n\n<p><strong>Cory Miller 10:22 </strong><br /> Yeah, I think what has been for me is prioritization of like, I can\'t, I can\'t goof off. I\'ve been here in my little office from, you know, 830 to five roughly and it\'s straight through and it\'s good. It\'s engaging senior wanted to level off at some point. But there is a focusing power, like I\'ve got to be very good about prioritizing what my time is, particularly with juggling some projects like you do. I\'m thankful that our partnership we\'re in the same time zone and roughly on the same hours, work hours. So that\'s really good. My partner, Rebecca Gill, another project. She\'s in Eastern Time Zone. I always have to kind of convert a little bit on that. So,</p>\n\n\n\n<p><strong>Brian Krogsgard 11:04 </strong><br /> and then really hard for our friends who have partners or whatnot that are six hours or 10 hours apart, that the offset that you create in your communication cycle forces your projects to go slower.</p>\n\n\n\n<p><strong>Cory Miller 11:16 </strong><br /> We were very deliberate about when we took on our Portugal team and iThemes and because they were six hours ahead of us, and knowing there\'s going to be a lag and man that just slows things down when you\'re trying to ship product. So it\'s, it\'s, you know, I\'m definitely thankful we\'re in the same time zone and even Rebecca and I are just an hour apart, but still, it\'s like she\'s already started her day, you know, I might get an email at 630 in the morning, and I\'m just kind of getting around and it\'s like, oh, man, her days getting going now.</p>\n\n\n\n<p><strong>Brian Krogsgard 11:47 </strong><br /> Yeah, she\'s full force. I\'m ready.</p>\n\n\n\n<p><strong>Cory Miller 11:48 </strong><br /> Yeah. So but again, I think it is the constraint is the prioritization. Like today I just thought, Okay, well, you know, one thing I\'ve done is have specific For the first time, probably in my career in about 12 years, I am blocking time out of my, my calendar for recurring meetings to that never done before, but I have to do it and I have to get better at time prioritization to and so even getting the newsletter out today, for instance, I was like, Okay, I got to think about this better because I need to block it out a time, reverse engineer, whatever, we\'re going to get the newsletter out, and then block out time when you guys aren\'t waiting on me for something. So we make sure you get out a good product.</p>\n\n\n\n<p>Brian Krogsgard 12:31 <br /> Yeah. Discipline it. Yeah, it certainly is. And the first person that I saw doing this really effectively They showed me their calendar, they talked to me about how they balance was actually cited baki and, you know, a lot of our listeners will know through awesome motive. He\'s got his hands in five different products at any given time, and incredible amounts of other businesses as well like he does it to an extremely He\'s a robot. He\'s a yes. But he is a time blocking master like I, he showed me his calendar and it\'s colour-coordinated, it\'s day by day. And it\'s broken into, you know, a two hour or four-hour block, 30-minute block. And he\'s got every day of every week assigned to a thing. And it\'s like, here\'s a half-day that goes towards working with Jared on WP forums or a half-day working towards OptinMonster. You know, it may change depending on week by week but he knows before he starts this week, essentially where he\'s spending the every like work hour of that week, he\'s designed his workouts and he\'s designed his, you know, it\'s like, if there\'s family time or travel during the normal workweek like it\'s built-in there too. And I was inspired by that I could not mimic it like I tried it for a little bit and it was too structured for my discipline like his discipline level is just beyond mine. Yeah. But it did give me a framework for saying, Okay, well I have my focus, like Mondays we have a lot of meetings with sky verge. And that\'s like, basically a sky verge only day aside, aside from, if something that really needs urgency from post status comes along. And then it just allows me to structure my days and say, This is my big thing today. It\'s my big thing this other day, this is where I want the majority of my time in my hour spent and I\'ve actually started tracking my hours. And I\'ve been evolving that I\'ve always hated time tracking any job where they like, you know, focused on that. I was always like, Look, I don\'t want to this, you know, like, negotiated my way out of it. And now, I\'m embracing it, but it\'s more for my personal accountability than anything else because I want to know, like, Okay, well, it was I actually spending these hours of these days. On the things that I planned, of course, it helps me like for, you know, for a contract job that helps if you\'re paid hourly. But even for something like what we\'re doing, I had a partnership line item on my time tracker. And I was tracking generally, like, if we got sidetracked, you know, or like, we had a meeting, I would track it. And then if we had, you know, something, especially where it was in a zone that was supposed to be geared towards something else, I wanted to know, like, how far off of my routine Am I getting? And it\'s this intro week, accountability process. So you kind of have an idea of like, oh, man, I\'ve spent more hours over here and I need to be over there. And it\'s been really good accountability for me to better audit my time so that I can then more effectively move forward and be knowledgeable about the way I\'m approaching it. And I\'m not succeeding, like if I say, Okay, well, I want to spend 25 hours over here. 15 over here and two over there like it doesn\'t always work that way. But it allows me to have a target and audit my effectiveness against that target and you really learn a lot when you start doing that.</p>\n\n\n\n<p><strong>Cory Miller 16:15 </strong><br /> Yeah, I go back to the side comment and I\'m joking when I say robot kit but his worth it work ethic i is unparalleled and never seen anything like it maybe my dad who\'s now should be retired for the second time and working 60 hours a week-long gas industry but said is a maniac. But he\'s also I think it the thought about that was like it\'s how we\'re all kind of wired, like, I\'ve had so many people over the years they know I juggle things, spin plates and go Why would you do that? Like tell them wired I mean, and I used to go Why do you only have one project that sounds boring. And so we had this telephone realize to each his own like wired in different ways and have a lot to do that, having said that, you said the word discipline, it\'s some it\'s a word I\'ve been trying to kind of reintroduce into my life. Consistency is another big word. So I\'ve gotten more organized and, and want to line things up where I\'m not dropping balls for sure. And I\'m mixing metaphors here. But, you know, I play doesn\'t drop. But they\'re all important to me. They\'re engaging and I think that makes me me, you know, if we were all carbon copy of each other, it\'d be a bland world and, and all that. So I think to each his own for sure. But I think you\'re talking about something we\'re talking about something that a lot of people go through, they want to strike out on the entrepreneurial adventure, and but they\'re balancing a day job and then I can potentially family. I have a couple of business friends here in Oklahoma City that their entrepreneur story started with. I started my business when my child was six months old. Like, I can\'t imagine that you know, I kind of say, I think it was in kindergarten when we had our first kids had our kids so like, it was to the point where that one that little baby had kind of graduated and was under adult supervision. And then I could kind of turn my time. Now on this season to toe, it\'s just very drastically different. And so, man, I just admire the stories of people that juggle so much, particularly with family while starting this crazy job. This crazy gig we have come entrepreneurship. I, you know, if entrepreneurship was easy, by the way, everybody would do it. Because think about the freedom, the lifestyle you\'re having to live as an entrepreneur, but it comes with a heavy cost. Just talking to a dear friend of mine that I\'ve known for a long time entrepreneur and comparing stories and him saying he\'s had a rough couple of years and going in my part was to say to encourage to go I\'m going to be in your seat at some point. Mukherjee that like this thing, this thing we do called entrepreneurship is just not meant for everybody. And it\'s just a tough thing, but it\'s really thrilling for me to come would say, join you in something that\'s already started, by the way. So that makes this project. They\'re all exciting to me. But this is different in that I can help take something really, really good and make it even better. Where starting new projects. Oh, that\'s that\'s a ton of work, man.</p>\n\n\n\n<p>There\'s a different kind of grind. And they\'re like, what did two years of post as before the club, you know? Yeah, well, that grind of getting the thing off the ground like business takes time.</p>\n\n\n\n<p><strong>Brian Krogsgard 19:45 </strong><br /> One of the things that I think plays into this idea of structure and being able to juggle different things, a lot of it does come down to personality. And for me, you know, I\'ve always achieved a lot So it\'s not it\'s there\'s a difference to me between what I\'m about to describe and like if it\'s laziness or something for me, it\'s not laziness. I have no threat of saying, Oh, I work from home or I don\'t have a, you know, nine to five job. So I\'m going to sit on the couch at my house. That\'s never my personality. But I do procrastinate in my own way, and wait, but why.com is a great website that it\'s called, has a long series from 2013 called how procrastinators procrastinate, and it\'s like the brain of a procrastinator. And what he really breaks it down to is this intimidation of long tasks that makes a procrastinator put that off, and how you can kind of beat that and how to beat procrastination or the way he describes it is he says effective planning turns a daunting item, say like writing a book or launching a website or something big and turning it into a series of small clear, manageable tasks. When you do that, you\'re making something that sounds big he calls he says a remarkable glorious achievement is just what a long series of unremarkable and glorious tasks looks like from far away. So if you break things down, if you have this type of mentality where you can see the short, short term finish line, and turn it into a to-do list or you know a task, then that\'s no big deal. It\'s like, okay, boom, knock out that test, boom, knocked down that task. And then all of a sudden, you\'ve done lots of things that add up to be this really big, more glorious thing of accomplishing your goal. And I\'ve found that I have got to structure my day to day that way. And I\'ve really embraced note-taking but it\'s kind of a hybrid between notetaking and to-do list stuff, where I take notes of like, okay, what\'s my, what\'s my main jam, like what I have to capture today? Sometimes it\'s an idea and some times it\'s deliverable, and then turning it into these to-do lists that I accomplish inside that week. And then you add that in weekend and week out and hitting those to-do items. That\'s when the real changes and effects start to take place for me.</p>\n\n\n\n<p><strong>Cory Miller 22:14 </strong><br /> Yeah, well, no, I completed my master\'s degree. When I was in my late 20s. I went back to school, and the staff there at that college in the adult program said, How do you eat an elephant? One bite at a time. And, you know, I\'ve used that a lot with teams, helping coach teams that I\'ve led, and others is this big task that you have breaking it up into small parts. And then I think there\'s something to be said of, I think it\'s James clear. The author, prolific blogger that talks about, you know, consistency, like if you\'re going to write a best selling book, it\'s, you know, break it down if it\'s 50,000 words is 500 words a day. For X amount of months kind of thing. Now, I don\'t know what to believe I have that discipline in me to show up every day and just write 500 words a day. And but I believe that if you do that you will show up, you know, an X amount of months with something. And this is the harder pill for me to swallow sometimes, just again, how I\'m wired. I\'m not trying to make excuses, but just saying it\'s, it\'s not an easy task. Some people make it look easy, but the reality is, you\'re probably wired in a different way.</p>\n\n\n\n<p><strong>Brian Krogsgard 23:30 </strong><br /> One of the things I learned from Pagely was that the price of hosting or the expensive hosting is really a relative thing. What Pagely might be able to do for $1,000 might end up costing three to 5000. At hosts that don\'t do these large setups all the time. I called our chatted rather with the CEO of Pagely, Joshua Strebel, several years ago and said, Hey, we\'re comparing options between Pagely and some of the other options in the market for really high scale websites. And what I realized was that on an apples-to-apples comparison, I was getting more with Pagely for less money. Now granted, we\'re talking about hosting for $1,000 a month, but so it\'s expensive for a website. But when a website was being quoted from other providers for $3,000 Plus, I was really getting excellent service from Pagely, for the price. If you have websites where you really rely on your website provider, being reliable, have excellent human support. I can\'t remember the last time it took longer than I don\'t know an hour for like a real answer to a support question, not an auto-answer, but someone that was, you know, taking a technical look at my issue. And getting back to me for about some question. I have almost always a question of my own fault. Not to do with my actual hosting plan, but where I just needed help. Pagely has plans for everybody. Whether it\'s that thousand dollar type of VPS or $200 for five sites, that\'s what their small VPS instance sets up for you. It\'s all built on AWS, they\'ve really fine-tuned it really, really well over the years. It\'s an excellent service go to Pagely.com to try Pagely today, let a little post that essentially. And they\'ve been a longtime partner, good friends of the show, and Post Status, and I can\'t recommend them enough. I trust my own websites to Pagely, go to Pagely.com. Thanks to Pagely for being a Post Status partner.</p>\n\n\n<p>One of the things you had me do when we were just trying to figure out would we make good partners was an assessment through Colby, calm kayo LP calm, and that was stuck with me. You had me do a couple of them which I thought was fun across the board. And just the fact that you wanted me to do that told me a lot about the type of partner you could be you know, like the way your mind works first. is mine. The Colby one I thought was interesting because it gave me an understanding of how I work. You have an understanding of how you work based on your assessment profile. And then it tells you Okay, well because you have this and you have this, you YouTube may have conflict in this way. Or you may have a really nice jelling in this way, and why you talk about how that kind of fits into this. So if I\'m talking about my, I need these, you know, big pictures fine. But then if you just say, take the big picture, go write a book, I\'m in trouble. But if you say take the big picture and go write some like thousand-word articles on like, okay, I can accomplish this. So, take this assessment, how you blend that and turn it into an effective partnership.</p>\n\n\n\n<p><strong>Cory Miller 26:46 </strong><br /> So my belief is whether it\'s a team or a partner is to leverage your their unique strengths and experiences that I probably don\'t have or if we overlap, there\'s unique this in there and so it\'s Specifically with our partnership, and we did these discovery tools, and I think was two years strengthsfinder from Gallup was the one, we can put these in the show notes. It gives you your top five strengths. And then so let me unpack that. So Strengths Finder is one that I had to do because I kind of wanted to see verify probably what I already thought about what your unique strengths were and what you believe that they are. And real quickly with that, I can go there\'s overlap, but there are differences. And that\'s why I like one of yours, I think is analytical. And that shines brightly, everything post at us. Like I told you years ago, what I always found value was your insight and analysis of everything that was breaking. Like I wanted. I might not agree with you every single time but I was like, No, I want a different perspective. And that\'s something I knew ahead of time, but it helped me just kind of really identify that. So the street corner does that with teams with partnerships, whatever. And by the way, that joke was I thought you\'re gonna say this But when my wife and I first met I had to do these two and she was like what the heck you\'re you have to take a test today you to see if I\'m, you know, married. Now she\'s a big fan. But Colby is really interesting because it\'s how you instinctively take action. And we started with Strengths Finder and then we evolved into Colby because I wanted to see how you instinctively took action. So this four modes factfinder, which is, you know, a high fat fighter which you happen to be is very I mean, it lends to everything you\'ve done, which is analytical research, I mean, dive deep into an area of a middle road factor under which is I want the essential truth. And the three other areas are quickstart. Most entrepreneurs, many entrepreneurs, I should say are quickstarts Hi, quickstarts. I\'m a high quickstart The other one is the blue one, which is follow through and it\'s not like you can\'t ever fall through but it\'s step by step. mode of action. If you have a problem, I\'m going to figure out step one, step two, step three, step four, the yellow is implementation. People behind that are the ones like mad Danner who are amazing with their hands and like woodworking and different things or whatever, like very high implementers, are. And then we also want to focus found from you is that we had, we had compatible things where I knew we could work really well together, but I knew there was also willing sounds like you\'re a medium quickstart which you and I could ideate all day and not get anything done. So that was the thing we talked about, you already recognized it. factfinder is great because we\'re kind of in that mode, where we\'re not in what Colby calls conflict, but we\'re low in the blue, which is step-by-step plan. We\'re kind of find the shortcuts, bandaid it together, put it together and do that. So we talked about that actively. You already recognize that but I helped us talk through, okay, our similarities can also be our weaknesses. We need someone to kind of help us. And I know David and Dan really help us with some of those things that we might go, man, let us we\'ll do it at the last minute.</p>\n\n\n\n<p><strong>Brian Krogsgard 30:10 </strong><br /> And just being cognizant of that, as we go about our day to day in partnership, you know, it allows me to say, Okay, I need to think I need to be sure and know, like, here\'s our plan, we came up with our plan, we\'ve got these ideas and the follow-through component or the, you know, the take it to execution side of things. It\'s like, I have to make sure that we both understand what to do, where to go and bring people along to help us accomplish that. And so far, I think that\'s been effective. And sometimes that\'s tooling you know like it\'s one thing if we have our all our conversations and slack and we have these pages of notes, in our note keeping apps and we, you know, collect our thoughts, but then it\'s another to say, Okay, well, let\'s put it on a schedule and let\'s set a date for When we\'re going to launch this thing, and let\'s have our plan of action for, you know, who\'s responsible for what, and put deadlines on that across the way. And to me that tooling side of things, which could be as simple as base camp or whatever, is my way of introducing accountability to an area where we both identified kind of on the same side of the spectrum, which is, in that in that particular instance, it\'s kind of the kind where it\'s like, ours has its own benefits, like the way we sit. But you really need that person that\'s like, the big long spreadsheet, project manager, very type a type of person to help rein us in, when we could end up down a whole bunch of different rabbit holes. You know, Id aiding the next two years of what post status is going to be and it\'s like, well, someone\'s got to do what we\'re going to do in the next two weeks or the next two months and yeah, so that gives us that accountability there.</p>\n\n\n\n<p><strong>Cory Miller 31:57 </strong><br /> Well, we\'re supposed to record this podcast six hours. ago, I think. And we had, you know, part of that was we had thought we still were so new in our partnership and trying to get some things done at post that is that we need to have the time. But we had deliberately two weeks ago, set this date to record and then now we\'re six hours later recording it. But I know we\'ll get to those types of things. But it\'s that, you know, we could wear that. I think you and I are kind of wired to be the squirrel. You know, movie idea. Okay, let\'s face it. We\'ve talked about that. And we both have, I think helped each other rein it in on that, like, hold on. This is first that second, this third, right? Yep, yep. Yep. Let\'s go back to that because it\'s really fun to dream. It\'s really fun to ideate and think about cool stuff, especially as quickstarts and the Colby kind of mantra. So, but there needs to be somebody that also says, Okay, let\'s stop dreaming now. Let\'s go do</p>\n\n\n\n<p><strong>Brian Krogsgard 32:58 </strong><br /> Yeah, and I think been proud of how we\'ve so far been able to do that. And we realize it\'s important. And I think maybe one of the things that has allowed us to do it is, when we first started the partnership, we, and you really helped me outline this. And it\'s like, what are our goals? For the business for the partnership, where we want to be a year, two years and three years? And therefore we say, Okay, if this thing is effective in January next January, what have we accomplished? And we said, okay, we want you know, certain things, it\'s a number of subscribers or it\'s a number of page views or a number of members or a degree of like member satisfaction, like things that you want to strike and then it\'s how do you plan to accomplish that and keep that as your goal, how many dollars you need to make a day if your dollar goal for the year is this? And that was really helpful for me to put all that in context.</p>\n\n\n\n<p><strong>Cory Miller 34:00 </strong><br /> So one other thing I did, I think I told you this either as I\'ve had a coach for a year and a half now a personal coach. Fantastic. name is Kelly. We came into this and she was like, Okay, got five projects, what do you need for me? And I was like, here\'s what I think I need me to go weekly. And what I don\'t want to do, my virtual assistant helps me take certain tasks that I need to just create my time, you know, to do other things. My coach is okay, here\'s the deal. I\'m highly invested in my time, my money, my energy and all these projects, and they\'ve got to make progress. I\'ve got to move the needle. That is the most impactful things. So what we do now is each week we do a 30-minute laser call. And I talked to the big issues, I think through the projects, and I go, can we post those this week? We need this. And what and she helps me get clarity on that before by the way. I have my partner calls like with you. We knew our calls on Friday to do my call with Rebecca on Wednesday. My partner Jeff on Monday. So I\'m like, man, there\'s too much stuff going on, I\'ve got to have that kind of clarity. And she\'s helped me rehearse and get ready for because like, for instance, I try hard not to ping you. Because I know there\'s a bucket of time, there\'s a bucket of energy that probably is owned mostly by Erica and your two kiddos. And I want to be really careful what I withdraw from that. So. So she\'s helped me go in, I looked over the last 30 days. So every week is a 30-minute call to kind of get ready and make sure I\'m on task for all the projects. The last meeting, which I just had this week, is a one hour kind of look back over the last 30 days, and then they look forward to next Thursday. So make sure I\'m keeping progress with all the critical projects going on. And that\'s just another level of optimizing for. There\'s a lot on the line for me. There\'s a lot of love for you and my other partners and so I want to make sure we\'re focused and making the most progress, we can For all of these so that we can say, high five and go, this is this, these were the best times. What resonated with me for you, Brian is you said for years, you know, Kevin did it by yourself, I Exodus ran into your burnout that post like it was the first sentence burned out. And I was like me and I can resonate with that. And one of the compelling things that he said to me as I said, I don\'t want to do this alone. Again, I could, I could sell this, I could do this and just leave. But I just really don\'t want to do it alone. And that I told you then resonates with a lot of social entrepreneurs. It\'s tough doing it by yourself. I had aside amazing psychic command, enter and I think to help me not do it alone. And then a group of us were friends, WordPress, none of WordPress helped me over the years. But man, that\'s something that you can mention too, is how a partner or a team or somebody that can come alongside you is so powerful.</p>\n\n\n\n<p><strong>Brian Krogsgard 36:55 </strong><br /> Yeah, there\'s two things there applies to both of these. I guess. A lot of people, you know, they dream when they\'re in a normal nine to five job. They\'re like, Okay, well, I have so much more upside potential or so much more opportunity for freedom and all these things if I go out on my, on my own, and work on this thing and turn my hobby into my business or turn my side gig into a full-time gig, and I think it takes several years potentially, of doing that before you oftentimes for and maybe it\'s for certain personality types that then they say, Okay, this has some real benefits, but there are some real drawdowns to that I need to consider and for me, okay, I love the freedom. I love the upside potential. But at the same time, I liked working with people and I liked bouncing things off teammates, and that was an important thing for me to figure out how can I recapture and I think a lot of people that might be listening to this talking about juggling multiple things, working with a partner, maybe they\'ve all kind of landed on that. So now, there\'s this kind of fundamental balance there, where when you\'re juggling multiple things, none of them is necessarily such a security blanket or a safety that is the same as a full-time job. So this balance is how do you spend time in the places where you can make money, yet none of them are probably sufficient relative to what you could make it a full-time job. Like, say, if you were making $100,000 and a full-time job while your main side hustle, it, maybe it\'s making $50,000 and your other side hustles making, you know, another $50,000? Well, you\'re making $100,000 total, but it requires this balance between the two of them. In our situation, you have partners so like my needs from the business, do they align well with your needs from the business from a revenue standpoint, there\'s so much balance and inertia. So you have to balance like, okay, I want to work with people. I want to have this freedom. But there\'s all this balance. that\'s required there and I would be curious if you have any kind of final tips to find the sweet spot while you\'re doing that.</p>\n\n\n\n<p><strong>Cory Miller 39:09 </strong><br /> Yeah, so you know for years I said it\'s a sidekick it\'s it\'s the Matt Danner, it\'s someone that just is doesn\'t have as has compatible strings to you. And but you\'re not strong in the same area where you can kind of divide and conquer. And so I\'ve honestly thought about it as a work spouse, you know, to Bandy that. That phrase around a little bit, but I mean, there\'s an element to that work spouse, like having someone you can confide in. And I bet you there are entrepreneurs and founders solopreneurs listening to this today. That is like, in the spot you were and by the way, when I struck out, it\'s been a year ago this week, I\'m back on my own. I didn\'t want to do it alone. I wanted to do with other people, and I found some great people. One of them being you and Do it together and collaborate. So, but I think, you know, somebody goes, why don\'t we give away equity I get that then finally struggle psychic, a workout spouse that feels ownership that you could give some rewards if they need it. But find that person that is the end to your Yang. We missed that. And then secondarily, I\'ll tell you, I know the work psychic work spouse type thing is hard. And the partnership conversation is hard. But I\'ll tell you and this is something you\'re not been talking about. Small groups of like-minded people on the same path with the same values have been life-saving and changing for me. So I\'ve been in one group for nine years now. 10 years almost. I\'ve helped start to more. We\'re talking about trying to get that kind of group. people in the room to rub elbows that get it they understand the story. So I always get the joke. Most of us don\'t know. Your parents don\'t know what they we do. Living Dead still thinks I just upgrade the computer somehow. But you know, having a group of people that just get you, know you, not talk you\'ve got some dear friends you lean on, you meet with weekly even as the same can be those kinds of compatriots that like, you can let your guard down and, and share like today sucks. And I\'ve tried to be that for people and also clean to those that are like vulnerable and genuine and authentic and are willing to let the guard down the shields down, take the mask off all that kind of stuff and go Hey, not everything is rosy. So, you know the two things is one is finding someone in the business that can work with it, that just gets it. That\'s a hard one I know. Second is to find a group of people that are on the same path as you then share life and go deep and it doesn\'t always have to be personal or a business. It can be personal, some of the most endearing moments I\'ve had with my friends. That I count as brothers and sisters. I mean, like they are family to me. If something were to happen to me, they\'d be the first people at my house scene if Lindsay and the kids were okay. But finding that group of people and you and I\'ve been talking about this, how do we do that through post tennis community to pull in our amazing community of founders, entrepreneurs, and give that type of like, being in the room together and sharing that stuff that it\'s the high fives, and it\'s the hugs that you need when things are just bad. So that\'d be my two takeaways.</p>\n\n\n\n<p><strong>Brian Krogsgard 42:35 </strong><br /> How about yourself? That\'s really good on and I think that\'s, I\'ll leave it there from a partner perspective. I\'ll jump back to the juggling things and just get my final. My final comparison maybe so I\'m thinking, Okay, well for you know, somebody that\'s somewhat technical or works in the web industry at minimum. All right. So if I gave you the challenge to say, hey, this website\'s slow, we need to speed it up. Well, if the first thing you would want to know is, where is it slow? Why\'s that slow and cut audit that process. And I think that that was the biggest thing that I had to come to the terms with, which was if I\'m going to juggle multiple things I need to know, where\'s my time going? I don\'t know how many times I had these weeks where the week goes by much less the day and it\'s like, okay, I had stuff I wanted to accomplish. I know I didn\'t accomplish everything on my list. But when I look back, I felt busy. But the results weren\'t there. What happened? And that is dangerous. Because you\'re not auditing. You\'re not knowing where your energy actually went. So that you can iterate and improve. It doesn\'t mean you have to be perfect. It doesn\'t mean you have to have like every hour tracked. But I think if you\'re going to make your website faster and more efficient, the first thing to do is to identify what are the processes that are slowing it down right now what is like what are the pivot points The what are the bottlenecks? Where\'s my time being consumed? And where, when I look at that, if I say I\'m spending 10 hours a week on phone calls, or if I\'m spending 10 hours a week, you know, in support, okay, what\'s the value of the time that I\'m spending there? And the best thing to do in juggling those multiple things is to try to find the difference makers in that time and spend more time on the difference makers and find out how to bring someone else in a contract or the or offload it to your partner if they\'re really good at it, and getting them to do those things. You\'ve told me I don\'t even know how many times since, you know, we started talking about talks about you know, managing support, which is pretty light with post status, but you were like, I don\'t want you in support, like get out of there. And I\'m like, okay, that\'s okay, that makes sense. But we still need to take care of support, but it starts by identifying how much time am I spending in that type of communication and Therefore, how can I effectively bring someone else on to take that task or put it in a certain bucket like I\'m going to do support every Monday and every Thursday or something like that. And that way, it\'s not kind of floating along with me the whole time. And that\'s what I found most effective in terms of auditing, and improving my personal processes to be able to juggle multiple things, which is an ongoing battle and ongoing struggle, but one that I\'ve certainly seen progress on, especially since I started self-auditing where I was spending my time</p>\n\n\n\n<p><strong>Cory Miller 45:38 </strong><br /> Yeah, that\'s really good. In my calendar if it\'s on my calendar, so I can get done. I don\'t do the time blocking like said this, but for mostly, but man I live by that calendar and I\'ve had to start trying to bracket time for certain things. But I think the audit is so good. Always be optimizing. You know, because again, We, you know, in this project have very limited time and energy. And so we put our best into it, but I want to prioritize that time and then optimize for bugs like, Okay, are we spend too much time here too. We, you know, and I think that kind of review helps us make good decisions to and going, Okay, this is the new here. This is the morning side, like the dashboard says, overheat or something, you know, we can go in and go Okay, well, how do we collaboratively figure this out?</p>\n\n\n\n<p><strong>Brian Krogsgard 46:31 </strong><br /> Yeah. Well, let\'s optimize this podcast a bit and leave it there. Thanks, everybody, for joining us. Thanks, Corey, for chatting with me. This was obviously relevant for us and these are always self-reflective, we\'ll be able to think back on what we said here and how we can do better from here. I hope that it helps you as well. I hope everybody has a great week and we go to post that comm slash club and sign up if you haven\'t already. Corey and I spent the majority of our time figuring out how to make the club better and more appealing to people that are already members and would consider being members. So if you\'re not opposed to as club member, you\'re going to miss out. So go to PostStatus.com/Club and sign up and we\'ll talk to you soon. Bye-bye.</p>\n\n<p>Transcribed by https://otter.ai</p>\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2020 01:13:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Ahmad Awais Launches Script to Automatically Deploy WordPress Plugin Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96942\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:217:\"https://wptavern.com/ahmad-awais-launches-script-to-automatically-deploy-wordpress-plugin-updates?utm_source=rss&utm_medium=rss&utm_campaign=ahmad-awais-launches-script-to-automatically-deploy-wordpress-plugin-updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6426:\"<p>Today, Ahmad Awais <a href=\"https://github.com/ahmadawais/wp-continuous-deployment\">launched WP Continuous Deployment</a>, a continuous deployment pipeline for updating plugins hosted on WordPress.org via GitHub actions.   It is a Node.js-based CLI script that simplifies the process of keeping plugins updated.  Developers only need to type out a single line in their terminal or command prompt.  Other than setting up a couple of secret keys on GitHub, the script handles everything in just a few moments.</p>\n\n\n\n<p>&ldquo;We live in the age of agile workflows,&rdquo; wrote Awais in the <a href=\"https://ahmadawais.com/wp-continuous-deployment/\">project announcement</a>.  &ldquo;Developers only want to <code>git commit &amp;&amp; git push</code> and expect their products to be deployed globally&hellip;It&rsquo;s been a minute since I worked on a WordPress project, but for the last year or so, I&rsquo;ve been fantasizing about a git-based plugin deployments workflow that will allow me to get away from those old SVN repositories finally.&rdquo;</p>\n\n\n\n<p>On November 14, GitHub <a href=\"https://github.blog/2019-11-14-powering-community-led-innovation-with-github-actions/\">announced it was rolling out GitHub Actions</a>.  Actions are a way for developers to automate workflows from their Git repositories.  Developers can share, fork, and reuse them across projects.  A few days later, <a href=\"https://wptavern.com/10up-releases-github-actions-for-simplifying-wordpress-plugin-deployment\">10up launched two GitHub actions</a> for WordPress plugin developers.  These Actions are the basis for WP Continuous Deployment.</p>\n\n\n\n<p>10up&rsquo;s <a href=\"https://github.com/marketplace/actions/wordpress-plugin-deploy\">WordPress Plugin Deploy</a> Action handles deploying plugin updates directly to the WordPress plugin directory. The <a href=\"https://github.com/marketplace/actions/wordpress-plugin-readme-assets-update\">WordPress.org Plugin Readme/Assets Update</a> Action handles committing changes to a plugin&rsquo;s readme or assets.  The WP Continuous Deployment script automatically adds both and sets up appropriate GitHub workflow files for each.</p>\n\n\n\n<p>&ldquo;What I hope to accomplish with WP Continuous Deployment is make it easy for any developer to use the GitHub Actions built by 10up and others and help migrate to this new workflow with a pinch of automation,&rdquo; said Awais.  &ldquo;Without WP Continuous Deployment, migrating to GitHub Actions for deploying WordPress plugins is a task that requires knowledge of how GitHub Actions work, what files you have to create, what secrets are, and where to put them. We lose a great number of developers that are unable to figure out this step &mdash; due to a bulky and dry operational experience.&rdquo;</p>\n\n\n\n<p>The workflow for many WordPress developers today runs directly through Git, primarily with repositories hosted on GitHub.  Often, developers expect any committed code to automatically deploy to the places it should go, such as production websites.  </p>\n\n\n\n<p>The WordPress plugin directory system, which relies on SVN instead of Git, can sometimes be a bottleneck in team workflows.  Some teams even have developers who have never used SVN in their careers.  It makes sense for teams to use a single system.  Doing so leads to fewer bugs and requires fewer resources to train people on a dying version control system.</p>\n\n\n\n<p>&ldquo;We&rsquo;re not doing anyone a favor by keeping SVN around,&rdquo; said Awais.  &ldquo;Projects are hiring hundreds of open source developers to make it easy for the developers&rsquo; community to interact with their projects.  Whereas WordPress &mdash; that once held that edge &mdash; has started to lag behind by making it hard and impractical to get started with WordPress development.  Go pick 100 random students for universities all over the world and ask them to start an open-source project. You&rsquo;ll be amazed by the majority of them choosing to start with Git and MIT license.  And, here in the WordPress community, we ask people to use SVN.  That&rsquo;s impractical and inaccessible for a majority of developers today.&rdquo;</p>\n\n\n\n<p>Awais said that GitHub Actions have allowed his team to shed a lot of dead weight.  He originally did not make his GitHub Actions open source because they were specific to his use cases.  After trimming the code down, he realized they were not any different from the Actions that 10up had already released.</p>\n\n\n\n<p>&ldquo;I see dealing with SVN as a DevOps task,&rdquo; he said.  &ldquo;Something web developers should not be concerned with in 2020. Web developers want to build websites. They want to use Git to do that. With JAMstack, everyone has become accustomed to the idea of pushing a git commit and getting the new build/release. That&rsquo;s why I built WP Continuous Deployment.&rdquo;</p>\n\n\n\n<h2>Set up in 1, 2&hellip;</h2>\n\n\n\n<img />Running the setup process for WP Continuous Deployment\n\n\n\n<p>When I originally tested 10up&rsquo;s GitHub Actions last year, there was a small learning curve.  I had to figure out what those new workflow files were for and whether I needed to change things.  It was not an overly complicated process, but there was a moment of confusion or two.</p>\n\n\n\n<p>What Awais&rsquo; script does is take those two GitHub Actions one step further and automate nearly all of the setup.</p>\n\n\n\n<p>Developers must have Node.js installed on their computer to run the script, which is fairly common today.  With a single command of <code>npx wp-continuous-deployment</code>, the script is installed.  It then prompts you to enter your WordPress.org plugin slug to set everything up.  Once done, you merely need to create a couple of secret keys on your GitHub repository.</p>\n\n\n\n<p>Awais wanted to automate the entire process.  However, GitHub does not yet have an API for creating secret keys.  Until that happens, it is the only manual step required.</p>\n\n\n\n<p>Within two minutes of choosing which repository I wanted to test the script on, I had everything in place and ready to go.  Now, I just need to find some time to actually write code for some of my numerous plugins so I can truly put this script to the test.  Thus far, things are looking good.</p>\n\n\n\n<p>It may finally be possible for me to purge everything related to SVN from my life.  That would be a welcome change.  <code>#lifegoals</code></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Feb 2020 21:23:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordPress.org blog: The Month in WordPress: January 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2020/02/the-month-in-wordpress-january-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5941:\"<p>Following an action-packed December, 2020 is off to a fine start with some new releases and announcements. Read on to find out what happened in the WordPress project in January.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of Gutenberg 7.2 &amp; 7.3</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/01/09/whats-new-in-gutenberg-8-january/\">Gutenberg 7.2</a>, the first Gutenberg release of 2020, was deployed on January 8th and included over 180 pull requests from more than 56 contributors. This was followed soon after by <a href=\"https://make.wordpress.org/core/2020/01/22/whats-new-in-gutenberg-22-january/\">Gutenberg 7.3</a>. New features include a new Buttons block, support in adding links to Media &amp; Text block images, improvements to the Navigation and Gallery blocks, performance improvements, and accessibility enhancements. These releases also included many additional enhancements, fixes, new APIs, documentation, and more.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal for an XML Sitemaps Feature Plugin</h2>\n\n\n\n<p>In June last year, a team of contributors <a href=\"https://make.wordpress.org/core/2019/06/12/xml-sitemaps-feature-project-proposal/\">proposed</a> a feature plugin that would bring standardized XML sitemaps to WordPress Core. Since then, the team has been working to bring this to reality and <a href=\"https://make.wordpress.org/core/2020/01/27/feature-plugin-xml-sitemaps/\">have now published a working plugin</a> to demonstrate this new capability.</p>\n\n\n\n<p>The plugin is still in development, but the included features already provide much-needed functionality from which all WordPress sites can benefit. You can install the plugin from your WordPress dashboard or <a href=\"https://wordpress.org/plugins/core-sitemaps/\">download it here</a>.</p>\n\n\n\n<p>Want to get involved in bringing this feature to Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, report any issues you find <a href=\"https://github.com/GoogleChromeLabs/wp-sitemaps/issues\">on GitHub</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>A New Block-Based Themes Meeting</h2>\n\n\n\n<p>The Theme Review Team has <a href=\"https://make.wordpress.org/themes/2020/01/29/new-bi-weekly-block-based-themes-meeting/\">announced</a> that they will be holding bi-weekly meetings in the #themereview channel focused on discussing block-based themes. If you are interested in discussing themes within the context of Gutenberg’s full-site editing framework, this will be the place to do so! The first meeting will be held on Wednesday, February 5, at 16:00 UTC.</p>\n\n\n\n<p>Want to get involved with the Theme Review Team or <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">become a reviewer</a>? Follow <a href=\"https://make.wordpress.org/themes/\">their blog</a>, and join the #themereview channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Core team has started work on WordPress 5.4 and kicked off their planning with <a href=\"https://make.wordpress.org/core/2020/01/14/wordpress-5-4-planning-roundup/\">a summary post</a>. You can follow all the v5.4 updates by watching <a href=\"https://make.wordpress.org/core/tag/5-4/\">the version tag</a> on the Core team blog.</li><li>The inaugural <a href=\"https://2020.asia.wordcamp.org/\">WordCamp Asia</a> event is taking place in February. This will be the largest WordPress event in the region, bringing together around 1,500 WordPress enthusiasts from around the world.</li><li>Two WordPress community leaders, <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> and <a href=\"https://profiles.wordpress.org/andreamiddleton/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>andreamiddleton</a>, <a href=\"https://wordpress.org/news/2020/01/wordpress-leaders-nominated-for-cmx-awards/\">were nominated for CMX awards</a> due to their work on the WordPress project, with <a href=\"https://profiles.wordpress.org/andreamiddleton/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>andreamiddleton</a> winning the award for Executive Leader of a Community Team.</li><li><a href=\"https://make.wordpress.org/core/2020/01/29/lazy-loading-images-in-wordpress-core/\">A feature plugin has been proposed</a> that introduces lazy-loading images to WordPress Core, which will be a huge step forward in improving performance all across the web.</li><li>The Core team has put together <a href=\"https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/\">an extensive and informative FAQ</a> to help new contributors get involved in contributing to the project.</li><li>One key priority for Gutenberg is the ability to control the block editor. There are already a number of APIs that control the experience, but there is a lack of consistency and missing APIs. <a href=\"https://make.wordpress.org/core/2020/01/23/controlling-the-block-editor/\">A method to address this</a> has been proposed.</li><li>The Design team <a href=\"https://make.wordpress.org/design/2020/01/24/gutenberg-phase-2-friday-design-update-43/\">published detailed information</a> on the recent design improvements in Gutenberg.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Feb 2020 09:54:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: Join the Future of WordPress Themes Conversation: Theme Review Team to Hold Biweekly Discussions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96885\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:255:\"https://wptavern.com/join-the-future-of-wordpress-themes-conversation-theme-review-team-to-hold-biweekly-discussions?utm_source=rss&utm_medium=rss&utm_campaign=join-the-future-of-wordpress-themes-conversation-theme-review-team-to-hold-biweekly-discussions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4418:\"<p class=\"has-drop-cap\">In collaboration with the core design and editor teams, the WordPress theme review team will begin <a href=\"https://make.wordpress.org/themes/2020/01/29/new-bi-weekly-block-based-themes-meeting/\">hosting biweekly (fortnightly) meetings</a> on the future of themes.  The meetings will be held every other Wednesday on the <a href=\"https://wordpress.slack.com/messages/themereview/\">#themereview WordPress Slack channel</a> at 16:00 UTC.  The first meeting is on February 5.</p>\n\n\n\n<p>Phase 2 of the Gutenberg project is about tackling site customization.  This covers everything from turning sidebars into block containers to redefining how themes will work in a block-based system in the coming years.  The latter is a huge unanswered question.  There are several ideas on how themes should be handled.</p>\n\n\n\n<p>Kjell Reigstad, a design director for Automattic, proposed the meeting as a step toward answering the future-of-themes question.  &ldquo;The main thing I&rsquo;d like to accomplish is to build up regular cross-team communication around the theme plus full-site editing work,&rdquo; he said.  &ldquo;There are so many potential changes on the horizon, and we really need perspective from both the Gutenberg folks and theme authors. I know it&rsquo;s difficult to keep up with all the development happening, and I thought this dedicated meeting would be a great place to stay up to date and share ideas on a regular basis.&rdquo;</p>\n\n\n\n<p>Currently, the agenda for the first meeting is still open but should be posted next week.  Anyone who wants to participate or make sure an idea sees discussion, should let the team know in the <a href=\"https://make.wordpress.org/themes/2020/01/29/new-bi-weekly-block-based-themes-meeting/\">announcement post&rsquo;s</a> comments.</p>\n\n\n\n<p>&ldquo;I&rsquo;d initially like to try and get everyone on the same page in terms of what&rsquo;s happening already on the Gutenberg front,&rdquo; said Reigstad.  &ldquo;So for instance, the experimental block-based themes implementation and the global styles work.  We&rsquo;ll likely go over those a little bit, share links and updates, and then pivot into some discussion questions.&rdquo;</p>\n\n\n\n<p>Bringing in the theme review team is imperative for a smooth transition into whatever themes eventually become.  &ldquo;There&rsquo;s already a lot of full-site editing work going on, and there are already experimental reference documents for block-based themes,&rdquo; said Reigstad earlier this week in the team&rsquo;s regular meeting.  &ldquo;It&rsquo;s important for the TRT and the theme community to keep up to date on this work, and to develop a clear communication loop with the Gutenberg teams.&rdquo;</p>\n\n\n\n<p>There is some concern that the concept of full, block-based themes will simply be railroaded into core WordPress, regardless of feedback.  Not all members of the theme review team or theme authors are supportive of the idea.</p>\n\n\n\n<p>Theme reviewer Joy Reynolds pointed out in the announcement&rsquo;s comments that using the phrase &ldquo;block-based themes&rdquo; in the meeting title shows bias in favor of themes made of blocks.  &ldquo;Why is the current Full Site Editing code outside the scope of the Customizer?&rdquo; she asked.  &ldquo;What is the goal? Is it even something that makes sense for themes? Don&rsquo;t we need a merge proposal? Or even a consensus on design before forcing these changes into core and having meetings about using experimental code as if it&rsquo;s the only choice?&rdquo;</p>\n\n\n\n<p>These are questions that will certainly come up in the meeting.</p>\n\n\n\n<p>Block-based themes already feel like a foregone conclusion.  The initial code is currently in the Gutenberg plugin, albeit as an experimental feature.  There is already <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">documentation for building such themes</a>.  There is a core <a href=\"https://wptavern.com/get-involved-with-block-based-wordpress-theme-experiments\">theme experiments repository</a>  Everything seems to be moving full-steam ahead in that direction.</p>\n\n\n\n<p>Whatever direction themes end up going, the meeting will at least offer an opportunity for the community to add their input.  For success, the editor, design, and theme review team members will need to find some common ground to begin their discussions.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Jan 2020 20:49:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Native Lazy Loading Support Coming to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96875\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"https://wptavern.com/native-lazy-loading-support-coming-to-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=native-lazy-loading-support-coming-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4789:\"<p class=\"has-drop-cap\">It seems to be the week for dropping news of WordPress feature plugins.  Felix Arntz, WordPress core committer and developer programs engineer at Google, announced a <a href=\"https://make.wordpress.org/core/2020/01/29/lazy-loading-images-in-wordpress-core/\">plan to push a lazy loading feature</a> to the platform.  If testing goes well, this feature could land in WordPress 5.4 in March.</p>\n\n\n\n<p>The concept of lazy loading allows a webpage to render without loading certain resources until they are needed.  This leads to faster page loads and saves data on the visitor&rsquo;s end.  Lazy loading is particularly useful when rendering images on the web.  </p>\n\n\n\n<p>The opposite of lazy loading is called <em>eager</em> loading, which loads everything in bulk.  By default, this is how all images are loaded on the web.  This often leads to poor performance on image-heavy webpages where many of the images are not in the site visitor&rsquo;s viewport when first viewing the page.</p>\n\n\n\n<p>For many years, various JavaScript libraries have handled this feature but not always to success.  A native solution is slowly making its way into browsers.  Native lazy loading works by adding a <code>loading</code> attribute to an <code>&lt;img&gt;</code> or <code>&lt;iframe&gt;</code> element.  Browsers can then decide how to load a resource based on the value of the attribute.  Currently, <a href=\"https://caniuse.com/#feat=loading-lazy-attr\">Chrome, Edge, and Opera</a> all handle the loading attribute.  Once the attribute officially makes it into the <a href=\"https://github.com/whatwg/html/pull/3752\">HTML specification</a>, the feature should be a standard that all browsers support.</p>\n\n\n\n<blockquote><p> Adopting the new loading attribute is a great chance for WordPress to lead the way for a faster web overall. </p><cite> Felix Arntz</cite></blockquote>\n\n\n\n<p>The new <a href=\"https://wordpress.org/plugins/wp-lazy-loading/\">Lazy Loading feature plugin</a> is now available in the WordPress plugin directory.  The plugin relies only on native browser support and does not add extra JavaScript.  The implementation adds a loading attribute to images in post content, excerpts, comments, text widgets, avatars, and instances of using core WordPress image functions.  By default, the plugin sets all images to load lazily rather than eagerly.</p>\n\n\n\n<p>It is refreshing to see the continued work by core contributors on more robust image solutions.  Along with WordPress 5.3&rsquo;s <a href=\"https://wptavern.com/wordpress-5-3-improves-large-image-handling\">large image size handling</a>, both features will lead to a generally faster web.  With more users loading high-quality images via mobile phones over the past few years, it has only exacerbated the problem of a slow web.  That is why it imperative that WordPress continually push for image optimization.</p>\n\n\n\n<p>&ldquo;With WordPress enabling native lazy-loading by default, it would significantly impact performance and user experience for millions of sites, without requiring any technical knowledge or even awareness of lazy-loading as a concept,&rdquo; wrote Arntz in the announcement post.  &ldquo;Adopting the new loading attribute is a great chance for WordPress to lead the way for a faster web overall.&rdquo;</p>\n\n\n\n<p>Arntz and a team of engineers originally <a href=\"https://wptavern.com/google-releases-native-lazyload-plugin-for-wordpress\">released a native lazy loading plugin</a> in September 2019.  This was shortly after <a href=\"https://wptavern.com/chrome-76-adds-native-lazy-loading-wordpress-contributors-continue-discussion-regarding-core-support\">Google brought the &ldquo;loading&rdquo; attribute</a> feature to version 76 of its Chrome browser.  The Native Lazyload plugin currently has over 7,000 installations.</p>\n\n\n\n<h2>How This Affects Existing Plugins</h2>\n\n\n\n<p>Because not all web browsers support the loading attribute, users may not want to automatically drop their current plugins when the feature lands in WordPress.  Users may choose to support  browsers without native lazy loading for a while</p>\n\n\n\n<p>The proposed code within the Lazy Loading plugin attempts to detect whether the <code>loading</code> attribute exists on an image before applying it.  This means the code should play nicely with existing plugins and avoid conflicts in most cases.</p>\n\n\n\n<p>Developers of plugins that handle lazy loading need to start testing their plugins and updating them for WordPress 5.4.  Follow the <a href=\"https://core.trac.wordpress.org/ticket/44427\">Lazy Loading API ticket</a> on core Trac to stay updated on when the feature lands and the <a href=\"https://github.com/WordPress/wp-lazy-loading\">GitHub repository</a> for contributing to its development.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jan 2020 20:22:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: XML Sitemaps Feature Plugin Open for Testing and Feedback\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/xml-sitemaps-feature-plugin-open-for-testing-and-feedback?utm_source=rss&utm_medium=rss&utm_campaign=xml-sitemaps-feature-plugin-open-for-testing-and-feedback\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6492:\"<p>Thierry Muller, a Developer Relations Program Manager at Google, and several contributors posted an <a href=\"https://make.wordpress.org/core/2020/01/27/feature-plugin-xml-sitemaps/\">update on the XML sitemaps feature</a> that may land in WordPress this year.  After seven months of development, the team has made the <a href=\"https://github.com/GoogleChromeLabs/wp-sitemaps\">XML Sitemaps feature plugin</a> available on GitHub.  It is currently open for testing and feedback.  The plugin should also be available in the WordPress plugin directory by next week.</p>\n\n\n\n<p class=\"has-background has-gray-100-background-color is-style-default bg-gray-100\"><strong>Update (January 31, 2020):</strong> The <a href=\"https://wordpress.org/plugins/core-sitemaps/\">Core Sitemaps feature plugin</a> is now available in the WordPress plugin repository.</p>\n\n\n\n<p>The project aims to ship a basic version of an XML sitemaps feature to all WordPress installations.  It will also offer an API for plugin developers to manipulate.  Therefore, sitemap plugins would not automatically disappear.  Instead, plugins would offer users various options on how their sitemaps work.</p>\n\n\n\n<p>A team created by Google, Yoast, and other contributors <a href=\"https://wptavern.com/developers-at-yoast-and-google-collaborate-on-proposal-to-add-xml-sitemaps-to-wordpress-core\">originally proposed XML sitemaps as a core WordPress feature</a> in June 2019.  Traditionally, WordPress has left this feature to plugins to implement, and many have filled this role over the years.  However, several other major content management systems ship with sitemaps as part of their core codebase.</p>\n\n\n\n<p>Many praised the initiative, such as WordPress project lead Matt Mullenweg.  &ldquo;This makes a lot of sense, looking forward to seeing the v1 of this in core and for it to evolve in future releases and cement WordPress&rsquo; well-deserved reputation of being the best CMS for SEO,&rdquo; he said.</p>\n\n\n\n<p>However, several people questioned whether WordPress should ship with XML sitemaps.  Some were worried about performance and others felt like the feature should remain in plugins.</p>\n\n\n\n<p>&ldquo;At a high level, expanding the number of WordPress sites with Sitemaps ultimately speeds up content discoverability by search engines and re-crawl fresher content flagged by the lastmod date faster than a scheduled bot would,&rdquo; Muller said of the primary reasons the feature belongs in core.</p>\n\n\n\n<p>WordPress users may see this feature arrive in major update this year.  &ldquo;Ambitiously [version] 5.4,&rdquo; said Muller of the release goal.  &ldquo;Realistically 5.5.&rdquo;</p>\n\n\n\n<p>The feature plugin currently indexes the following URLs for a site:</p>\n\n\n\n<ul><li>Homepage</li><li>Blog posts page (if not the homepage)</li><li>Posts and pages</li><li>Categories and tags</li><li>Custom post types</li><li>Custom taxonomies</li><li>Users/Authors</li></ul>\n\n\n\n<p>Custom post types and taxonomies are registered only if they are public.  There is also a filter hook available to change which post types, taxonomies, and users are indexed.  Ideally, WordPress would provide a registration flag for post types and taxonomies.</p>\n\n\n\n<h2>Solving the Performance Issues</h2>\n\n\n\n<p>One of the primary concerns with the initial proposal is how well a core sitemaps feature would perform and scale, particularly on larger sites.  Without a full caching solution built into core, it presented some hurdles for the team.</p>\n\n\n\n<p>&ldquo;Solving the performance issue is not trivial, and we have looked into various solutions,&rdquo; said Muller.  &ldquo;We believe that we landed on a solution that doesn&rsquo;t need full caching and will still be scalable.&rdquo;</p>\n\n\n\n<p>For performance, there are two primary challenges:</p>\n\n\n\n<ul><li>The number of URLs per page.</li><li>The <code>lastmod</code> date in the <code>index.xml</code> file.</li></ul>\n\n\n\n<p>&ldquo;Addressing the number of URLs per page is fairly trivial,&rdquo; said Muller.  &ldquo;While sitemaps can have up to 50,000 URLs per sitemap, we found that capping it at 2,000 is acceptable from a performance perspective and totally acceptable from a search engine perspective.&rdquo;  The team decided to stick with a default of 2,000 URLs per sitemap and to provide a filter hook for plugins to alter if necessary.</p>\n\n\n\n<p>Finding a solution for the <code>lastmod</code> date was not as easy.  &ldquo;We believe we found a good balance, which will be scalable and doesn&rsquo;t open the can of worms that full caching exposes us to,&rdquo; said Muller.</p>\n\n\n\n<p>The solution the team implemented involved scheduling a cron task that runs twice daily (the frequency can be filtered by plugins).  The cron job fetches the <code>lastmod</code> dates of each sitemap and stores them in the options table, which essentially works as a light caching solution.</p>\n\n\n\n<p>&ldquo;Relying on cron should be stable enough for small to medium websites,&rdquo; said Muller.  &ldquo;Enterprise websites usually have server cron set up to more regularly ping WP Cron instead of relying on website visitors to trigger it. In fact, most managed hosting providers have that for all plans.&rdquo;</p>\n\n\n\n<p>If the team&rsquo;s initial implementation is not well-rounded enough, they have been researching an alternative implementation that uses custom post types to store and update sitemap data.  Two open GitHub tickets further explore performance that developers may want to check out:  <a href=\"https://github.com/GoogleChromeLabs/wp-sitemaps/issues/1\">Issue #1</a> and <a href=\"https://github.com/GoogleChromeLabs/wp-sitemaps/issues/39\">Issue #39</a>.</p>\n\n\n\n<h2>What Happens to Sites With Existing Sitemaps?</h2>\n\n\n\n<p>One question that remains unanswered is what happens when a user updates to WordPress 5.4/5.5 and already has a sitemap.  There are likely millions of WordPress sites that are running a plugin or have some sort of sitemap solution in place.  </p>\n\n\n\n<p>&ldquo;This is a question which we haven&rsquo;t quite solved,&rdquo; said Muller.  &ldquo;It is important to work with plugin authors, and in an ideal world, all plugins providing advanced sitemaps solutions would extend the core API. We would love to get feedback from the community on that one.&rdquo;</p>\n\n\n\n<p>WordPress must take care to avoid any major conflicts or indexing errors, or at least alleviate issues for the users who may be unaware of this upcoming feature.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jan 2020 20:37:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Emoji Conbini and the Case for a Block Enhancements Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://wptavern.com/emoji-conbini-and-the-case-for-a-block-enhancements-directory?utm_source=rss&utm_medium=rss&utm_campaign=emoji-conbini-and-the-case-for-a-block-enhancements-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8193:\"<p>In December of 2019, Nick Hamze, the owner of <a href=\"https://sortabrilliant.com/\">Sorta Brilliant</a>, quietly launched <a href=\"https://block.garden/\">Block Garden</a> with a proposal for plugin authors to build block-based plugins off concepts, called <em><a href=\"https://block.garden/seeds/\">seeds</a></em>, from his site.  He has since written extensively on the block editor and has shared a multitude of ideas, many of which are <em>sorta brilliant</em>.</p>\n\n\n\n<p>It is easy to be drawn in by Hamze&rsquo;s unabashed love for blocks.  In a post titled &ldquo;<a href=\"https://block.garden/not-busy/\">You aren&rsquo;t busy, you&rsquo;re just not excited</a>,&rdquo; Hamze challenges developers to build something, anything and not worry about it being perfect or becoming an earth-shattering product.  &ldquo;The purpose of Block Garden is to get you excited about blocks,&rdquo; he wrote in the post.  &ldquo;To make you so excited about blocks that you&rsquo;ll make the time to bring them to life. The community needs you more than you realize. I honestly believe that every person has at least one block in them. If I can get you to create that first block, I know you&rsquo;ll be hooked for life.&rdquo;</p>\n\n\n\n<p>He has created a space for those who genuinely love the block editor.  Block Garden is reminiscent of some of the early WordPress blogs where normal, everyday end-users shared their love of the platform.  It is refreshingly optimistic.  It is block geekdom at its finest.  <em>And, I kind of love it.</em></p>\n\n\n\n<p>Hamze put out a <a href=\"https://block.garden/block-builder/\">job posting for block developers</a> earlier this month.  Several developers answered the call.  &ldquo;I can&rsquo;t code but I have ideas and cash that I&rsquo;m investing into blocks, mostly to keep the boredom at bay that is slowly killing me,&rdquo; he said.  &ldquo;We are making some really fun blocks together.  This is just the tip of the iceberg.&rdquo;</p>\n\n\n\n<p>In a few short weeks, Hamze and his co-authors have released multiple block-related plugins through his Sorta Brilliant brand that are now available on the WordPress plugin directory:</p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/post-script/\">P.S.</a> &ndash; A container block for grouping blocks into a popover.</li><li><a href=\"https://wordpress.org/plugins/streamshare/\">StreamShare for Twitch</a> &ndash; Embed Twitch content into the block editor.</li><li><a href=\"https://wordpress.org/plugins/ghstwrtr/\">Ghostwriter</a> &ndash; Adds a heading block style that types out the text on the front end, <em>Ghostwriter</em> style (for you fans of the &rsquo;90s TV series).</li><li><a href=\"https://wordpress.org/plugins/ubiquitous-blocks/\">Ubiquitous Blocks</a> &ndash; Exposes the Reusable Blocks admin screen and allows users to automatically add them to posts.</li></ul>\n\n\n\n<h2>Emoji Conbini</h2>\n\n\n\n<img />Inserting an emoji with the Emoji Conbini plugin.\n\n\n\n<p>In collaboration with George Mamadashvili, Hamze&rsquo;s latest release is the <a href=\"https://wordpress.org/plugins/emoji-conbini/\">Emoji Conbini</a> plugin.  It adds an emoji inserter to the block editor toolbar.</p>\n\n\n\n<p>Emoji Conbini utilizes the <a href=\"https://github.com/missive/emoji-mart\">Emoji Mart</a> library, which offers a Slack-like emoji picker.  When the picker is open, the user merely needs to choose their preferred emoji.  Users can also search for a specific emoji.</p>\n\n\n\n<p>Hamze was aware of the <a href=\"https://wordpress.org/plugins/emoji-autocomplete-gutenberg/\">Emoji Autocomplete Gutenberg</a> plugin before commissioning his emoji plugin for the block editor.  &ldquo;I loved how easy it made adding emoji but I didn&rsquo;t like the UI,&rdquo; he said.  &ldquo;It seemed like you had to know what emoji you wanted to add and relied on keyboard shortcuts, which I don&rsquo;t think everyone is comfortable with.&rdquo;</p>\n\n\n\n<p>The problem with both emoji plugins is that they insert the WordPress-based emoji image directly into the editor instead of the emoji character.  By default, WordPress will automatically convert emoji characters to images on the front end.  For the average user, this is likely a non-issue.  However, some users prefer to use the browser-based emoji and disable the images that core outputs.  Both emoji plugins remove this possibility.  They also remove the possibility of using a different emoji image library.</p>\n\n\n\n<p>&ldquo;To be honest, I&rsquo;m not really a fan of the browser versions, but I&rsquo;m willing to consider anything if there is a demand for it,&rdquo; said Hamze of the possibility of simply inserting the emoji character.  &ldquo;To me, getting version 1 out there is the most important, and if anything needs to be changed, people will let me know.&rdquo;</p>\n\n\n\n<p>The term &ldquo;conbini&rdquo; initially drew me to the plugin, which is the name given to Japanese convenient stores &#127978;.  If you have never been to one, they are like stepping into another world (<em>almost everything in Japan seems otherworldly to this smalltown guy from the southern U.S.</em>).</p>\n\n\n\n<p>&ldquo;I love everything from Japan,&rdquo; said Hamze.  &ldquo;The music, anime, the tech. I bid on items on Yahoo Japan daily as I love surrounding myself with cool stuff from Japan. I&rsquo;ve only been to Japan once, but it was magical. I especially loved going to conbini. My favorite thing to get there was rice balls from Lawsons.&rdquo;</p>\n\n\n\n<p>The plugin name also plays into Hamze&rsquo;s goals with Sorta Brilliant and Block Garden.  While many other plugins are offering full packages for blocks, he is dropping smaller, <em>convenient</em> extensions to the block editor.  Emoji Conbini shows that there is perhaps a market for add-ons that are block-related but not necessarily blocks, or at least some people are thinking about it.</p>\n\n\n\n<h2>Discovering Block Extensions</h2>\n\n\n\n<p>In his post &ldquo;<a href=\"https://block.garden/more-than-just-blocks/\">The block directory needs more than just blocks</a>,&rdquo; Hamze argues that one of the largest hurdles for block-related plugins is discoverability.  He further argues the block directory is too tightly focused on individual blocks, proposing a &ldquo;block enhancements&rdquo; category as a solution.</p>\n\n\n\n<p>For Emoji Conbini, 10up&rsquo;s <a href=\"https://wptavern.com/inserting-special-characters-into-the-block-editor\">Insert Special Characters</a>, ThemeIsle&rsquo;s <a href=\"https://wordpress.org/plugins/blocks-css/\">Blocks CSS</a>, and other plugins that extend the block editor, there is no way for users to discover these plugins without specifically searching for them.  These are useful plugins that could help sell the block editor to users who are on the fence.</p>\n\n\n\n<p>There is an unknown number of possibilities for enhancements to the block editor.  This sub-category of block-editor plugins does not seem to get the attention that is going toward blocks.  However, in some cases, they can be far more useful for everyday writing than the numerous blocks in development.</p>\n\n\n\n<p>Hamze&rsquo;s initial idea proposes an enhancements category for the <a href=\"https://wptavern.com/version-1-prototype-of-the-wordpress-admin-block-directory-announced\">upcoming block directory</a>, but that has problems.  For one, the block directory will be directly tied to the block inserter in a future version of WordPress.  Plus, these types of plugins are not actual blocks.  However, the concept of making block enhancements more visible to users is a necessary part of the puzzle.  For the block editor&rsquo;s continued success, WordPress needs to expose its users to a wider world of possibilities than simply installing another block.</p>\n\n\n\n<p>Now is the time to start thinking about exposure for plugins that enhance the block editor.  Eventually, these types of plugins may need to be further grouped into editor toolbar (e.g., character inserters), block options (e.g., extra settings for existing blocks), and other categories.  I suspect that we are only now glimpsing a future where users will be asking how to find not just blocks but block editor extensions.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jan 2020 20:54:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Swift Control Replaces WordPress Toolbar With Custom Access Panel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/swift-control-replaces-wordpress-toolbar-with-custom-access-panel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5397:\"<img />Swift Control expanded panel on the site front end.\n\n\n\n<p>David Vongries, creator of the <a href=\"https://wordpress.org/themes/page-builder-framework\">Page Builder Framework</a> theme, launched the <a href=\"https://wordpress.org/plugins/swift-control/\">Swift Control plugin</a> last week.  The plugin is billed as a replacement for the core WordPress toolbar (admin bar).  It allows site owners to customize the front-end control panel&rsquo;s appearance and what links are displayed.</p>\n\n\n\n<p>Swift Control adds a new button on the front end of any site the plugin is active on.  When clicked, the button expands to open the full array of button-like links to various admin screens.  By default, the links point to the dashboard, edit screen for the current post, and the customizer.</p>\n\n\n\n<p>On the whole, the default functionality is not much different from the normal toolbar.  The selling point for this plugin is its customizability.  For users who want more control over admin access links from the front end, the plugin is a nice option.</p>\n\n\n\n<p>Vongries said the plugin made it easier for his customers to work with than the WordPress toolbar.  He had wanted to release it as a standalone plugin for others to use over the years.  However, he lacked the time and resources to put the release together.</p>\n\n\n\n<p>&ldquo;We built this for our multisite network around 3 years ago to make it easier for our customers to navigate and access the key areas of their website,&rdquo; said Vongries.  &ldquo;We actually ended up using this &mdash; what was back then just a couple pieces of custom code &mdash; on all of our client websites. I got so used to it, I&rsquo;m using it on my own sites as well.&rdquo;</p>\n\n\n\n<p>The plugin is simple to use and does its job well.  For the moment, the largest downside is that the front-end controls are always positioned in the middle of the left side of the screen.  This means it is not a one-size-fits-all solution.  &ldquo;We&rsquo;ve actually planned to provide some position options so you can align the panel to the left, right, top-left, top-right and so on,&rdquo; said Vongries.  &ldquo;That&rsquo;s on the roadmap as well as some different styling options for the panel.&rdquo;  Both the positioning and styling options are planned for the free version of the plugin.</p>\n\n\n\n<p>It would also be nice to see some mobile-specific options for the control panel.  An option to move it to a different location on smaller screens would be helpful so that the buttons do not inadvertently cover content.  Adding an option to disable it completely on mobile may also be worth considering.</p>\n\n\n\n<p>The positioning is the only <em>potential</em> downside of an otherwise well-made plugin.  Because it is being actively worked on, it may be a non-issue in future versions (<em>I&rsquo;m currently running version 1.2.1</em>).</p>\n\n\n\n<h2>Customize the Swift Control Panel</h2>\n\n\n\n<img />Swift Control plugin settings screen.\n\n\n\n<p>The beauty of Swift Control is in its options for customizing what buttons appear in the front-end panel.  By default, the free version of the plugin contains seven &ldquo;widgets&rdquo; (what the plugin calls its buttons/links):</p>\n\n\n\n<ul><li>Dashboard</li><li>Edit {Post Type}</li><li>Customize</li><li>New Post</li><li>New Page</li><li>Themes</li><li>Plugins</li></ul>\n\n\n\n<p>Users can drag and drop these widgets wherever they prefer in the control panel.  Each widget has its own options. By clicking the edit button, users can change both the icon and title for the widget.  Users can also decide whether links should open in a new browser tab.</p>\n\n\n\n<p><a href=\"https://wpswiftcontrol.com/\">Swift Control Pro</a>, the commercial version of the plugin, kicks customization up a notch.  Besides the widgets available in the free version, it adds widgets for custom post types, launches the editor for page builders (Elementor, Brizy, Divi or Beaver Builder), supports WooCommerce, and adds a logout widget.  Users can also create custom buttons.</p>\n\n\n\n<p>Both the free and pro versions offer additional settings.  Users can customize each of the colors used in the control panel so that it matches their site.  Other settings are switches to enable or disable features, such as turning off the WordPress toolbar.</p>\n\n\n\n<p>The following video shows how Swift Control Pro works (the free version is essentially the same but does not have the pro widgets):</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2>Future Plugin Plans</h2>\n\n\n\n<p>Besides new positioning options, Vongries said they are working on an import and export feature.  Ideally, this would allow users to keep their settings from test environments or when copying to new sites.  It could also be interesting in use on multisite.</p>\n\n\n\n<p>&ldquo;One of the other features we&rsquo;re going to work on next is the ability to show controls based on user roles,&rdquo; said Vongries.  &ldquo;This will require us to change the UI of the widgets though, and we haven&rsquo;t yet decided on what they should look like.&rdquo;  Currently, the team is exploring various ideas with the UI for such a feature, such as creating an expanding section for access to advanced widget settings.</p>\n\n\n\n<p>The first order of business is bringing in more users and getting feedback, which should help steer the future direction of the plugin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jan 2020 19:46:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordPress.org blog: People of WordPress: Robert Cheleuka\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8300\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2020/01/people-of-wordpress-robert-cheleuka/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7036:\"<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Robert Cheleuka</strong></h2>\n\n\n\n<p>Robert is a self-taught graphic and motion designer turned web designer (and aspiring web developer) from Malawi, Africa. Over the years, he has grown fond of WordPress and has become a loyal user. Still, the journey is rough.</p>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2020/01/DSC08818.jpg?resize=632%2C790&ssl=1\" alt=\"Robert Cheleuka\" class=\"wp-image-8303\" />Robert Cheleuka\n\n\n\n<h3><strong>Malawi</strong></h3>\n\n\n\n<p>Malawi is one of the poorest countries in the world. A tiny landlocked country with a population of 17 million, it’s largely rural and still considered a developing country. The average entry-level monthly pay for most skilled jobs is about $110. If you&#8217;re employed full-time in the creative industry and if you’re very lucky, you might be able to earn more than that. Employees earning more than $300 a month are rare to non-existent.</p>\n\n\n\n<p>Robert has been a freelance graphic designer since about 2011. He started by doing gigs from his dorm in college and from home. Earnings from his freelance jobs increased his interest in entrepreneurship and he started to consider starting his own creative agency.</p>\n\n\n\n<h3><strong>How Robert was introduced to WordPress</strong></h3>\n\n\n\n<p>Robert first came into contact with WordPress in 2014 when he and a friend started a local tech blog. Before that, all he knew was basic, outdated HTML from high school and some knowledge of Adobe Dreamweaver. They decided to use WordPress, and their new blog looked like it came from the future. They used a theme from the repo and got such positive feedback from the blog they decided to open a content and media publishing agency.</p>\n\n\n\n<p>While they got a few web redesign jobs thanks to the exposure the blog brought, they lacked the administrative and business skills needed and ended up going their separate ways. Then in his first real job after college Robert finally took it upon himself to learn the ins and outs of WordPress. He learned how to install WordPress on a server and did some research on customizing themes. </p>\n\n\n\n<p>With that knowledge alone he got his first web design clients and started earning nearly as much as he did at his job. Robert soon realized that free WordPress themes would only take him so far, especially with his limited code skills.</p>\n\n\n\n<p>Because in Malawi only people who travel abroad have access to credit cards, paying for premium themes was impossible. Like many WordPress designers in developing countries, Robert turned to using pirated themes instead. He knew that was both unsafe and unethical, and decided to learn how to code. Knowing how to build themes from scratch would surely help him rise above the competition. </p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?fit=632%2C632&ssl=1\" alt=\"\" class=\"wp-image-8304\" />\n\n\n\n<h3><strong>The WordPress community from Robert’s perspective</strong></h3>\n\n\n\n<p>Robert doesn’t have a lot of interaction with the WordPress community. Although he would search for solutions from blogs about WordPress he had never actually talked to or asked anyone from the community for a solution.&nbsp;</p>\n\n\n\n<p>Robert believes that this isolation is the result of a glass ceiling &#8212; the WordPress community is partially online and partially in-person, but there isn’t a local group in Malawi. And because Malawi, like many other developing nations, lacks a way to pay online many can’t access premium support, online learning, or most other types of professional development. No matter how welcoming the people of WordPress might be, it can still feel like it mostly belongs to those with enough privilege to conduct business on the internet.</p>\n\n\n\n<h3><strong>WordPress &amp; inclusion</strong></h3>\n\n\n\n<p>As most freelancers know, it’s really hard to learn while you also still need to earn. Add pitching to clients and shipping graphic design projects… there are only so many hours in a day.</p>\n\n\n\n<p>Robert didn’t have a programming background and had always been more of a creative person. In order to grow as a web designer/developer, he needed to learn PHP. Again, without access to a credit card, that was complicated. Also, free coding training wasn’t as widely available as it is now.</p>\n\n\n\n<p>Robert wishes that more developers would consider alternative ways for users who cannot pay for courses, themes, or plugins (whether that’s because of available infrastructure or otherwise). He wishes that WordPress tutors and developers would open up ways to accommodate aspiring learners in developing countries who cannot access plugins, courses, and themes, to be able to give back and to participate at another level.</p>\n\n\n\n<p>WordPress has allowed him to build an income he would have no other way of earning and it makes a huge difference. He believes sharing stories like his will hopefully make WordPress products and services become more universally available. In addition, he hopes that more aspiring, self-taught developers will find courage in reaching out to connect with others out there.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>), Siobhan Cunningham (<a href=\"https://profiles.wordpress.org/siobhanseija/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>siobhanseija</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>)</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-7025\" />\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p> <em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em> </p>\n</div>\n</div>\n\n\n\n<p> <em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em> </p>\n\n\n\n<p><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Jan 2020 15:26:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: 10up Releases Autoshare for Twitter WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/10up-releases-autoshare-for-twitter-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3951:\"<p>On Tuesday, 10up <a href=\"https://10up.com/blog/2020/autoshare-for-twitter-wordpress-plugin/\">released its Autoshare for Twitter plugin</a>.  The plugin is designed to automatically tweet blog posts as they are published.  By default, it will send the post title, featured image, and link to Twitter.  Users can also add a custom message. The <a href=\"https://wordpress.org/plugins/autoshare-for-twitter/\">plugin is available</a> in the WordPress plugin directory.</p>\n\n\n\n<p>If you threw a rock into a crowd of WordPress plugins, you would likely smack a social-networking extension.  The WordPress plugin market is crowded with similar plugins, so it would make sense if this one flew under the radar.  Plus, powerhouse plugins like Jetpack provide similar functionality, such as the <a href=\"https://jetpack.com/support/publicize/\">Jetpack Publicize feature</a>.  Yet, with the prevalence of similar plugins, Autoshare for Twitter is worth checking out.</p>\n\n\n\n<p>Many similar plugins work with multiple social networks, but 10up&rsquo;s plugin is designed specifically for sharing via Twitter.  For users who only need a solution for that specific social network, it is a solid solution for version 1.0.</p>\n\n\n\n<p>10up originally built the plugin to provide the company&rsquo;s clients more control and customization than they found in existing solutions.  &ldquo;Recognizing its widespread potential, we decided to follow our own best practices for managing open-source software by releasing it as a free plugin on the official WordPress plugin repository,&rdquo; wrote Jeff Paul, Associate Director of Open Source Initiatives at 10up.</p>\n\n\n\n<p>The plugin works with both the block and classic editors.  When in use with the block editor, it is added as part of the pre-publish check system as shown in the following screenshot:</p>\n\n\n\n<img />Pre-publish check for tweeting a post.\n\n\n\n<p>The custom message box tracks the number of characters so that users do not go over Twitter&rsquo;s character count.   The plugin also displays a message in the Status &amp; Visibility panel to let users know if a post was shared on Twitter.   </p>\n\n\n\n<p>Overall, the plugin does its job well (<em>sorry to folks who were bombarded with some test tweets earlier</em>).  It would be nice to see similar one-off solutions that are specific to other social networks.  I often find myself in need of such plugins without dealing with a full array of social networking options.</p>\n\n\n\n<p>The plugin is also <a href=\"https://github.com/10up/autoshare-for-twitter\">available on GitHub</a> for others to contribute.  Currently, there are several open issues that would improve how the plugin works.</p>\n\n\n\n<h2>Setup Is Not User-Friendly</h2>\n\n\n\n<img />Settings page for Twitter credentials.\n\n\n\n<p>The biggest downside to the plugin is there are no links, no admin help tab, and no instructions on how to set up the Twitter Credentials on the plugin&rsquo;s setting screen.  The page simply has some text fields for things like an API Key, API Secret, and so on.  These are not user-friendly terms, and will likely be confusing for many.  Not to mention, similar plugins can connect users at the click of a button.  For a plugin that does nearly everything else right, this is a missing piece of what would be a near-perfect release.</p>\n\n\n\n<p>The plugin is ideal for power users or developers who want to set up Twitter sharing for a client. In the current version of the plugin, users need to set up a <a href=\"https://developer.twitter.com/\">Twitter Developer account</a> and create a Twitter App.  This generates the API keys and necessary tokens for using the plugin.</p>\n\n\n\n<p>The plugin does have an <a href=\"https://github.com/10up/autoshare-for-twitter/issues/57\">open ticket on GitHub</a> for a better onboarding process, which could solve this issue.  Therefore, the team is aware of and actively working on making this smoother in a future version.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jan 2020 21:00:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: Gutenberg 7.3 Brings Navigation Block Colors, Block Collections API, and Dynamic Post Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/gutenberg-7-3-brings-navigation-block-colors-block-collections-api-and-dynamic-post-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5495:\"<p>The Gutenberg team <a href=\"https://make.wordpress.org/core/2020/01/22/whats-new-in-gutenberg-22-january/\">announced version 7.3</a> of the plugin yesterday.  This was the second release of the year, which included 159 contributions from 56 people.  The major changes to the plugin include settings for changing the navigation block&rsquo;s text and background colors, a new Block Collections API for developers, and placeholder blocks for post elements.</p>\n\n\n\n<p>One of the most significant changes with this release is the speed improvement for page load times and input events.  Speed tests are done against posts with ~36,000 words and ~1,000 blocks.  The team reduced total load time from 6.431 seconds in version 7.2 to 4.55 seconds in version 7.3.  Input events saw larger improvements.  Events in 7.3 take 33.8 milliseconds in comparison to 64.7 milliseconds in 7.2.</p>\n\n\n\n<p>Changes in Gutenberg 7.3 covered a wide range of areas in the plugin.  The team added an <a href=\"https://github.com/WordPress/gutenberg/pull/18132\">experimental label function</a> for improving block accessibility.  They corrected over a dozen bugs with editor navigation.  They also introduced some new developer APIs such as a <a href=\"https://github.com/WordPress/gutenberg/pull/19317\">warning utility</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/18495\">text component</a>, and <a href=\"https://github.com/WordPress/gutenberg/pull/17148\">image size control component</a>.</p>\n\n\n\n<p>Work toward full-site editing continued in this release.  It is now possible to <a href=\"https://github.com/WordPress/gutenberg/pull/19203\">edit existing template part files</a>.  The site editor can also <a href=\"https://github.com/WordPress/gutenberg/pull/19081\">load the front page block template</a>.</p>\n\n\n\n<h2>Navigation Block Colors</h2>\n\n\n\n<img />Selecting custom colors for the navigation block.\n\n\n\n<p>The existing Navigation block continues to improve with each release.  Version 7.3 <a href=\"https://github.com/WordPress/gutenberg/pull/19108\">added new options</a> for setting the text color for all navigation items and background color for the entire navigation block.</p>\n\n\n\n<p>It is nice to see some work done toward providing users control over navigation colors.  However, it is a far cry from what a good theme designer can do with the flexibility of plain ol&rsquo; CSS.  Handling navigation colors is tricky because there is so much that is missing.  Link colors also need hover and focus state changes.  Some designs may need borders for links and border color changes for the various link states or even background color changes.</p>\n\n\n\n<p>Suffice it to say, I am still skeptical about how good the navigation block will be when it is time to move onto full-site editing, especially in comparison to the fine-tuned control that a theme author would normally have.</p>\n\n\n\n<h2>Dynamic Post Element Blocks</h2>\n\n\n\n<img />Post element placeholder blocks.\n\n\n\n<p>In previous releases, the Gutenberg team dropped post title and post content blocks.  These are placeholder blocks that will dynamically output the title and content for posts.  The long-term goal is for these blocks to be used along with full-site editing, which will allow users to manipulate how everything on their sites is output, including posts.</p>\n\n\n\n<p>Gutenberg 7.3 introduced three new placeholder blocks for post elements:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/19576\">Post author block</a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/19578\">Post date block</a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/19579\">Post excerpt block</a></li></ul>\n\n\n\n<p>This still represents early work toward full-site editing.  Eventually, Gutenberg will need to turn nearly every important template tag into a block to get full coverage of what is currently possible with PHP.</p>\n\n\n\n<p>To test these features, you must enable &ldquo;Full Site Editing&rdquo; via the Gutenberg &gt; Experiments screen in the WordPress admin.</p>\n\n\n\n<h2>Block Collections API for Developers</h2>\n\n\n\n<pre class=\"wp-block-code alignwide\"><code>registerBlockCollection( \'super-duper\', {\n    title: \'Super Duper\',\n    icon: ( &lt;SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"&gt;&lt;Path d=\"M11 5v7H9.5C7.6 12 6 10.4 6 8.5S7.6 5 9.5 5H11m8-2H9.5C6.5 3 4 5.5 4 8.5S6.5 14 9.5 14H11v7h2V5h2v16h2V5h2V3z\" /&gt;&lt;/SVG&gt; ),\n} );</code></pre>\n\n\n\n<p>A new Block Collections API was added to version 7.3 for plugin developers.  Instead of registering a block category and adding blocks to specific categories, plugin developers can register a collection based on the namespace for their blocks.</p>\n\n\n\n<p>For instance, suppose you develop a plugin with a collection of blocks.  Each block is under the namespace <code>super-duper</code>.  When you register a block collection with the <code>super-duper</code> namespace, all of the blocks would be automatically registered to your custom block collection.  This seems to be a smarter way to handle groups of blocks than the existing category system. </p>\n\n\n\n<p>Right now, collections work the same way as categories within the UI.  However, it does open collections to other possibilities in the future.</p>\n\n\n\n<p>Blocks can still be registered to a specific category that makes the most sense for the individual block.  However, by registering collections, an avenue exists for finding all blocks coming from a single source.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jan 2020 21:17:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"HeroPress: Thinking Outside the WordPress Box\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3054\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"https://heropress.com/essays/thinking-outside-the-wordpress-box/#utm_source=rss&utm_medium=rss&utm_campaign=thinking-outside-the-wordpress-box\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7186:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/01/012320-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I feel that we’ve only scratched the surface of what WordPress can be.\" /><p>Most people, when they discover WordPress, start on the challenging and rewarding path of developing themes, plugins and similar products. I decided to think outside the box.</p>\n<p>My name is Alexander, and my WordPress journey began in 2009. I’m from Chisinau, Republic of Moldova. I originally discovered WordPress while looking for a content management system for one of my projects. Intrigued by how it worked, I started like many others do &#8212; learning how WordPress works through developing WordPress websites.</p>\n<p>I started using what I knew to provide development services on freelance platforms. For the next decade, I mostly concentrated on the lesser known, yet still critically important parts of WordPress: particularly security and search engine optimization.</p>\n<p>For many people building up a freelance business in the WordPress world, these are the parts that are important to do, but are often thought of as secondary to deeper development. Theme and plugin authors in particular, get the lion’s share of the spotlight when it comes to WordPress development.</p>\n<h3>Speed and Sophistication</h3>\n<p>I soon learned that after a decade of polishing my skills, that what the world needed wasn’t more WordPress theme developers or plugin authors. What it needed were people who could take care of the kinds of tasks that seemed simple on the surface (like protecting a WordPress site from hackers or optimizing it for search engines), yet were very involved and continued to get more complex over time.</p>\n<p>Contrary to popular belief, you can’t just install a plugin or two and think your site is secure or well-optimized for Google and other sites. Sure, there are plugins which can help the process, but when disaster strikes and your site gets hacked, or you find that your site is loading sluggishly compared to your competition, or worse, your site disappears from the search rankings &#8212; you know you need help, and FAST.</p>\n<h3>A Dandy Idea!</h3>\n<p>In 2019 I decided to turn my love for WordPress into full-time work through <a href=\"https://wpdandy.com\">WPDandy</a>. Rather than marketing myself strictly as a WordPress developer or theme designer (although I also do development and design work from time to time), I decided to think outside the box and offer the kinds of services I knew that people needed, but didn’t know how much they needed them, until it was too late!</p>\n<p>Through WPDandy, I focused on WordPress maintenance, management and support services. These include but are not limited to: <b>WordPress speed improvements</b>, <b>security</b>,<b> search engine optimization</b>, <b>backups, etc.</b></p>\n<h3>How WPDandy Has Changed My Life</h3>\n<p>WPDandy has changed my life in many ways. It has enabled me to enjoy the freedom and flexibility of working for myself, doing something that I love. Today, I lead a team of highly professional and passionate WordPress developers from around the world.</p>\n<p>Through my online work, I’m able to help clients reach their business and personal goals, and grow their WordPress sites without worrying about keeping everything up to date (which can be a full-time job in itself, especially if there are multiple sites to run!). My company allows me to help others, and that brings me immense satisfaction!</p>\n<h3>Contributing to the Future of WordPress</h3>\n<p>Although I’m immensely proud of what I’ve built with WPDandy as well as thankful to all of the clients who helped me to discover and master the art and science of WordPress, I felt like I also owed something to the WordPress community itself.</p>\n<p>That’s why I’ve also signed on to be a WordPress contributor. I routinely offer suggestions, advice and share code that can help make managing and maintaining WordPress easier, as well as keep it more secure and less vulnerable to hacking and suspicious attacks.</p>\n<p>Beyond that, I’m overjoyed to be a WordCamp speaker as well. I love sharing knowledge with others and collaborating with like minds on powerful new ideas that can help shape WordPress and make it even better than before.</p>\n<h3>Shaping the Future of Content Management</h3>\n<p>It continues to amaze me how what once started as a small, ordinary blogging platform has blossomed into an absolute content management powerhouse. WordPress can become so many things: an e-commerce storefront, a message board, a membership site, and of course a blog. But I feel that, by and large, we’ve only scratched the surface of what WordPress can be.</p>\n<p>I look forward to continuing to be able to provide outstanding WordPress development, maintenance and management services for all of the many iterations of WordPress that exist and will be created in the future. It’s going to be an exciting ride, and I can’t wait to see what’s next.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Thinking Outside the WordPress Box\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Thinking%20Outside%20the%20WordPress%20Box&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthinking-outside-the-wordpress-box%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Thinking Outside the WordPress Box\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fthinking-outside-the-wordpress-box%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthinking-outside-the-wordpress-box%2F&title=Thinking+Outside+the+WordPress+Box\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Thinking Outside the WordPress Box\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/thinking-outside-the-wordpress-box/&media=https://heropress.com/wp-content/uploads/2021/01/012320-min-150x150.jpg&description=Thinking Outside the WordPress Box\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Thinking Outside the WordPress Box\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/thinking-outside-the-wordpress-box/\" title=\"Thinking Outside the WordPress Box\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/thinking-outside-the-wordpress-box/\">Thinking Outside the WordPress Box</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jan 2020 18:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Alexander Covtun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: GiveWP Plugin Users Raised Over $100 Million in Donations in 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96639\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/givewp-plugin-users-raised-over-100-million-in-donations-in-2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5667:\"<img />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/give/\">GiveWP plugin</a> users raised $106 million in donations in 2019.  This is the first time donation amounts have crossed the $100 million threshold in a year.  Matt Cromwell, GiveWP&rsquo;s COO, made the <a href=\"https://www.facebook.com/photo.php?fbid=10219125809314580\">announcement on Facebook</a> last week.  This is a jump from the $88 million and $41 million raised in 2018 and 2017, respectively.</p>\n\n\n\n<p>&ldquo;I&rsquo;m constantly amazed at what we&rsquo;ve been able to accomplish at GiveWP,&rdquo; said Cromwell.  &ldquo;The team continues to excel as experts in their fields, the platform itself continues to improve and become even more top-notch. But this number we observed recently really puts the rubber to the road.&rdquo;</p>\n\n\n\n<p>The $106 million is not an exact total in donations users have gained in their fundraising campaigns.  It only represents the numbers by users who are using PayPal or Stripe.  &ldquo;Both PayPal and Stripe provide partner programs where platforms like GiveWP get a small percentage of each processing fee,&rdquo; said Cromwell.  &ldquo;This isn&rsquo;t an additional amount, it&rsquo;s money the processor will take either way, but shares with us because we help them generate more business.&rdquo;  The partners programs rely on transparency in reporting, which is how GiveWP can see the total donations made through those payment processors.  &ldquo;In order for us to know that they are paying us appropriately, they need to provide us with numbers to see how much revenue was processed through our platform.&rdquo;</p>\n\n\n\n<p>Both PayPal Standard and Stripe are supported in the free version of the GiveWP plugin, which makes them the go-to choices of payment gateways for end-users.  &ldquo;Authorize.net is the next largest,&rdquo; said Cromwell. &ldquo;But Authorize is maybe a tenth of the number of users as either PayPal or Stripe (rough estimate).&rdquo;  Without data from the other processors, it&rsquo;s impossible to know the total donation numbers, which would be higher than the amount the team is aware of.</p>\n\n\n\n<p>GiveWP currently has over 70,000 active installations, many of which power the donation system on small sites.  The plugin is also used for large non-profit organizations such as <a href=\"https://lifewater.org/\">Lifewater</a>, a Christian-based organization that brings clean water to families living in poverty around the world; <a href=\"https://liberomagazine.com/\">Libero Magazine</a>, a Vancouver-based mental health magazine and community; and <a href=\"https://www.lovebutton.org/\">Love Button</a>, an organization that promotes a culture of love and aims to inspire humans to act with kindness.</p>\n\n\n\n<h2>From the Past to the Future</h2>\n\n\n\n<p>Impress, the company behind the plugin, <a href=\"https://wptavern.com/give-a-new-free-donations-plugin-for-wordpress\">launched GiveWP</a> in 2015 to &ldquo;Democratize Generosity.&rdquo;  The goal was to provide non-profits and other causes the ability to launch campaigns without going through the middle-man of crowd-funding sites, which can sometimes carry a hefty fee.  Handling all of this within WordPress provided a more robust and customizable solution that put site owners in control of how they ran their fundraising efforts.</p>\n\n\n\n<p>It was a bold move to build to launch in a crowded market of existing donation plugins and add-ons for major eCommerce plugins.  Thus far, the venture has turned out well.  However, the GiveWP team is not looking to slow down.</p>\n\n\n\n<p>&ldquo;Honestly, from a plugin/development perspective it feels like we&rsquo;ve learned everything new all over again,&rdquo; said Cromwell of the journey thus far.  &ldquo;The things that we felt were the biggest strengths of the platform still are strong, but also now are technical debt that we&rsquo;re working to revamp to continue to carry GiveWP strong into the future. Our form builder leveled up a lot when we built our own settings API (for example), but now in a post-Gutenberg era, it feels like it needs a more visual refresh. Doing that well with backward compatibility is a serious challenge.&rdquo;</p>\n\n\n\n<p>The team feels like much of their early success was by targeting the WordPress community.  &ldquo;That&rsquo;s playing &lsquo;inside baseball,\'&rdquo; he said.  &ldquo;Getting into the broader WP community and then additionally into the NPO community is where our challenge is now. So we&rsquo;re flexing new muscles in marketing.&rdquo;</p>\n\n\n\n<p>The original partners had to pick up new skills over the past four years.  They had to learn how to switch gears from simply being owners and workers to managing individual teams.  &ldquo;We&rsquo;re so proud of our team that it&rsquo;s become one of our biggest strengths as a company,&rdquo; said Cromwell.  &ldquo;Now getting from 20 employees (where we&rsquo;re at now) to 50 will be an even bigger challenge.&rdquo;</p>\n\n\n\n<p>The GiveWP team does not plan to focus solely on the WordPress ecosystem.  They want to branch out and see where new avenues for growth will take them.</p>\n\n\n\n<p>&ldquo;While WordPress having 35% internet market share is a big deal, there&rsquo;s still more market outside WordPress than inside,&rdquo; said Cromwell.  &ldquo;So for the growth and strength of our company we are now building out a new fundraising SaaS which we&rsquo;re excited to launch this calendar year.&rdquo;</p>\n\n\n\n<p>If the team manages to launch a successful SaaS product on the GiveWP platform, this year&rsquo;s $106 million in fundraising could pale in comparison to 2020&rsquo;s numbers and beyond.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jan 2020 21:19:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"WPTavern: GoDaddy’s ‘Go’ WordPress Theme Offers a Page-Building Experience via the Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-the-block-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8640:\"<img />\n\n\n\n<p>GoDaddy launched its <a href=\"https://wordpress.org/themes/go/\">Go WordPress theme</a> last week.  It has been publicly available through its <a href=\"https://github.com/godaddy-wordpress/go\">GitHub repository</a> for several months, but the theme review team finally approved and set it live in the theme directory.  Thus far, the theme has garnered 7,000 active installs and is likely to hit the popular list, given GoDaddy&rsquo;s history of releasing popular themes.  It also provides translations in 27 languages out of the box.</p>\n\n\n\n<p>Go is simple.  After working with the theme through GoDaddy&rsquo;s <a href=\"https://wptavern.com/inside-look-at-godaddys-onboarding-process-for-managed-wordpress-hosting\">managed hosting onboarding process</a> in October last year, I was admittedly a little disappointed this time around.  The onboarding process made things almost too easy.  I had a predesigned site without thinking about it.  After installing and activating Go in my test environment, I couldn&rsquo;t help but feel like it would take 100 times more work to recreate the magic I once basked in.  I knew the power of the theme because I had been presented an ideal set of options that were preconfigured for me in the past.  Without the configuration, the theme seemed a little less impressive.</p>\n\n\n\n<p>That&rsquo;s the beauty of great marketing and onboarding.  GoDaddy had already reeled me in.</p>\n\n\n\n<p>While the Go theme is simple, it is also powerful.  A lot of that power is in its block styles.  Instead of focusing on theme-specific features, the team behind the project poured their work into creating an experience that allows theme users to piece their sites together with the block editor.  The theme is ideal for users who want to utilize the block editor as a page builder.</p>\n\n\n\n<p>The theme has a handful of customizer options that provide additional flexibility, but the main selling point is that it gets out of the way and lets the user do the designing.  I suspect we will see many similar themes in the next year as theme authors come to grips with building themes in a block world.  A large part of the market will want themes that are essentially open canvases for site owners to manipulate the output of their site via blocks.</p>\n\n\n\n<p>Go is also designed to work with WooCommerce, which is a large part of the company&rsquo;s <a href=\"https://wptavern.com/godaddy-launches-ecommerce-hosting-plan-in-partnership-with-woocommerce\">eCommerce hosting service</a>.  This integration should make it a nice option for small business owners.</p>\n\n\n\n<h2>CoBlocks Companion Recommended</h2>\n\n\n\n<img />Features block from the CoBlocks plugin.\n\n\n\n<p>The magic of Go is not in the theme itself.  It&rsquo;s in GoDaddy&rsquo;s companion plugin <a href=\"https://wordpress.org/plugins/coblocks/\">CoBlocks</a>, which the company <a href=\"https://wptavern.com/godaddy-acquires-themebeans-coblocks-block-gallery-and-block-unit-tests\">acquired last year</a> in a deal with ThemeBeans.  The plugin has soared from a mere 3,000 active installs to over 100,000 since.</p>\n\n\n\n<p>CoBlocks offers everything from accordions to maps, from logos to pricing tables, and a lot more in between.  It covers a lot of ground that the core WordPress editor blocks do not cover.</p>\n\n\n\n<p>The Go theme is designed to go hand-in-hand with CoBlocks (<em>can we get GoDaddy to just go ahead and rename the plugin to <strong>Go</strong>Blocks?</em>).  The theme is meant to offer a page-building experience.  Because GoDaddy owns both products, it makes sense they would offer one of the nicer integrations between the plugin and a theme.</p>\n\n\n\n<h2>Not Ideal for Blogging</h2>\n\n\n\n<img />A lot of whitespace between text and other blocks in posts.\n\n\n\n<p>The theme makes generous use of whitespace, but its overuse can often break the reading flow for blog posts.  The flow from paragraph to paragraph is fine.  However, the moment you drop an image, gallery, pull-quote, or one of many other blocks into the content, the theme adds an extra 140 pixels of whitespace above and below the block.  It completely throws off the vertical rhythm of the post.</p>\n\n\n\n<p>Go also displays the full posts on the blog posts page instead of excerpts.  There are few things I dislike more when it comes to blogs.  Providing an option for users to choose between a full and summary view would be ideal.</p>\n\n\n\n<p>The theme does not claim to be well-suited to blogging.  None of the demos for the theme show off a blog.  If you&rsquo;re looking for a theme to handle blogging with media mixed in the content, you will find better offerings elsewhere, such as the <a href=\"https://wptavern.com/blocksy-wordpress-theme-provides-a-solid-block-editor-experience\">Blocksy theme</a></p>\n\n\n\n<h2>Limited Yet Useful Theme Options</h2>\n\n\n\n<img />Design style and color scheme options in the customizer.\n\n\n\n<p>The theme adds five sections to the customizer:</p>\n\n\n\n<ul><li>Site Design</li><li>Header</li><li>Footer</li><li>Social</li><li>Site Settings</li></ul>\n\n\n\n<p>Within each section, Go provides a few basic options, most of which are related to colors and layout.  The most useful options reside under the &ldquo;Site Design&rdquo; section.  The theme presents a design style option that changes the theme&rsquo;s fonts and colors.  Currently, there are five design styles:  traditional, modern, trendy, welcoming, and playful.  Once a design style is selected, users can choose from four color schemes for that style.  The design of this system is brilliant.  It gives users choices without forcing them to become designers and handpick the perfect hex code for each color.</p>\n\n\n\n<p>Users who prefer to manage individual colors are not left out.  The theme also provides options for overriding any of the colors from the chosen color scheme.</p>\n\n\n\n<p>I was disappointed that Go opted for creating individual options for various social networks instead of using a navigation menu.  Using WordPress&rsquo; built-in nav menu system for social links has become the <em>de facto</em> standard in the last several years, which allows users to carry their social links from one theme to the next.  Unfortunately, users are required to retype all of their links with this theme.</p>\n\n\n\n<p>The theme keeps does not go overboard with options but provides enough customizability to make the theme unique to the user.</p>\n\n\n\n<h2>How Does the Code Stack Up?</h2>\n\n\n\n<p>The theme offers a solid and well-documented codebase.  There is not much PHP or JavaScript code, so there are few areas where it can go wrong.  The theme&rsquo;s strength is in its CSS.</p>\n\n\n\n<p>The theme templates were primarily HTML with PHP sprinkled in.  For DIY users who like to hack away at theme templates, you should not find any surprises.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p>Users who want to customize every page of their site will likely enjoy this theme.  It is well-suited for small business owners and others with small sites.  It could work well for artists and others with portfolios as well.</p>\n\n\n\n<p>It does not fit with my personal taste because it does not cater to my blogging style, which is my primary interest in themes.  However, I would not hesitate to recommend it to anyone who wants a ton of control over their site&rsquo;s inner page design.</p>\n\n\n\n<p>The following is a list of the available demos.  There is a lot that can be done in combination with the CoBlocks plugin, which you will want to use in combination with Go.</p>\n\n\n\n<p><strong>Demos with the CoBlocks plugin:</strong></p>\n\n\n\n<ul><li><a href=\"https://wpnux.godaddy.com/v2/?template=alder\">Alder</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=ashby\">Ashby</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=barista\">Barista</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=bento\">Bento</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=everett\">Everett</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=figure\">Figure</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=keynote\">Keynote</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=salt\">Salt</a></li></ul>\n\n\n\n<p><strong>Demos with the CoBlocks and WooCommerce plugins:</strong></p>\n\n\n\n<ul><li><a href=\"https://wpnux.godaddy.com/v2/?template=avenue\">Avenue</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=chai\">Chai</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=jane\">Jane</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=philo\">Philo</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=wares\">Wares</a></li></ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jan 2020 21:52:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Gutenberg Can Tackle the Problems the Fields API Tried to Solve\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/gutenberg-can-tackle-the-problems-the-fields-api-tried-to-solve\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6098:\"<p><strong>The Fields API.</strong></p>\n\n\n\n<p><em>Never heard of it?</em>  That&rsquo;s OK.  Outside of the inner development community, it is not widely known.  The average WordPress user does not need to know about it.  Before understanding how the Fields API fits into Gutenberg&rsquo;s future, you must first understand what it is and the problems it was meant to fix.</p>\n\n\n\n<p>The Fields API was a proposed solution to one of WordPress&rsquo; biggest problems:  to build form fields in the admin and save data from those fields, developers need to know multiple APIs, depending on the specific admin screen.  </p>\n\n\n\n<p><em>Want to build a plugin settings screen?</em>  Use the Settings API.</p>\n\n\n\n<p><em>Need some theme options?</em>  Build them with the Customize API.  </p>\n\n\n\n<p><em>Have some fields to output on the user screen?</em>  Here are two hooks and a mess of HTML table markup; sorry, no official API.</p>\n\n\n\n<p>Those are just a few examples, but the truth of it comes down to this:  to show something as basic as a text field to end-users, WordPress developers need to know how to do this in a variety of ways based on competing or even missing APIs.</p>\n\n\n\n<p>There are historical reasons for this.  New features were bolted on top of WordPress over time.  In the mad rush to continue shipping features with each major update, few people stepped back and asked the fundamental question about the technical debt that would pile up over the past 16 years.  Shipping end-user features helped the platform grow, but developers had to learn all-new functions and methods each time.</p>\n\n\n\n<p>Adding to the technical burden, when the Gutenberg project launched, it introduced a new system in a different programming language.</p>\n\n\n\n<p>The Fields API would have created a standardized system for outputting form fields and saving field data.  It would work with all the existing admin screens and any new features added in the future.  Developers could learn a single system and be able to build plugins that worked with practically any area of WordPress.</p>\n\n\n\n<p>In 2014, Scott Kingsley Clark took over the <a href=\"https://make.wordpress.org/core/2014/02/25/metadata-project-update/\">Metadata UI Project</a>.  The initial idea was to create an API for adding custom fields (meta box fields) on the post-editing screen.  Eventually, Clark and those working on the project realized the problem that needed solving was larger than meta boxes.  WordPress needed an API that worked across the board.  After a year, the project was <a href=\"https://make.wordpress.org/core/2015/05/27/metadata-api-project-reborn-the-new-fields-api-project/\">relaunched as the Fields API</a>.</p>\n\n\n\n<p>After years of working on the code behind the project, Clark became burned out.  He <a href=\"https://wptavern.com/wordpress-core-fields-api-project-is-seeking-new-leadership\">stepped down as the project&rsquo;s lead</a> in 2018.  With no buy-in from the decision-makers for the WordPress project, there was little hope of it making it into core.  At that point, the <a href=\"https://wptavern.com/wpweekly-episode-326-long-live-the-fields-api-project\">project was all but dead</a>.</p>\n\n\n\n<p>Gutenberg&rsquo;s development was in full swing.  Developers were gearing up for relearning how to add the same basic text fields and other form elements in whole new ways.</p>\n\n\n\n<p>The Fields API, had it made it into WordPress before the block editor, could have alleviated the need for developers to learn a new system.  However, that&rsquo;s not where we&rsquo;re at today.  The Fields API never made it past the gatekeepers, and developers have one more thing to stay knowledgeable on.</p>\n\n\n\n<p>The question is:  how do we address this going forward?</p>\n\n\n\n<h2>How the Gutenberg Project Can Solve the Fields API Problem</h2>\n\n\n\n<p>What many don&rsquo;t understand is that the Gutenberg project is larger than the content editor.  The first iteration, Phase 1, of the project was to create a new editing experience.  Phase 2 will create new admin screens for site editing using the same components for the editor.  Custom text fields, select dropdowns, color options, or one of many other field types all run through the same reusable, component-based system.</p>\n\n\n\n<p>That sounds remarkably similar to the Fields API.  At the end of the day, the Fields API is simply a standardized method of reusing components to output form fields and save data, regardless of the screen in WordPress.</p>\n\n\n\n<p>WordPress needs to be rebuilt from the ground up.  Gutenberg provides us the opportunity to rewrite every admin page in WordPress using a standardized system for handling form fields.</p>\n\n\n\n<p>From a technical standpoint, Gutenberg has <a href=\"https://github.com/WordPress/gutenberg/tree/master/packages/components/src\">dozens of components</a>.  These include a text control, button, checkbox, and much more.  It covers the majority of use cases plugin and theme authors need for form fields.  These things are not tied directly to the block system.  They are simply components that can be used anywhere.</p>\n\n\n\n<p>The next step would be setting the foundational layer for other admin screens.  It will not be easy.  There will be backward-compatibility mountains that the Fields API could have climbed for us years ago.</p>\n\n\n\n<p>Given WordPress&rsquo; history, developers will likely continue using competing APIs for fields on various admin pages.  And, if we&rsquo;re still at that point in five years, the Gutenberg project will have failed for not going as far as it could have.</p>\n\n\n\n<p>For success, the Gutenberg project needs to have a wider vision and a longer-term roadmap that addresses the issues of fields on every screen.  Otherwise, projects with easier-to-learn APIs will be more enticing to developers.</p>\n\n\n\n<p>The idea of <em>Gutenberg-ifying</em> the entirety of the WordPress admin will be off-putting to many, but WordPress has to solve its form fields issue at some point.  It might as well reuse the components that will be seeing active development for years to come.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Jan 2020 21:29:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Blocksy WordPress Theme Provides a Solid Block-Editor Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96555\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/blocksy-wordpress-theme-provides-a-solid-block-editor-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7060:\"<img />Screenshot of the Blocksy theme blog posts page.\n\n\n\n<p>Creative Themes dropped version 1.6.8 of its <a href=\"https://wordpress.org/themes/blocksy/\">Blocksy WordPress theme</a> yesterday.  It was an update to a theme that is quickly becoming popular, having garnered 58 five-star reviews and one thousand active installs since it first went live in the WordPress theme directory.  The theme is specifically built to work with the block editor and is a nice example of what is currently possible with blocks.</p>\n\n\n\n<p>Blocksy is billed as a general-purpose theme and also works with other popular page builders like Elementor, Beaver Builder, and Visual Composer.  The truth-test is whether it handles the block editor, especially given its primary audience (it is named <em>Blocksy</em>, after all).  Aside from a few trivial quirks, the theme handled nearly every bit of test content I threw at it.</p>\n\n\n\n<p>Blocksy is one of the better-designed free themes for the block editor that I have seen.</p>\n\n\n\n<p>I want to use this theme for a project.  Unfortunately, I have no site to use it on at the moment.  I do not say this about many free, repository-hosted WordPress themes.  The quality of work is on par with themes from the majority of commercial theme shops I have tested or used over the years.</p>\n\n\n\n<p>The theme is not without a few issues, which we&rsquo;ll get to, but it is a solid offering.</p>\n\n\n\n<h2>Block Design</h2>\n\n\n\n<img />A few block design examples from the theme.\n\n\n\n<p>With a name like <em>Blocksy</em>, I went into this review with a mindset that the theme better handle every test block I dropped into the block editor with grace.  I wanted to make sure it lived up to its name.</p>\n\n\n\n<p>I am happy to report that it handles block design as good as or better than most themes designed for showcasing the block system.  It adds just enough stylistic flair, such as a unique pull-quote design, without getting in the way of the content.</p>\n\n\n\n<p>One problem area is the font in the editor does not match the font on the front end completely.  This is a minor issue that should be easily fixed in an update.</p>\n\n\n\n<p>You can find some good examples of block design on the theme&rsquo;s <a href=\"https://demo.creativethemes.com/blocksy/main/gutenberg/\">Gutenberg demo page</a>.</p>\n\n\n\n<h2>Block Editor Sidebar</h2>\n\n\n\n<img />Custom block editor sidebar for post meta.\n\n\n\n<p>The latest update of the theme includes additional integration with the block editor.  The team moved its old meta box, which sat below the post content editor, to a new sidebar panel.  This change is refreshing.</p>\n\n\n\n<p>I did not know the meta box existed until the theme developers pointed out this change in feature (I first started testing the previous version of the theme).  At this point, I never look at the bottom of the block editor for meta boxes.  I expect any additional settings to be placed firmly in the right sidebar area.  I applaud this move.  It could confuse old theme users when updating, but it feels more natural in its new home.</p>\n\n\n\n<p>The team has done a nice job with this custom sidebar for the most part.  The biggest issue is with the button for switching to it.  By using both an icon and the &ldquo;Page Settings&rdquo; text, it uses more room than necessary.  To fit in line with the existing UI, it should simply display an icon.  The button text is also hard to read when selected, which is a minor CSS issue that can be corrected in an update.</p>\n\n\n\n<h2>Customizer Options</h2>\n\n\n\n<img />Custom-designed customizer control panel.\n\n\n\n<p>For users who like to have full control over the site&rsquo;s display, this theme won&rsquo;t disappoint.  For users who dislike by many options, the number of design settings will likely feel overwhelming.  </p>\n\n\n\n<p>Blocksy has more design options than most people will ever need.  Some options, such as letter-spacing and line-height controls for fonts may be going overboard.  Ideally, those things would be automatically adjusted based on the chosen font family.</p>\n\n\n\n<p>The theme also uses a custom design for the customizer control panel.  In general, the custom design looks nice.  However, is not good practice for themes to customize a shared WordPress UI element.  Plugins with options in the customizer could break.  It is best to stick with the default design.</p>\n\n\n\n<h2>Blocksy Companion Plugin</h2>\n\n\n\n<p>The theme promotes an additional plugin named Blocksy Companion.  The add-on plugin provides users with additional widgets, a cookies-consent feature for the front end, and integrations with Mailchimp, Instagram, and WooCommerce.  It also provides an avenue for importing custom-made demo content.</p>\n\n\n\n<p>Most of the companion plugin&rsquo;s features are fairly routine compared to similar themes in the WordPress theme repository.  The cookies-consent feature is something I haven&rsquo;t seen before as part of a theme add-on plugin.</p>\n\n\n\n<p>My biggest complaint with the plugin is that it makes the &ldquo;Blocksy&rdquo; admin menu item a top-level item.  It is a waste of valuable real estate in an already-cluttered admin menu.  Plus, there is no good reason for a single theme/plugin screen to take a top-level spot when it has no sub-menus.</p>\n\n\n\n<h2>How Does the Code Look?</h2>\n\n\n\n<p>If I were describing the code in one phrase:  <em>average but gets the job done</em>.</p>\n\n\n\n<p>The theme has a lot of PHP code.  Most of it is dropped into a single <code>/inc</code> folder and not organized nearly as well as it could be.  It feels like a giant mish-mash of functions with almost non-existent inline documentation for most of them.  It&rsquo;s not something a developer who is not intimately familiar with the theme would want to dive into.</p>\n\n\n\n<p>This is not an argument that the theme&rsquo;s code is bad.  It passed the official WordPress.org review process and made it into the theme directory, so it is at least doing the minimum necessary.  It&rsquo;s simply unimpressive, which is par for the course when it comes to most WordPress themes.  Code architecture seems like an afterthought, which could make it tougher to maintain over the long haul.  With a theme that has as much code as this one, this is more important than it is for simpler themes.  It can also easily be remedied with a week or so of dev time strictly devoted to architecture.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p>Blocksy is a well-designed theme that does the job it sets out to do.  It is ideal for users who are working with the block editor or a third-party page builder.  The theme is packed with far more options than I could cover in this review.  If customizability is your thing, you will likely enjoy it.</p>\n\n\n\n<p>The team shared some of their future ideas.  They have plans to add conditional headers, footers, and sidebars; a sticky header; AMP support; and more.  They seem excited about the future of the theme.</p>\n\n\n\n<p>Overall, I would recommend this theme for users who want a clean, relatively fast, block-ready WordPress theme.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jan 2020 21:34:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: WordCamp Houston Returning After 10 Years\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wptavern.com/wordcamp-houston-returning-after-10-years\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4308:\"<img />\n\n\n\n<p>After a 10-year hiatus, <a href=\"https://2020.houston.wordcamp.org/\">WordCamp Houston</a> will return in 2020.  The event will run from May 9-10 at the Hilton Houston NASA Clear Lake and expects 250-300 attendees.  The team behind the Texas-based WordCamp is still in the process of putting the event together and is looking for volunteers, speakers, and sponsors.</p>\n\n\n\n<p>With 10 years between events, local organizers had to rebuild their WordPress community.  &ldquo;After <a href=\"https://wptavern.com/it-took-houston-four-years\">WordCamp 2010</a>, the community seemed to have dismantled,&rdquo; said Christina Hawkins, lead organizer for WordCamp Houston.  &ldquo;I can only guess that because it takes an active community and dedicated volunteers, that if any piece starts to have trouble, it becomes challenging to continue,&rdquo; she speculated as to why the original event never continued.</p>\n\n\n\n<p>Hawkins began the Sugar Land meetup, located south of Houston but a greater part of the Houston area.  The overall area has several regular WordPress meetups.  &ldquo;John Peterson and a few others were instrumental in building the community again,&rdquo; she said.  &ldquo;They were dedicated and made sure we had regular monthly meetings with quality speakers.&rdquo;  Currently, they have 12 wranglers who are working to make sure this year&rsquo;s WordCamp runs smoothly.</p>\n\n\n\n<p>Considering that Houston is the hometown of Matt Mullenweg, the co-creator of WordPress, it would seem like the city would be the ideal location for an annual WordPress event.  He is not involved in the event or currently on the speaker roster, which is still open.  Hawkins hopes that he can at least attend the event in an unofficial capacity.  &ldquo;I want to iron out any wrinkles first and present a flawless WordCamp for him,&rdquo; she said.  &ldquo;We expect 2020 to be a WordCamp that knocks it out of the park, but I want to make sure we represent WordPress in the best light and formally invite him as a keynote next year.&rdquo;</p>\n\n\n\n<p>WordCamp Houston is currently <a href=\"https://2020.houston.wordcamp.org/call-for-speakers/\">accepting speaker applications</a>.  The process will remain open until February 29.  Those who want to speak should submit a topic and plan for a session that lasts 30-40 minutes.</p>\n\n\n\n<p>&ldquo;Heather Baker is our Speaker Wrangler,&rdquo; said Hawkins.  &ldquo;Since this is the first one in years, she has been actively training future speakers. We had an in-person workshop last fall and we are preparing a webinar series soon that will be broken up in chunks.&rdquo;</p>\n\n\n\n<p>Thus far, the event organizers have received 29 applications and are expecting more.  They will evaluate applications from the first of March and let speakers know if their session is approved on March 15.</p>\n\n\n\n<p>The team is still on the hunt for sponsors.  &ldquo;We have the national sponsors, which is very helpful, but we are in the process of getting the word out locally,&rdquo; said Hawkins.  &ldquo;Most of Houston has never heard of WordCamp so it&rsquo;s up to us to start knocking on doors. We have a long list of people and companies that we are reaching out to.&rdquo;</p>\n\n\n\n<p>Individuals or businesses who wish to sponsor the event can sign up via the <a href=\"https://2020.houston.wordcamp.org/become-a-sponsor/\">sponsorship page</a>.  There are four tiers, ranging from $150 to $3,000, with various perks for each level.</p>\n\n\n\n<p>The team chose the Hilton Houston NASA Clear Lake venue for this year&rsquo;s event.  The location was ideal because it had a good room setup, which could allow them to expand in case they had an increase in attendance.  They can also add an extra room if they need to add another speaker track.</p>\n\n\n\n<p>&ldquo;It&rsquo;s also close to NASA which fits our overall theme of &lsquo;Taking Off!\'&rdquo; said Hawkins.</p>\n\n\n\n<p>The team initially had some trouble finding a venue that met their needs, budget, and location.  &ldquo;Houston is a vast city, and it is not very easy to manage so many people that live all over,&rdquo; said Hawkins.  &ldquo;I am sure other cities like Atlanta, LA, and Chicago have the same problem with having a vast city that can extend to an hour drive in each direction.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jan 2020 19:59:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Post Status: Introducing a new chapter, with Cory Miller as Post Status partner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=73897\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://poststatus.com/cory/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4335:\"<p>I <a href=\"https://poststatus.com/launched/\">created</a> Post Status in January 2013 and <a href=\"https://poststatus.com/lets-grow/\">started</a> the Club in January 2015. January 2020 marks another huge milestone for this community and business.</p>\n\n\n\n<p>I’m very excited to share that <a href=\"https://corymiller.com/\">Cory Miller</a> is now an equal partner of Post Status. Cory purchased half the business and will be working with me in the day-to-day management, writing, community engagement, and everything else we do with Post Status.</p>\n\n\n\n<p>Many should know Cory from his ten years running <a href=\"https://ithemes.com/\">iThemes</a>. After they sold the business to Liquid Web and he spent some time there, he decided to step away and continue his entrepreneurial journey. He’s working on a few projects, and Post Status is a significant part of where he’s dedicating his time and energy.</p>\n\n\n\n<p>Cory is a long-time friend, and iThemes has been a Post Status sponsorship partner since 2015. Cory understands the community, the role Post Status plays in the space, and he brings so much to the table, from established community relationships to product and business experience.</p>\n\n\n\n<p>We’ve known one another going back to 2010 or so. I got to watch as he navigated the WordPress space as the CEO of a theme company turned plugin company, from inception to exit.</p>\n\n\n\n<p>Cory has so many qualities I admire. Most of all, I admire his honesty, his compassion, his passion for people, and his vision for what’s possible. I look forward to working with a true partner on Post Status after so many years of managing the primary responsibilities with much help from many friends and contractors along the way.</p>\n\n\n\n<p>In addition to Cory and myself, David Bisset and Dan Knauss continue to be integral parts of the Post Status effort. Cory and I are thankful for their energy, consistency, and talents.</p>\n\n\n\n<p>We are working together in Oklahoma City this week to finalize our plans for the 2020 year. We already have a lot planned and are looking to get these new initiatives and processes off to a rocking start.</p>\n\n\n\n<h3>Potential in the WordPress community</h3>\n\n\n\n<p>There is so much potential in the WordPress community, and Post Status plays an important role through news, community, and professional development. We are going to continue to do that, and we are also going to make changes that we think will benefit the community as a whole and Post Status Club Members in particular.</p>\n\n\n\n<p>If you’ve ever thought about joining the <a href=\"https://poststatus.com/club\">Post Status Club</a>, it’s a great time to do so. At a minimum, anyone in the WordPress community should subscribe to the <a href=\"https://poststatus.com/newsletter\">newsletter</a>. If you’ve been a member before, we thank you, and we hope we are able to continue to serve you for years to come — better than ever, better together.</p>\n\n\n\n<h3>Cory\'s thoughts</h3>\n\n\n\n<p>I asked Cory to share a couple of his own thoughts on why he’s investing in Post Status, both with his money and energy.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I’ve been a fan and supporter of Post Status since the beginning. At iThemes we were one of Brian’s first sponsors. Over the years I leaned on Brian’s insights and counsel — personally as well as through Post Status — to inform and grow iThemes.</p><p>When Brian approached me about becoming a partner my first reaction was, “Heck yes!” Over our weeks and months of conversations, my excitement grew and grew as our goals and aspirations for Post Status were revealed to be so well aligned.</p><p>I truly believe in what Brian has built. And I only want to be a value add and look forward to coming alongside Brian, the Post Status team and this great community.</p></blockquote>\n\n\n\n<p>We\'re so excited to finally be able to make this official. We look forward to continuing to serve you our readers, our Club members, our partners, and the broader community.</p>\n\n\n\n<p>Onward!</p>\n\n\n\n<h3>Audio & Video Q&A; with Cory and Brian</h3>\n\n\n\n<p>We’ll be announcing more specific plans over the coming weeks, and below is our conversation post-announcement by audio and video:</p>\n\n\n\n\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"embed-vimeo\"></div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jan 2020 13:55:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Thirty Six\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=50760\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2020/01/thirty-six/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3332:\"<p>I am now solidly entering my late thirties, and fortunately I am in good health, good cheer, and doing one of my favorite things — exploring a part of the world and culture I haven’t experienced before (Maldives and Sri Lanka).</p>\n\n\n\n<p>The past year has included a number of professional milestones including <a href=\"https://ma.tt/2019/09/series-d/\">a significant amount of fundraising</a> and related activity, bringing in <a href=\"https://ma.tt/2019/08/tumblr-the-day-after/\">a major new product to the Automattic family</a>, the <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">maturation of Gutenberg in the WordPress ecosystem</a>, launching the <a href=\"https://distributed.blog\">Distributed blog and podcast</a>, and a growth in the breadth and depth of the Automattic team.</p>\n\n\n\n<p>Partially because of the schedule those milestones required, this ended up being my year with the most travel ever since I started tracking: I flew over 515k miles, to 124 cities in 24 countries. I was able to incorporate a <a href=\"https://photomatt.tumblr.com/post/186959053572/some-beautiful-trails-near-aspen-ran-the-heavy\">good amount of running</a> in my routine, started picking up musical instruments again, and learning more about sound and its impact on our lives. I found <a href=\"https://streaksapp.com/\">small daily habits</a>, like a little bit of exercise or stretching first thing in the morning, to be sustainable and high-impact.</p>\n\n\n\n<p>What suffered in 2019 was my <a href=\"https://ma.tt/2020/01/29-books-in-2019/\">book reading time</a> and making a dent on the <a href=\"https://www.theworlds50best.com\">top 50 list</a>. I still check <a href=\"https://www.techmeme.com\">tech news every day</a>, but I had to unplug from daily non-tech news because it was just too hectic — I’ve found a lot of value in <a href=\"https://www.economist.com\">weekly publications like the Economist</a> to make sense of what’s going on in the world with the benefit of a little distance and time.</p>\n\n\n\n<p>Personally my main goals this year are for the health and wellness of my family, incorporating more playing music and photography into my life, and strengthening <a href=\"https://www.calm.com\">my meditation practice</a>. If you’re reading this, I hope to run into you online or in person and this year let’s do our best together to leave the world a little better than we found it.</p>\n\n\n\n<p>All birthdays: <a href=\"https://ma.tt/2003/01/bday/\">19</a>, <a href=\"https://ma.tt/2004/01/so-im-20/\">20</a>, <a href=\"https://ma.tt/2005/01/hot-barely-legal-matt/\">21</a>, <a href=\"https://ma.tt/2006/01/matt-22/\">22</a>, <a href=\"https://ma.tt/2007/01/twenty-three/\">23</a>, <a href=\"https://ma.tt/2008/01/twenty-four/\">24</a>, <a href=\"https://ma.tt/2009/01/twenty-five/\">25</a>, <a href=\"https://ma.tt/2010/01/twenty-six/\">26</a>, <a href=\"https://ma.tt/2011/01/twenty-seven/\">27</a>, <a href=\"https://ma.tt/2012/01/twenty-eight/\">28</a>, <a href=\"https://ma.tt/2013/01/twenty-nine/\">29</a>, <a href=\"https://ma.tt/2014/01/matt-3-0/\">30</a>, <a href=\"https://ma.tt/2015/01/thirty-one/\">31</a>, <a href=\"https://ma.tt/2016/01/thirty-two/\">32</a>, <a href=\"https://ma.tt/2017/01/thirty-three/\">33</a>, <a href=\"https://ma.tt/2018/01/thirty-four/\">34</a>, <a href=\"https://ma.tt/2019/01/thirty-five/\">35</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jan 2020 09:15:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WordPress.org blog: WordPress Leaders Nominated for CMX Awards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8288\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2020/01/wordpress-leaders-nominated-for-cmx-awards/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3074:\"<p>Two members of the WordPress leadership team were nominated for excellent work in their field in the first ever Community Industry Awards. <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a> is nominated for <a href=\"https://cmxhub.com/awards-executive\">Executive Leader of a Community Team</a> and <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> is nominated for <a href=\"https://cmxhub.com/awards-professional\">Community Professional of the Year</a>.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?fit=632%2C281&ssl=1\" alt=\"\" class=\"wp-image-8292\" />\n\n\n\n<p><a href=\"https://cmxhub.com/\">CMX</a> is one of the largest professional organizations dedicated to community builders. The awards were open to public nomination, and finalists were chosen by panels of their peers in the CMX community.</p>\n\n\n\n<p>Andrea has been a vital community strategist for the WordPress project since 2011. Her work to build and support a vibrant community has played a part in the success around the popular open source CMS. Her work is sponsored by Automattic, where she leads a team that focuses on educational efforts, funding, and in-person community-driven events that serve a global base.</p>\n\n\n\n<p>Josepha has been the Executive Director of the WordPress project since 2019. Her work to coordinate and guide volunteer efforts spans 20 teams and involves thousands of volunteers. Her work is also sponsored by Automattic, where she leads the open source division that focuses on all aspects of open source contribution including design, development, volunteer engagement, and the health of the overall WordPress ecosystem.</p>\n\n\n\n<h2>Votes are Open</h2>\n\n\n\n<p>Final recipients are chosen with open voting — if you feel like either Andrea or Josepha have had an impact on your careers, your trajectory in the WordPress project, or the health of WordPress as a whole, there are three ways you can show your support:</p>\n\n\n\n<ul><li>Stop by and vote for them (Andrea&nbsp;<a href=\"https://href.li/?https://cmxhub.com/awards-executive\">here</a>, Josepha&nbsp;<a href=\"https://href.li/?https://cmxhub.com/awards-professional\">here</a>)!</li><li>Share this post with your own communities!</li><li>Tweet some inspirational thoughts about your time/experience/learnings with WordPress (using&nbsp;#WordPress, naturally)!</li></ul>\n\n\n\n<h2>Thank You Notes</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>A lot of care and passion goes into making the WordPress Project as fantastic as it is. I think these awards are a reflection of how wonderful the community and ecosystem are, and I appreciate everyone&#8217;s continued trust in my stewardship!</p><cite>Josepha Haden Chomphosy</cite></blockquote>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>WordPress community organizers are some of the most generous and creative people in the world — working with them is exciting and interesting every day. I’m humbled by this nomination; thank you!</p><cite>Andrea Middleton</cite></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jan 2020 21:42:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Francesca Marano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Get Involved With Block-Based WordPress Theme Experiments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96502\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/get-involved-with-block-based-wordpress-theme-experiments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4426:\"<p>As the WordPress theme review team wound down their team meeting yesterday, they were finalizing what their focus area for 2020 would be.  The general agreement among members was that block-based themes should be at the top of the list.  There was some pushback from a minority that did not want to see block-based themes at all.  The reality is that themes will be changing in the next year or two.</p>\n\n\n\n<p>As a team, this is the group of people who will ultimately need to set guidelines based on something WordPress has never done before.  They will also need to work diligently to bring theme authors up to speed on how themes of the future will be built.</p>\n\n\n\n<p>At this point, there are many unknowns, but work on <a href=\"https://github.com/WordPress/gutenberg/labels/%5BFeature%5D%20Full%20Site%20Editing\">tickets for full-site editing</a> is happening at a quick pace.</p>\n\n\n\n<p>Allan Cole, Theme Imagineer at Automattic, later invited team members to get involved with the <a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments project</a> on GitHub.  It is a way for developers in the WordPress community to help steer the theme-development ship.  Currently, the repository is fairly bare-bones and represents only the early work toward creating themes from blocks.  Each sub-directory in the repository will be an individual experiment that explores creating themes using blocks or block templates.</p>\n\n\n\n<p>The <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">initial documentation</a> for block-based themes was introduced in early December 2019.  Since then, a handful of contributors have put together some working theme examples to get the ball rolling.</p>\n\n\n\n<p>The repository is <a href=\"https://github.com/WordPress/theme-experiments/blob/master/CONTRIBUTING.md\">open to contributions</a> from anyone.  This would be a good moment for members of the larger theme development community to start sending in pull requests to share their experiments.</p>\n\n\n\n<p>To test any of the experiments in this repository, you need to be running the latest version of the Gutenberg plugin.  You must also enable the &ldquo;Full Site Editing&rdquo; and &ldquo;Full Site Editing Demo Templates&rdquo; options from within the plugin&rsquo;s &ldquo;Experiments&rdquo; screen.</p>\n\n\n\n<h2>Parisienne Theme</h2>\n\n\n\n<img />Screenshot of the Parisienne theme.\n\n\n\n<p>Currently, the only approved theme experiment is the Parisienne theme.  It&rsquo;s a test of how block templates and template parts work.  A <a href=\"https://parisiennetheme.mystagingwebsite.com/\">live demo</a> of the theme is available.</p>\n\n\n\n<p>Don&rsquo;t expect to be blown away.  There are many missing pieces in the Gutenberg plugin, such as blocks for displaying posts and similar items.  The idea is to explore how templating will work and provide feedback to the Gutenberg development team.</p>\n\n\n\n<p>One major concern I have at this point is the flat nature of the two sub-directories for housing templates and template parts.  With the seven template part files in this theme, I worry that we are not learning from the mistakes of the past.  The sub-folders could become unruly, particularly <code>/template-parts</code>, and house dozens upon dozens of files in a real-world scenario.  This is no different from how themes currently work other than the location of the template files.  Now would be a good time to reimagine the folder structure and optimize the organization of theme templates.  For example, group sidebar templates under a <code>/template-parts/sidebar</code> folder instead of dumping everything into one location.</p>\n\n\n\n<h2>Twenty Nineteen and Twenty Twenty</h2>\n\n\n\n<img />Early look at a block-based Twenty Nineteen theme.\n\n\n\n<p>The repository has two open pull requests for experimenting with blocked-based versions of the <a href=\"https://github.com/WordPress/theme-experiments/pull/4\">Twenty Nineteen</a> and <a href=\"https://github.com/WordPress/theme-experiments/pull/5\">Twenty Twenty</a> default themes.  Of the two, the Twenty Nineteen Blocks theme seemed the least broken, despite the original not being designed specifically for the block editor.</p>\n\n\n\n<p>Porting the most recent default WordPress themes is important because it provides theme authors a way to compare how old methods of handling features will work in the new block system.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jan 2020 21:39:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"HeroPress: How WordPress Enabled Me To Work Remotely – Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3037\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://heropress.com/essays/starting-early-in-tech/#utm_source=rss&utm_medium=rss&utm_campaign=starting-early-in-tech\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34324:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/011320-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress people tend to be generous, trusting, and helpful.\" /><p><a href=\"https://heropress.com/feed/#indonesian\">Esai ini juga tersedia dalam bahasa Indonesia.</a></p>\n<p>Growing up, I’ve always been surrounded by technology.</p>\n<p>My dad is a programmer, he created my Gmail account and my first blog on Blogger (Blogspot) when I was 10 years old (it’s around 2006?). I filled up my blog with posts resembling diary entries. The content became too private eventually, so I decided to set it on private.</p>\n<p>Besides that first blog, I had about 5 other blogs on Blogger. One was for posts I believed not too private and could be consumed by the public, one was for my class’ blog in middle school, and one for me to learn how to write in English. I don’t remember what the other blogs are for, since I just kept creating and deleting them. I got satisfaction and happiness from pouring my thoughts in writing and publishing them in my blog. Many times, writing my thoughts and feelings helped me process them, even until now.</p>\n<p>Fast forward to high school graduation. Since I love languages (English is one of my favorite subjects!), I actually wanted to major in English in a top public university in my country, but I didn’t get in, so my second option was Information Systems in a private university. There, I learned a lot about IT and business, I learned Java, HTML, CSS, Javascript, and Android programming. I even took some Coursera and Codecademy courses to learn Bootstrap and Ruby on Rails. I was a good student, I love learning the algorithms and I did more than okay, but I didn’t love programming. I’m not that people who can stay calm finding errors in their codes, and then finding out that it’s only missing a character.</p>\n<h3>Meeting WordPress for the first time</h3>\n<p>At that time, my parents built some websites to sell backlinks (don’t hate me). I helped them with the sites, mainly proofreading and formatting the articles, and they would pay me. That’s when I first encountered WordPress. I saw WordPress as something more advanced than Blogger, with more themes and plugins to choose from. The default WordPress websites already looked more professional than Blogger does.</p>\n<p>I also like to earn extra money (who doesn’t?), so I helped a teacher in my neighborhood teaching high school students from my old high school. I don’t know how to explain this, but in Indonesia, it’s common to take extra courses (outside the school) to learn what you’re already taught at school and prepare for tests. So it’s another 2-hour study time after school.</p>\n<p>During another semester, I taught English at a Kumon center (it’s a Japanese franchise for math and English). I also taught about 10 of my peers for 2 semesters and got a pretty good discount for my tuition as a reward. At home, I tried every legal and safe method available to make money online. Some worked, like translating texts from English to Indonesian on Gengo and writing articles in English on Zerys. Some, like online surveys, didn’t. I also created an Upwork account and applied to some jobs there, but I never got one.</p>\n<p>In my last year at university, I had to do a year-long full-time internship. I got mine at a big general insurance company as their IT QC Staff. I learned a lot and met many amazing people there, but when I was offered to continue working there as a Business Analyst, I said no. I wanted to apply for a scholarship for a masters’ degree. And I don’t really like the fact that I have to wake up at 6 and be back home at 7 in the evening and do it all over again the next day.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/image2.jpg\"><img /></a>With my colleagues, I’m the one with the white blouse.\n<p>But one thing I realized just now when I’m writing this is, the whole remote work wouldn’t have happened without the internship. My daily 1.5-hour commute to work made me read Medium everyday. And reading people’s stories on Medium made me want to write and share my stories, so I started writing and sharing my stories there. You’ll see in the next 2 paragraphs the significance of this Medium profile in my career.</p>\n<h3>Start working remotely</h3>\n<p>So after the internship, while I prepared for the scholarship application, I went back to my Upwork profile, revised it, and applied to some jobs as a virtual assistant. Starting from a very low pay, I did everything, like formatting WordPress posts (surprise!), designing social media posts, and processing orders for online shops. I work with people from Singapore, Australia, Europe, and America. After a few happy clients, I increased my hourly rate, slowly but surely. I got familiar with common tools used in a remote work setting, like Slack, Asana, Trello, and Google Suites. I also started writing in English a lot more, on my personal blog on WordPress.com and my Medium.</p>\n<p>One day, around 3 months after I started, a job opening on Upwork caught my attention. They’re a WordPress plugin company called Caldera Labs/Caldera Forms, and they’re looking for someone who could deliver consistency on their blog. They want to publish one blog post per week. I sent my proposal along with my Medium profile URL. <a href=\"http://christiechirinos.com\">Christie Chirinos</a> then replied to my proposal. I remembered she mentioned checking my writings on Medium and that I have a ‘great writing tone’. She wanted to ‘meet’ me in video, so she sent me a Calendly link. I notified her that I would be available at 5 a.m. my time. That was my first time seeing Calendly.. (Calendly is awesome!).</p>\n<p>That was also my first time having to be interviewed via video call. I was ecstatic, but panicked. On the day, I woke up at 4, got dressed, and opened my laptop. Weirdly, my wi-fi died that morning. So I went to the nearest McDonalds to get the interview done, and it went great!</p>\n<p>Long story short, I continued to work with my other clients and started working with Caldera Forms for 15 hours a week. Besides Christie, I also met <a href=\"https://twitter.com/Josh412\">Josh Pollock</a>, Ariella, Anchaal, Rosa, Nico, and Swapnil. At first, I was only tasked with formatting blog posts on WordPress following their style guide. Then I was involved in their overall content strategy, like crafting onboarding emails and coordinating with guest writers. But I’ve always felt welcomed since day one at Caldera Forms. We’re a team of only 5-6 people, we had monthly all-hands video meetings, we talked about our day in Slack. It wasn’t like with any of my clients.</p>\n<p>Christie and Josh are also very active in the WordPress community, they had introduced me to the ‘right’ people to connect with. In order to do that, I had to make an account on WordPress’ Slack. I got to know the amazing community behind WordPress. How people voluntarily contribute their time, energy, and skills to the community, from development, marketing, to translating. It was really inspiring. During my time with Caldera Forms, I also went to my first WordCamp, WordCamp Jakarta 2018, sponsored by Caldera Forms!</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/image3.jpg\"><img /></a>Some swags from WordCamp Jakarta 2018, that’s Wapuu ondel-ondel!\n<p>It’s only natural then that I wanted to have my own WordPress website. I had a WordPress.com blog once, but this one is different. You can see <a href=\"http://ascenciafike.com\">my blog here</a>. I felt like a grown-up using WordPress.</p>\n<h3>Transitioning to full-time</h3>\n<p>One day, Caldera Forms was acquired by <a href=\"http://saturdaydrive.com\">Saturday Drive</a>, the company behind <a href=\"http://ninjaforms.com\">Ninja Forms</a>. Josh, Nico, Rosa, and I ‘moved’ there, too. Josh introduced me to <a href=\"http://jameslaws.com\">James Laws</a>, the CEO. But because I was still freelancing and have a few other clients, we used my old contract on Upwork. Saturday Drive was much bigger than Caldera, with 20+ people onboard, and I was really excited! They have product team, support team, and communications team. When we moved there, they’re also in another big transition, which was switching to remote work.</p>\n<p>After a month working with Saturday Drive using the old contract, James offered me a full-time position to manage their affiliate program. It was morning in the U.S., but it’s already 8 p.m. where I live. I was <i>really</i> excited, but it’s also a really hard decision to make. Taking the offer would mean letting go all of my clients and specializing in one side of digital marketing, which is affiliate marketing. I would also have to work 8 hours a day. I stayed up late that night, discussing the possibilities with my parents.</p>\n<p>The next day, I replied to James’ message and accepted his offer.</p>\n<p>It’s been more than 4 months since I started working with Saturday Drive now (time of writing: January 2020). Obviously, it’s different from freelancing, but I love almost every moment of it.</p>\n<p>We use Basecamp instead of Slack, where we set up different questions for different times of the week. Every Wednesday, we would be asked: “What do you look like today?”. There are also questions like “What are you looking forward to most this week?”, “What were the highlights of your work day today?”, and “Read any good books lately?”. We even have fiction and non-fiction book clubs!</p>\n<p>We also use Basecamp’s method of working, called <a href=\"https://basecamp.com/shapeup\">Shape Up</a>. We work on projects in a six-week cycle, and then we’ll have two weeks of cooldown. In the cooldown period, we get to work on things we want to work on. And before the next cycle starts, we’ll submit pitches about the projects we want to work on next.</p>\n<p>What about video calls? We have a big monthly meeting with all team members, and occasional coffee break chats with 4-5 people. If urgently needed, we would also have video calls for projects. Except for these calls, I work in my time zone’s working hours.</p>\n<p>So far, I love working with Saturday Drive and getting to know the people. Although I can’t really relate to the U.S. culture (almost all of the team members are U.S. based), I relate to the values that Saturday Drive has. Most importantly, I’m proud of the work we’re doing!</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/image1.png\"><img /></a>We have virtual ‘coffee breaks’.\n<h3>Giving back to the WordPress Community</h3>\n<p>Notice the pattern in my story?</p>\n<p>WordPress people tend to be generous, trusting, and helpful, because the WordPress itself is open-source. WordPress is powered by volunteers, kind people from all over the world doing development, marketing, translation, support, and many more. There are WordPress meetups, local and regional WordCamps, which are organized by organizers and volunteers.</p>\n<p>Because I’ve experienced the generosity of the WordPress people, I wanted to give back to the community. Several months ago, I tried contributing to the Marketing team by attending a few weekly meetings on Slack. But I eventually stopped attending because I was too busy with work (and the meetings are at 10 pm my time).</p>\n<p>Around November 2019, Devin Maeztri from WordPress Indonesia contacted me through Instagram DM. She invited me to join PerempuanWP, an initiative for Indonesian women working in the WordPress world, similar to WomeninWP. So I followed <a href=\"https://twitter.com/PerempuanWP\">@PerempuanWP</a> on Twitter and joined the WordPress Indonesia’s Slack. Not long after that, I contributed to Indonesia’s polyglot team as well, translating the Code of Conduct and revising our Translation Style Guide.</p>\n<p>Currently, I’m preparing an <a href=\"https://wp-id.org/kulgram-4-onboarding-e-mail/\">‘online webinar’ on Telegram</a> and <a href=\"https://wp-id.org/wpjkt-meetup-21-onboarding-email-and-woocommerce-theme-for-your-business\">a talk for WordPress Meetup Jakarta</a>, both about email marketing (both will be done by the time you’re reading this).</p>\n<p>By putting myself out there, or here in this article. I want to represent Asian women. In the future, I hope I can inspire more women, especially Asians, to work remotely.</p>\n<h3>What you should do if you want to work remotely</h3>\n<p>If you’re an introvert, working remotely may sound like a dream come true. Without leaving the comfort of your house (or even your pajamas), you can still work and earn money. But, it’s not all rainbows and butterflies. From my experience, here’s what you should prepare if you want to work remotely.</p>\n<ol>\n<li>You should be comfortable working with computers. All day.<br />\nAt least you can do a basic Google search, because that’s where most of the answers are, especially if you want to start as a general virtual assistant. Take care of your eyes. Stand up and walk around once in awhile.</li>\n<li>It gets boring. You should be OK with <i>not </i>meeting people all day.<br />\nSometimes you just have to focus on your work so much that you can’t afford to get out of the house. But sometimes, the only way to have that focus is to get out of the house and work from a cafe. Just find the balance you need, it’ll get better with experience.</li>\n<li>Learn the English language. Or other international languages.<br />\nIf you want to work internationally, this one is crucial. You won’t be able to work with people from another country if you can’t speak their language.</li>\n<li>Do your best in your current job.<br />\nOne of the best books I’ve read this year was So Good They Can’t Ignore You by Cal Newport. “Don’t follow your passion; rather, let it follow you in your quest to become, in the words of my favorite Steve Martin quote, “so good that they can’t ignore you.”” So, instead of trying to find your passion, enjoy the work you’re doing at the moment, try to master it, and adopt the craftsman mindset. Collect as many skills as you can, and see what those skills can do for the world.<br />\nTLDR; don’t be obsessed with wanting to work remotely. The opportunity will come, eventually.</li>\n<li>Don’t settle for mediocrity.<br />\nJust learn things. As much as you can. From anywhere, about anything. Keep an open mind. Read books, listen to podcasts, and learn new skills.</li>\n<li>Join the community.<br />\nIf you’re working in the WordPress world, join the WordPress community. It’s a great place to learn from and connect with great people.</li>\n</ol>\n<p>Of course, I won’t be able to tell you to follow the same path that I took, but I hope my story and the pointers above can help you to pursue the (remote) career you want.</p>\n<hr />\n<h2 id=\"indonesian\">Bertumbuh bersama teknologi</h2>\n<p>Saya sudah dikelilingi teknologi sejak kecil.</p>\n<p>Papa saya adalah seorang programmer yang familier dengan teknologi. Saat umur saya 10 tahun, Papa membuatkan akun email Gmail dan blog pertama saya di Blogger (Blogspot). Saat itu, artikel blog saya kebanyakan menyerupai diari, catatan dari kejadian sehari-hari yang saya alami. Akhirnya, saya merasa konten tersebut terlalu pribadi, sehingga saya atur aksesnya menjadi pribadi.</p>\n<p>Selain blog pertama itu, saya mempunyai 5 blog lain di Blogger. Satu untuk tulisan yang saya nilai tidak terlalu privat dan bisa dibaca oleh publik, satu untuk blog kelas saya di SMP, dan satu untuk saya belajar menulis dalam Bahasa Inggris. Saya tidak ingat blog yang lain untuk apa, karena banyak yang saya buat lalu saya hapus. Saya merasa puas dan senang saat bisa menuangkan pikiran saya dalam bentuk tulisan. Menulis membantu saya memroses pikiran dan perasaan saya, bahkan sampai saat ini.</p>\n<p>Setelah lulus SMA, saya tadinya ingin kuliah Sastra Inggris di salah satu universitas negeri (saya suka bahasa, Bahasa Inggris mata pelajaran favorit saya!), tetapi karena tidak berhasil masuk, akhirnya saya berkuliah di universitas swasta, mengambil jurusan Sistem Informasi. Di kuliah, saya belajar banyak mengenai TI dan bisnis, saya mempelajari bahasa pemrograman Java, HTML, CSS, Javascript, dan pemrograman Android. Saya juga belajar Bootstrap dan Ruby on Rails secara otodidak lewat Coursera dan Codecademy. Saya bisa memahami pelajaran pemrograman dan mendapat nilai bagus, tetapi saya tidak suka <i>‘coding</i>’. Saya merasa saya tidak cukup sabar untuk menulis kode dan mencari kesalahan dalam kode saya.</p>\n<h3>Bertemu WordPress pertama kali</h3>\n<p>Saat saya kuliah, orangtua saya membangun beberapa website menggunakan WordPress untuk menjual link. Saya membantu mereka mengecek kualitas artikel dan menyusunnya di WordPress, dan mereka membayar saya. Ini pertama kalinya saya bekerja dengan WordPress. Saya ingat, saya menganggap WordPress sebagai platform yang lebih canggih dari Blogger, karena ada lebih banyak cara untuk modifikasi lewat tema dan plugin.</p>\n<p>Saya suka mendapat uang tambahan (siapa yang tidak suka?), sehingga saya membantu mengajar bimbel di dekat rumah. Di semester lain, saya mengajar Inggris di Kumon, di dekat rumah juga. Selain itu, selama 2 semester, saya menjadi mentor di kampus, mengajar 10 orang teman saya yang butuh pelajaran tambahan. Sebagai gantinya, saya mendapat potongan uang kuliah.</p>\n<p>Di rumah, saya juga mencari semua cara yang legal dan aman untuk mencari uang. Saya menerjemahkan teks dari Inggris ke Indonesia menggunakan Gengo dan menulis artikel dalam Bahasa Inggris di Zerys. Saya juga mendaftar di Upwork (marketplace untuk freelancer), apply ke beberapa pekerjaan, tetapi tidak pernah mendapat satupun.</p>\n<p>Di tahun terakhir perkuliahan, saya diwajibkan menjalani magang selama 1 tahun. Saya mendapat kesempatan untuk magang di Asuransi Astra sebagai Staff IT Quality Control mereka. Selama 1 tahun tersebut, saya belajar banyak dan bertemu banyak orang hebat, tetapi saat ditawari posisi tetap menjadi Business Analyst, saya menolak. Saat itu saya ingin mendaftar beasiswa untuk melanjutkan pendidikan S2. Dan saya juga tidak terlalu suka harus bangun jam 6 pagi, sampai di rumah jam 7 malam, dan harus mengulanginya setiap hari.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/image2-1.jpg\"><img /></a>Foto dengan teman-teman kantor, saya yang berbaju putih.\n<p>Tetapi satu hal yang baru saya sadari saat menulis ini, kesempatan remote work yang saya miliki sekarang ini tidak mungkin ada tanpa pengalaman magang tersebut. Perjalanan bus ke kantor setiap hari membuat saya rutin membaca Medium. Membaca cerita-cerita orang di Medium membuat saya ingin menulis dan membagikan cerita saya, sehingga saya melakukannya di Medium.</p>\n<h3>Mulai bekerja remote</h3>\n<p>Setelah magang, saat saya mempersiapkan diri untuk mendaftar beasiswa, saya teringat dengan profil Upwork saya. Saya perbarui info diri dan CV, dan mendaftar ke beberapa lowongan sebagai asisten virtual (virtual assistant). Saya lakukan segala hal mulai dari bayaran yang kecil, seperti mem-format artikel di WordPress, desain pos media sosial, dan memroses pesanan untuk toko online. Saya bekerja dengan klien dari Singapura, Australia, Eropa, dan Amerika. Setelah beberapa review yang bagus dari klien, saya menaikkan tarif per jam saya perlahan-lahan. Saya menjadi mahir menggunakan aplikasi yang sering digunakan di lingkungan kerja remote, seperti Slack, Asana, Trello, dan Google Suites. Saya juga mulai menulis lebih banyak artikel lagi dalam bahasa Inggris, di blog pribadi saya di WordPress.com dan Medium.</p>\n<p>Suatu hari, 3 bulan setelah mulai kerja di Upwork, ada sebuah lowongan yang menarik perhatian saya. Sebuah perusahaan plugin WordPress bernama Caldera Labs/Caldera Forms sedang mencari seseorang yang dapat menjaga konsistensi blog mereka. Mereka ingin menghasilkan satu artikel per minggu. Saya mengirim proposal beserta URL profil Medium saya.</p>\n<p>Tidak lama kemudian, proposal saya dijawab oleh salah satu co-founder mereka, <a href=\"http://christiechirinos.com/\">Christie Chirinos</a>. Saya ingat Christie berkata bahwa ia sudah melihat profil Medium saya dan saya mempunyai ‘nada menulis yang bagus’. Lalu, ia mengirimi saya link Calendly (aplikasi untuk mengatur pertemuan secara online, bisa melihat jadwal kosong dari orang yang bersangkutan), dan saya memberitahunya bahwa saya akan dapat bertemu jam 5 pagi keesokan harinya.</p>\n<p>Itu juga merupakan kali pertama saya diwawancara lewat video. Saya senang dan bersemangat, tetapi juga panik. Pada hari H, saya bangun jam 4 pagi, bersiap-siap, dan membuka laptop. Anehnya, hari itu wi-fi saya putus! Saya akhirnya pergi ke McDonalds terdekat untuk mendapatkan koneksi internet. Untungnya, wawancara tersebut berjalan lancar.</p>\n<p>Saya diterima bekerja di Caldera Forms, sambil terus bekerja dengan klien yang lain, karena beban pekerjaan Caldera Forms saat itu hanya 15 jam seminggu, bahkan kurang. Selain Christie, saya juga bertemu dengan Josh Pollock (co-founder), Ariella, Anchaal, Rosa, Nico, dan Swapnil. Mereka berada di Amerika Serikat, India, dan Perancis.</p>\n<p>Awalnya, saya hanya ditugaskan untuk menyusun artikel di WordPress sesuai dengan style guide yang sudah mereka susun. Setelah beberapa bulan, saya dilibatkan di dalam strategi konten mereka secara keseluruhan, seperti membuat email onboarding dan berkoordinasi dengan penulis tamu. Dari awal, walaupun kami belum pernah bertemu secara langsung, saya merasa disambut oleh tim Caldera Forms. Dalam satu waktu, tim kami hanya berjumlah 5-6 orang, dengan pertemuan bulanan melalui video, dan ‘ngobrol’ harian melalui Slack. Pengalaman dengan Caldera Forms tidak seperti dengan klien saya yang lain.</p>\n<p>Christie dan Josh juga sangat aktif di komunitas WordPress, mereka mengenalkan saya ke orang-orang yang tepat. Untuk berkomunikasi dengan orang-orang tersebut, saya harus membuat akun di Slack Make WordPress. Saya jadi kenal dengan komunitas di balik WordPress, bagaimana orang secara sukarela menyumbangkan waktu, energi, dan kemampuan mereka untuk kemajuan komunitas, kode, pemasaran, hingga penerjemahan. Melihat itu semua sangat menginspirasi saya. Selama di Caldera Forms, saya juga dikirim untuk menghadiri WordCamp pertama saya, WordCamp Jakarta 2018!</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/image3-1.jpg\"><img /></a>Merchandise dari WordCamp Jakarta, Wapuu Ondel-ondel!\n<p>Setelah menghadiri WordCamp tersebut, tentunya saya ingin mempunyai website WordPress sendiri dengan domain nama saya sendiri. Teman-teman dapat melihat blog saya <a href=\"http://ascenciafike.com\">disini</a>. Mempunyai blog dengan domain nama saya sendiri terasa seperti langkah selanjutnya dalam perjalanan karir saya.</p>\n<h3>Proses transisi ke pekerjaan penuh waktu</h3>\n<p>Suatu hari, Caldera Forms diakuisisi oleh <a href=\"http://saturdaydrive.com\">Saturday Drive</a>, perusahaan di balik plugin form builder lainnya, <a href=\"http://ninjaforms.com\">Ninja Forms</a>. Josh, Nico, Rosa, dan saya ‘berpindah’ juga. Josh memperkenalkan saya ke <a href=\"http://jameslaws.com\">James Laws</a>, CEO dari Saturday Drive. Saat itu, kami masih menggunakan kontrak lama saya di Upwork, dengan batas waktu kerja 15 jam seminggu. Di Saturday Drive, semuanya berbeda, tim mereka jauh lebih besar dibandingkan Caldera (ada lebih dari 20 orang) sehingga saya sangat bersemangat! Mereka mempunyai tim produk, tim suport, dan tim komunikasi. Tetapi, selain akuisisi tersebut, mereka juga sedang melewati transisi yang lain, yaitu berubah menjadi perusahaan remote.</p>\n<p>Setelah satu bulan bekerja bersama Saturday Drive dengan kontrak lama saya, James tiba-tiba menawari saya posisi penuh waktu untuk mengelola program afiliasi mereka. Saya sangat senang dan bersyukur mendapatkan penawaran tersebut, tetapi juga mengalami dilema. Mengambil tawaran tersebut dan bekerja penuh waktu dengan Saturday Drive berarti melepas semua klien saya dan harus mengambil spesialisasi <i>affiliate marketing</i> (pemasaran afiliasi). Saya juga harus bekerja selama 8 jam sehari. Malam itu, saya tidak bisa tidur, dan saya berdiskusi dengan kedua orangtua saya yang sama bersemangatnya.</p>\n<p>Keesokan harinya, saya menjawab pesan dari James dan menerima tawarannya.</p>\n<p>Sudah lebih dari 4 bulan sejak saya mulai bekerja dengan Saturday Drive (waktu penulisan: bulan Januari 2020). Bekerja penuh waktu dengan satu perusahaan memang sangat berbeda dengan freelancing (bekerja lepas), tetapi saya menikmati hampir setiap momennya.</p>\n<p>Di Saturday Drive, kami menggunakan Basecamp, bukan Slack, dimana kami dapat mengatur pertanyaan rutin untuk anggota yang lain setiap minggunya. Misalnya, setiap Rabu kami akan mendapat pertanyaan: “Bagaimana penampilanmu hari ini?”. Ada juga pertanyaan-pertanyaan seperti: “Apa yang kamu tunggu-tunggu minggu ini?”, “Apa yang berjalan lancar dari kerjamu hari ini?”, dan “Buku apa yang baru kamu baca dan menurutmu bagus akhir-akhir ini?”. Bahkan kami mempunyai klub membaca untuk buku fiksi dan non-fiksi!</p>\n<p>Kami juga menggunakan metode kerja dari Basecamp, yang disebut <a href=\"https://basecamp.com/shapeup\">Shape Up</a>. Kami bekerja dalam siklus, yaitu 6 minggu mengerjakan proyek, lalu 2 minggu mengerjakan hal-hal yang kami ingin kerjakan (disebut <i>cooldown</i>). Sebelum siklus selanjutnya mulai, kami akan mengumpulkan <i>pitch</i> mengenai proyek yang ingin kita lakukan.</p>\n<p>Bagaimana dengan panggilan/konferensi video? Kami mengadakan pertemuan dengan semua anggota tim setiap bulannya, dan <i>ngobrol </i>dengan 4-5 orang setiap 2 minggu. Kalau diperlukan sekali, kami juga mengadakan panggilan video untuk pekerjaan. Saya bekerja dalam zona waktu Indonesia, kecuali untuk mengikuti panggilan-panggilan ini.</p>\n<p>Sejauh ini, saya menikmati bekerja dengan Saturday Drive dan mengenal orang-orang di dalamnya. Walaupun sulit untuk terhubung dengan budaya Amerika (hampir 90% stafnya berada di Amerika), tetapi saya terhubung dan sangat mendukung nilai-nilai yang Saturday Drive pegang. Dan yang terpenting, saya bangga dengan kerja Saturday Drive sebagai perusahaan!</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/image1-1.png\"><img /></a>Ngobrol virtual dengan tim Saturday Drive.\n<h3>Memberi kembali ke Komunitas WordPress</h3>\n<p>Apakah teman-teman bisa melihat pola di dalam cerita saya?</p>\n<p>Orang-orang di dalam komunitas WordPress biasanya suka berbagi, sangat percaya kepada orang lain (dan potensi orang lain), dan suka menolong, karena WordPress sendiri bersifat open-source (terbuka). WordPress bisa berjalan karena dibantu oleh para relawan, orang-orag dari seluruh dunia yang secara sukarela menulis kode, membantu pemasaran, penerjemahan, suport, dan masih banyak lagi. Meetup dan WordCamp, baik lokal dan regional, diadakan oleh organizer dan relawan.</p>\n<p>Karena selama ini saya telah merasakan kebaikan dari orang-orang WordPress, saya ingin memberi kembali/membantu komunitas WordPress. Beberapa bulan lalu, saya mencoba berkontribusi ke tim Marketing WordPress global dengan mengikuti beberapa kali pertemuan mingguannya di Slack. Tetapi lama kelamaan saya tidak datang lagi, karena terlalu sibuk dengan pekerjaan (dan pertemuannya diadakan pukul 10 malam).</p>\n<p>Sekitar bulan November 2019, Devin Maeztri dari WordPress Indonesia menghubungi saya lewat DM Instagram. Ia mengundang saya untuk ikut PerempuanWP, sebuah komunitas untuk perempuan Indonesia yang bekerja di dunia WordPress (mirip dengan WomeninWP). Hari itu, saya mulai mengikuti <a href=\"https://twitter.com/PerempuanWP\">@PerempuanWP</a> di Twitter dan bergabung dengan Slack WordPress Indonesia. Tidak lama setelahnya, saya berkontribusi di tim poliglot Indonesia juga, menerjemahkan Kode Etik Komunitas WordPress Indonesia (<i>Code of Conduct</i>) dan merevisi Panduan Penerjemahan (<i>Translation Style Guide</i>).</p>\n<p>Saat ini, saya sedang mempersiapkan <a href=\"https://wp-id.org/kulgram-4-onboarding-e-mail/\">kulgram di grup Telegram PerempuanWP</a> dan menjadi <a href=\"https://wp-id.org/wpjkt-meetup-21-onboarding-email-and-woocommerce-theme-for-your-business\">pembicara di Meetup WordPress Jakarta</a>, keduanya tentang <i>email marketing.</i></p>\n<p>Dengan membagikan pengalaman dan cerita saya, salah satunya melakui artikel ini, saya ingin mewakili perempuan Indonesia dan Asia. Saya berharap saya dapat menginspirasi banyak perempuan di Indonesia dan Asia untuk bekerja secara remote.</p>\n<h3>Apa yang harus Anda lakukan jika ingin bekerja secara <i>remote</i></h3>\n<p>Jika teman-teman adalah seorang yang introver (seperti saya!), bekerja remote mungkin terdengar seperti mimpi yang jadi kenyataan. Tanpa harus meninggalkan rumah (bahkan kadang masih memakai baju tidur), Anda dapat bekerja dan menghasilkan uang. Tetapi tidak semua aspek bekerja remote itu menyenangkan.</p>\n<p>Berdasarkan pengalaman saya, berikut hal-hal yang harus Anda persiapkan jika ingin bekerja secara remote:</p>\n<ol>\n<li>Anda harus siap bekerja di depan komputer. Satu hari penuh.<br />\nPaling tidak Anda harus bisa melakukan pencarian lewat Google, karena akan sangat dibutuhkan untuk bekerja, terutama jika Anda ingin memulai sebagai asisten virtual. Jaga mata Anda. Berdiri dan jalan setiap 30 menit.</li>\n<li>Anda harus siap bosan, dan tidak bertemu orang lain (selain keluarga) selama satu hari.<br />\nKadang Anda harus fokus sekali dengan pekerjaan hingga tidak bisa keluar rumah. Tetapi kadang, satu-satunya cara untuk fokus adalah keluar rumah dan kerja di kafe. Sesuaikan dengan kebutuhan, lama-kelamaan Anda akan menemukan kombinasi yang pas.</li>\n<li>Pelajari bahasa Inggris. Atau bahasa internasional lainnya.<br />\nJika Anda ingin bekerja secara internasional. Poin ini adalah keharusan. Anda tidak akan bisa bekerja dengan orang dari negara lain jika Anda tidak dapat berkomunikasi dalam bahasa mereka.</li>\n<li>Lakukan yang terbaik di pekerjaan Anda saat ini.<br />\nSalah satu buku terbaik yang saya baca di tahun 2019 adalah So Good They Can’t Ignore You oleh Cal Newport. “Jangan ikuti passion Anda; melainkan biarkan passion Anda mengikuti Anda dalam perjalanan, yang Steve Martin sebagai, “bagus sekali hingga mereka tidak dapat mengabaikan Anda.”” Jadi, jangan ikuti passion Anda, tetapi jalani pekerjaan yang Anda punya sekarang sebaik mungkin, coba untuk menguasai kemampuan yang dibutuhkan, dan adopsi cara pikir ‘pengrajin’. Jangan menunggu pekerjaan yang ‘sempurna’, percaya bahwa setiap pekerjaan mempunyai pelajaran bagi diri kita, kumpulkan kemampuan sebanyak mungkin, dan pikirkan apa yang dapat Anda lakukan bagi dunia dengan kemampuan-kemampuan tersebut.<br />\nSingkatnya, jangan terlalu terobsesi dengan ingin bekerja secara remote. Kerjakan pekerjaan Anda sebaik mungkin, kesempatan akan datang pada waktunya.</li>\n<li>Jangan mudah puas.<br />\nApapun tingkat kemampuan Anda saat ini, belajar sebanyak-banyaknya. Darimana saja, tentang apa saja. Tetap terbuka. Baca buku, dengarkan podcast, dan pelajari kemampuan baru.</li>\n<li>Ikut komunitas.<br />\nJika Anda bekerja di dunia WordPress, ikut komunitas WordPress! Selain bisa menolong orang lain, kita juga bisa belajar dari banyak orang hebat dan menambah koneksi.</li>\n</ol>\n<p>Saya berharap pengalaman saya dan tips-tips di atas dapat menginspirasi dan menolong teman-teman yang ingin berkarir secara remote.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: How WordPress Enabled Me To Work Remotely &#8211; Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20WordPress%20Enabled%20Me%20To%20Work%20Remotely%20%2D%20Bagaimana%20WordPress%20Memungkinkan%20Saya%20Bekerja%20Secara%20Remote&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fstarting-early-in-tech%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How WordPress Enabled Me To Work Remotely &#8211; Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fstarting-early-in-tech%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fstarting-early-in-tech%2F&title=How+WordPress+Enabled+Me+To+Work+Remotely+%26%238211%3B+Bagaimana+WordPress+Memungkinkan+Saya+Bekerja+Secara+Remote\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How WordPress Enabled Me To Work Remotely &#8211; Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/starting-early-in-tech/&media=https://heropress.com/wp-content/uploads/2020/01/011320-min-150x150.jpg&description=How WordPress Enabled Me To Work Remotely - Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How WordPress Enabled Me To Work Remotely &#8211; Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/starting-early-in-tech/\" title=\"How WordPress Enabled Me To Work Remotely &#8211; Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/starting-early-in-tech/\">How WordPress Enabled Me To Work Remotely &#8211; Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jan 2020 01:00:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Fike Komala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: Dollie Platform Launches, Provides Tools to Build and Deploy Pre-Configured WordPress Installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96477\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/dollie-platform-launches-provides-tools-to-build-and-deploy-pre-configured-wordpress-installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4720:\"<p>Stratus5, a company that specializes in cloud container management and business service automation, launched <a href=\"https://getdollie.com/\">Dollie</a> today.  Dollie is a cloud-based eCommerce solution for WordPress developers looking to provide white-label hosting services to their customers.  The platform allows developers and agencies to sell custom, pre-configured WordPress solutions to their clients.</p>\n\n\n\n<p>Dollie is built on top of the Stratus5 Cloudware system.  It includes tools like Blueprints, which allows developers to save and clone custom WordPress configurations.  These configurations are saved to the cloud.  Developers can then launch new instances and monetize them at the click of a button.</p>\n\n\n\n<p>It also has management tools such as billing automation, customer resource management, analytics, backups, permissions, and more.  The platform serves sites via isolated Docker containers.  It runs on a modern stack that includes NGINX, PHP 7.3, Redis, and PerconaDB.</p>\n\n\n\n<p>&ldquo;In the simplest terms, we let developers launch their own cloud hosting service similar to Wix or Squarespace but using WordPress,&rdquo; said Trent Lapinski, VP of Dollie and Stratus5 Cloudware.</p>\n\n\n\n<p>Developers can try Dollie for free and only start paying once they are ready to accept customers.  Pricing begins at $100 per month for the first 10 customers.</p>\n\n\n\n<p>Customer billing can be done via Dollie&rsquo;s payment gateway or the developer&rsquo;s gateway of choice.  The system is backed by the WooCommerce plugin, so any payment gateway that supports WooCommerce Subscriptions is available.  There are no limits on the business model that developers employ.  They can set up custom pricing.</p>\n\n\n\n<p>Take a quick tour of how Dollie works:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2>Filling a Missing Gap in the Market</h2>\n\n\n\n<p>&ldquo;We built Dollie because there&rsquo;s a competitive gap in the market between the hosting companies and the developers who actually build websites, themes, and plugins,&rdquo; Trent Lapinski.  &ldquo;I&rsquo;ve seen agencies and many of my developer friends constantly stuck in the rat race of trying to find that next customer, get that next download, and struggle to build sustainable businesses. This is the struggle I faced with CyberChimps selling one-off WordPress products.  Meanwhile, the hosting companies have turned into multi-million and even billion-dollar corporations on the backs of these same developers.&rdquo;</p>\n\n\n\n<p>Lapinski feels like Dollie will level the playing field for developers.  He wishes these tools had existed when he bootstrapped his WordPress startup.  The goal is to allow developers to compete on their own terms.  </p>\n\n\n\n<p>&ldquo;By empowering developers to build sustainable products and services and generate reoccurring-subscription revenue, much like the hosting companies have accomplished, we can grow WordPress by helping developers and agencies grow their businesses,&rdquo; he said.  &ldquo;The key is helping them acquire subscription customers so they can forecast, budget, and bootstrap their businesses in a way I never could when I ran my own theme shop.&rdquo;</p>\n\n\n\n<p>The platform is built on top of WordPress and WooCommerce.  The custom-built technology on top of this allows developers to set up white-label cloud services with minimal up-front knowledge.  The biggest requirement is that developers need to be comfortable with WordPress and WooCommerce.</p>\n\n\n\n<p>&ldquo;Bringing these enterprise-level tools to WordPress developers and giving them the freedom to choose their own business models has simply never been done before,&rdquo; said Lapinski.  &ldquo;Dollie automates many of the processes developers have had to work around for decades, and makes saving, cloning, deploying, and monetizing WordPress products and services as easy as a few clicks.&rdquo;</p>\n\n\n\n<p>Dollie takes no part in what developers or agencies charge their clients outside of providing the tools.  That relationship exists directly between the developer and the client.  Dollie gets paid when developers convert subscribing customers to cover the cloud hosting costs.</p>\n\n\n\n<p>They also allow larger agencies to select third-party cloud providers.  They can then license and partner with Dollie to manage their cloud infrastructure.  The goal is to allow developers to scale as large as needed and customize to suit their needs.</p>\n\n\n\n<p>&ldquo;We are optimistic these tools and the freedom we are enabling for our partners will be the point of difference in how developers view their own value in what they can deliver to their clients and customers,&rdquo; said Lapinski.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Jan 2020 21:13:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Can the Block Directory and Business Interests Coexist?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96444\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/can-the-block-directory-and-business-interests-coexist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5388:\"<p>WordPress.org is not an official marketplace for plugins and themes.  Except for some plugins that are strictly SaaS products, all extensions to the platform are publicly available for the low cost of $0.</p>\n\n\n\n<p>Despite not directly selling through WordPress.org, the plugin directory is a huge source of income for many individual developers and companies via product and service upsells.  Plugins are big business.  Besides a bounty of third-party marketplaces and individual shops, commercial interests often flow directly in and out of the official WordPress site.  For many developers, it essentially serves as a marketplace.</p>\n\n\n\n<p>In December, we dove into an <a href=\"https://wptavern.com/version-1-prototype-of-the-wordpress-admin-block-directory-announced\">early proposal of the WordPress block directory</a>.  The new directory should land within the WordPress software itself in version 5.5 and will house a new type of plugin.  The idea behind the <a href=\"https://wordpress.org/plugins/browse/block/\">block directory</a> is that it will allow plugin developers to create and share one-off blocks that users can install on their websites.</p>\n\n\n\n<p>This is the future of WordPress.</p>\n\n\n\n<p>Love it or hate it, there will come a time when end-users are primarily looking to install individual blocks to solve their problems.  This is not to say that other types of plugins won&rsquo;t exist or have their place.  They will continue to be a major part of the platform.  However, blocks will be a big deal once users can install them at the click of a button via the WordPress admin.</p>\n\n\n\n<p>The question is whether blocks can also be big business.</p>\n\n\n\n<p>Tavern reader Matt Gowdy <a href=\"https://wptavern.com/version-1-prototype-of-the-wordpress-admin-block-directory-announced#comment-316657\">believes the guidelines</a> for the block directory could be an issue.  &ldquo;There&rsquo;s a lot to like here,&rdquo; he said.  &ldquo;Though I&rsquo;m still troubled by the directory submission rules that are fairly stringently not allowing for any sort of promotional link or defined up-sell of any kind so as not to &lsquo;disrupt the flow.\'&rdquo;</p>\n\n\n\n<p>Currently, the <a href=\"https://github.com/WordPress/wporg-plugin-guidelines/blob/block-guidelines/blocks.md\">block directory guidelines</a> make it clear that advertising of any kind is disallowed:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Block Plugins are blocks. They must not include advertisements, prompts, or promotional messages.</p></blockquote>\n\n\n\n<p>On the one hand, it makes sense, particularly for something that is not yet built and will eventually serve as a version 1.0. If every block a user installs begins advertising, it could be a recipe for disaster without some type of standard.</p>\n\n\n\n<p>On the other hand, would the idea of not having an upselling route turn WordPress businesses away?  While many developers would be willing to submit blocks, is this sustainable?  Many of the most popular plugins are backed by businesses.  The more popular any particular piece of software becomes, the more likely it is that the software will need funding to cover maintenance, feature updates, and support.</p>\n\n\n\n<p>&ldquo;More often than not these days, people don&rsquo;t have as much free time to invest in coding just for the fun of it,&rdquo; said Gowdy.  &ldquo;I speak mainly of myself, but I have the notion that while WordPress is still grounded pretty firmly in Open Source (not a bad thing), it&rsquo;s been the open markets that have allowed it to grow as much as it has. I don&rsquo;t think it&rsquo;s wrong to allow people the opportunity (within reason) to make something back off their hard work should they choose. Donations are non-viable in my experience as the vast majority of humanity are way cheaper than they would like to admit.&rdquo;</p>\n\n\n\n<p>Currently, the upcoming directory has a limited number of blocks available.  The WordPress Meta and Plugin teams should expect more.  However, it is unclear whether the guideline will slow its growth.</p>\n\n\n\n<p>&ldquo;Without any sort of up-sell channel (rule-defined or element defined in blocks), we aren&rsquo;t going to see the plethora that we are hoping for, nor in some cases the quality that could be brought in by people working professionally on a block plugin,&rdquo; said Gowdy. &ldquo;The time to define these up-sell and link options is right now.&rdquo;</p>\n\n\n\n<p>Gowdy is not alone in his concerns.  Several others expressed similar opinions in the comments on the <a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines\">block directory announcement post</a>.</p>\n\n\n\n<p>&ldquo;Where WordPress started and where it is now are two separate points in time,&rdquo; said Gowdy.  &ldquo;I hope the Open Source community and the marketplaces can find a way to co-exist here in order to really rev up the platform for the future.&rdquo;</p>\n\n\n\n<p class=\"has-text-color has-background has-white-color has-blue-700-background-color is-style-highlight text-white bg-blue-700\">This post is part of a new <a href=\"https://wptavern.com/category/from-the-comments\">From the Comments</a> series where we highlight interesting points of discussion from comments on WP Tavern articles. The hope is to give these comments, which can sometimes get lost, the attention they deserve.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jan 2020 20:46:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 02 Mar 2020 07:38:10 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 02 Mar 2020 07:15:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20130911083210\";}',	'no'),
(6871,	'_transient_timeout_wpseo-statistics-totals',	'1583221088',	'no'),
(6872,	'_transient_wpseo-statistics-totals',	'a:1:{i:6;a:2:{s:6:\"scores\";a:0:{}s:8:\"division\";b:0;}}',	'no'),
(510,	'recently_activated',	'a:0:{}',	'yes'),
(3908,	'_transient_wc_outofstock_count',	'0',	'no'),
(3905,	'_transient_timeout_wc_low_stock_count',	'1584203664',	'no'),
(3906,	'_transient_wc_low_stock_count',	'0',	'no'),
(3907,	'_transient_timeout_wc_outofstock_count',	'1584203664',	'no'),
(518,	'password_protected_version',	'2.2.5',	'yes'),
(519,	'password_protected_status',	'1',	'yes'),
(520,	'password_protected_feeds',	'0',	'yes'),
(521,	'password_protected_rest',	'0',	'yes'),
(522,	'password_protected_administrators',	'1',	'yes'),
(523,	'password_protected_users',	'0',	'yes'),
(524,	'password_protected_password',	'1bee0d8aaede29ac319901e96850adee',	'yes'),
(525,	'password_protected_allowed_ip_addresses',	'',	'yes'),
(526,	'password_protected_remember_me_lifetime',	'14',	'yes'),
(532,	'new_admin_email',	'alex@helloonline.co.uk',	'yes'),
(6877,	'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3',	'1583177889',	'no'),
(6878,	'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3',	'1583134689',	'no'),
(4574,	'user_role_editor',	'a:1:{s:11:\"ure_version\";s:4:\"4.53\";}',	'yes'),
(4575,	'wpmq_backup_user_roles',	'a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:116:{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:27:\"access_white_label_branding\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}',	'no'),
(6844,	'_site_transient_timeout_community-events-a030a362bfc15d703ecfa36483c0d5f1',	'1583172196',	'no'),
(6845,	'_site_transient_community-events-a030a362bfc15d703ecfa36483c0d5f1',	'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"202.142.71.0\";}s:6:\"events\";a:1:{i:0;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Kolkata, India\";s:3:\"url\";s:34:\"https://2020.kolkata.wordcamp.org/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-03-22 00:00:00\";s:8:\"end_date\";s:19:\"2020-03-22 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Kolkata, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:22.580645499999999259443939081393182277679443359375;s:9:\"longitude\";d:88.4761115000000017971615307033061981201171875;}}}}',	'no'),
(6796,	'_site_transient_timeout_community-events-8b45a861f8792feb5bf3a9ca84c7d7fe',	'1583131472',	'no'),
(6797,	'_site_transient_community-events-8b45a861f8792feb5bf3a9ca84c7d7fe',	'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"78.97.115.0\";}s:6:\"events\";a:3:{i:0;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:27:\"WordCamp Bucharest, Romania\";s:3:\"url\";s:36:\"https://2020.bucharest.wordcamp.org/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-04-25 00:00:00\";s:8:\"end_date\";s:19:\"2020-04-25 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Bucharest, Romania\";s:7:\"country\";s:2:\"RO\";s:8:\"latitude\";d:44.438136299999996481346897780895233154296875;s:9:\"longitude\";d:26.10135580000000032896423363126814365386962890625;}}i:1;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Vrsac, Serbia\";s:3:\"url\";s:31:\"https://2020.vrsac.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-05-09 00:00:00\";s:8:\"end_date\";s:19:\"2020-05-10 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Vrsac, Vojvodina Serbia\";s:7:\"country\";s:2:\"RS\";s:8:\"latitude\";d:45.11725169999999707215465605258941650390625;s:9:\"longitude\";d:21.316856099999998974681147956289350986480712890625;}}i:2;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:21:\"WordCamp Plovdiv 2020\";s:3:\"url\";s:33:\"https://2020.plovdiv.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-05-16 00:00:00\";s:8:\"end_date\";s:19:\"2020-05-17 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Plovdiv, Bulgaria\";s:7:\"country\";s:2:\"BG\";s:8:\"latitude\";d:42.1395509000000032528987503610551357269287109375;s:9:\"longitude\";d:24.73666709999999824276528670452535152435302734375;}}}}',	'no'),
(6875,	'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3',	'1583177889',	'no'),
(6876,	'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3',	'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Feb 2020 16:05:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.4-beta3-47400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.4 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Feb 2020 22:10:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8384\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"WordPress 5.4 Beta 3 is now available! This software is still in development,&#160;so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.4 beta in two ways: Try the WordPress Beta Tester plugin (choose &#8220;bleeding edge nightlies&#8221; [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2869:\"\n<p>WordPress 5.4 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.4 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose &#8220;bleeding edge nightlies&#8221; or &#8220;Beta/RC &#8211; Bleeding edge&#8221; option in version 2.2.0 or later of the plugin) * you must already have updated to your site to &#8220;bleeding edge nightlies&#8221; for the &#8220;Beta/RC &#8211; Bleeding edge&#8221; option to be available</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-beta3.zip\">download the beta here</a> (zip). </li></ul>\n\n\n\n<p>WordPress 5.4 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-4/\">March 31st, 2020</a>, and we need your help to get there.</p>\n\n\n\n<p>Thanks to the testing and feedback from everyone who tested <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-2/\">beta 2</a> (and <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a>) over <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=02%2F18%2F2020..02%2F25%2F2020&amp;milestone=5.4&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">24 tickets have been closed</a> in the past week. </p>\n\n\n\n<h2>Some highlights </h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/20424\">Round-up of Gutenberg fixes</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/47606\">Display Site Health score on Dashboard</a></li></ul>\n\n\n\n<h2>Developer notes</h2>\n\n\n\n<p>WordPress 5.4 has lots of refinements to polish the developer experience. To keep up, subscribe to the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>&nbsp;and pay special attention to the&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">developer notes</a>&nbsp;tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>&nbsp;where you can also find a list of&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8384\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Pop-Up Livestream on February 22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2020/02/pop-up-livestream-on-february-22/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Feb 2020 23:06:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8377\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"As mentioned in this post, Matt will host a livestream on February 22 during Bangkok daylight hours. He opened an invitation to any speaker who was affected by the cancellation, and the livestream will include the following fine people: Imran Sayed, Md Saif Hassan, Muhammad Muhsin, Nirav Mehta, Piccia Neri, Umar Draz, and Francesca Marano [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2219:\"\n<p>As mentioned <a href=\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\">in this post</a>, Matt will host a <a href=\"https://livestream.w.org/\">livestream on February 22</a> during Bangkok daylight hours. He opened an invitation to any speaker who was affected by the cancellation, and the livestream will include the following fine people: <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/saiftheboss7/\">Md Saif Hassan</a>, <a href=\"https://profiles.wordpress.org/mmuhsin/\">Muhammad Muhsin</a>, <a href=\"https://profiles.wordpress.org/niravmehta/\">Nirav Mehta</a>, <a href=\"https://profiles.wordpress.org/piccianeri/\">Piccia Neri</a>, <a href=\"https://profiles.wordpress.org/itpixelz/\">Umar Draz</a>, and <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> as well as a Fireside Chat and Q&amp;A<strong> </strong>with <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> &amp; <a href=\"https://www.linkedin.com/in/monishavaradan/\">Monisha Varadan</a>.</p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background has-vivid-cyan-blue-background-color\" href=\"https://livestream.w.org/\" target=\"_blank\" rel=\"https://livestream.w.org/ noopener noreferrer\">Join the stream</a></div>\n</div>\n\n\n\n<p>This should be a great way to get to hear from some speakers who have yet to share their knowledge on a global stage. WordPress is enriched by a multitude of experiences and perspectives, and I hope you are as excited as I am to hear new voices from a part of the world that is frequently underrepresented in the WordPress open source project.&nbsp;</p>\n\n\n\n<p>Also exciting, <a href=\"https://2020.asia.wordcamp.org/2020/02/18/wordcamp-asia-2021/\">the WordCamp Asia team has announced that they’re aiming for January 2021</a>, so please mark your calendars now! This small but mighty team of trailblazing organizers has shown great resilience over the years they’ve spent, building toward this event. I am personally grateful for the hard work they’ve done and have yet to do, and can’t wait to thank them in Bangkok next year.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8377\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.4 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Feb 2020 21:50:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8360\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:372:\"WordPress 5.4 Beta 2 is now available! This software is still in development,&#160;so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version. You can test WordPress 5.4 beta 2 in two ways: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge nightlies” option) Or&#160;download [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3397:\"\n<p>WordPress 5.4 Beta 2 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test WordPress 5.4 beta 2 in two ways:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.4-beta2.zip\">download the beta here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>WordPress 5.4 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-4/\">March 31, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>Thank you to all of the contributors that tested the <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a> development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Some highlights</h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=02%2F12%2F2020..&amp;milestone=5.4&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">27 bugs</a> have been fixed. Here is a summary of a few changes included in beta 2:</p>\n\n\n\n<ul><li>Block editor: Columns in the Block Library that have unassigned-width will now grow equally.</li><li>Block editor: The custom gradient picker now works in languages other than English.</li><li>Block editor: When choosing colors is not possible, the color formatter  no longer shows.</li><li>Privacy: The privacy request form fields have been adjusted to be more consistent on mobile.</li><li>Privacy: The notice offering help when editing the privacy policy page will no longer show at the top of All Pages in the admin area.</li><li>Site Health: The error codes for failed REST API tests now display correctly.</li></ul>\n\n\n\n<h2>Developer notes</h2>\n\n\n\n<p>WordPress 5.4 has lots of refinements to polish the developer experience. To keep up, subscribe to the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>&nbsp;and pay special attention to the&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">developers’ notes</a>&nbsp;for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! </p>\n\n\n\n<p>If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>UPDATE &#8211; 20 Feb, 2020: This post was originally misattributed to Francesca Marano. The proper authorship has been corrected.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8360\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Kori Ashton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2020/02/people-of-wordpress-kori-ashton/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Feb 2020 21:12:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8348\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. The beginning In 1998, Kori created her very first HTML website. Her dad [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11825:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>The beginning</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton.jpg?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8349\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton.jpg?w=960&amp;ssl=1 960w, https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton.jpg?resize=300%2C300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton.jpg?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton.jpg?resize=768%2C767&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Kori Ashton</figcaption></figure>\n\n\n\n<p>In 1998, Kori created her very first HTML website. Her dad was creating websites for a living at the time. She needed a website for her band because she wanted to be a rockstar. Under his training, and with a little bit of self-teaching, she learned how to build a website.</p>\n\n\n\n<p>She had been aware of WordPress since 2005, and, in 2008 a client specifically hired her as a freelancer to develop a WordPress website. Kori went straight to Google and taught herself how to build a WordPress website over a single weekend. She really enjoyed the experience of working with WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>My mind was absolutely blown when I saw the drag and drop options inside of menus to create dropdowns and a form builder.&nbsp;</em></p><cite>Kori Ashton</cite></blockquote>\n\n\n\n<p>She suggested to her dad that WordPress could be a solution for their customers who wanted to be able to access their own websites. Previously, they had found this was not as easy for clients unless they had specific software and knew how to code. So, Kori and her dad worked to learn WordPress over the next few years.&nbsp;</p>\n\n\n\n<p>Then in 2012, Kori and her parents launched their new business, WebTegrity, in San Antonio, Texas, US. It started out small: just Kori and her parents. Soon, they started subcontracting design work and quickly continued to grow their team.</p>\n\n\n\n<h2><strong>Going big time</strong></h2>\n\n\n\n<p>Even though the business was in a saturated industry in San Antonio &#8212; over 700 freelancers and agencies were providing similar services &#8212;  Kori and her parents were able to sell their company five years later, with a multi-million dollar valuation. There were a few choices they made early on that led to that success.</p>\n\n\n\n<h3><strong>1. They picked a niche: WordPress specialists&nbsp;</strong></h3>\n\n\n\n<p>At the time, there were no WordPress-specific agencies in San Antonio. They emphasized the fact that WordPress was the only CMS their company would use. Prospective clients looking for a different type of CMS solution were not the right fit for their business. They also offered on-site, WordPress training and weekend workshops that were open to anyone (including other agencies) as one of their revenue streams. They soon were established as a city-wide WordPress authority.</p>\n\n\n\n<h3><strong>2. They cultivated a culture</strong></h3>\n\n\n\n<p>Kori wanted a great culture and environment in her company and to make that happen, she needed to hire the right people. She believes you must be careful about who you bring into the culture of your business, but particularly when hiring leaders into that community. You can’t teach passion so you’ve got to find people that are excited about what you do. You also need to look for integrity, creativity, a love for solving problems, and an eagerness to keep getting better.&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>You can teach code all day long, but be sure to find people with the right hearts to join your community and then train them up the right way. This way you will grow your culture in a healthy way.</em></p><cite>Kori Ashton</cite></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2020/02/kori-ashton-2.png?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8350\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/02/kori-ashton-2.png?w=711&amp;ssl=1 711w, https://i0.wp.com/wordpress.org/news/files/2020/02/kori-ashton-2.png?resize=287%2C300&amp;ssl=1 287w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Kori and her two sons</figcaption></figure>\n\n\n\n<h3><strong>3. They learned how to build sustainable revenue streams</strong></h3>\n\n\n\n<p>Like many other web development agencies, WebTegrity started out with the “one-time fee and you’re done” business model. This business model is known for unpredictable revenue streams. Hearing about recurring revenue business models at WordCamp Austin was a lightbulb moment for Kori. She started drafting a more sustainable business model on the way back home.&nbsp;</p>\n\n\n\n<p>Support packages were key to their new business plan. Clients needed ongoing support. They decided to include at least 12 months of post-launch support into their web development projects. This doubled their revenue in one year and allowed them to even out their revenue streams.</p>\n\n\n\n<h3><strong>4. They knew the importance of reputation</strong></h3>\n\n\n\n<p>Kori believes that every client, whether they have a $5,000 or a $50,000 budget, should get the same type of boutique-style, white glove, concierge relationship.</p>\n\n\n\n<p>Every single project results in the absolute best solution for a client&#8217;s needs. In addition to that, offering training helped boost their reputation. Explaining the lingo of the web development and SEO fields and showing the processes used, added transparency. It helped set and meet expectations and it built trust.&nbsp;</p>\n\n\n\n<h3><strong>5. They proactively gave back to the community</strong></h3>\n\n\n\n<p>Kori heard Matt Mullenweg speak about <a href=\"https://wordpress.org/five-for-the-future/\">Five For The Future</a> at WordCamp US. He encouraged people in the audience who make a living using WordPress, to find ways to give back 5% of their time to building the WordPress software and community. Matt talked about how firms and individuals could give back to the community. He suggested, for instance to:</p>\n\n\n\n<ul><li>start a WordPress Meetup group</li><li>present at a Meetup event&nbsp;</li><li>facilitate a Meetup group where maybe you’re just the organizer and you never have to speak because you’re not a fan of speaking</li><li>help organize a WordCamp</li><li>volunteer at a WordCamp</li><li>write a tutorial and tell people how to do WordPress related things&nbsp;</li><li>run a workshop</li><li>make a video</li></ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?fit=632%2C422&amp;ssl=1\" alt=\"\" class=\"wp-image-8351\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?w=1500&amp;ssl=1 1500w, https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?resize=768%2C513&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>If you&#8217;re making an income using WordPress, consider giving 5% of your time back to building the software and/or the community.</figcaption></figure>\n\n\n\n<p>This gave Kori another light bulb moment. She could make videos to give back. So her way to give back to the WordPress community is her <a href=\"https://www.youtube.com/user/webtegrity\">YouTube channel</a>.</p>\n\n\n\n<p>Every Wednesday, she published a video on how to improve your online marketing. This made a huge impact, both inside the WordPress community, but also in her own business.</p>\n\n\n\n<h2><strong>Understanding</strong></h2>\n\n\n\n<p>So, in summary, how did Kori and her family turn their business into a multi-million dollar buyout in just five years?&nbsp;</p>\n\n\n\n<p>Ultimately, it was about understanding that you have to build value. About keeping an exit strategy in mind while building your business. For instance when naming your company. Will it stand alone? Could it turn into a brand that you could sell as an independent entity?</p>\n\n\n\n<ul><li>Think about revenue streams and watch sales margins.</li><li>Be sure to include healthy margins.&nbsp;</li><li>Don’t hire until you have no further option.</li><li>Make sure to structure your offerings in such a way that you’re actually recouping your value.&nbsp;</li><li>Understand entrepreneurship, watch Shark Tank, read more tutorials, watch more videos.</li><li>Get involved in the WordPress community. Get to know its core leaders, the speakers that travel around to all the WordCamps. Start following them on Twitter and try to understand what they’re sharing.&nbsp;</li></ul>\n\n\n\n<p>In the end, the fact that Kori was so active in the San Antonio community helped enable the sale.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>We just kept hammering on the fact that we were the go-to place here in San Antonio for WordPress. We kept training, we kept doing free opportunities, going out and speaking at different events, and people kept seeing us. We kept showing up, kept giving back and kept establishing ourselves as the authority.</em></p><cite>Kori Ashton</cite></blockquote>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\">@wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>),&nbsp; Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>).</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&#038;ssl=1\" alt=\"\" class=\"wp-image-7025\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=300%2C225&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\">\n<p><em>This post is based on an <a href=\"https://heropress.com/essays/build-company-wordpress/\">article originally published on HeroPress.com</a>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n</div>\n</div>\n</div></div>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8348\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordCamp Asia Cancelled Due to COVID-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2020 04:23:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8344\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"I&#8217;ve arrived at the difficult decision to cancel the inaugural WordCamp Asia event, which was planned to take place in Bangkok on February 21st. The excitement and anticipation around this event have been huge, but there are too many unknowns around the health issues unfolding right now in the region to explicitly encourage a large [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1267:\"\n<p>I&#8217;ve arrived at the difficult decision to cancel the inaugural WordCamp Asia event, which was planned to take place in Bangkok on February 21st. The excitement and anticipation around this event have been huge, but there are too many unknowns around the health issues unfolding right now in the region to explicitly encourage a large public gathering bringing together over 1,300 people from around the world.</p>\n\n\n\n<p>We’re going to explore if speakers — including myself — can do our sessions with the same content and at the same time that was originally planned, just online instead of in-person so we can achieve our goal of bringing the pan-Asian community closer together without putting anyone&#8217;s health at additional risk.</p>\n\n\n\n<p>Regardless, I greatly appreciate the work everyone — from organizers to attendees,&nbsp; speakers to sponsors — put into making this a big success. So many people have come together to create an event to inspire and connect WordPressers, and I am confident that this passion will carry through into the event next year. Our thoughts are with everyone affected by the virus so far, and we sincerely hope that everything is resolved quickly so that this precaution looks unnecessary in hindsight.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.4 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Feb 2020 22:43:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8322\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:361:\"WordPress 5.4 Beta 1 is now available for testing! This software is still in development,&#160;so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.4 beta in two ways: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge nightlies” [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Francesca Marano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7546:\"\n<p>WordPress 5.4 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.4 beta in two ways:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.4-beta1.zip\">download the beta here&nbsp;(zip)</a>.</li></ul>\n\n\n\n<p>WordPress 5.4 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-4/\">March 31, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>While the <strong>primary goal for 2020 is full-site editing with blocks</strong>, contributors to WordPress are working across every area of the project to ensure the software continues moving forward.</p>\n\n\n\n<p>Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute. Here are some of the big changes and features to pay close attention to while testing.</p>\n\n\n\n<h2>Block Editor: features and improvements</h2>\n\n\n\n<p>WordPress 5.4 Core will merge ten releases of the Gutenberg plugin. This means there’s a long list of exciting new features. Here are just a few:</p>\n\n\n\n<ul><li>Two new blocks: social links and buttons.</li><li>More color options for Button, Cover, Group and Column blocks .</li><li>A <a href=\"https://github.com/WordPress/gutenberg/pull/18041\">Welcome Guide modal</a>.</li><li>Tools for adding featured images in the Latest Posts block.</li><li>Easier navigation in the block breadcrumbs.</li></ul>\n\n\n\n<p>Some additional changes to make note of:</p>\n\n\n\n<ul><li>On mobile, the toolbar stays on top, so you can&#8217;t lose it.</li><li>Easier image sizing in the Gallery block.</li><li>Drag-and-drop images into the featured-image box.</li><li>Several new APIs.</li><li>Friendlier offline error messages on REST API request failures.</li><li>Table block captions.</li><li>You can now color just parts of the text in any RichText block. </li></ul>\n\n\n\n<h3>Accessibility improvements</h3>\n\n\n\n<ul><li>Easier multi-block selection.&nbsp;</li><li>Support for changing an image&#8217;s title attribute within the Image block.</li><li>Easier tabbing. This had been one of the editor&#8217;s biggest accessibility problems, but now tabbing works with the block’s sidebar.</li><li>Visual switch between Edit and Navigation modes and enable screen reader announcements.</li></ul>\n\n\n\n<p>To see all of the features for each release in detail check out the release posts:&nbsp;<a href=\"https://make.wordpress.org/core/2019/10/02/whats-new-in-gutenberg-2-october/\">6.6</a>, <a href=\"https://make.wordpress.org/core/2019/10/16/whats-new-in-gutenberg-16-october/\">6.7</a>, <a href=\"https://make.wordpress.org/core/2019/10/30/whats-new-in-gutenberg-30-october/\">6.8</a>, <a href=\"https://make.wordpress.org/core/2019/11/13/whats-new-in-gutenberg-13-november/\">6.9</a>, <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">7.0</a>, <a href=\"https://make.wordpress.org/core/2019/12/11/whats-new-in-gutenberg-11-december/\">7.1</a>, <a href=\"https://make.wordpress.org/core/2020/01/09/whats-new-in-gutenberg-8-january/\">7.2</a>, <a href=\"https://make.wordpress.org/core/2020/01/22/whats-new-in-gutenberg-22-january/\">7.3</a>, <a href=\"https://make.wordpress.org/core/2020/02/05/whats-new-in-gutenberg-5-february/\">7.4</a> and 7.5.</p>\n\n\n\n<h3>Continuing efforts to improve performance</h3>\n\n\n\n<p>The block editor team has achieved a 14% loading time reduction and 51% time-to-type reduction, for a particularly sizable post (~ 36,000 words, ~1,000 blocks) since WordPress 5.3.</p>\n\n\n\n<h2>Wait! There&#8217;s more</h2>\n\n\n\n<h3>Site Health </h3>\n\n\n\n<p>When a project powers 34% of the world&#8217;s websites, there must be a focus on security. This is why contributors continue working so hard on the Site Health Project.</p>\n\n\n\n<p>WordPress 5.4 adds a widget on the dashboard that warns administrators of potential issues that could affect their site&#8217;s performance or security. A call-to-action button directs them to the Site Health screen for details and suggested fixes.</p>\n\n\n\n<h3>Accessibility improvements</h3>\n\n\n\n<p>WordPress strives to improve accessibility with every release, and this release is no different. Version 5.4 will contain the following accessibility enhancements:</p>\n\n\n\n<ul><li>Better focus management in Menu, Customizer and Site Health screens, to fix some existing keyboard navigation issues.</li><li>Easier keyboard navigation for better semantics in the Media modal.</li><li>An easier-to-read Privacy Policy Guide.</li></ul>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<p>5.4 also contains a bunch of developer focused changes.</p>\n\n\n\n<h3>Calendar Widget </h3>\n\n\n\n<p>The HTML 5.1 specification mandates that a <code>&lt;tfoot&gt;</code> tag must follow&nbsp;<code>&lt;tbody&gt;</code> tag (which was not the case in the calendar widget). WordPress 5.4 moves the navigation links to a <code>&lt;nav&gt;</code> HTML element immediately following the <code>&lt;table&gt;</code> element in order to produce valid HTML.</p>\n\n\n\n<h3>apply_shortcodes() as an alias for do_shortcode()</h3>\n\n\n\n<p>Instead of using <code>do_shortcode()</code>, <code>apply_shortcodes()</code> should be utilized instead. While <code>do_shortcode()</code> is not being deprecated, the new function delivers better semantics.</p>\n\n\n\n<h3>Better favicon handling</h3>\n\n\n\n<p>Now favicon requests can be managed with more flexibility. Administrators can choose a favicon in the Customizer, or upload a <code>/favicon.ico</code> file. The WordPress logo will always load as a fallback.</p>\n\n\n\n<h3>Other changes for developers</h3>\n\n\n\n<ul><li>Clearer information about errors in <code>wp_login_failed</code>.</li><li>Site ID has been added to the <code>newblog_notify_siteadmin</code> filter for multisite installs.</li><li>Support has been added for the required WordPress and PHP version headers in themes.</li><li>Embed support has been added for TikTok.</li></ul>\n\n\n\n<p>Keep your eyes on the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>&nbsp;for &nbsp;<a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">5.4-related developer notes</a>&nbsp;in the coming weeks, breaking down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed more than <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.4&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">255 tickets in WordPress 5.4</a> with more to come.</p>\n\n\n\n<h2>How You Can Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>&nbsp;where you can also find a list of&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: January 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2020/02/the-month-in-wordpress-january-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Feb 2020 09:54:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8316\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"Following an action-packed December, 2020 is off to a fine start with some new releases and announcements. Read on to find out what happened in the WordPress project in January. Release of Gutenberg 7.2 &#38; 7.3 Gutenberg 7.2, the first Gutenberg release of 2020, was deployed on January 8th and included over 180 pull requests [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5943:\"\n<p>Following an action-packed December, 2020 is off to a fine start with some new releases and announcements. Read on to find out what happened in the WordPress project in January.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of Gutenberg 7.2 &amp; 7.3</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/01/09/whats-new-in-gutenberg-8-january/\">Gutenberg 7.2</a>, the first Gutenberg release of 2020, was deployed on January 8th and included over 180 pull requests from more than 56 contributors. This was followed soon after by <a href=\"https://make.wordpress.org/core/2020/01/22/whats-new-in-gutenberg-22-january/\">Gutenberg 7.3</a>. New features include a new Buttons block, support in adding links to Media &amp; Text block images, improvements to the Navigation and Gallery blocks, performance improvements, and accessibility enhancements. These releases also included many additional enhancements, fixes, new APIs, documentation, and more.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal for an XML Sitemaps Feature Plugin</h2>\n\n\n\n<p>In June last year, a team of contributors <a href=\"https://make.wordpress.org/core/2019/06/12/xml-sitemaps-feature-project-proposal/\">proposed</a> a feature plugin that would bring standardized XML sitemaps to WordPress Core. Since then, the team has been working to bring this to reality and <a href=\"https://make.wordpress.org/core/2020/01/27/feature-plugin-xml-sitemaps/\">have now published a working plugin</a> to demonstrate this new capability.</p>\n\n\n\n<p>The plugin is still in development, but the included features already provide much-needed functionality from which all WordPress sites can benefit. You can install the plugin from your WordPress dashboard or <a href=\"https://wordpress.org/plugins/core-sitemaps/\">download it here</a>.</p>\n\n\n\n<p>Want to get involved in bringing this feature to Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, report any issues you find <a href=\"https://github.com/GoogleChromeLabs/wp-sitemaps/issues\">on GitHub</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>A New Block-Based Themes Meeting</h2>\n\n\n\n<p>The Theme Review Team has <a href=\"https://make.wordpress.org/themes/2020/01/29/new-bi-weekly-block-based-themes-meeting/\">announced</a> that they will be holding bi-weekly meetings in the #themereview channel focused on discussing block-based themes. If you are interested in discussing themes within the context of Gutenberg’s full-site editing framework, this will be the place to do so! The first meeting will be held on Wednesday, February 5, at 16:00 UTC.</p>\n\n\n\n<p>Want to get involved with the Theme Review Team or <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">become a reviewer</a>? Follow <a href=\"https://make.wordpress.org/themes/\">their blog</a>, and join the #themereview channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Core team has started work on WordPress 5.4 and kicked off their planning with <a href=\"https://make.wordpress.org/core/2020/01/14/wordpress-5-4-planning-roundup/\">a summary post</a>. You can follow all the v5.4 updates by watching <a href=\"https://make.wordpress.org/core/tag/5-4/\">the version tag</a> on the Core team blog.</li><li>The inaugural <a href=\"https://2020.asia.wordcamp.org/\">WordCamp Asia</a> event is taking place in February. This will be the largest WordPress event in the region, bringing together around 1,500 WordPress enthusiasts from around the world.</li><li>Two WordPress community leaders, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> and <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a>, <a href=\"https://wordpress.org/news/2020/01/wordpress-leaders-nominated-for-cmx-awards/\">were nominated for CMX awards</a> due to their work on the WordPress project, with <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a> winning the award for Executive Leader of a Community Team.</li><li><a href=\"https://make.wordpress.org/core/2020/01/29/lazy-loading-images-in-wordpress-core/\">A feature plugin has been proposed</a> that introduces lazy-loading images to WordPress Core, which will be a huge step forward in improving performance all across the web.</li><li>The Core team has put together <a href=\"https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/\">an extensive and informative FAQ</a> to help new contributors get involved in contributing to the project.</li><li>One key priority for Gutenberg is the ability to control the block editor. There are already a number of APIs that control the experience, but there is a lack of consistency and missing APIs. <a href=\"https://make.wordpress.org/core/2020/01/23/controlling-the-block-editor/\">A method to address this</a> has been proposed.</li><li>The Design team <a href=\"https://make.wordpress.org/design/2020/01/24/gutenberg-phase-2-friday-design-update-43/\">published detailed information</a> on the recent design improvements in Gutenberg.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"People of WordPress: Robert Cheleuka\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2020/01/people-of-wordpress-robert-cheleuka/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2020/01/people-of-wordpress-robert-cheleuka/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Jan 2020 15:26:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8300\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:385:\"You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Robert Cheleuka Robert is a self-taught graphic and motion designer turned web [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8428:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Robert Cheleuka</strong></h2>\n\n\n\n<p>Robert is a self-taught graphic and motion designer turned web designer (and aspiring web developer) from Malawi, Africa. Over the years, he has grown fond of WordPress and has become a loyal user. Still, the journey is rough.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2020/01/DSC08818.jpg?resize=632%2C790&#038;ssl=1\" alt=\"Robert Cheleuka\" class=\"wp-image-8303\" data-recalc-dims=\"1\" /><figcaption>Robert Cheleuka</figcaption></figure>\n\n\n\n<h3><strong>Malawi</strong></h3>\n\n\n\n<p>Malawi is one of the poorest countries in the world. A tiny landlocked country with a population of 17 million, it’s largely rural and still considered a developing country. The average entry-level monthly pay for most skilled jobs is about $110. If you&#8217;re employed full-time in the creative industry and if you’re very lucky, you might be able to earn more than that. Employees earning more than $300 a month are rare to non-existent.</p>\n\n\n\n<p>Robert has been a freelance graphic designer since about 2011. He started by doing gigs from his dorm in college and from home. Earnings from his freelance jobs increased his interest in entrepreneurship and he started to consider starting his own creative agency.</p>\n\n\n\n<h3><strong>How Robert was introduced to WordPress</strong></h3>\n\n\n\n<p>Robert first came into contact with WordPress in 2014 when he and a friend started a local tech blog. Before that, all he knew was basic, outdated HTML from high school and some knowledge of Adobe Dreamweaver. They decided to use WordPress, and their new blog looked like it came from the future. They used a theme from the repo and got such positive feedback from the blog they decided to open a content and media publishing agency.</p>\n\n\n\n<p>While they got a few web redesign jobs thanks to the exposure the blog brought, they lacked the administrative and business skills needed and ended up going their separate ways. Then in his first real job after college Robert finally took it upon himself to learn the ins and outs of WordPress. He learned how to install WordPress on a server and did some research on customizing themes. </p>\n\n\n\n<p>With that knowledge alone he got his first web design clients and started earning nearly as much as he did at his job. Robert soon realized that free WordPress themes would only take him so far, especially with his limited code skills.</p>\n\n\n\n<p>Because in Malawi only people who travel abroad have access to credit cards, paying for premium themes was impossible. Like many WordPress designers in developing countries, Robert turned to using pirated themes instead. He knew that was both unsafe and unethical, and decided to learn how to code. Knowing how to build themes from scratch would surely help him rise above the competition. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?fit=632%2C632&amp;ssl=1\" alt=\"\" class=\"wp-image-8304\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?w=1080&amp;ssl=1 1080w, https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?resize=300%2C300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?resize=1024%2C1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<h3><strong>The WordPress community from Robert’s perspective</strong></h3>\n\n\n\n<p>Robert doesn’t have a lot of interaction with the WordPress community. Although he would search for solutions from blogs about WordPress he had never actually talked to or asked anyone from the community for a solution.&nbsp;</p>\n\n\n\n<p>Robert believes that this isolation is the result of a glass ceiling &#8212; the WordPress community is partially online and partially in-person, but there isn’t a local group in Malawi. And because Malawi, like many other developing nations, lacks a way to pay online many can’t access premium support, online learning, or most other types of professional development. No matter how welcoming the people of WordPress might be, it can still feel like it mostly belongs to those with enough privilege to conduct business on the internet.</p>\n\n\n\n<h3><strong>WordPress &amp; inclusion</strong></h3>\n\n\n\n<p>As most freelancers know, it’s really hard to learn while you also still need to earn. Add pitching to clients and shipping graphic design projects… there are only so many hours in a day.</p>\n\n\n\n<p>Robert didn’t have a programming background and had always been more of a creative person. In order to grow as a web designer/developer, he needed to learn PHP. Again, without access to a credit card, that was complicated. Also, free coding training wasn’t as widely available as it is now.</p>\n\n\n\n<p>Robert wishes that more developers would consider alternative ways for users who cannot pay for courses, themes, or plugins (whether that’s because of available infrastructure or otherwise). He wishes that WordPress tutors and developers would open up ways to accommodate aspiring learners in developing countries who cannot access plugins, courses, and themes, to be able to give back and to participate at another level.</p>\n\n\n\n<p>WordPress has allowed him to build an income he would have no other way of earning and it makes a huge difference. He believes sharing stories like his will hopefully make WordPress products and services become more universally available. In addition, he hopes that more aspiring, self-taught developers will find courage in reaching out to connect with others out there.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), Siobhan Cunningham (<a href=\'https://profiles.wordpress.org/siobhanseija/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>siobhanseija</a>), Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>)</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&#038;ssl=1\" alt=\"\" class=\"wp-image-7025\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=300%2C225&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\">\n<p> <em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em> </p>\n</div>\n</div>\n\n\n\n<p> <em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em> </p>\n\n\n\n<p><br></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2020/01/people-of-wordpress-robert-cheleuka/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8300\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress Leaders Nominated for CMX Awards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2020/01/wordpress-leaders-nominated-for-cmx-awards/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jan 2020 21:42:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Awards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8288\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"Two members of the WordPress leadership team were nominated for excellent work in their field in the first ever Community Industry Awards. Andrea Middleton is nominated for Executive Leader of a Community Team and Josepha Haden Chomphosy is nominated for Community Professional of the Year. CMX is one of the largest professional organizations dedicated to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Francesca Marano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4014:\"\n<p>Two members of the WordPress leadership team were nominated for excellent work in their field in the first ever Community Industry Awards. <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a> is nominated for <a href=\"https://cmxhub.com/awards-executive\">Executive Leader of a Community Team</a> and <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> is nominated for <a href=\"https://cmxhub.com/awards-professional\">Community Professional of the Year</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?fit=632%2C281&amp;ssl=1\" alt=\"\" class=\"wp-image-8292\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?w=2412&amp;ssl=1 2412w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?resize=300%2C133&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?resize=1024%2C455&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?resize=768%2C341&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?resize=1536%2C683&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?resize=2048%2C910&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p><a href=\"https://cmxhub.com/\">CMX</a> is one of the largest professional organizations dedicated to community builders. The awards were open to public nomination, and finalists were chosen by panels of their peers in the CMX community.</p>\n\n\n\n<p>Andrea has been a vital community strategist for the WordPress project since 2011. Her work to build and support a vibrant community has played a part in the success around the popular open source CMS. Her work is sponsored by Automattic, where she leads a team that focuses on educational efforts, funding, and in-person community-driven events that serve a global base.</p>\n\n\n\n<p>Josepha has been the Executive Director of the WordPress project since 2019. Her work to coordinate and guide volunteer efforts spans 20 teams and involves thousands of volunteers. Her work is also sponsored by Automattic, where she leads the open source division that focuses on all aspects of open source contribution including design, development, volunteer engagement, and the health of the overall WordPress ecosystem.</p>\n\n\n\n<h2>Votes are Open</h2>\n\n\n\n<p>Final recipients are chosen with open voting — if you feel like either Andrea or Josepha have had an impact on your careers, your trajectory in the WordPress project, or the health of WordPress as a whole, there are three ways you can show your support:</p>\n\n\n\n<ul><li>Stop by and vote for them (Andrea&nbsp;<a href=\"https://href.li/?https://cmxhub.com/awards-executive\">here</a>, Josepha&nbsp;<a href=\"https://href.li/?https://cmxhub.com/awards-professional\">here</a>)!</li><li>Share this post with your own communities!</li><li>Tweet some inspirational thoughts about your time/experience/learnings with WordPress (using&nbsp;#WordPress, naturally)!</li></ul>\n\n\n\n<h2>Thank You Notes</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>A lot of care and passion goes into making the WordPress Project as fantastic as it is. I think these awards are a reflection of how wonderful the community and ecosystem are, and I appreciate everyone&#8217;s continued trust in my stewardship!</p><cite>Josepha Haden Chomphosy</cite></blockquote>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>WordPress community organizers are some of the most generous and creative people in the world — working with them is exciting and interesting every day. I’m humbled by this nomination; thank you!</p><cite>Andrea Middleton</cite></blockquote>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8288\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: December 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2020/01/the-month-in-wordpress-december-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Jan 2020 17:05:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8282\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"As 2019 draws to a close and we look ahead to another exciting year let’s take a moment to review what the WordPress community achieved in December. WordPress 5.3.1 and 5.3.2 Releases The WordPress 5.3.1 security and maintenance release was announced on December 13. It features 46 fixes and enhancements. This version corrects four security [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8186:\"\n<p>As 2019 draws to a close and we look ahead to another exciting year let’s take a moment to review what the WordPress community achieved in December.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.3.1 and 5.3.2 Releases</h2>\n\n\n\n<p>The WordPress 5.3.1 security and maintenance release was announced on December 13. It features 46 fixes and enhancements. This version corrects four security issues in WordPress versions 5.3 and earlier. Shortly afterwards, WordPress 5.3.2 was released, addressing a couple high severity Trac tickets, and includes 5 fixes and enhancements, so you’ll want to upgrade. You can read more about these releases in the announcements for <a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\">5.3.1</a> and <a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-2-maintenance-release/\">5.3.2</a>.</p>\n\n\n\n<h2>Update on the Nine Core Projects for 2019</h2>\n\n\n\n<p>At the end of 2018, <a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a> <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">announced</a> the nine projects that would be the main focus areas for Core development in the next year. Have we made progress? Yes! <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> <a href=\"https://make.wordpress.org/core/2019/12/06/update-9-projects-for-2019/\">posted a full update</a> on the team’s work. In brief, two of the projects have been completed and shipped in major releases, four are targeted for release in versions 5.4 and 5.5 of WordPress, and the remaining three have seen significant progress but are not yet slated for completion. These will continue to see progress throughout 2020.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress Major Release Calendar</h2>\n\n\n\n<p>The Core team has published <a href=\"https://make.wordpress.org/core/2019/11/21/tentative-release-calendar-2020-2021/\">a tentative release calendar</a> for 2020 and 2021. This is intended to provide the community with more information about what lies ahead.</p>\n\n\n\n<p>The schedule is considered tentative because there are always variables that could affect these plans — not least that the Core team may need more time to finish the work planned for a release.</p>\n\n\n\n<h2>Initial Documentation for Block-Based WordPress Themes</h2>\n\n\n\n<p>The Gutenberg team has started working on <a href=\"https://github.com/WordPress/gutenberg/pull/18890/files\">the initial documentation</a> for what block-based themes might look like, marking a significant change in the way themes are conceptualized. With full-site editing now a realistic goal for WordPress, themes will certainly look different in the future.</p>\n\n\n\n<p>Want to help shape the future of block-based themes in WordPress Core? Following <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> is a good start! You can also join in on the discussion <a href=\"https://make.wordpress.org/themes/2019/12/04/questions-about-the-future-of-themes/\">on this blog post</a>, or help out with the work to <a href=\"https://github.com/WordPress/gutenberg/blob/master/lib/demo-block-templates/index.html\">create a demo space for experimentation with the future of themes</a>. As always, contribution to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a> is open to everyone! Join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a> to see what other people are saying, and contribute your own thoughts.</p>\n\n\n\n<h2>Gutenberg Updates Abound</h2>\n\n\n\n<p>It’s been a busy month for Gutenberg! Version 7.0, including a new navigation block, <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">was announced</a> on November 27. This was followed by <a href=\"https://make.wordpress.org/core/2019/12/11/whats-new-in-gutenberg-11-december/\">version 7.1</a>, announced on December 11; it includes 161 merged pull requests that offer a fresh UI to new users, an option to switch between edit and navigation modes, captions for the table block, and many other enhancements.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Arrival of the BuddyPress Beta Tester Plugin</h2>\n\n\n\n<p>On December 2, <a href=\"https://buddypress.org/2019/12/bp-beta-tester-1-0-0/\">the BuddyPress Beta Tester plugin</a> was added to the WordPress.org plugins directory. This feature is a great way for the WordPress community to provide early feedback on releases.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">download the plugin</a> now. If you find that something is not working as expected during your beta tests, let the BuddyPress team know by submitting a ticket on the <a href=\"https://buddypress.trac.wordpress.org/newticket\">Development Tracker</a> or posting a new topic in the BuddyPress <a href=\"https://buddypress.org/support/\">support forums</a>.​​</p>\n\n\n\n<h2>An Update on the Block Directory in the WordPress Editor&nbsp;</h2>\n\n\n\n<p>The Design team received lots of excellent feedback on the <a href=\"https://make.wordpress.org/design/2019/07/11/block-directory-in-wp-admin-concepts/\">early concepts for the Block Directory</a>. This feedback was incorporated into a Version 1 update to the <a href=\"https://make.wordpress.org/design/tag/block-directory/\">#block-directory</a> project. The Block Directory is to be included in WordPress 5.5, which is slated for August 2020. To learn more about the Block Directory, check out <a href=\"https://make.wordpress.org/design/2019/12/19/block-directory-in-wp-admin-v1/\">this announcement post</a> and help out by sharing your feedback. </p>\n\n\n\n<p>Want to get involved in building the Block Directory? Follow <a href=\"https://make.wordpress.org/design/\">the Design team blog</a>. If you have a block you’d like to include in the directory you can <a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines/\">submit it following the information here</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines/\">Guidelines for the Block Directory</a> have been drafted; the team is actively working on them now.</li><li>The<a href=\"https://make.wordpress.org/community/2020-wordpress-global-community-sponsorship-program/\"> Global Community Sponsorship Program for 2020</a> has been announced.&nbsp;</li><li>The Theme Review Team <a href=\"https://make.wordpress.org/themes/2019/12/09/do-not-contact-reviewers-outside-of-the-wordpress-org-system-about-your-review/\">has published a reminder</a> for developers about the proper way to communicate with reviewers.</li><li>The Community Team is in the process of <a href=\"https://make.wordpress.org/community/2019/12/05/community-team-reps-for-2020/\">selecting new team reps</a>.</li><li><a href=\"https://meetup.com/pro/wordpress\">The WordPress meetup program</a> crossed the 800-group mark this month and includes groups from more than 100 countries.</li><li>The team that helped to create the 2019 State of the Word slide deck <a href=\"https://wordpress.org/news/2019/12/state-of-the-word-the-story-of-the-slides/\">shared how the slides were created using Gutenberg</a>, powered by the Slides plugin.&nbsp;</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 02 Mar 2020 07:38:09 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 26 Feb 2020 16:05:36 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20130911083210\";}',	'no'),
(6729,	'_transient_timeout_zn_google_fonts_cache',	'1583590272',	'no');
INSERT INTO `wpmq_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(6730,	'_transient_zn_google_fonts_cache',	'a:980:{s:7:\"ABeeZee\";a:3:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Abel\";a:3:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Abhaya Libre\";a:3:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:7:\"sinhala\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:13:\"Abril Fatface\";a:3:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Aclonica\";a:3:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Acme\";a:3:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Actor\";a:3:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Adamina\";a:3:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Advent Pro\";a:3:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"latin-ext\";}}s:15:\"Aguafina Script\";a:3:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Akronim\";a:3:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Aladin\";a:3:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Alata\";a:3:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Alatsi\";a:3:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Aldrich\";a:3:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Alef\";a:3:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}}s:8:\"Alegreya\";a:3:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:11:\"Alegreya SC\";a:3:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:13:\"Alegreya Sans\";a:3:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:16:\"Alegreya Sans SC\";a:3:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:4:\"Aleo\";a:3:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Alex Brush\";a:3:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"Alfa Slab One\";a:3:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Alice\";a:3:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:5:\"Alike\";a:3:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"Alike Angular\";a:3:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Allan\";a:3:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Allerta\";a:3:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"Allerta Stencil\";a:3:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Allura\";a:3:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Almarai\";a:3:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}}s:8:\"Almendra\";a:3:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"Almendra Display\";a:3:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Almendra SC\";a:3:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Amarante\";a:3:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Amaranth\";a:3:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Amatic SC\";a:3:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:6:\"hebrew\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:9:\"Amethysta\";a:3:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Amiko\";a:3:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Amiri\";a:3:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Amita\";a:3:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Anaheim\";a:3:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Andada\";a:3:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Andika\";a:3:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:6:\"Angkor\";a:3:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:24:\"Annie Use Your Telescope\";a:3:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"Anonymous Pro\";a:3:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:5:\"greek\";i:3;s:9:\"latin-ext\";}}s:5:\"Antic\";a:3:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Antic Didone\";a:3:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Antic Slab\";a:3:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Anton\";a:3:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Arapey\";a:3:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Arbutus\";a:3:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Arbutus Slab\";a:3:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:19:\"Architects Daughter\";a:3:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Archivo\";a:3:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:13:\"Archivo Black\";a:3:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"Archivo Narrow\";a:3:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"Aref Ruqaa\";a:3:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}}s:13:\"Arima Madurai\";a:3:{s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:5:\"tamil\";i:3;s:9:\"latin-ext\";}}s:5:\"Arimo\";a:3:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";i:6;s:5:\"greek\";i:7;s:9:\"latin-ext\";}}s:8:\"Arizonia\";a:3:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Armata\";a:3:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Arsenal\";a:3:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:8:\"Artifika\";a:3:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Arvo\";a:3:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Arya\";a:3:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:4:\"Asap\";a:3:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:14:\"Asap Condensed\";a:3:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:4:\"Asar\";a:3:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Asset\";a:3:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Assistant\";a:3:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}}s:7:\"Astloch\";a:3:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Asul\";a:3:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Athiti\";a:3:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:4:\"Atma\";a:3:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"Atomic Age\";a:3:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Aubrey\";a:3:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Audiowide\";a:3:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Autour One\";a:3:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Average\";a:3:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Average Sans\";a:3:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:19:\"Averia Gruesa Libre\";a:3:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Averia Libre\";a:3:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"Averia Sans Libre\";a:3:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"Averia Serif Libre\";a:3:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"B612\";a:3:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"B612 Mono\";a:3:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Bad Script\";a:3:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}}s:7:\"Bahiana\";a:3:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Bahianita\";a:3:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:12:\"Bai Jamjuree\";a:3:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:5:\"Baloo\";a:3:{s:6:\"family\";s:5:\"Baloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:10:\"Baloo Bhai\";a:3:{s:6:\"family\";s:10:\"Baloo Bhai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:8:\"gujarati\";i:3;s:9:\"latin-ext\";}}s:14:\"Baloo Bhaijaan\";a:3:{s:6:\"family\";s:14:\"Baloo Bhaijaan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:12:\"Baloo Bhaina\";a:3:{s:6:\"family\";s:12:\"Baloo Bhaina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"oriya\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:13:\"Baloo Chettan\";a:3:{s:6:\"family\";s:13:\"Baloo Chettan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:9:\"malayalam\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:8:\"Baloo Da\";a:3:{s:6:\"family\";s:8:\"Baloo Da\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:7:\"bengali\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:11:\"Baloo Paaji\";a:3:{s:6:\"family\";s:11:\"Baloo Paaji\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"gurmukhi\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:11:\"Baloo Tamma\";a:3:{s:6:\"family\";s:11:\"Baloo Tamma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:7:\"kannada\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:13:\"Baloo Tammudu\";a:3:{s:6:\"family\";s:13:\"Baloo Tammudu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"telugu\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:12:\"Baloo Thambi\";a:3:{s:6:\"family\";s:12:\"Baloo Thambi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:5:\"tamil\";i:3;s:9:\"latin-ext\";}}s:9:\"Balthazar\";a:3:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Bangers\";a:3:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Barlow\";a:3:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:16:\"Barlow Condensed\";a:3:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:21:\"Barlow Semi Condensed\";a:3:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"Barriecito\";a:3:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Barrio\";a:3:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Basic\";a:3:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Baskervville\";a:3:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Battambang\";a:3:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"Baumans\";a:3:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Bayon\";a:3:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:10:\"Be Vietnam\";a:3:{s:6:\"family\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"Bebas Neue\";a:3:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Belgrano\";a:3:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Bellefair\";a:3:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Belleza\";a:3:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"BenchNine\";a:3:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Bentham\";a:3:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"Berkshire Swash\";a:3:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Beth Ellen\";a:3:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Bevan\";a:3:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:21:\"Big Shoulders Display\";a:3:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:18:\"Big Shoulders Text\";a:3:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:13:\"Bigelow Rules\";a:3:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Bigshot One\";a:3:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Bilbo\";a:3:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"Bilbo Swash Caps\";a:3:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"BioRhyme\";a:3:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"BioRhyme Expanded\";a:3:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Biryani\";a:3:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Bitter\";a:3:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:23:\"Black And White Picture\";a:3:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:14:\"Black Han Sans\";a:3:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:13:\"Black Ops One\";a:3:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Blinker\";a:3:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Bokor\";a:3:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"Bonbon\";a:3:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Boogaloo\";a:3:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Bowlby One\";a:3:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"Bowlby One SC\";a:3:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Brawler\";a:3:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Bree Serif\";a:3:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"Bubblegum Sans\";a:3:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Bubbler One\";a:3:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"Buda\";a:3:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Buenard\";a:3:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Bungee\";a:3:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:15:\"Bungee Hairline\";a:3:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:13:\"Bungee Inline\";a:3:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:14:\"Bungee Outline\";a:3:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:12:\"Bungee Shade\";a:3:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"Butcherman\";a:3:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"Butterfly Kids\";a:3:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Cabin\";a:3:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:15:\"Cabin Condensed\";a:3:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:12:\"Cabin Sketch\";a:3:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"Caesar Dressing\";a:3:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Cagliostro\";a:3:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Cairo\";a:3:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Caladea\";a:3:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Calistoga\";a:3:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:14:\"Calligraffitti\";a:3:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Cambay\";a:3:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Cambo\";a:3:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Candal\";a:3:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Cantarell\";a:3:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"Cantata One\";a:3:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Cantora One\";a:3:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Capriola\";a:3:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Cardo\";a:3:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"greek-ext\";i:1;s:5:\"latin\";i:2;s:5:\"greek\";i:3;s:9:\"latin-ext\";}}s:5:\"Carme\";a:3:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"Carrois Gothic\";a:3:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"Carrois Gothic SC\";a:3:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Carter One\";a:3:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Catamaran\";a:3:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:5:\"tamil\";i:2;s:9:\"latin-ext\";}}s:6:\"Caudex\";a:3:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"greek-ext\";i:1;s:5:\"latin\";i:2;s:5:\"greek\";i:3;s:9:\"latin-ext\";}}s:6:\"Caveat\";a:3:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:12:\"Caveat Brush\";a:3:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"Cedarville Cursive\";a:3:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"Ceviche One\";a:3:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Chakra Petch\";a:3:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:6:\"Changa\";a:3:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"Changa One\";a:3:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Chango\";a:3:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Charm\";a:3:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:10:\"Charmonman\";a:3:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:8:\"Chathura\";a:3:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:18:\"Chau Philomene One\";a:3:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Chela One\";a:3:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"Chelsea Market\";a:3:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Chenla\";a:3:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:17:\"Cherry Cream Soda\";a:3:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Cherry Swash\";a:3:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Chewy\";a:3:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Chicle\";a:3:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Chilanka\";a:3:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"malayalam\";i:1;s:5:\"latin\";}}s:5:\"Chivo\";a:3:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Chonburi\";a:3:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:6:\"Cinzel\";a:3:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"Cinzel Decorative\";a:3:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"Clicker Script\";a:3:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"Coda\";a:3:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Coda Caption\";a:3:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Codystar\";a:3:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Coiny\";a:3:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:5:\"tamil\";i:3;s:9:\"latin-ext\";}}s:5:\"Combo\";a:3:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Comfortaa\";a:3:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:5:\"greek\";i:5;s:9:\"latin-ext\";}}s:11:\"Coming Soon\";a:3:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"Concert One\";a:3:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Condiment\";a:3:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Content\";a:3:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:12:\"Contrail One\";a:3:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"Convergence\";a:3:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Cookie\";a:3:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Copse\";a:3:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Corben\";a:3:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Cormorant\";a:3:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:18:\"Cormorant Garamond\";a:3:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:16:\"Cormorant Infant\";a:3:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:12:\"Cormorant SC\";a:3:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:17:\"Cormorant Unicase\";a:3:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:17:\"Cormorant Upright\";a:3:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:9:\"Courgette\";a:3:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"Courier Prime\";a:3:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Cousine\";a:3:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";i:6;s:5:\"greek\";i:7;s:9:\"latin-ext\";}}s:8:\"Coustard\";a:3:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:21:\"Covered By Your Grace\";a:3:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Crafty Girls\";a:3:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Creepster\";a:3:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"Crete Round\";a:3:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Crimson Pro\";a:3:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:12:\"Crimson Text\";a:3:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"Croissant One\";a:3:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Crushed\";a:3:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Cuprum\";a:3:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:9:\"Cute Font\";a:3:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"Cutive\";a:3:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Cutive Mono\";a:3:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"DM Sans\";a:3:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"DM Serif Display\";a:3:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"DM Serif Text\";a:3:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Damion\";a:3:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"Dancing Script\";a:3:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Dangrek\";a:3:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:16:\"Darker Grotesque\";a:3:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"David Libre\";a:3:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:20:\"Dawning of a New Day\";a:3:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Days One\";a:3:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Dekko\";a:3:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Delius\";a:3:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"Delius Swash Caps\";a:3:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"Delius Unicase\";a:3:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"Della Respira\";a:3:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Denk One\";a:3:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Devonshire\";a:3:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Dhurjati\";a:3:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:13:\"Didact Gothic\";a:3:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:5:\"greek\";i:5;s:9:\"latin-ext\";}}s:9:\"Diplomata\";a:3:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Diplomata SC\";a:3:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Do Hyeon\";a:3:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:5:\"Dokdo\";a:3:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"Domine\";a:3:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Donegal One\";a:3:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Doppio One\";a:3:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Dorsa\";a:3:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Dosis\";a:3:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Dr Sugiyama\";a:3:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Duru Sans\";a:3:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Dynalight\";a:3:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"EB Garamond\";a:3:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:10:\"Eagle Lake\";a:3:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"East Sea Dokdo\";a:3:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:5:\"Eater\";a:3:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Economica\";a:3:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Eczar\";a:3:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"El Messiri\";a:3:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:11:\"Electrolize\";a:3:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Elsie\";a:3:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"Elsie Swash Caps\";a:3:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Emblema One\";a:3:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Emilys Candy\";a:3:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Encode Sans\";a:3:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:21:\"Encode Sans Condensed\";a:3:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:20:\"Encode Sans Expanded\";a:3:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:26:\"Encode Sans Semi Condensed\";a:3:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:25:\"Encode Sans Semi Expanded\";a:3:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"Engagement\";a:3:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Englebert\";a:3:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Enriqueta\";a:3:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Erica One\";a:3:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Esteban\";a:3:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"Euphoria Script\";a:3:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Ewert\";a:3:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"Exo\";a:3:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Exo 2\";a:3:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:13:\"Expletus Sans\";a:3:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Fahkwang\";a:3:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:12:\"Fanwood Text\";a:3:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Farro\";a:3:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Farsan\";a:3:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:8:\"gujarati\";i:3;s:9:\"latin-ext\";}}s:9:\"Fascinate\";a:3:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"Fascinate Inline\";a:3:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Faster One\";a:3:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Fasthand\";a:3:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:9:\"Fauna One\";a:3:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Faustina\";a:3:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:8:\"Federant\";a:3:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Federo\";a:3:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Felipa\";a:3:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Fenix\";a:3:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Finger Paint\";a:3:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Fira Code\";a:3:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:5:\"greek\";i:5;s:9:\"latin-ext\";}}s:9:\"Fira Mono\";a:3:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:5:\"greek\";i:5;s:9:\"latin-ext\";}}s:9:\"Fira Sans\";a:3:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:19:\"Fira Sans Condensed\";a:3:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:25:\"Fira Sans Extra Condensed\";a:3:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:10:\"Fjalla One\";a:3:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Fjord One\";a:3:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Flamenco\";a:3:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Flavors\";a:3:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Fondamento\";a:3:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"Fontdiner Swanky\";a:3:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Forum\";a:3:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:12:\"Francois One\";a:3:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:16:\"Frank Ruhl Libre\";a:3:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:12:\"Freckle Face\";a:3:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:20:\"Fredericka the Great\";a:3:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Fredoka One\";a:3:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Freehand\";a:3:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"Fresca\";a:3:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Frijole\";a:3:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Fruktur\";a:3:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Fugaz One\";a:3:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"GFS Didot\";a:3:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}}s:15:\"GFS Neohellenic\";a:3:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}}s:8:\"Gabriela\";a:3:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:5:\"Gaegu\";a:3:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"Gafata\";a:3:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Galada\";a:3:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";}}s:8:\"Galdeano\";a:3:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Galindo\";a:3:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Gamja Flower\";a:3:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:8:\"Gayathri\";a:3:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"malayalam\";i:1;s:5:\"latin\";}}s:7:\"Gelasio\";a:3:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:13:\"Gentium Basic\";a:3:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"Gentium Book Basic\";a:3:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"Geo\";a:3:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Geostar\";a:3:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Geostar Fill\";a:3:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Germania One\";a:3:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Gidugu\";a:3:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:13:\"Gilda Display\";a:3:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Girassol\";a:3:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"Give You Glory\";a:3:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"Glass Antiqua\";a:3:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Glegoo\";a:3:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:17:\"Gloria Hallelujah\";a:3:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Goblin One\";a:3:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Gochi Hand\";a:3:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Gorditas\";a:3:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Gothic A1\";a:3:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:21:\"Goudy Bookletter 1911\";a:3:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Graduate\";a:3:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"Grand Hotel\";a:3:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Gravitas One\";a:3:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"Great Vibes\";a:3:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Grenze\";a:3:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Griffy\";a:3:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Gruppo\";a:3:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Gudea\";a:3:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"Gugi\";a:3:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"Gupter\";a:3:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Gurajada\";a:3:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:6:\"Habibi\";a:3:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Halant\";a:3:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:15:\"Hammersmith One\";a:3:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Hanalei\";a:3:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Hanalei Fill\";a:3:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Handlee\";a:3:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Hanuman\";a:3:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:12:\"Happy Monkey\";a:3:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Harmattan\";a:3:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}}s:12:\"Headland One\";a:3:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Heebo\";a:3:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}}s:11:\"Henny Penny\";a:3:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Hepta Slab\";a:3:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:20:\"Herr Von Muellerhoff\";a:3:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Hi Melody\";a:3:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:4:\"Hind\";a:3:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Hind Guntur\";a:3:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:12:\"Hind Madurai\";a:3:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:5:\"tamil\";i:2;s:9:\"latin-ext\";}}s:13:\"Hind Siliguri\";a:3:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:13:\"Hind Vadodara\";a:3:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:15:\"Holtwood One SC\";a:3:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"Homemade Apple\";a:3:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Homenaje\";a:3:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"IBM Plex Mono\";a:3:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:13:\"IBM Plex Sans\";a:3:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:5:\"greek\";i:5;s:9:\"latin-ext\";}}s:23:\"IBM Plex Sans Condensed\";a:3:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:14:\"IBM Plex Serif\";a:3:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:15:\"IM Fell DW Pica\";a:3:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"IM Fell DW Pica SC\";a:3:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"IM Fell Double Pica\";a:3:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:22:\"IM Fell Double Pica SC\";a:3:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"IM Fell English\";a:3:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"IM Fell English SC\";a:3:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:20:\"IM Fell French Canon\";a:3:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:23:\"IM Fell French Canon SC\";a:3:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:20:\"IM Fell Great Primer\";a:3:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:23:\"IM Fell Great Primer SC\";a:3:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"Ibarra Real Nova\";a:3:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Iceberg\";a:3:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Iceland\";a:3:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Imprima\";a:3:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Inconsolata\";a:3:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Inder\";a:3:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Indie Flower\";a:3:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Inika\";a:3:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"Inknut Antiqua\";a:3:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Inria Serif\";a:3:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Irish Grover\";a:3:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Istok Web\";a:3:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:8:\"Italiana\";a:3:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Italianno\";a:3:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"Itim\";a:3:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:16:\"Jacques Francois\";a:3:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:23:\"Jacques Francois Shadow\";a:3:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Jaldi\";a:3:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:14:\"Jim Nightshade\";a:3:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Jockey One\";a:3:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Jolly Lodger\";a:3:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Jomhuria\";a:3:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:9:\"Jomolhari\";a:3:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:7:\"tibetan\";i:1;s:5:\"latin\";}}s:12:\"Josefin Sans\";a:3:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:12:\"Josefin Slab\";a:3:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Joti One\";a:3:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"Jua\";a:3:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"Judson\";a:3:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Julee\";a:3:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"Julius Sans One\";a:3:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Junge\";a:3:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Jura\";a:3:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:17:\"Just Another Hand\";a:3:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:23:\"Just Me Again Down Here\";a:3:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"K2D\";a:3:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:5:\"Kadwa\";a:3:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}}s:5:\"Kalam\";a:3:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Kameron\";a:3:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Kanit\";a:3:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:9:\"Kantumruy\";a:3:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:5:\"Karla\";a:3:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Karma\";a:3:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Katibeh\";a:3:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:14:\"Kaushan Script\";a:3:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Kavivanar\";a:3:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:5:\"tamil\";i:2;s:9:\"latin-ext\";}}s:6:\"Kavoon\";a:3:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Kdam Thmor\";a:3:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:10:\"Keania One\";a:3:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Kelly Slab\";a:3:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Kenia\";a:3:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Khand\";a:3:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Khmer\";a:3:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:5:\"Khula\";a:3:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:14:\"Kirang Haerang\";a:3:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:8:\"Kite One\";a:3:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Knewave\";a:3:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"KoHo\";a:3:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:9:\"Kodchasan\";a:3:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:6:\"Kosugi\";a:3:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:11:\"Kosugi Maru\";a:3:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:9:\"Kotta One\";a:3:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Koulen\";a:3:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"Kranky\";a:3:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Kreon\";a:3:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Kristi\";a:3:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Krona One\";a:3:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"Krub\";a:3:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:10:\"Kulim Park\";a:3:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Kumar One\";a:3:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:17:\"Kumar One Outline\";a:3:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:6:\"Kurale\";a:3:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"devanagari\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:15:\"La Belle Aurore\";a:3:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Lacquer\";a:3:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Laila\";a:3:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Lakki Reddy\";a:3:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:7:\"Lalezar\";a:3:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:8:\"Lancelot\";a:3:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Lateef\";a:3:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}}s:4:\"Lato\";a:3:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"League Script\";a:3:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Leckerli One\";a:3:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Ledger\";a:3:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Lekton\";a:3:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Lemon\";a:3:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Lemonada\";a:3:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:11:\"Lexend Deca\";a:3:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"Lexend Exa\";a:3:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Lexend Giga\";a:3:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Lexend Mega\";a:3:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Lexend Peta\";a:3:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Lexend Tera\";a:3:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:12:\"Lexend Zetta\";a:3:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:17:\"Libre Barcode 128\";a:3:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:22:\"Libre Barcode 128 Text\";a:3:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"Libre Barcode 39\";a:3:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:25:\"Libre Barcode 39 Extended\";a:3:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:21:\"Libre Barcode 39 Text\";a:3:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"Libre Baskerville\";a:3:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:20:\"Libre Caslon Display\";a:3:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"Libre Caslon Text\";a:3:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"Libre Franklin\";a:3:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Life Savers\";a:3:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Lilita One\";a:3:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"Lily Script One\";a:3:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Limelight\";a:3:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Linden Hill\";a:3:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Literata\";a:3:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:9:\"greek-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:5:\"greek\";i:5;s:9:\"latin-ext\";}}s:16:\"Liu Jian Mao Cao\";a:3:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}}s:6:\"Livvic\";a:3:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Lobster\";a:3:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:11:\"Lobster Two\";a:3:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"Londrina Outline\";a:3:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"Londrina Shadow\";a:3:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"Londrina Sketch\";a:3:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"Londrina Solid\";a:3:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Long Cang\";a:3:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}}s:4:\"Lora\";a:3:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:21:\"Love Ya Like A Sister\";a:3:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"Loved by the King\";a:3:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"Lovers Quarrel\";a:3:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Luckiest Guy\";a:3:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Lusitana\";a:3:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Lustria\";a:3:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"M PLUS 1p\";a:3:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:8:\"japanese\";i:1;s:9:\"greek-ext\";i:2;s:12:\"cyrillic-ext\";i:3;s:10:\"vietnamese\";i:4;s:6:\"hebrew\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";i:7;s:5:\"greek\";i:8;s:9:\"latin-ext\";}}s:17:\"M PLUS Rounded 1c\";a:3:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:8:\"japanese\";i:1;s:9:\"greek-ext\";i:2;s:12:\"cyrillic-ext\";i:3;s:10:\"vietnamese\";i:4;s:6:\"hebrew\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";i:7;s:5:\"greek\";i:8;s:9:\"latin-ext\";}}s:13:\"Ma Shan Zheng\";a:3:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}}s:7:\"Macondo\";a:3:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"Macondo Swash Caps\";a:3:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Mada\";a:3:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}}s:5:\"Magra\";a:3:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"Maiden Orange\";a:3:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Maitree\";a:3:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:18:\"Major Mono Display\";a:3:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:4:\"Mako\";a:3:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Mali\";a:3:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:8:\"Mallanna\";a:3:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:7:\"Mandali\";a:3:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:7:\"Manjari\";a:3:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"malayalam\";i:1;s:5:\"latin\";}}s:8:\"Mansalva\";a:3:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Manuale\";a:3:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:9:\"Marcellus\";a:3:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Marcellus SC\";a:3:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Marck Script\";a:3:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:9:\"Margarine\";a:3:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Markazi Text\";a:3:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:9:\"Marko One\";a:3:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Marmelad\";a:3:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Martel\";a:3:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Martel Sans\";a:3:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Marvel\";a:3:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Mate\";a:3:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Mate SC\";a:3:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Maven Pro\";a:3:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"McLaren\";a:3:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Meddon\";a:3:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"MedievalSharp\";a:3:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Medula One\";a:3:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Meera Inimai\";a:3:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:5:\"tamil\";}}s:6:\"Megrim\";a:3:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"Meie Script\";a:3:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Merienda\";a:3:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Merienda One\";a:3:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Merriweather\";a:3:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:17:\"Merriweather Sans\";a:3:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Metal\";a:3:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:11:\"Metal Mania\";a:3:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Metamorphous\";a:3:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Metrophobic\";a:3:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:8:\"Michroma\";a:3:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Milonga\";a:3:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Miltonian\";a:3:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"Miltonian Tattoo\";a:3:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Mina\";a:3:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Miniver\";a:3:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Miriam Libre\";a:3:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Mirza\";a:3:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:14:\"Miss Fajardose\";a:3:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"Mitr\";a:3:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:5:\"Modak\";a:3:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:14:\"Modern Antiqua\";a:3:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Mogra\";a:3:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:7:\"Molengo\";a:3:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Molle\";a:3:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Monda\";a:3:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Monofett\";a:3:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Monoton\";a:3:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:20:\"Monsieur La Doulaise\";a:3:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Montaga\";a:3:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Montez\";a:3:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Montserrat\";a:3:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:21:\"Montserrat Alternates\";a:3:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:20:\"Montserrat Subrayada\";a:3:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Moul\";a:3:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:8:\"Moulpali\";a:3:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:22:\"Mountains of Christmas\";a:3:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"Mouse Memoirs\";a:3:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Mr Bedfort\";a:3:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Mr Dafoe\";a:3:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"Mr De Haviland\";a:3:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:19:\"Mrs Saint Delafield\";a:3:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"Mrs Sheppards\";a:3:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Mukta\";a:3:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Mukta Mahee\";a:3:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Mukta Malar\";a:3:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:5:\"tamil\";i:2;s:9:\"latin-ext\";}}s:11:\"Mukta Vaani\";a:3:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:4:\"Muli\";a:3:{s:6:\"family\";s:4:\"Muli\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:13:\"Mystery Quest\";a:3:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"NTR\";a:3:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:18:\"Nanum Brush Script\";a:3:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:12:\"Nanum Gothic\";a:3:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:19:\"Nanum Gothic Coding\";a:3:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:14:\"Nanum Myeongjo\";a:3:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:16:\"Nanum Pen Script\";a:3:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"Neucha\";a:3:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}}s:6:\"Neuton\";a:3:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"New Rocker\";a:3:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"News Cycle\";a:3:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Niconne\";a:3:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Niramit\";a:3:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:9:\"Nixie One\";a:3:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Nobile\";a:3:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Nokora\";a:3:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"Norican\";a:3:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Nosifer\";a:3:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Notable\";a:3:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:20:\"Nothing You Could Do\";a:3:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Noticia Text\";a:3:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:9:\"Noto Sans\";a:3:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:10:\"devanagari\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";i:6;s:5:\"greek\";i:7;s:9:\"latin-ext\";}}s:12:\"Noto Sans HK\";a:3:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:16:\"chinese-hongkong\";}}s:12:\"Noto Sans JP\";a:3:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}}s:12:\"Noto Sans KR\";a:3:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:12:\"Noto Sans SC\";a:3:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}}s:12:\"Noto Sans TC\";a:3:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:19:\"chinese-traditional\";i:1;s:5:\"latin\";}}s:10:\"Noto Serif\";a:3:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:13:\"Noto Serif JP\";a:3:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}}s:13:\"Noto Serif KR\";a:3:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:13:\"Noto Serif SC\";a:3:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}}s:13:\"Noto Serif TC\";a:3:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:19:\"chinese-traditional\";i:1;s:5:\"latin\";}}s:8:\"Nova Cut\";a:3:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Nova Flat\";a:3:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Nova Mono\";a:3:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";}}s:9:\"Nova Oval\";a:3:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Nova Round\";a:3:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"Nova Script\";a:3:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Nova Slim\";a:3:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"Nova Square\";a:3:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Numans\";a:3:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Nunito\";a:3:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:11:\"Nunito Sans\";a:3:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Odibee Sans\";a:3:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"Odor Mean Chey\";a:3:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"Offside\";a:3:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"Old Standard TT\";a:3:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:9:\"Oldenburg\";a:3:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Oleo Script\";a:3:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:22:\"Oleo Script Swash Caps\";a:3:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Open Sans\";a:3:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:19:\"Open Sans Condensed\";a:3:{s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:11:\"Oranienbaum\";a:3:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:8:\"Orbitron\";a:3:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Oregano\";a:3:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Orienta\";a:3:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"Original Surfer\";a:3:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Oswald\";a:3:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:16:\"Over the Rainbow\";a:3:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Overlock\";a:3:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Overlock SC\";a:3:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Overpass\";a:3:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"Overpass Mono\";a:3:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"Ovo\";a:3:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Oxanium\";a:3:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Oxygen\";a:3:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Oxygen Mono\";a:3:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"PT Mono\";a:3:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:7:\"PT Sans\";a:3:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:15:\"PT Sans Caption\";a:3:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:14:\"PT Sans Narrow\";a:3:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:8:\"PT Serif\";a:3:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:16:\"PT Serif Caption\";a:3:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:8:\"Pacifico\";a:3:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:6:\"Padauk\";a:3:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:7:\"myanmar\";i:1;s:5:\"latin\";}}s:9:\"Palanquin\";a:3:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:14:\"Palanquin Dark\";a:3:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:8:\"Pangolin\";a:3:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:7:\"Paprika\";a:3:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Parisienne\";a:3:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Passero One\";a:3:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Passion One\";a:3:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"Pathway Gothic One\";a:3:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Patrick Hand\";a:3:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:15:\"Patrick Hand SC\";a:3:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Pattaya\";a:3:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:9:\"Patua One\";a:3:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Pavanam\";a:3:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:5:\"tamil\";i:2;s:9:\"latin-ext\";}}s:11:\"Paytone One\";a:3:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Peddana\";a:3:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:7:\"Peralta\";a:3:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"Permanent Marker\";a:3:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"Petit Formal Script\";a:3:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Petrona\";a:3:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"Philosopher\";a:3:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:6:\"Piedra\";a:3:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"Pinyon Script\";a:3:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Pirata One\";a:3:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Plaster\";a:3:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"Play\";a:3:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:5:\"greek\";i:5;s:9:\"latin-ext\";}}s:8:\"Playball\";a:3:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"Playfair Display\";a:3:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:19:\"Playfair Display SC\";a:3:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:7:\"Podkova\";a:3:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:10:\"Poiret One\";a:3:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"Poller One\";a:3:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Poly\";a:3:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Pompiere\";a:3:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Pontano Sans\";a:3:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Poor Story\";a:3:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:7:\"Poppins\";a:3:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:16:\"Port Lligat Sans\";a:3:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"Port Lligat Slab\";a:3:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"Pragati Narrow\";a:3:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Prata\";a:3:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:11:\"Preahvihear\";a:3:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:14:\"Press Start 2P\";a:3:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:5:\"greek\";i:4;s:9:\"latin-ext\";}}s:5:\"Pridi\";a:3:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:14:\"Princess Sofia\";a:3:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Prociono\";a:3:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Prompt\";a:3:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:10:\"Prosto One\";a:3:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Proza Libre\";a:3:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Public Sans\";a:3:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Puritan\";a:3:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Purple Purse\";a:3:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Quando\";a:3:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Quantico\";a:3:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Quattrocento\";a:3:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"Quattrocento Sans\";a:3:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Questrial\";a:3:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Quicksand\";a:3:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:14:\"Quintessential\";a:3:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Qwigley\";a:3:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"Racing Sans One\";a:3:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Radley\";a:3:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Rajdhani\";a:3:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Rakkas\";a:3:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Raleway\";a:3:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Raleway Dots\";a:3:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Ramabhadra\";a:3:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:8:\"Ramaraja\";a:3:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:6:\"Rambla\";a:3:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Rammetto One\";a:3:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Ranchers\";a:3:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Rancho\";a:3:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Ranga\";a:3:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:4:\"Rasa\";a:3:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:9:\"Rationale\";a:3:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Ravi Prakash\";a:3:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:15:\"Red Hat Display\";a:3:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Red Hat Text\";a:3:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Redressed\";a:3:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Reem Kufi\";a:3:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}}s:13:\"Reenie Beanie\";a:3:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Revalia\";a:3:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"Rhodium Libre\";a:3:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Ribeye\";a:3:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"Ribeye Marrow\";a:3:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Righteous\";a:3:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Risque\";a:3:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Roboto\";a:3:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:16:\"Roboto Condensed\";a:3:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:11:\"Roboto Mono\";a:3:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:11:\"Roboto Slab\";a:3:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:9:\"Rochester\";a:3:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Rock Salt\";a:3:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Rokkitt\";a:3:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:9:\"Romanesco\";a:3:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Ropa Sans\";a:3:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Rosario\";a:3:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:8:\"Rosarivo\";a:3:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Rouge Script\";a:3:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Rozha One\";a:3:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Rubik\";a:3:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:14:\"Rubik Mono One\";a:3:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:4:\"Ruda\";a:3:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:6:\"Rufina\";a:3:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Ruge Boogie\";a:3:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Ruluko\";a:3:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Rum Raisin\";a:3:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"Ruslan Display\";a:3:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:9:\"Russo One\";a:3:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Ruthie\";a:3:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"Rye\";a:3:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Sacramento\";a:3:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Sahitya\";a:3:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}}s:4:\"Sail\";a:3:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Saira\";a:3:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:15:\"Saira Condensed\";a:3:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:21:\"Saira Extra Condensed\";a:3:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:20:\"Saira Semi Condensed\";a:3:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:17:\"Saira Stencil One\";a:3:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Salsa\";a:3:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Sanchez\";a:3:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Sancreek\";a:3:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Sansita\";a:3:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Sarabun\";a:3:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:6:\"Sarala\";a:3:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"Sarina\";a:3:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Sarpanch\";a:3:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Satisfy\";a:3:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"Sawarabi Gothic\";a:3:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"japanese\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:15:\"Sawarabi Mincho\";a:3:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Scada\";a:3:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:12:\"Scheherazade\";a:3:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}}s:10:\"Schoolbell\";a:3:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Scope One\";a:3:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"Seaweed Script\";a:3:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Secular One\";a:3:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:12:\"Sedgwick Ave\";a:3:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:20:\"Sedgwick Ave Display\";a:3:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:9:\"Sevillana\";a:3:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Seymour One\";a:3:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:18:\"Shadows Into Light\";a:3:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:22:\"Shadows Into Light Two\";a:3:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Shanti\";a:3:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Share\";a:3:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Share Tech\";a:3:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"Share Tech Mono\";a:3:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Shojumaru\";a:3:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Short Stack\";a:3:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Shrikhand\";a:3:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:8:\"Siemreap\";a:3:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:10:\"Sigmar One\";a:3:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Signika\";a:3:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"Signika Negative\";a:3:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Simonetta\";a:3:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Single Day\";a:3:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"korean\";}}s:7:\"Sintony\";a:3:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"Sirin Stencil\";a:3:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Six Caps\";a:3:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Skranji\";a:3:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Slabo 13px\";a:3:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Slabo 27px\";a:3:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Slackey\";a:3:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Smokum\";a:3:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Smythe\";a:3:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Sniglet\";a:3:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Snippet\";a:3:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"Snowburst One\";a:3:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Sofadi One\";a:3:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"Sofia\";a:3:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Solway\";a:3:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Song Myung\";a:3:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:10:\"Sonsie One\";a:3:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"Sorts Mill Goudy\";a:3:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"Source Code Pro\";a:3:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:5:\"greek\";i:5;s:9:\"latin-ext\";}}s:15:\"Source Sans Pro\";a:3:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";i:5;s:5:\"greek\";i:6;s:9:\"latin-ext\";}}s:16:\"Source Serif Pro\";a:3:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Space Mono\";a:3:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Spartan\";a:3:{s:6:\"family\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"Special Elite\";a:3:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Spectral\";a:3:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:11:\"Spectral SC\";a:3:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:10:\"Spicy Rice\";a:3:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Spinnaker\";a:3:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Spirax\";a:3:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"Squada One\";a:3:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:20:\"Sree Krushnadevaraya\";a:3:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:8:\"Sriracha\";a:3:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:8:\"Srisakdi\";a:3:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:11:\"Staatliches\";a:3:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Stalemate\";a:3:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"Stalinist One\";a:3:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:15:\"Stardos Stencil\";a:3:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:21:\"Stint Ultra Condensed\";a:3:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:20:\"Stint Ultra Expanded\";a:3:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Stoke\";a:3:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Strait\";a:3:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Stylish\";a:3:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:19:\"Sue Ellen Francisco\";a:3:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Suez One\";a:3:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:13:\"Sulphur Point\";a:3:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Sumana\";a:3:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:9:\"Sunflower\";a:3:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:9:\"Sunshiney\";a:3:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"Supermercado One\";a:3:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Sura\";a:3:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Suranna\";a:3:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:9:\"Suravaram\";a:3:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:11:\"Suwannaphum\";a:3:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:18:\"Swanky and Moo Moo\";a:3:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Syncopate\";a:3:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Tajawal\";a:3:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}}s:9:\"Tangerine\";a:3:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Taprom\";a:3:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:5:\"Tauri\";a:3:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Taviraj\";a:3:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:4:\"Teko\";a:3:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Telex\";a:3:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"Tenali Ramakrishna\";a:3:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:10:\"Tenor Sans\";a:3:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Text Me One\";a:3:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Thasadith\";a:3:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:18:\"The Girl Next Door\";a:3:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Tienne\";a:3:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Tillana\";a:3:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:7:\"Timmana\";a:3:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}s:5:\"Tinos\";a:3:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"vietnamese\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";i:6;s:5:\"greek\";i:7;s:9:\"latin-ext\";}}s:9:\"Titan One\";a:3:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"Titillium Web\";a:3:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Tomorrow\";a:3:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"Trade Winds\";a:3:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Trirong\";a:3:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:7:\"Trocchi\";a:3:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Trochut\";a:3:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Trykker\";a:3:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"Tulpen One\";a:3:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"Turret Road\";a:3:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Ubuntu\";a:3:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:5:\"greek\";i:5;s:9:\"latin-ext\";}}s:16:\"Ubuntu Condensed\";a:3:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:5:\"greek\";i:5;s:9:\"latin-ext\";}}s:11:\"Ubuntu Mono\";a:3:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:9:\"greek-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:5:\"greek\";i:5;s:9:\"latin-ext\";}}s:5:\"Ultra\";a:3:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"Uncial Antiqua\";a:3:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Underdog\";a:3:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:9:\"Unica One\";a:3:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"UnifrakturCook\";a:3:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"UnifrakturMaguntia\";a:3:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"Unkempt\";a:3:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Unlock\";a:3:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Unna\";a:3:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"VT323\";a:3:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:11:\"Vampiro One\";a:3:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"Varela\";a:3:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"Varela Round\";a:3:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:11:\"Vast Shadow\";a:3:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"Vesper Libre\";a:3:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:5:\"Vibes\";a:3:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}}s:5:\"Vibur\";a:3:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Vidaloka\";a:3:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Viga\";a:3:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"Voces\";a:3:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"Volkhov\";a:3:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Vollkorn\";a:3:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:5:\"greek\";i:5;s:9:\"latin-ext\";}}s:11:\"Vollkorn SC\";a:3:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:8:\"Voltaire\";a:3:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:23:\"Waiting for the Sunrise\";a:3:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"Wallpoet\";a:3:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"Walter Turncoat\";a:3:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"Warnes\";a:3:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Wellfleet\";a:3:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"Wendy One\";a:3:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"Wire One\";a:3:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Work Sans\";a:3:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"Yanone Kaffeesatz\";a:3:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}s:11:\"Yantramanav\";a:3:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:9:\"Yatra One\";a:3:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"Yellowtail\";a:3:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"Yeon Sung\";a:3:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:10:\"Yeseva One\";a:3:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"vietnamese\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}}s:10:\"Yesteryear\";a:3:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"Yrsa\";a:3:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"ZCOOL KuaiLe\";a:3:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}}s:13:\"ZCOOL XiaoWei\";a:3:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}}s:6:\"Zeyada\";a:3:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"Zhi Mang Xing\";a:3:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}}s:10:\"Zilla Slab\";a:3:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:20:\"Zilla Slab Highlight\";a:3:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}}',	'no'),
(6010,	'_site_transient_timeout_browser_0a131f04d1731136204a4eb39fde5d4b',	'1583218598',	'no'),
(6011,	'_site_transient_browser_0a131f04d1731136204a4eb39fde5d4b',	'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"80.0.3987.117\";s:8:\"platform\";s:7:\"Android\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:1;}',	'no'),
(6153,	'_transient_start_estimate+/tmp/ordersIoLd8A',	'1',	'yes'),
(6256,	'_transient_timeout_wc_report_sales_by_date',	'1583221081',	'no'),
(6257,	'_transient_wc_report_sales_by_date',	'a:32:{s:32:\"e78f0084a093c1c2b0244c45b562c919\";a:1:{i:0;O:8:\"stdClass\":2:{s:5:\"count\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-02-10 12:59:31\";}}s:32:\"0f50544ef30818df6c8b23a92a7395ec\";a:0:{}s:32:\"12841ead6e5572ac394bb3991140c86d\";a:1:{i:0;O:8:\"stdClass\":2:{s:16:\"order_item_count\";s:2:\"13\";s:9:\"post_date\";s:19:\"2020-02-10 12:59:31\";}}s:32:\"fe6e84174064faf0e2a917dc5036aa4b\";N;s:32:\"486c58922653fc9b45a12636e5e3898c\";a:1:{i:0;O:8:\"stdClass\":5:{s:11:\"total_sales\";s:6:\"4197.5\";s:14:\"total_shipping\";s:3:\"2.5\";s:9:\"total_tax\";s:1:\"0\";s:18:\"total_shipping_tax\";s:1:\"0\";s:9:\"post_date\";s:19:\"2020-02-10 12:59:31\";}}s:32:\"b1f2d3d79f59a59fc27d17deb291d443\";a:0:{}s:32:\"db57aee4025268cfe96481bbaf213bd9\";a:0:{}s:32:\"9fe68a874f9b53ccf3a94472ff27e8a1\";a:0:{}s:32:\"4fc38b70af08a59ff8ad3f564880bdae\";a:1:{i:0;O:8:\"stdClass\":2:{s:5:\"count\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-02-10 12:59:31\";}}s:32:\"17eab1eeb137457b745031a1f7b096ed\";a:0:{}s:32:\"f7dda4a1141179dcd890a0463d51333f\";a:1:{i:0;O:8:\"stdClass\":2:{s:16:\"order_item_count\";s:2:\"13\";s:9:\"post_date\";s:19:\"2020-02-10 12:59:31\";}}s:32:\"ba78f489eb490e3e7ab73a8c892a3624\";N;s:32:\"3dd3206544757d90346d3558a2e0608c\";a:1:{i:0;O:8:\"stdClass\":5:{s:11:\"total_sales\";s:6:\"4197.5\";s:14:\"total_shipping\";s:3:\"2.5\";s:9:\"total_tax\";s:1:\"0\";s:18:\"total_shipping_tax\";s:1:\"0\";s:9:\"post_date\";s:19:\"2020-02-10 12:59:31\";}}s:32:\"bd1a228d70f68c36026febc2217d1b39\";a:0:{}s:32:\"4094f52239d2139a33367ff73bace301\";a:0:{}s:32:\"09ca5d052e495de33e90cd1ab94b3e60\";a:0:{}s:32:\"e66ed20a2b836c5876c25ea9d940ca80\";a:0:{}s:32:\"31d8fd5465842749d29b77c8b36990fd\";a:0:{}s:32:\"104f40f6c8e8b96e8bc2814966f93af8\";a:0:{}s:32:\"301d2fc3f84d2502e63e9859b93ca737\";N;s:32:\"9c055b77e7736abe3cd5ccd41ffba5b5\";a:0:{}s:32:\"6aff305463899eb7c4403123efaf8cee\";a:0:{}s:32:\"569859ee77814619cfe702d5afa65d64\";a:0:{}s:32:\"fe7cf994a630807c4777d51c28741699\";a:0:{}s:32:\"d8594674aecd9a1be361607284d2d5f3\";a:0:{}s:32:\"50cd5dacea51faaa1cbcc2c43f6a3b05\";a:0:{}s:32:\"1d14b35a689289f3930c6277c1eabbcf\";a:0:{}s:32:\"056e53d9d5842144e67846944a6c2e58\";N;s:32:\"f8bd9c317023ae5ce0ce376d7da1a6c6\";a:0:{}s:32:\"89cceefe4c3f6373ac4286dc4230ea88\";a:0:{}s:32:\"e9e78c87b5260ffaef4a1b93dc8c5701\";a:0:{}s:32:\"7e1677c20b71b197cea82ee6bd35dacc\";a:0:{}}',	'no'),
(6258,	'_transient_timeout_wc_admin_report',	'1583221081',	'no'),
(6259,	'_transient_wc_admin_report',	'a:4:{s:32:\"a3fb17e4dfab32fb73bb9bc4d2fe893d\";a:1:{i:0;O:8:\"stdClass\":2:{s:15:\"sparkline_value\";s:6:\"4197.5\";s:9:\"post_date\";s:19:\"2020-02-10 12:59:31\";}}s:32:\"65747b4bec4c9ff56fb7c118a9760e57\";a:1:{i:0;O:8:\"stdClass\":3:{s:10:\"product_id\";s:4:\"3037\";s:15:\"sparkline_value\";s:2:\"10\";s:9:\"post_date\";s:19:\"2020-02-10 12:59:31\";}}s:32:\"c3b4ae32351ab4567dbbb097aa14a52d\";a:0:{}s:32:\"2a61c6fe61f3dedf27ba22c06cdd3ecc\";a:0:{}}',	'no'),
(4544,	'_transient_wc_attribute_taxonomies',	'a:0:{}',	'yes'),
(2726,	'ai1wm_secret_key',	'ccWkjGfmlEBm',	'yes'),
(2727,	'ai1wm_status',	'a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:363:\"<a href=\"https://truma.youarenearly.online/wp-content/ai1wm-backups/truma.youarenearly.online-20200228-195239-dyfqhe.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"truma.youarenearly.online\" download=\"truma.youarenearly.online-20200228-195239-dyfqhe.wpress\"><span>Download truma.youarenearly.online</span><em>Size: 247 MB</em></a>\";}',	'yes'),
(5480,	'worldpay_stripe_notice',	'0',	'yes'),
(6266,	'_transient_timeout_plugin_slugs',	'1583174697',	'no'),
(6267,	'_transient_plugin_slugs',	'a:12:{i:0;s:47:\"woo-order-export-lite/woo-order-export-lite.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:25:\"CuteSlider/cuteslider.php\";i:3;s:11:\"map/map.php\";i:4;s:25:\"woo-easy-pay/worldpay.php\";i:5;s:41:\"password-protected/password-protected.php\";i:6;s:37:\"user-role-editor/user-role-editor.php\";i:7;s:27:\"woocommerce/woocommerce.php\";i:8;s:39:\"woocommerce-admin/woocommerce-admin.php\";i:9;s:41:\"wordpress-importer/wordpress-importer.php\";i:10;s:39:\"wp-file-manager/file_folder_manager.php\";i:11;s:24:\"wordpress-seo/wp-seo.php\";}',	'no'),
(2589,	'woocommerce_maxmind_geolocation_settings',	'a:1:{s:15:\"database_prefix\";s:32:\"SggWUp3remDkTUBCUTTKpc5BjznydJDc\";}',	'yes'),
(2017,	'wpseo',	'a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:4:\"13.1\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:7:\"staging\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1581423017;s:13:\"myyoast-oauth\";b:0;}',	'yes'),
(2018,	'wpseo_titles',	'a:146:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:1;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:109:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/powrtouch_caravan_movers_logo-e1580140114829.png\";s:15:\"company_logo_id\";i:2728;s:12:\"company_name\";s:12:\"Powrtouch UK\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:1;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";s:1:\"0\";s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";s:1:\"0\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:13:\"title-product\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:0:\"\";s:15:\"noindex-product\";b:0;s:16:\"showdate-product\";b:0;s:26:\"display-metabox-pt-product\";b:1;s:26:\"post_types-product-maintax\";i:0;s:23:\"title-ptarchive-product\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-product\";s:0:\"\";s:25:\"bctitle-ptarchive-product\";s:0:\"\";s:25:\"noindex-ptarchive-product\";b:0;s:15:\"title-zn_layout\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-zn_layout\";s:0:\"\";s:17:\"noindex-zn_layout\";b:1;s:18:\"showdate-zn_layout\";b:0;s:28:\"display-metabox-pt-zn_layout\";b:1;s:28:\"post_types-zn_layout-maintax\";s:1:\"0\";s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:0:\"\";s:17:\"noindex-portfolio\";b:1;s:18:\"showdate-portfolio\";b:0;s:28:\"display-metabox-pt-portfolio\";b:1;s:28:\"post_types-portfolio-maintax\";i:0;s:25:\"title-ptarchive-portfolio\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-portfolio\";s:0:\"\";s:27:\"bctitle-ptarchive-portfolio\";s:0:\"\";s:27:\"noindex-ptarchive-portfolio\";b:0;s:19:\"title-documentation\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-documentation\";s:0:\"\";s:21:\"noindex-documentation\";b:1;s:22:\"showdate-documentation\";b:0;s:32:\"display-metabox-pt-documentation\";b:1;s:32:\"post_types-documentation-maintax\";i:0;s:29:\"title-ptarchive-documentation\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:32:\"metadesc-ptarchive-documentation\";s:0:\"\";s:31:\"bctitle-ptarchive-documentation\";s:0:\"\";s:31:\"noindex-ptarchive-documentation\";b:0;s:32:\"title-tax-documentation_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-tax-documentation_category\";s:0:\"\";s:42:\"display-metabox-tax-documentation_category\";b:1;s:34:\"noindex-tax-documentation_category\";b:0;s:40:\"taxonomy-documentation_category-ptparent\";i:0;s:26:\"title-tax-project_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-project_category\";s:0:\"\";s:36:\"display-metabox-tax-project_category\";b:1;s:28:\"noindex-tax-project_category\";b:0;s:34:\"taxonomy-project_category-ptparent\";i:0;s:21:\"title-tax-product_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_cat\";s:0:\"\";s:31:\"display-metabox-tax-product_cat\";b:1;s:23:\"noindex-tax-product_cat\";b:0;s:29:\"taxonomy-product_cat-ptparent\";i:0;s:21:\"title-tax-product_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_tag\";s:0:\"\";s:31:\"display-metabox-tax-product_tag\";b:1;s:23:\"noindex-tax-product_tag\";b:0;s:29:\"taxonomy-product_tag-ptparent\";i:0;s:32:\"title-tax-product_shipping_class\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-tax-product_shipping_class\";s:0:\"\";s:42:\"display-metabox-tax-product_shipping_class\";b:1;s:34:\"noindex-tax-product_shipping_class\";b:0;s:40:\"taxonomy-product_shipping_class-ptparent\";i:0;s:24:\"title-tax-portfolio_tags\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-portfolio_tags\";s:0:\"\";s:34:\"display-metabox-tax-portfolio_tags\";b:1;s:26:\"noindex-tax-portfolio_tags\";b:0;s:32:\"taxonomy-portfolio_tags-ptparent\";i:0;s:24:\"title-znpb_template_mngr\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-znpb_template_mngr\";s:0:\"\";s:26:\"noindex-znpb_template_mngr\";b:1;s:27:\"showdate-znpb_template_mngr\";b:0;s:37:\"display-metabox-pt-znpb_template_mngr\";b:1;s:37:\"post_types-znpb_template_mngr-maintax\";s:1:\"0\";s:26:\"taxonomy-category-ptparent\";s:1:\"0\";s:26:\"taxonomy-post_tag-ptparent\";s:1:\"0\";s:29:\"taxonomy-post_format-ptparent\";s:1:\"0\";}',	'yes'),
(2019,	'wpseo_social',	'a:19:{s:13:\"facebook_site\";s:37:\"https://www.facebook.com/powrtouchuk/\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:11:\"powrtouchuk\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:56:\"https://www.youtube.com/channel/UCxRXLCnVTAbLO7oYOsX46Ig\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}',	'yes'),
(4576,	'ure_tasks_queue',	'a:0:{}',	'yes'),
(6163,	'_transient_start_estimate+/tmp/ordersJTKqfu',	'1',	'yes'),
(6156,	'_transient_partial+/tmp/ordersIoLd8A',	'1',	'yes'),
(6158,	'_transient_finish+/tmp/ordersIoLd8A',	'1',	'yes'),
(6166,	'_transient_partial+/tmp/ordersJTKqfu',	'1',	'yes'),
(6168,	'_transient_finish+/tmp/ordersJTKqfu',	'1',	'yes'),
(5978,	'_site_transient_timeout_php_check_9ebfd0137bc00e03d9dbfb76ffb119e8',	'1583215742',	'no'),
(5979,	'_site_transient_php_check_9ebfd0137bc00e03d9dbfb76ffb119e8',	'a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}',	'no'),
(5466,	'woocommerce_online_worldpay_settings',	'a:19:{s:13:\"3dsecure_page\";s:4:\"3185\";s:7:\"enabled\";s:3:\"yes\";s:9:\"form_type\";s:13:\"template_form\";s:18:\"test_card_template\";s:0:\"\";s:17:\"test_cvc_template\";s:0:\"\";s:18:\"live_card_template\";s:0:\"\";s:17:\"live_cvc_template\";s:0:\"\";s:18:\"custom_form_design\";s:14:\"basic-form.php\";s:11:\"cvc_enabled\";s:3:\"yes\";s:5:\"title\";s:17:\"Credit/Debit Card\";s:14:\"cvc_saved_card\";s:3:\"yes\";s:11:\"description\";s:0:\"\";s:14:\"accepted_cards\";a:4:{i:0;s:4:\"visa\";i:1;s:4:\"amex\";i:2;s:11:\"master_card\";i:3;s:8:\"discover\";}s:11:\"charge_type\";s:7:\"capture\";s:16:\"authorize_status\";s:10:\"wc-on-hold\";s:19:\"settlement_currency\";s:3:\"GBP\";s:12:\"order_prefix\";s:0:\"\";s:12:\"order_suffix\";s:0:\"\";s:11:\"3ds_enabled\";s:2:\"no\";}',	'yes'),
(5467,	'online_worldpay_version',	'2.0.6',	'yes'),
(4627,	'acf_version',	'5.8.7',	'yes'),
(4807,	'wcj_invoicing_fonts_version',	'2.9.0',	'yes'),
(6274,	'_site_transient_timeout_popular_importers_69cd15e323f8b8b43ca0db6173636469',	'1583070417',	'no'),
(6275,	'_site_transient_popular_importers_69cd15e323f8b8b43ca0db6173636469',	'a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:54:\"Import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:71:\"Convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:10:\"wp-cat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:46:\"Import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:62:\"Import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:28:\"Import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:30:\"Import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:53:\"Import posts &amp; media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:96:\"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}',	'no'),
(5976,	'_site_transient_timeout_browser_560d830cbc3434e5cbb88dacb7c8c626',	'1583215742',	'no'),
(5977,	'_site_transient_browser_560d830cbc3434e5cbb88dacb7c8c626',	'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"79.0.3945.130\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}',	'no'),
(5482,	'stripe_wc_version',	'3.0.9',	'yes'),
(6835,	'_site_transient_timeout_kallyas_hg_dash_plugins',	'1583215366',	'no'),
(6836,	'_site_transient_kallyas_hg_dash_plugins',	'a:35:{s:19:\"kallyas-child-theme\";a:13:{s:10:\"addon_type\";s:11:\"child_theme\";s:4:\"name\";s:19:\"Kallyas child theme\";s:4:\"slug\";s:19:\"kallyas-child-theme\";s:6:\"source\";s:17:\"kallyas-child.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/QbFCbR4.png\";s:15:\"z_plugin_author\";s:13:\"Hogash Studio\";s:20:\"z_plugin_description\";s:199:\"Always stay updated and safely customize Kallyas theme code, by applying custom hooks or overriding files. <a href=\"https://codex.wordpress.org/Child_Themes\" target=\"_blank\">More on Child Themes</a>.\";s:9:\"zn_plugin\";s:0:\"\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:9:\"revslider\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:17:\"Revolution Slider\";s:4:\"slug\";s:9:\"revslider\";s:6:\"source\";s:13:\"revslider.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"6.1.8\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/zlC8IqW.png\";s:15:\"z_plugin_author\";s:10:\"themepunch\";s:20:\"z_plugin_description\";s:140:\"Slider Revolution is not only for Sliders. You can now build a beautiful one-page web presence with absolutely no coding knowledge required.\";s:9:\"zn_plugin\";s:23:\"revslider/revslider.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:15:\"RevSliderSlider\";}s:11:\"woocommerce\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:5:\"2.5.5\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/uuF94OE.png\";s:15:\"z_plugin_author\";s:9:\"woothemes\";s:20:\"z_plugin_description\";s:248:\"WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world\'s favorite eCommerce solution that gives both store owners and developers complete control.\";s:9:\"zn_plugin\";s:27:\"woocommerce/woocommerce.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:11:\"WooCommerce\";}s:7:\"bbpress\";a:13:{s:10:\"addon_type\";s:0:\"\";s:4:\"name\";s:7:\"BBpress\";s:4:\"slug\";s:7:\"bbpress\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:5:\"2.5.5\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/VjswO8O.png\";s:15:\"z_plugin_author\";s:9:\"WordPress\";s:20:\"z_plugin_description\";s:50:\"bbPress is forum software, made the WordPress way.\";s:9:\"zn_plugin\";s:19:\"bbpress/bbpress.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:7:\"booking\";a:13:{s:10:\"addon_type\";s:0:\"\";s:4:\"name\";s:16:\"Booking Calendar\";s:4:\"slug\";s:7:\"booking\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:3:\"6.2\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/9Z9j3lY.png\";s:15:\"z_plugin_author\";s:9:\"wpdevelop\";s:20:\"z_plugin_description\";s:128:\"Booking Calendar plugin - is the ultimate booking system for online reservation and availability checking service for your site.\";s:9:\"zn_plugin\";s:25:\"booking/wpdev-booking.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:16:\"hogash-post-love\";a:13:{s:10:\"addon_type\";s:0:\"\";s:4:\"name\";s:30:\"PostLove - Content like plugin\";s:4:\"slug\";s:16:\"hogash-post-love\";s:6:\"source\";s:20:\"hogash-post-love.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/VhswEdq.png\";s:15:\"z_plugin_author\";s:12:\"HogashStudio\";s:20:\"z_plugin_description\";s:145:\"Hogash Post Love brings article loving to your site. You users or visitors would be able to share their interest in your articles by loving them.\";s:9:\"zn_plugin\";s:37:\"hogash-post-love/hogash-post-love.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:10:\"CuteSlider\";a:13:{s:10:\"addon_type\";s:0:\"\";s:4:\"name\";s:11:\"Cute Slider\";s:4:\"slug\";s:10:\"CuteSlider\";s:6:\"source\";s:16:\"cutesliderwp.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:6:\"1.1.18\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/Of4CycQ.png\";s:15:\"z_plugin_author\";s:25:\"Averta and Kreatura Media\";s:20:\"z_plugin_description\";s:188:\"Cute Slider is a unique and easy to use slider with awesome 3D and 2D transition effects, captions, 4 ready to use templates, video (youtube and vimeo) support and more impressive features\";s:9:\"zn_plugin\";s:25:\"CuteSlider/cuteslider.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:183:\"This plugin is no longer maintained by its developers. Please be aware that problems may appear when using it. We strongly recommend using an alternative slider provided by the theme.\";}s:11:\"is_callable\";s:0:\"\";}s:17:\"event-calendar-wd\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:17:\"Calendar Event WD\";s:4:\"slug\";s:17:\"event-calendar-wd\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:6:\"1.1.15\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/0gv4KmJ.png\";s:15:\"z_plugin_author\";s:9:\"webdorado\";s:20:\"z_plugin_description\";s:84:\"Organize and publish your events in an easy and elegant way using Event Calendar WD.\";s:9:\"zn_plugin\";s:26:\"event-calendar-wd/ecwd.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:20:\"znpb-counter-element\";a:13:{s:10:\"addon_type\";s:10:\"pb_element\";s:4:\"name\";s:20:\"ZNPB Counter Element\";s:4:\"slug\";s:20:\"znpb-counter-element\";s:6:\"source\";s:24:\"znpb-counter-element.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"1.0.2\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/8wunBWG.png\";s:15:\"z_plugin_author\";s:13:\"Hogash Studio\";s:20:\"z_plugin_description\";s:100:\"Adds a counter element into the page builder. The element will generate an animating counter number.\";s:9:\"zn_plugin\";s:45:\"znpb-counter-element/znpb-counter-element.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:12:\"znpb-flipbox\";a:13:{s:10:\"addon_type\";s:10:\"pb_element\";s:4:\"name\";s:20:\"ZNPB FlipBox Element\";s:4:\"slug\";s:12:\"znpb-flipbox\";s:6:\"source\";s:16:\"znpb-flipbox.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"1.0.8\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/WqYhTnT.png\";s:15:\"z_plugin_author\";s:13:\"Hogash Studio\";s:20:\"z_plugin_description\";s:95:\"This element will generate an animated flipping box, which accepts custom page builder content.\";s:9:\"zn_plugin\";s:29:\"znpb-flipbox/znpb-flipbox.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:17:\"wd-instagram-feed\";a:13:{s:10:\"addon_type\";s:0:\"\";s:4:\"name\";s:17:\"Instagram Feed WD\";s:4:\"slug\";s:17:\"wd-instagram-feed\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:6:\"1.1.27\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/yG8oYPo.png\";s:15:\"z_plugin_author\";s:9:\"webdorado\";s:20:\"z_plugin_description\";s:129:\"Instagram Feed WD plugin is a user-friendly tool for displaying user or hashtag-based feeds on your website with only few clicks.\";s:9:\"zn_plugin\";s:39:\"wd-instagram-feed/wd-instagram-feed.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:42:\"bookly-responsive-appointment-booking-tool\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:11:\"Bookly Lite\";s:4:\"slug\";s:42:\"bookly-responsive-appointment-booking-tool\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:6:\"14.5.1\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/uZpo5Ym.png\";s:15:\"z_plugin_author\";s:6:\"Ladela\";s:20:\"z_plugin_description\";s:110:\"Bookly is a easy-to-use and easy-to-manage booking tool for Service providers who think about their customers.\";s:9:\"zn_plugin\";s:51:\"bookly-responsive-appointment-booking-tool/main.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:12:\"mp-timetable\";a:13:{s:10:\"addon_type\";s:0:\"\";s:4:\"name\";s:22:\"Timetable by MotoPress\";s:4:\"slug\";s:12:\"mp-timetable\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:5:\"2.0.4\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:30:\"http://i.imgur.com/cr8EkFh.png\";s:15:\"z_plugin_author\";s:9:\"MotoPress\";s:20:\"z_plugin_description\";s:162:\"MotoPress Timetable and Event Schedule is an all-around organizer plugin developed to help you create and manage online schedules for a single or multiple events.\";s:9:\"zn_plugin\";s:29:\"mp-timetable/mp-timetable.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:25:\"kallyas-addon-side-header\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:27:\"Side Header - Kallyas Addon\";s:4:\"slug\";s:25:\"kallyas-addon-side-header\";s:6:\"source\";s:29:\"kallyas-addon-side-header.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"1.4.0\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:30:\"http://i.imgur.com/YPD7bpq.png\";s:15:\"z_plugin_author\";s:12:\"HogashStudio\";s:20:\"z_plugin_description\";s:165:\"This plugin will replace the default Kallyas theme header with a side block containing components such as logo image, main navigation, search form, social icons etc.\";s:9:\"zn_plugin\";s:55:\"kallyas-addon-side-header/kallyas-addon-side-header.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:25:\"kallyas-addon-nav-overlay\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:34:\"Navigation Overlay - Kallyas Addon\";s:4:\"slug\";s:25:\"kallyas-addon-nav-overlay\";s:6:\"source\";s:29:\"kallyas-addon-nav-overlay.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:6:\"1.0.12\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:30:\"http://i.imgur.com/OST9rF6.png\";s:15:\"z_plugin_author\";s:12:\"HogashStudio\";s:20:\"z_plugin_description\";s:136:\"This plugin will replace the default Kallyas theme side panel navigation with an overlay panel. Can be used on desktop viewport as well.\";s:9:\"zn_plugin\";s:55:\"kallyas-addon-nav-overlay/kallyas-addon-nav-overlay.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:21:\"animated-text-element\";a:13:{s:10:\"addon_type\";s:10:\"pb_element\";s:4:\"name\";s:21:\"Animated Text Element\";s:4:\"slug\";s:21:\"animated-text-element\";s:6:\"source\";s:25:\"animated-text-element.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:30:\"http://i.imgur.com/mwDERYw.png\";s:15:\"z_plugin_author\";s:13:\"Hogash Studio\";s:20:\"z_plugin_description\";s:57:\"This element will display a text with a typing animation.\";s:9:\"zn_plugin\";s:47:\"animated-text-element/animated-text-element.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:12:\"znpb-tiltbox\";a:13:{s:10:\"addon_type\";s:10:\"pb_element\";s:4:\"name\";s:15:\"TiltBox Element\";s:4:\"slug\";s:12:\"znpb-tiltbox\";s:6:\"source\";s:16:\"znpb-tiltbox.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"1.0.2\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:30:\"http://i.imgur.com/RYazF16.png\";s:15:\"z_plugin_author\";s:13:\"Hogash Studio\";s:20:\"z_plugin_description\";s:102:\"This element will add a box containing texts and an image, which will be animated upon mouse hovering.\";s:9:\"zn_plugin\";s:29:\"znpb-tiltbox/znpb-tiltbox.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:18:\"znpb-posts-layouts\";a:13:{s:10:\"addon_type\";s:10:\"pb_element\";s:4:\"name\";s:26:\"Blog-Posts Layouts Element\";s:4:\"slug\";s:18:\"znpb-posts-layouts\";s:6:\"source\";s:22:\"znpb-posts-layouts.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"1.1.5\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:30:\"http://i.imgur.com/BJQ7Uhs.png\";s:15:\"z_plugin_author\";s:13:\"Hogash Studio\";s:20:\"z_plugin_description\";s:68:\"This page builder plugin will display various layouts of blog posts.\";s:9:\"zn_plugin\";s:41:\"znpb-posts-layouts/znpb-posts-layouts.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:14:\"nav-menu-roles\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:14:\"Nav Menu Roles\";s:4:\"slug\";s:14:\"nav-menu-roles\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:5:\"1.8.6\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:56:\"https://kallyas.net/images/plugin-img/nav-user-roles.png\";s:15:\"z_plugin_author\";s:14:\"helgatheviking\";s:20:\"z_plugin_description\";s:44:\"Hide custom menu items based on user roles. \";s:9:\"zn_plugin\";s:33:\"nav-menu-roles/nav-menu-roles.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:20:\"paid-memberships-pro\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:20:\"Paid Memberships Pro\";s:4:\"slug\";s:20:\"paid-memberships-pro\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:8:\"1.8.13.6\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:61:\"https://kallyas.net/images/plugin-img/paid-membershio-pro.png\";s:15:\"z_plugin_author\";s:13:\"Jason Coleman\";s:20:\"z_plugin_description\";s:132:\"A revenue-generating machine for membership sites. Unlimited levels with recurring payment, protected content and member management.\";s:9:\"zn_plugin\";s:45:\"paid-memberships-pro/paid-memberships-pro.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:17:\"pmpro-woocommerce\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:41:\"Paid Memberships Pro - WooCommerce Add On\";s:4:\"slug\";s:17:\"pmpro-woocommerce\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:3:\"1.4\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:64:\"https://kallyas.net/images/plugin-img/paid-membershio-pro-wc.png\";s:15:\"z_plugin_author\";s:22:\"Jason Coleman, Messica\";s:20:\"z_plugin_description\";s:49:\"Integrates Paid Memberships Pro with WooCommerce.\";s:9:\"zn_plugin\";s:39:\"pmpro-woocommerce/pmpro-woocommerce.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:14:\"instashow-lite\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:22:\"Instagram Feed Gallery\";s:4:\"slug\";s:14:\"instashow-lite\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:5:\"1.3.0\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:51:\"https://kallyas.net/images/plugin-img/instashow.png\";s:15:\"z_plugin_author\";s:8:\"Elfsight\";s:20:\"z_plugin_description\";s:53:\"Allows setting up gorgeous grids of Instagram photos.\";s:9:\"zn_plugin\";s:33:\"instashow-lite/instashow-lite.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:16:\"wp-hotel-booking\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:16:\"WP Hotel Booking\";s:4:\"slug\";s:16:\"wp-hotel-booking\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:7:\"1.7.6.4\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:58:\"https://kallyas.net/images/plugin-img/wp-hotel-booking.png\";s:15:\"z_plugin_author\";s:9:\"ThimPress\";s:20:\"z_plugin_description\";s:46:\"A complete hotel booking plugin for WordPress.\";s:9:\"zn_plugin\";s:37:\"wp-hotel-booking/wp-hotel-booking.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:16:\"znpb-breadcrumbs\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:16:\"ZNPB Breadcrumbs\";s:4:\"slug\";s:16:\"znpb-breadcrumbs\";s:6:\"source\";s:20:\"znpb-breadcrumbs.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:30:\"http://i.imgur.com/ZKTpj9d.png\";s:15:\"z_plugin_author\";s:13:\"Hogash Studio\";s:20:\"z_plugin_description\";s:50:\"Simple way of displaying breadcrumbs in your page.\";s:9:\"zn_plugin\";s:37:\"znpb-breadcrumbs/znpb-breadcrumbs.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:16:\"hogash-mailchimp\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:16:\"Hogash Mailchimp\";s:4:\"slug\";s:16:\"hogash-mailchimp\";s:6:\"source\";s:20:\"hogash-mailchimp.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"1.0.4\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:30:\"http://i.imgur.com/V4A2Rat.png\";s:15:\"z_plugin_author\";s:13:\"Hogash Studio\";s:20:\"z_plugin_description\";s:68:\"A plugin that will add Mailchimp functionality to all Hogash themes.\";s:9:\"zn_plugin\";s:37:\"hogash-mailchimp/hogash-mailchimp.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:19:\"hg-before-and-after\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:22:\"Before & After element\";s:4:\"slug\";s:19:\"hg-before-and-after\";s:6:\"source\";s:23:\"hg-before-and-after.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:25:\"//i.imgur.com/VClE1Ad.png\";s:15:\"z_plugin_author\";s:13:\"Hogash Studio\";s:20:\"z_plugin_description\";s:151:\"This plugin will add a before and after element. It will allow you to present two images with a bar that the user can drag to reveal the image bellow .\";s:9:\"zn_plugin\";s:43:\"hg-before-and-after/hg-before-and-after.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:14:\"wp-car-manager\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:14:\"WP Car Manager\";s:4:\"slug\";s:14:\"wp-car-manager\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:5:\"1.3.5\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:56:\"https://kallyas.net/images/plugin-img/wp-car-manager.png\";s:15:\"z_plugin_author\";s:6:\"Never5\";s:20:\"z_plugin_description\";s:90:\"WP Car Manager allows you to manage and list your cars from within your WordPress website!\";s:9:\"zn_plugin\";s:33:\"wp-car-manager/wp-car-manager.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:20:\"wp-notification-bars\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:20:\"WP Notification Bars\";s:4:\"slug\";s:20:\"wp-notification-bars\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:28:\"http://imgur.com/jGhk0RA.png\";s:15:\"z_plugin_author\";s:11:\"MyThemeShop\";s:20:\"z_plugin_description\";s:190:\"WP Notification Bars is a custom notification and alert bar plugin for WordPress which is perfect for marketing promotions, alerts, increasing click throughs to other pages and so much more.\";s:9:\"zn_plugin\";s:45:\"wp-notification-bars/wp-notification-bars.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:12:\"powies-whois\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:26:\"Powie\'s WHOIS Domain Check\";s:4:\"slug\";s:12:\"powies-whois\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:6:\"0.9.26\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:55:\"https://kallyas.net/images/plugin-img/hosting-check.png\";s:15:\"z_plugin_author\";s:15:\"Thomas Ehrhardt\";s:20:\"z_plugin_description\";s:44:\"Checks Domain WHOIS Lookup for availability.\";s:9:\"zn_plugin\";s:29:\"powies-whois/powies-whois.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:23:\"yith-infinite-scrolling\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:23:\"YITH Infinite Scrolling\";s:4:\"slug\";s:23:\"yith-infinite-scrolling\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:5:\"1.0.9\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:64:\"https://ps.w.org/yith-infinite-scrolling/assets/icon-128x128.jpg\";s:15:\"z_plugin_author\";s:8:\"YITHEMES\";s:20:\"z_plugin_description\";s:293:\"People have become used to see contents online in a sequential way: think about Facebook or Twitter, two navigation systems that now influence how we browse the web. With YITH Infinite Scrolling, we have decided to apply this idea for an immediate and direct consultation of the page contents!\";s:9:\"zn_plugin\";s:32:\"yith-infinite-scrolling/init.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:16:\"post-types-order\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:16:\"Post Types Order\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:7:\"1.9.3.9\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:69:\"https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428\";s:15:\"z_plugin_author\";s:8:\"Nsp Code\";s:20:\"z_plugin_description\";s:107:\"A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability.\";s:9:\"zn_plugin\";s:37:\"post-types-order/post-types-order.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:22:\"woo-variation-swatches\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:30:\"WooCommerce Variation Swatches\";s:4:\"slug\";s:22:\"woo-variation-swatches\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:6:\"1.0.44\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:59:\"https://kallyas.net/images/plugin-img/variationswatches.png\";s:15:\"z_plugin_author\";s:11:\"Emran Ahmed\";s:20:\"z_plugin_description\";s:88:\"Beautiful Color, Image and Buttons Variation Swatches For WooCommerce Product Attributes\";s:9:\"zn_plugin\";s:49:\"woo-variation-swatches/woo-variation-swatches.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:15:\"woo-lucky-wheel\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:43:\"WooCommerce Lucky Wheel &ndash; Spin a Sale\";s:4:\"slug\";s:15:\"woo-lucky-wheel\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:7:\"1.0.4.3\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:72:\"https://kallyas.net/images/plugin-img/lucky-wheel-woocommerce-plugin.png\";s:15:\"z_plugin_author\";s:10:\"VillaTheme\";s:20:\"z_plugin_description\";s:93:\"Collect emails from customers who visit your store by giving them a chance to win a discount.\";s:9:\"zn_plugin\";s:35:\"woo-lucky-wheel/woo-lucky-wheel.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:24:\"countdown-timer-ultimate\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:24:\"Countdown Timer Ultimate\";s:4:\"slug\";s:24:\"countdown-timer-ultimate\";s:6:\"source\";s:0:\"\";s:11:\"source_type\";s:4:\"repo\";s:7:\"version\";s:5:\"1.1.5\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:56:\"https://kallyas.net/images/plugin-img/counter-plugin.png\";s:15:\"z_plugin_author\";s:17:\"WP Online Support\";s:20:\"z_plugin_description\";s:61:\"A very simple plugin to add countdown timer to your website. \";s:9:\"zn_plugin\";s:44:\"countdown-timer-ultimate/countdown-timer.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}s:6:\"leadin\";a:13:{s:10:\"addon_type\";s:2:\"-1\";s:4:\"name\";s:28:\"HubSpot All-In-One Marketing\";s:4:\"slug\";s:6:\"leadin\";s:6:\"source\";s:10:\"leadin.zip\";s:11:\"source_type\";s:8:\"internal\";s:7:\"version\";s:5:\"7.5.0\";s:7:\"private\";s:1:\"0\";s:13:\"z_plugin_icon\";s:62:\"https://my.hogash.com/wp-content/uploads/2019/05/hubspot-1.png\";s:15:\"z_plugin_author\";s:7:\"HubSpot\";s:20:\"z_plugin_description\";s:215:\"HubSpot All-In-One Marketing is the ultimate free marketing plugin for WordPress if you want to grow your email list, generate leads, and manage all your contacts inside HubSpot&amp;amp;amp;amp;amp;rsquo;s free CRM.\";s:9:\"zn_plugin\";s:17:\"leadin/leadin.php\";s:10:\"deprecated\";a:1:{s:7:\"message\";s:0:\"\";}s:11:\"is_callable\";s:0:\"\";}}',	'no'),
(6881,	'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9',	'1583177889',	'no'),
(6882,	'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9',	'1583134689',	'no'),
(6883,	'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b',	'1583177889',	'no'),
(6884,	'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b',	'<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/02/wordpress-5-4-beta-3/\'>WordPress 5.4 Beta 3</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/elementor-raises-15-million-plans-to-invest-in-the-team-product-and-community?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=elementor-raises-15-million-plans-to-invest-in-the-team-product-and-community\'>WPTavern: Elementor Raises $15 Million, Plans to Invest in the Team, Product, and Community</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-7-6-includes-rotating-tips-list-and-new-full-site-editing-blocks?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gutenberg-7-6-includes-rotating-tips-list-and-new-full-site-editing-blocks\'>WPTavern: Gutenberg 7.6 Includes Rotating Tips List and New Full-Site Editing Blocks</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/automatic-theme-and-plugin-updates-slated-for-wordpress-5-5?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automatic-theme-and-plugin-updates-slated-for-wordpress-5-5\'>WPTavern: Automatic Theme and Plugin Updates Slated for WordPress 5.5</a></li></ul></div>',	'no'),
(6832,	'_site_transient_update_plugins',	'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1583127506;s:7:\"checked\";a:12:{s:47:\"woo-order-export-lite/woo-order-export-lite.php\";s:5:\"3.1.1\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.17\";s:25:\"CuteSlider/cuteslider.php\";s:6:\"1.1.18\";s:11:\"map/map.php\";s:5:\"0.1.2\";s:25:\"woo-easy-pay/worldpay.php\";s:5:\"2.0.6\";s:41:\"password-protected/password-protected.php\";s:5:\"2.2.5\";s:37:\"user-role-editor/user-role-editor.php\";s:4:\"4.53\";s:27:\"woocommerce/woocommerce.php\";s:5:\"3.9.2\";s:39:\"woocommerce-admin/woocommerce-admin.php\";s:6:\"0.25.1\";s:41:\"wordpress-importer/wordpress-importer.php\";s:3:\"0.7\";s:39:\"wp-file-manager/file_folder_manager.php\";s:3:\"5.7\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"13.1\";}s:8:\"response\";a:1:{s:39:\"woocommerce-admin/woocommerce-admin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/woocommerce-admin\";s:4:\"slug\";s:17:\"woocommerce-admin\";s:6:\"plugin\";s:39:\"woocommerce-admin/woocommerce-admin.php\";s:11:\"new_version\";s:6:\"0.26.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/woocommerce-admin/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce-admin.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/woocommerce-admin/assets/icon-256x256.jpg?rev=2057866\";s:2:\"1x\";s:70:\"https://ps.w.org/woocommerce-admin/assets/icon-128x128.jpg?rev=2057866\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-admin/assets/banner-1544x500.jpg?rev=2057866\";s:2:\"1x\";s:72:\"https://ps.w.org/woocommerce-admin/assets/banner-772x250.jpg?rev=2057866\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:9:{s:47:\"woo-order-export-lite/woo-order-export-lite.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/woo-order-export-lite\";s:4:\"slug\";s:21:\"woo-order-export-lite\";s:6:\"plugin\";s:47:\"woo-order-export-lite/woo-order-export-lite.php\";s:11:\"new_version\";s:5:\"3.1.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/woo-order-export-lite/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/woo-order-export-lite.3.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554\";s:2:\"1x\";s:74:\"https://ps.w.org/woo-order-export-lite/assets/icon-128x128.png?rev=1365560\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.17\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.17.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2246309\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2246309\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2246309\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2246309\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"woo-easy-pay/worldpay.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/woo-easy-pay\";s:4:\"slug\";s:12:\"woo-easy-pay\";s:6:\"plugin\";s:25:\"woo-easy-pay/worldpay.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/woo-easy-pay/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woo-easy-pay.2.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/woo-easy-pay/assets/icon-256x256.png?rev=1283400\";s:2:\"1x\";s:65:\"https://ps.w.org/woo-easy-pay/assets/icon-128x128.png?rev=1283400\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/woo-easy-pay/assets/banner-1544x500.png?rev=1279026\";s:2:\"1x\";s:67:\"https://ps.w.org/woo-easy-pay/assets/banner-772x250.png?rev=1279026\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"password-protected/password-protected.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/password-protected\";s:4:\"slug\";s:18:\"password-protected\";s:6:\"plugin\";s:41:\"password-protected/password-protected.php\";s:11:\"new_version\";s:5:\"2.2.5\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/password-protected/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/password-protected.2.2.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/password-protected/assets/icon-256x256.png?rev=993628\";s:2:\"1x\";s:70:\"https://ps.w.org/password-protected/assets/icon-128x128.png?rev=993628\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/password-protected/assets/banner-1544x500.png?rev=993628\";s:2:\"1x\";s:72:\"https://ps.w.org/password-protected/assets/banner-772x250.png?rev=993628\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"user-role-editor/user-role-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/user-role-editor\";s:4:\"slug\";s:16:\"user-role-editor\";s:6:\"plugin\";s:37:\"user-role-editor/user-role-editor.php\";s:11:\"new_version\";s:4:\"4.53\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/user-role-editor/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/user-role-editor.4.53.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/user-role-editor/assets/icon-256x256.jpg?rev=1020390\";s:2:\"1x\";s:69:\"https://ps.w.org/user-role-editor/assets/icon-128x128.jpg?rev=1020390\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/user-role-editor/assets/banner-772x250.png?rev=1263116\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.9.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2075035\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2075035\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2075035\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2075035\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":9:{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:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:3:\"5.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=1846029\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=1846030\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"13.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.13.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}}}}',	'no'),
(6307,	'_transient_timeout_filemanager_cancel_lk_popup_5',	'1585490086',	'no'),
(6308,	'_transient_filemanager_cancel_lk_popup_5',	'filemanager_cancel_lk_popup_5',	'no'),
(6309,	'filemanager_email_verified_5',	'yes',	'yes'),
(6396,	'_transient_timeout_filemanager_cancel_lk_popup_1',	'1585500888',	'no'),
(6397,	'_transient_filemanager_cancel_lk_popup_1',	'filemanager_cancel_lk_popup_1',	'no'),
(6398,	'filemanager_email_verified_1',	'yes',	'yes'),
(6064,	'_site_transient_timeout_browser_37a36c2f4dcdaeece8d58b455ac2abba',	'1583255940',	'no'),
(6065,	'_site_transient_browser_37a36c2f4dcdaeece8d58b455ac2abba',	'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"80.0.3987.122\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}',	'no'),
(311,	'rs-templates',	'a:3:{s:4:\"hash\";s:32:\"b75789b4e8007da4a017960ffb5efd3c\";s:6:\"slider\";a:442:{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.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:4:\"true\";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:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:4:\"true\";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:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:4:\"true\";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:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:4:\"true\";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: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:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:179:\"{\"1\":{\"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.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;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:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;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:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;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:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"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:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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\";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:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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\";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:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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.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: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:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.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:\"1024\";s:6:\"height\";s:3:\"768\";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:1:{i:0;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:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.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:\"1024\";s:6:\"height\";s:3:\"768\";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:1:{i:0;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:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.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:\"1024\";s:6:\"height\";s:3:\"768\";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:1:{i:0;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:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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.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: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:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.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:\"1024\";s:6:\"height\";s:3:\"768\";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:1:{i:0;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:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.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:\"1024\";s:6:\"height\";s:3:\"768\";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:1:{i:0;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:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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.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\";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.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\";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:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";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:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.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:\"1024\";s:6:\"height\";s:3:\"768\";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: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:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";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: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');

DROP TABLE IF EXISTS `wpmq_postmeta`;
CREATE TABLE `wpmq_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_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1,	2,	'_wp_page_template',	'default'),
(2,	3,	'_wp_page_template',	'default'),
(6,	6,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-187x187.png\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1170x1170.png\";s:5:\"width\";i:1170;s:6:\"height\";i:1170;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;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:{}}}'),
(5,	6,	'_wp_attached_file',	'woocommerce-placeholder.png'),
(7,	65,	'_wp_attached_file',	'2015/08/kallyas-logo.svg'),
(8,	137,	'_wp_attached_file',	'2015/08/kallyas_icon.png'),
(9,	137,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:53;s:6:\"height\";i:53;s:4:\"file\";s:24:\"2015/08/kallyas_icon.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:{}}}'),
(10,	138,	'_wp_attached_file',	'2015/08/favicon.png'),
(11,	138,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:19:\"2015/08/favicon.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:{}}}'),
(12,	147,	'_wp_attached_file',	'2015/08/kallyas-footerlogo.svg'),
(13,	171,	'_wp_attached_file',	'2015/08/photo-1431578500526-4d9613015464-resized.jpg'),
(14,	171,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:52:\"2015/08/photo-1431578500526-4d9613015464-resized.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"photo-1431578500526-4d9613015464-resized-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"photo-1431578500526-4d9613015464-resized-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-280x187.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:53:\"photo-1431578500526-4d9613015464-resized-1170x780.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(15,	179,	'_wp_attached_file',	'2016/11/kallyas_placeholder.mp4'),
(16,	180,	'_wp_attached_file',	'2016/11/kallyas_placeholder.ogv'),
(17,	181,	'_wp_attached_file',	'2016/11/kallyas_placeholder.webm'),
(18,	182,	'_wp_attached_file',	'2016/11/kallyas_placeholder.png'),
(19,	182,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2016/11/kallyas_placeholder.png\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"kallyas_placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-600x338.png\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"kallyas_placeholder-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"kallyas_placeholder-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-280x158.png\";s:5:\"width\";i:280;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:32:\"kallyas_placeholder-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"kallyas_placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-600x338.png\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{i:0;s:9:\"653x367_c\";i:1;s:9:\"700x393_c\";}}}'),
(20,	320,	'_wp_attached_file',	'2015/08/big_like.png'),
(21,	320,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:264;s:6:\"height\";i:242;s:4:\"file\";s:20:\"2015/08/big_like.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"big_like-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"big_like-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"big_like-204x187.png\";s:5:\"width\";i:204;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"big_like-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(22,	321,	'_wp_attached_file',	'2015/08/button.png'),
(23,	321,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:345;s:6:\"height\";i:76;s:4:\"file\";s:18:\"2015/08/button.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"button-300x76.png\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"button-100x76.png\";s:5:\"width\";i:100;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"button-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"button-150x76.png\";s:5:\"width\";i:150;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"button-280x62.png\";s:5:\"width\";i:280;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"button-300x76.png\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"button-100x76.png\";s:5:\"width\";i:100;s:6:\"height\";i:76;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:{}}}'),
(24,	322,	'_wp_attached_file',	'2015/08/count.png'),
(25,	322,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:19;s:6:\"height\";i:20;s:4:\"file\";s:17:\"2015/08/count.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:{}}}'),
(26,	323,	'_wp_attached_file',	'2015/08/do-you.png'),
(27,	323,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:641;s:6:\"height\";i:190;s:4:\"file\";s:18:\"2015/08/do-you.png\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"do-you-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"do-you-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"do-you-600x178.png\";s:5:\"width\";i:600;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"do-you-300x89.png\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"do-you-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"do-you-280x83.png\";s:5:\"width\";i:280;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"do-you-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"do-you-600x178.png\";s:5:\"width\";i:600;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"do-you-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(28,	324,	'_wp_attached_file',	'2015/08/likes.png'),
(29,	324,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1439;s:6:\"height\";i:523;s:4:\"file\";s:17:\"2015/08/likes.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"likes-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"likes-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"likes-600x218.png\";s:5:\"width\";i:600;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"likes-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"likes-1024x372.png\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"likes-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"likes-768x279.png\";s:5:\"width\";i:768;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"likes-280x102.png\";s:5:\"width\";i:280;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:18:\"likes-1170x425.png\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:17:\"likes-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"likes-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"likes-600x218.png\";s:5:\"width\";i:600;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"likes-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(30,	325,	'_wp_attached_file',	'2015/08/photos.png'),
(31,	325,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:832;s:6:\"height\";i:446;s:4:\"file\";s:18:\"2015/08/photos.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"photos-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"photos-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"photos-600x322.png\";s:5:\"width\";i:600;s:6:\"height\";i:322;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"photos-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"photos-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"photos-768x412.png\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"photos-280x150.png\";s:5:\"width\";i:280;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:18:\"photos-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"photos-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"photos-600x322.png\";s:5:\"width\";i:600;s:6:\"height\";i:322;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"photos-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(32,	326,	'_wp_attached_file',	'2015/08/multilanguage.svg'),
(33,	327,	'_wp_attached_file',	'2015/08/pointing_bar1.svg'),
(34,	328,	'_wp_attached_file',	'2015/08/pointing_bar2.svg'),
(35,	329,	'_wp_attached_file',	'2015/08/pointing_bar3.svg'),
(36,	330,	'_wp_attached_file',	'2015/08/responsive.svg'),
(37,	331,	'_wp_attached_file',	'2015/08/seo_ready.svg'),
(38,	332,	'_wp_attached_file',	'2015/08/shopping_bag.svg'),
(39,	333,	'_wp_attached_file',	'2015/08/skew_bar1.png'),
(40,	333,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:351;s:6:\"height\";i:785;s:4:\"file\";s:21:\"2015/08/skew_bar1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"skew_bar1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"skew_bar1-134x300.png\";s:5:\"width\";i:134;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"skew_bar1-84x187.png\";s:5:\"width\";i:84;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:21:\"skew_bar1-351x350.png\";s:5:\"width\";i:351;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"skew_bar1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar1-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(41,	334,	'_wp_attached_file',	'2015/08/skew_bar2.png'),
(42,	334,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:449;s:6:\"height\";i:786;s:4:\"file\";s:21:\"2015/08/skew_bar2.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"skew_bar2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"skew_bar2-171x300.png\";s:5:\"width\";i:171;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar2-107x187.png\";s:5:\"width\";i:107;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:21:\"skew_bar2-449x350.png\";s:5:\"width\";i:449;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"skew_bar2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar2-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(43,	340,	'_wp_attached_file',	'2015/08/rev_slide_3_title.svg'),
(44,	348,	'_wp_attached_file',	'2015/08/rev_slide_4_newyork.png'),
(45,	348,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:383;s:6:\"height\";i:161;s:4:\"file\";s:31:\"2015/08/rev_slide_4_newyork.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"rev_slide_4_newyork-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"rev_slide_4_newyork-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"rev_slide_4_newyork-300x126.png\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"rev_slide_4_newyork-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"rev_slide_4_newyork-280x118.png\";s:5:\"width\";i:280;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"rev_slide_4_newyork-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"rev_slide_4_newyork-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(46,	350,	'_wp_attached_file',	'2015/08/rev_slide_4_stockholm.png'),
(47,	350,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:383;s:6:\"height\";i:161;s:4:\"file\";s:33:\"2015/08/rev_slide_4_stockholm.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-300x126.png\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-280x118.png\";s:5:\"width\";i:280;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(48,	351,	'_wp_attached_file',	'2015/08/rev_slide_4_bullet.svg'),
(49,	352,	'_wp_attached_file',	'2015/08/rev_slide_4_soon.svg'),
(50,	356,	'_wp_attached_file',	'2015/08/revslide5_carscene.png'),
(51,	356,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:820;s:6:\"height\";i:740;s:4:\"file\";s:30:\"2015/08/revslide5_carscene.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"revslide5_carscene-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-600x541.png\";s:5:\"width\";i:600;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-768x693.png\";s:5:\"width\";i:768;s:6:\"height\";i:693;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-207x187.png\";s:5:\"width\";i:207;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"revslide5_carscene-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-600x541.png\";s:5:\"width\";i:600;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(52,	357,	'_wp_attached_file',	'2015/08/revslide5_kallyas.png'),
(53,	357,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:193;s:4:\"file\";s:29:\"2015/08/revslide5_kallyas.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"revslide5_kallyas-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-600x105.png\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"revslide5_kallyas-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"revslide5_kallyas-1024x179.png\";s:5:\"width\";i:1024;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-768x135.png\";s:5:\"width\";i:768;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"revslide5_kallyas-280x49.png\";s:5:\"width\";i:280;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-750x193.png\";s:5:\"width\";i:750;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"revslide5_kallyas-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-600x105.png\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(54,	389,	'_wp_attached_file',	'2015/08/map_pin_1.png'),
(55,	389,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:130;s:6:\"height\";i:130;s:4:\"file\";s:21:\"2015/08/map_pin_1.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"map_pin_1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"map_pin_1-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(56,	451,	'_wp_attached_file',	'2015/08/noun_9477.svg'),
(57,	526,	'_wp_attached_file',	'2015/08/noun_20052.svg'),
(58,	527,	'_wp_attached_file',	'2015/08/noun_111341.svg'),
(59,	528,	'_wp_attached_file',	'2015/08/noun_4098.svg'),
(60,	705,	'_wp_attached_file',	'2015/08/shs-1-2.png'),
(61,	705,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:296;s:6:\"height\";i:296;s:4:\"file\";s:19:\"2015/08/shs-1-2.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-1-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-1-2-187x187.png\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-1-2-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(62,	706,	'_wp_attached_file',	'2015/08/shs-1-3-lq.png'),
(63,	706,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:525;s:6:\"height\";i:671;s:4:\"file\";s:22:\"2015/08/shs-1-3-lq.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"shs-1-3-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"shs-1-3-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"shs-1-3-lq-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"shs-1-3-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"shs-1-3-lq-146x187.png\";s:5:\"width\";i:146;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:22:\"shs-1-3-lq-525x350.png\";s:5:\"width\";i:525;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"shs-1-3-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"shs-1-3-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(64,	708,	'_wp_attached_file',	'2015/08/shs-2-1.png'),
(65,	708,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:780;s:6:\"height\";i:492;s:4:\"file\";s:19:\"2015/08/shs-2-1.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"shs-2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"shs-2-1-600x378.png\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"shs-2-1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"shs-2-1-768x484.png\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-2-1-280x177.png\";s:5:\"width\";i:280;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:19:\"shs-2-1-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"shs-2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"shs-2-1-600x378.png\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-2-1-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(66,	714,	'_wp_attached_file',	'2015/08/shs-3-4.png'),
(67,	714,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:133;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/08/shs-3-4.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"shs-3-4-133x300.png\";s:5:\"width\";i:133;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"shs-3-4-60x300.png\";s:5:\"width\";i:60;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-4-133x150.png\";s:5:\"width\";i:133;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"shs-3-4-37x187.png\";s:5:\"width\";i:37;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:19:\"shs-3-4-133x350.png\";s:5:\"width\";i:133;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"shs-3-4-133x300.png\";s:5:\"width\";i:133;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-4-100x100.png\";s:5:\"width\";i:100;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,	715,	'_wp_attached_file',	'2015/08/shs-3-5.png'),
(69,	715,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:133;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/08/shs-3-5.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"shs-3-5-133x300.png\";s:5:\"width\";i:133;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"shs-3-5-60x300.png\";s:5:\"width\";i:60;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-5-133x150.png\";s:5:\"width\";i:133;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"shs-3-5-37x187.png\";s:5:\"width\";i:37;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:19:\"shs-3-5-133x350.png\";s:5:\"width\";i:133;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"shs-3-5-133x300.png\";s:5:\"width\";i:133;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-5-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(70,	723,	'_wp_attached_file',	'2015/08/shs-5-1.png'),
(71,	723,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:438;s:6:\"height\";i:438;s:4:\"file\";s:19:\"2015/08/shs-5-1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"shs-5-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-5-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"shs-5-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-5-1-187x187.png\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:19:\"shs-5-1-438x350.png\";s:5:\"width\";i:438;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"shs-5-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-5-1-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(72,	724,	'_wp_attached_file',	'2015/08/shs-5-2.png'),
(73,	724,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:517;s:6:\"height\";i:670;s:4:\"file\";s:19:\"2015/08/shs-5-2.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"shs-5-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-5-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"shs-5-2-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-5-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-5-2-144x187.png\";s:5:\"width\";i:144;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:19:\"shs-5-2-517x350.png\";s:5:\"width\";i:517;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"shs-5-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-5-2-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(74,	726,	'_wp_attached_file',	'2015/08/shs-5-bg.jpg'),
(75,	726,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:785;s:4:\"file\";s:20:\"2015/08/shs-5-bg.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"shs-5-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-5-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"shs-5-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"shs-5-bg-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"shs-5-bg-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-5-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"shs-5-bg-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"shs-5-bg-1536x628.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-5-bg-280x114.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:21:\"shs-5-bg-1170x478.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:20:\"shs-5-bg-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"shs-5-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"shs-5-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-5-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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,	728,	'_wp_attached_file',	'2015/08/shs2-1-2-lq.png'),
(77,	728,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:129;s:6:\"height\";i:129;s:4:\"file\";s:23:\"2015/08/shs2-1-2-lq.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-2-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-2-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(78,	729,	'_wp_attached_file',	'2015/08/shs2-1-3-lq.png'),
(79,	729,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:222;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2015/08/shs2-1-3-lq.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-3-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-3-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-3-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(80,	730,	'_wp_attached_file',	'2015/08/shs2-1-4-lq.png'),
(81,	730,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:222;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2015/08/shs2-1-4-lq.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-4-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-4-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-4-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(82,	731,	'_wp_attached_file',	'2015/08/shs2-1-5-lq.png'),
(83,	731,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:238;s:6:\"height\";i:187;s:4:\"file\";s:23:\"2015/08/shs2-1-5-lq.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-5-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-5-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-5-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(84,	736,	'_wp_attached_file',	'2015/08/shs2-3-1-lq.png'),
(85,	736,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:494;s:6:\"height\";i:494;s:4:\"file\";s:23:\"2015/08/shs2-3-1-lq.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"shs2-3-1-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-3-1-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"shs2-3-1-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-3-1-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-3-1-lq-187x187.png\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:23:\"shs2-3-1-lq-494x350.png\";s:5:\"width\";i:494;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"shs2-3-1-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-3-1-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(86,	737,	'_wp_attached_file',	'2015/08/shs2-3-2-lq.png'),
(87,	737,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:594;s:6:\"height\";i:594;s:4:\"file\";s:23:\"2015/08/shs2-3-2-lq.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"shs2-3-2-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-3-2-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"shs2-3-2-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-3-2-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-3-2-lq-187x187.png\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:23:\"shs2-3-2-lq-594x350.png\";s:5:\"width\";i:594;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"shs2-3-2-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-3-2-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(88,	739,	'_wp_attached_file',	'2015/08/shs2-3-bg.jpg'),
(89,	739,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:785;s:4:\"file\";s:21:\"2015/08/shs2-3-bg.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"shs2-3-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-3-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"shs2-3-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"shs2-3-bg-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"shs2-3-bg-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-3-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"shs2-3-bg-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"shs2-3-bg-1536x628.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-3-bg-280x114.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:22:\"shs2-3-bg-1170x478.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:21:\"shs2-3-bg-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"shs2-3-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"shs2-3-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-3-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(90,	745,	'_wp_attached_file',	'2015/08/shs2-5-1-lq.png'),
(91,	745,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:684;s:6:\"height\";i:785;s:4:\"file\";s:23:\"2015/08/shs2-5-1-lq.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"shs2-5-1-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-5-1-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"shs2-5-1-lq-600x689.png\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"shs2-5-1-lq-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-5-1-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-5-1-lq-163x187.png\";s:5:\"width\";i:163;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:23:\"shs2-5-1-lq-684x350.png\";s:5:\"width\";i:684;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"shs2-5-1-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"shs2-5-1-lq-600x689.png\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-5-1-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(92,	747,	'_wp_attached_file',	'2015/08/shs2-5-3.png'),
(93,	747,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:54;s:6:\"height\";i:54;s:4:\"file\";s:20:\"2015/08/shs2-5-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(94,	748,	'_wp_attached_file',	'2015/08/shs2-5-4.png'),
(95,	748,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:54;s:6:\"height\";i:54;s:4:\"file\";s:20:\"2015/08/shs2-5-4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(96,	749,	'_wp_attached_file',	'2015/08/shs2-5-5.png'),
(97,	749,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:54;s:6:\"height\";i:54;s:4:\"file\";s:20:\"2015/08/shs2-5-5.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(98,	750,	'_wp_attached_file',	'2015/08/shs2-5-6.png'),
(99,	750,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:54;s:6:\"height\";i:54;s:4:\"file\";s:20:\"2015/08/shs2-5-6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(100,	751,	'_wp_attached_file',	'2015/08/shs2-5-7.png'),
(101,	751,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:54;s:6:\"height\";i:54;s:4:\"file\";s:20:\"2015/08/shs2-5-7.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(102,	752,	'_wp_attached_file',	'2015/08/shs2-5-8.png'),
(103,	752,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:54;s:6:\"height\";i:54;s:4:\"file\";s:20:\"2015/08/shs2-5-8.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:{}}}'),
(104,	753,	'_wp_attached_file',	'2015/08/shs2-5-bg.jpg'),
(105,	753,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:785;s:4:\"file\";s:21:\"2015/08/shs2-5-bg.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"shs2-5-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-5-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"shs2-5-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"shs2-5-bg-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"shs2-5-bg-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-5-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"shs2-5-bg-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"shs2-5-bg-1536x628.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-5-bg-280x114.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:22:\"shs2-5-bg-1170x478.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:21:\"shs2-5-bg-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"shs2-5-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"shs2-5-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-5-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(106,	796,	'_wp_attached_file',	'2015/08/map-marker.png'),
(107,	796,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:22:\"2015/08/map-marker.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(108,	879,	'_wp_attached_file',	'2015/08/quote.svg'),
(109,	880,	'_wp_attached_file',	'2015/08/quote1.svg'),
(110,	881,	'_wp_attached_file',	'2015/08/hb-hiring.svg'),
(111,	883,	'_wp_attached_file',	'2015/08/hb-catalogue1.png'),
(112,	883,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:370;s:6:\"height\";i:261;s:4:\"file\";s:25:\"2015/08/hb-catalogue1.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"hb-catalogue1-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"hb-catalogue1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hb-catalogue1-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hb-catalogue1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"hb-catalogue1-265x187.png\";s:5:\"width\";i:265;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"hb-catalogue1-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hb-catalogue1-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(113,	884,	'_wp_attached_file',	'2015/08/themeforest.png'),
(114,	884,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:132;s:6:\"height\";i:25;s:4:\"file\";s:23:\"2015/08/themeforest.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"themeforest-100x25.png\";s:5:\"width\";i:100;s:6:\"height\";i:25;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"themeforest-100x25.png\";s:5:\"width\";i:100;s:6:\"height\";i:25;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:{}}}'),
(115,	885,	'_wp_attached_file',	'2015/08/wordpress.png'),
(116,	885,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:135;s:6:\"height\";i:31;s:4:\"file\";s:21:\"2015/08/wordpress.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"wordpress-100x31.png\";s:5:\"width\";i:100;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"wordpress-100x31.png\";s:5:\"width\";i:100;s:6:\"height\";i:31;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:{}}}'),
(117,	886,	'_wp_attached_file',	'2015/08/css3.png'),
(118,	886,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:99;s:6:\"height\";i:34;s:4:\"file\";s:16:\"2015/08/css3.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:{}}}'),
(119,	887,	'_wp_attached_file',	'2015/08/html5.png'),
(120,	887,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:99;s:6:\"height\";i:32;s:4:\"file\";s:17:\"2015/08/html5.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:{}}}'),
(121,	888,	'_wp_attached_file',	'2015/08/joomla.png'),
(122,	888,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:137;s:6:\"height\";i:28;s:4:\"file\";s:18:\"2015/08/joomla.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"joomla-100x28.png\";s:5:\"width\";i:100;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"joomla-100x28.png\";s:5:\"width\";i:100;s:6:\"height\";i:28;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:{}}}'),
(123,	889,	'_wp_attached_file',	'2015/08/jquery.png'),
(124,	889,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:133;s:6:\"height\";i:33;s:4:\"file\";s:18:\"2015/08/jquery.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"jquery-100x33.png\";s:5:\"width\";i:100;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"jquery-100x33.png\";s:5:\"width\";i:100;s:6:\"height\";i:33;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:{}}}'),
(125,	906,	'_wp_attached_file',	'2015/08/ib-ico-1.svg'),
(126,	907,	'_wp_attached_file',	'2015/08/ib-ico-2.svg'),
(127,	908,	'_wp_attached_file',	'2015/08/ib-ico-3.svg'),
(128,	909,	'_wp_attached_file',	'2015/08/ib-ico-11.svg'),
(129,	910,	'_wp_attached_file',	'2015/08/ib-ico-21.svg'),
(130,	911,	'_wp_attached_file',	'2015/08/ib-ico-31.svg'),
(131,	912,	'_wp_attached_file',	'2015/08/ib-ico-12.svg'),
(132,	913,	'_wp_attached_file',	'2015/08/ib-ico-4.svg'),
(133,	914,	'_wp_attached_file',	'2015/08/ib-ico-5.svg'),
(134,	916,	'_wp_attached_file',	'2015/08/callout1.svg'),
(135,	917,	'_wp_attached_file',	'2015/08/callout2.svg'),
(136,	918,	'_wp_attached_file',	'2015/08/callout3.svg'),
(137,	919,	'_wp_attached_file',	'2015/08/process1.svg'),
(138,	920,	'_wp_attached_file',	'2015/08/process2.svg'),
(139,	921,	'_wp_attached_file',	'2015/08/process3.svg'),
(140,	925,	'_wp_attached_file',	'2015/08/icomoon.zip'),
(141,	1045,	'_wp_attached_file',	'2015/08/shop-icon3.png'),
(142,	1045,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:37;s:6:\"height\";i:36;s:4:\"file\";s:22:\"2015/08/shop-icon3.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:{}}}'),
(143,	1046,	'_wp_attached_file',	'2015/08/shop-icon1.png'),
(144,	1046,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:37;s:6:\"height\";i:36;s:4:\"file\";s:22:\"2015/08/shop-icon1.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:{}}}'),
(145,	1047,	'_wp_attached_file',	'2015/08/shop-icon2.png'),
(146,	1047,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:37;s:6:\"height\";i:36;s:4:\"file\";s:22:\"2015/08/shop-icon2.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:{}}}'),
(147,	1138,	'_wp_attached_file',	'2015/08/logotest11-60x60.png'),
(148,	1138,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:28:\"2015/08/logotest11-60x60.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:{}}}'),
(149,	1146,	'_wp_attached_file',	'2015/08/enginemask-lq.png'),
(150,	1146,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:572;s:4:\"file\";s:25:\"2015/08/enginemask-lq.png\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"enginemask-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"enginemask-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"enginemask-lq-600x215.png\";s:5:\"width\";i:600;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"enginemask-lq-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"enginemask-lq-1024x366.png\";s:5:\"width\";i:1024;s:6:\"height\";i:366;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"enginemask-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"enginemask-lq-768x275.png\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"enginemask-lq-1536x549.png\";s:5:\"width\";i:1536;s:6:\"height\";i:549;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"enginemask-lq-280x100.png\";s:5:\"width\";i:280;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:26:\"enginemask-lq-1170x418.png\";s:5:\"width\";i:1170;s:6:\"height\";i:418;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:25:\"enginemask-lq-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"enginemask-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"enginemask-lq-600x215.png\";s:5:\"width\";i:600;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"enginemask-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(151,	1193,	'_wp_attached_file',	'2015/08/set-03-02.svg'),
(152,	1196,	'_wp_attached_file',	'2015/08/set-03-03.svg'),
(153,	1197,	'_wp_attached_file',	'2015/08/set-03-04.svg'),
(154,	1198,	'_wp_attached_file',	'2015/08/set-03-01.svg'),
(155,	1207,	'_wp_attached_file',	'2015/08/noun_101923.png'),
(156,	1207,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2015/08/noun_101923.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"noun_101923-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"noun_101923-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"noun_101923-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"noun_101923-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"noun_101923-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"noun_101923-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"noun_101923-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"noun_101923-187x187.png\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:25:\"noun_101923-1170x1170.png\";s:5:\"width\";i:1170;s:6:\"height\";i:1170;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:23:\"noun_101923-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"noun_101923-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"noun_101923-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"noun_101923-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(157,	1215,	'_wp_attached_file',	'2015/08/bolt_white.svg'),
(158,	1216,	'_wp_attached_file',	'2015/08/bolt_white1.svg'),
(159,	1217,	'_wp_attached_file',	'2015/08/bolt_white2.svg'),
(160,	1218,	'_wp_attached_file',	'2015/08/stage-bg.jpg'),
(161,	1218,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:560;s:4:\"file\";s:20:\"2015/08/stage-bg.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"stage-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"stage-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"stage-bg-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"stage-bg-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"stage-bg-1024x302.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"stage-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"stage-bg-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"stage-bg-1536x453.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"stage-bg-280x83.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:21:\"stage-bg-1170x345.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:20:\"stage-bg-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"stage-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"stage-bg-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"stage-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(162,	1220,	'_wp_attached_file',	'2015/08/stage-battery.svg'),
(163,	1221,	'_wp_attached_file',	'2015/08/stage-bluetooth.svg'),
(164,	1222,	'_wp_attached_file',	'2015/08/stage-fingerprint.svg'),
(165,	1223,	'_wp_attached_file',	'2015/08/stage-headphones.svg'),
(166,	1224,	'_wp_attached_file',	'2015/08/stage-mic.svg'),
(167,	1225,	'_wp_attached_file',	'2015/08/stage-water.svg'),
(168,	1234,	'_wp_attached_file',	'2015/08/icomoon1.zip'),
(169,	1235,	'_wp_attached_file',	'2015/08/included.svg'),
(170,	1237,	'_wp_attached_file',	'2015/08/devices-02.jpg'),
(171,	1237,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:171;s:6:\"height\";i:297;s:4:\"file\";s:22:\"2015/08/devices-02.jpg\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"devices-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"devices-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"devices-02-108x187.jpg\";s:5:\"width\";i:108;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"devices-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(172,	1245,	'_wp_attached_file',	'2015/08/business-set1-01.svg'),
(173,	1246,	'_wp_attached_file',	'2015/08/business-set1-02.svg'),
(174,	1247,	'_wp_attached_file',	'2015/08/business-set1-03.svg'),
(175,	1248,	'_wp_attached_file',	'2015/08/business-set1-04.svg'),
(176,	1249,	'_wp_attached_file',	'2015/08/business-set1-05.svg'),
(177,	1281,	'_wp_attached_file',	'2015/09/icomoon.zip'),
(178,	1283,	'_wp_attached_file',	'2015/09/fontello-6e7a2fad.zip'),
(179,	1300,	'_wp_attached_file',	'2015/09/logo1_dark.svg'),
(180,	1302,	'_wp_attached_file',	'2015/09/logo2_dark.svg'),
(181,	1304,	'_wp_attached_file',	'2015/09/logo3_dark.svg'),
(182,	1306,	'_wp_attached_file',	'2015/09/logo4_dark.svg'),
(183,	1308,	'_wp_attached_file',	'2015/09/logo5_dark.svg'),
(184,	1310,	'_wp_attached_file',	'2015/09/logo6_dark.svg'),
(185,	1312,	'_wp_attached_file',	'2015/09/logo7_dark.svg'),
(186,	1314,	'_wp_attached_file',	'2015/09/logo8_dark.svg'),
(187,	1532,	'_wp_attached_file',	'2015/09/share4.jpg'),
(188,	1532,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:343;s:6:\"height\";i:20;s:4:\"file\";s:18:\"2015/09/share4.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"share4-300x20.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"share4-100x20.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"share4-300x17.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"share4-150x20.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"share4-280x16.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"share4-300x20.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"share4-100x20.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:20;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:{}}}'),
(189,	1863,	'_wp_attached_file',	'2016/06/kallyas_icon.png'),
(190,	1863,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:53;s:6:\"height\";i:53;s:4:\"file\";s:24:\"2016/06/kallyas_icon.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:{}}}'),
(191,	1864,	'_wp_attached_file',	'2016/06/share4.jpg'),
(192,	1864,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:343;s:6:\"height\";i:20;s:4:\"file\";s:18:\"2016/06/share4.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"share4-300x20.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"share4-100x20.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"share4-300x17.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"share4-150x20.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"share4-280x16.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"share4-300x20.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"share4-100x20.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:20;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:{}}}'),
(193,	1973,	'_wp_attached_file',	'2016/03/icon1-1.png'),
(194,	1973,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:88;s:6:\"height\";i:88;s:4:\"file\";s:19:\"2016/03/icon1-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(195,	1974,	'_wp_attached_file',	'2016/03/icon2-1.png'),
(196,	1974,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:88;s:6:\"height\";i:88;s:4:\"file\";s:19:\"2016/03/icon2-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(197,	1975,	'_wp_attached_file',	'2016/03/icon3-1.png'),
(198,	1975,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:88;s:6:\"height\";i:88;s:4:\"file\";s:19:\"2016/03/icon3-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(199,	1976,	'_wp_attached_file',	'2016/03/icon4-1.png'),
(200,	1976,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:88;s:6:\"height\";i:88;s:4:\"file\";s:19:\"2016/03/icon4-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(201,	2098,	'_wp_attached_file',	'2016/07/kallyas_placeholder.jpg'),
(202,	2098,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2016/07/kallyas_placeholder.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"kallyas_placeholder-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"kallyas_placeholder-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"kallyas_placeholder-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-280x158.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:32:\"kallyas_placeholder-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"kallyas_placeholder-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"kallyas_placeholder-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{i:0;s:9:\"653x367_c\";i:1;s:10:\"1000x630_c\";}}}'),
(203,	2249,	'_wp_attached_file',	'2015/08/logo1.svg'),
(204,	2250,	'_wp_attached_file',	'2015/08/logo2.svg'),
(205,	2251,	'_wp_attached_file',	'2015/08/logo3.svg'),
(206,	2252,	'_wp_attached_file',	'2015/08/logo4.svg'),
(207,	2253,	'_wp_attached_file',	'2015/08/logo5.svg'),
(208,	2254,	'_wp_attached_file',	'2015/08/logo6.svg'),
(209,	2255,	'_wp_attached_file',	'2015/08/logo7.svg'),
(210,	2256,	'_wp_attached_file',	'2015/08/logo8.svg'),
(211,	2257,	'_wp_attached_file',	'2016/11/photo-1431578500526-4d9613015464-resized-300x200.jpg'),
(212,	2257,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:60:\"2016/11/photo-1431578500526-4d9613015464-resized-300x200.jpg\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:60:\"photo-1431578500526-4d9613015464-resized-300x200-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"photo-1431578500526-4d9613015464-resized-300x200-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"photo-1431578500526-4d9613015464-resized-300x200-280x187.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:60:\"photo-1431578500526-4d9613015464-resized-300x200-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(213,	2258,	'_wp_attached_file',	'revslider/rev_slide_3_background.jpg'),
(214,	2258,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:785;s:4:\"file\";s:36:\"revslider/rev_slide_3_background.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"rev_slide_3_background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_background-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_background-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"rev_slide_3_background-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_background-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"rev_slide_3_background-1536x628.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_background-280x114.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:35:\"rev_slide_3_background-1170x478.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_background-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"rev_slide_3_background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_background-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(215,	2259,	'_wp_attached_file',	'revslider/rev_slide_3_ruff_2-new.png'),
(216,	2259,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:558;s:6:\"height\";i:558;s:4:\"file\";s:36:\"revslider/rev_slide_3_ruff_2-new.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"rev_slide_3_ruff_2-new-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_2-new-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_2-new-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_2-new-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_2-new-187x187.png\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_2-new-558x350.png\";s:5:\"width\";i:558;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"rev_slide_3_ruff_2-new-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_2-new-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(217,	2260,	'_wp_attached_file',	'revslider/rev_slide_3_ruff_1-new.png'),
(218,	2260,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:871;s:6:\"height\";i:871;s:4:\"file\";s:36:\"revslider/rev_slide_3_ruff_1-new.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"rev_slide_3_ruff_1-new-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_1-new-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_1-new-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_1-new-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_1-new-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_1-new-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_1-new-187x187.png\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_1-new-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"rev_slide_3_ruff_1-new-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_1-new-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_3_ruff_1-new-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(219,	2261,	'_wp_attached_file',	'revslider/rev_slide_3_ruff_2.png'),
(220,	2261,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:32:\"revslider/rev_slide_3_ruff_2.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"rev_slide_3_ruff_2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"rev_slide_3_ruff_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"rev_slide_3_ruff_2-187x187.png\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"rev_slide_3_ruff_2-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(221,	2262,	'_wp_attached_file',	'revslider/rev_slide_3_ruff_3.png'),
(222,	2262,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:32:\"revslider/rev_slide_3_ruff_3.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"rev_slide_3_ruff_3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"rev_slide_3_ruff_3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"rev_slide_3_ruff_3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"rev_slide_3_ruff_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"rev_slide_3_ruff_3-187x187.png\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:30:\"rev_slide_3_ruff_3-370x350.png\";s:5:\"width\";i:370;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"rev_slide_3_ruff_3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"rev_slide_3_ruff_3-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(223,	2263,	'_wp_attached_file',	'revslider/rev_slide_4_background.jpg'),
(224,	2263,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:785;s:4:\"file\";s:36:\"revslider/rev_slide_4_background.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"rev_slide_4_background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_4_background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"rev_slide_4_background-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"rev_slide_4_background-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"rev_slide_4_background-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_4_background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"rev_slide_4_background-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"rev_slide_4_background-1536x628.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_4_background-280x114.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:35:\"rev_slide_4_background-1170x478.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:34:\"rev_slide_4_background-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"rev_slide_4_background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"rev_slide_4_background-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"rev_slide_4_background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(225,	2264,	'_wp_attached_file',	'revslider/revslide5_bg.jpg'),
(226,	2264,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:785;s:4:\"file\";s:26:\"revslider/revslide5_bg.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"revslide5_bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"revslide5_bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"revslide5_bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"revslide5_bg-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"revslide5_bg-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"revslide5_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"revslide5_bg-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"revslide5_bg-1536x628.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"revslide5_bg-280x114.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:25:\"revslide5_bg-1170x478.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:24:\"revslide5_bg-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"revslide5_bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"revslide5_bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"revslide5_bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(227,	2265,	'_wp_attached_file',	'revslider/revslide5_car.png'),
(228,	2265,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:387;s:6:\"height\";i:724;s:4:\"file\";s:27:\"revslider/revslide5_car.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"revslide5_car-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"revslide5_car-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"revslide5_car-160x300.png\";s:5:\"width\";i:160;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"revslide5_car-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"revslide5_car-100x187.png\";s:5:\"width\";i:100;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:25:\"revslide5_car-387x350.png\";s:5:\"width\";i:387;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"revslide5_car-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"revslide5_car-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(229,	2266,	'_wp_attached_file',	'revslider/revslide6_larger.png'),
(230,	2266,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:466;s:6:\"height\";i:641;s:4:\"file\";s:30:\"revslider/revslide6_larger.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"revslide6_larger-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"revslide6_larger-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"revslide6_larger-218x300.png\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"revslide6_larger-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"revslide6_larger-136x187.png\";s:5:\"width\";i:136;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:28:\"revslide6_larger-466x350.png\";s:5:\"width\";i:466;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"revslide6_larger-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"revslide6_larger-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(231,	2267,	'_wp_attached_file',	'revslider/revslide6_smaller.png'),
(232,	2267,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:357;s:6:\"height\";i:545;s:4:\"file\";s:31:\"revslider/revslide6_smaller.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"revslide6_smaller-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"revslide6_smaller-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"revslide6_smaller-197x300.png\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"revslide6_smaller-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"revslide6_smaller-122x187.png\";s:5:\"width\";i:122;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:29:\"revslide6_smaller-357x350.png\";s:5:\"width\";i:357;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"revslide6_smaller-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"revslide6_smaller-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(233,	2268,	'_wp_attached_file',	'revslider/revslide6_iphone.png'),
(234,	2268,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:260;s:6:\"height\";i:364;s:4:\"file\";s:30:\"revslider/revslide6_iphone.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"revslide6_iphone-260x300.png\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"revslide6_iphone-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"revslide6_iphone-214x300.png\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"revslide6_iphone-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"revslide6_iphone-134x187.png\";s:5:\"width\";i:134;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:28:\"revslide6_iphone-260x350.png\";s:5:\"width\";i:260;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"revslide6_iphone-260x300.png\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"revslide6_iphone-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(235,	2269,	'_wp_attached_file',	'revslider/revslider_7_bg.jpg'),
(236,	2269,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:785;s:4:\"file\";s:28:\"revslider/revslider_7_bg.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"revslider_7_bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"revslider_7_bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"revslider_7_bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"revslider_7_bg-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"revslider_7_bg-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"revslider_7_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"revslider_7_bg-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"revslider_7_bg-1536x628.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"revslider_7_bg-280x114.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:27:\"revslider_7_bg-1170x478.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:26:\"revslider_7_bg-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"revslider_7_bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"revslider_7_bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"revslider_7_bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(237,	2270,	'_wp_attached_file',	'revslider/revslider_7_editor.png'),
(238,	2270,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1193;s:6:\"height\";i:413;s:4:\"file\";s:32:\"revslider/revslider_7_editor.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"revslider_7_editor-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"revslider_7_editor-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"revslider_7_editor-600x208.png\";s:5:\"width\";i:600;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"revslider_7_editor-300x104.png\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"revslider_7_editor-1024x354.png\";s:5:\"width\";i:1024;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"revslider_7_editor-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"revslider_7_editor-768x266.png\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"revslider_7_editor-280x97.png\";s:5:\"width\";i:280;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:31:\"revslider_7_editor-1170x405.png\";s:5:\"width\";i:1170;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:30:\"revslider_7_editor-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"revslider_7_editor-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"revslider_7_editor-600x208.png\";s:5:\"width\";i:600;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"revslider_7_editor-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(239,	2271,	'_wp_attached_file',	'revslider/shs-1-bg.jpg'),
(240,	2271,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:785;s:4:\"file\";s:22:\"revslider/shs-1-bg.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"shs-1-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-1-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"shs-1-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"shs-1-bg-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"shs-1-bg-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-1-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"shs-1-bg-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"shs-1-bg-1536x628.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-1-bg-280x114.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:21:\"shs-1-bg-1170x478.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:20:\"shs-1-bg-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"shs-1-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"shs-1-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-1-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(241,	2272,	'_wp_attached_file',	'revslider/shs-1-1.png'),
(242,	2272,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:658;s:6:\"height\";i:760;s:4:\"file\";s:21:\"revslider/shs-1-1.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"shs-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"shs-1-1-600x693.png\";s:5:\"width\";i:600;s:6:\"height\";i:693;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"shs-1-1-260x300.png\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-1-1-162x187.png\";s:5:\"width\";i:162;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:19:\"shs-1-1-658x350.png\";s:5:\"width\";i:658;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"shs-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"shs-1-1-600x693.png\";s:5:\"width\";i:600;s:6:\"height\";i:693;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-1-1-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(243,	2273,	'_wp_attached_file',	'revslider/shs-2-bg.jpg'),
(244,	2273,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:785;s:4:\"file\";s:22:\"revslider/shs-2-bg.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"shs-2-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-2-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"shs-2-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"shs-2-bg-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"shs-2-bg-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-2-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"shs-2-bg-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"shs-2-bg-1536x628.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-2-bg-280x114.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:21:\"shs-2-bg-1170x478.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:20:\"shs-2-bg-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"shs-2-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"shs-2-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-2-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(245,	2274,	'_wp_attached_file',	'revslider/shs-2-lq.png'),
(246,	2274,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1144;s:6:\"height\";i:707;s:4:\"file\";s:22:\"revslider/shs-2-lq.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"shs-2-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-2-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"shs-2-lq-600x371.png\";s:5:\"width\";i:600;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"shs-2-lq-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"shs-2-lq-1024x633.png\";s:5:\"width\";i:1024;s:6:\"height\";i:633;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-2-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"shs-2-lq-768x475.png\";s:5:\"width\";i:768;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-2-lq-280x173.png\";s:5:\"width\";i:280;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:20:\"shs-2-lq-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"shs-2-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"shs-2-lq-600x371.png\";s:5:\"width\";i:600;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-2-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(247,	2275,	'_wp_attached_file',	'revslider/shs-3-2.jpg'),
(248,	2275,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:638;s:6:\"height\";i:785;s:4:\"file\";s:21:\"revslider/shs-3-2.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"shs-3-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"shs-3-2-600x738.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"shs-3-2-244x300.jpg\";s:5:\"width\";i:244;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-2-152x187.jpg\";s:5:\"width\";i:152;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:19:\"shs-3-2-638x350.jpg\";s:5:\"width\";i:638;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"shs-3-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"shs-3-2-600x738.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(249,	2276,	'_wp_attached_file',	'revslider/shs-3-3.jpg'),
(250,	2276,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:689;s:6:\"height\";i:785;s:4:\"file\";s:21:\"revslider/shs-3-3.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"shs-3-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"shs-3-3-600x684.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"shs-3-3-263x300.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-3-164x187.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:19:\"shs-3-3-689x350.jpg\";s:5:\"width\";i:689;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"shs-3-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"shs-3-3-600x684.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(251,	2277,	'_wp_attached_file',	'revslider/shs-3-1.jpg'),
(252,	2277,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:593;s:6:\"height\";i:785;s:4:\"file\";s:21:\"revslider/shs-3-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"shs-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"shs-3-1-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-1-141x187.jpg\";s:5:\"width\";i:141;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:19:\"shs-3-1-593x350.jpg\";s:5:\"width\";i:593;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"shs-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"shs-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(253,	2278,	'_wp_attached_file',	'revslider/shs-4-bg.jpg'),
(254,	2278,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:785;s:4:\"file\";s:22:\"revslider/shs-4-bg.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"shs-4-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"shs-4-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"shs-4-bg-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"shs-4-bg-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"shs-4-bg-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"shs-4-bg-1536x628.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-bg-280x114.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:21:\"shs-4-bg-1170x478.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:20:\"shs-4-bg-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"shs-4-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"shs-4-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(255,	2279,	'_wp_attached_file',	'revslider/shs-4-11.png'),
(256,	2279,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:709;s:6:\"height\";i:833;s:4:\"file\";s:22:\"revslider/shs-4-11.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"shs-4-11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"shs-4-11-600x705.png\";s:5:\"width\";i:600;s:6:\"height\";i:705;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"shs-4-11-255x300.png\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-11-159x187.png\";s:5:\"width\";i:159;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:20:\"shs-4-11-709x350.png\";s:5:\"width\";i:709;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"shs-4-11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"shs-4-11-600x705.png\";s:5:\"width\";i:600;s:6:\"height\";i:705;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-11-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(257,	2280,	'_wp_attached_file',	'revslider/shs-4-21.png'),
(258,	2280,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:262;s:6:\"height\";i:382;s:4:\"file\";s:22:\"revslider/shs-4-21.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"shs-4-21-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-21-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"shs-4-21-206x300.png\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-21-128x187.png\";s:5:\"width\";i:128;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:20:\"shs-4-21-262x350.png\";s:5:\"width\";i:262;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"shs-4-21-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-21-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(259,	2281,	'_wp_attached_file',	'revslider/shs-4-31.png'),
(260,	2281,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:213;s:6:\"height\";i:320;s:4:\"file\";s:22:\"revslider/shs-4-31.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"shs-4-31-213x300.png\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"shs-4-31-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-31-124x187.png\";s:5:\"width\";i:124;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"shs-4-31-213x300.png\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"shs-4-31-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(261,	2282,	'_wp_attached_file',	'revslider/shs-5-3-lq.png'),
(262,	2282,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1334;s:6:\"height\";i:785;s:4:\"file\";s:24:\"revslider/shs-5-3-lq.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"shs-5-3-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"shs-5-3-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"shs-5-3-lq-600x353.png\";s:5:\"width\";i:600;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"shs-5-3-lq-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"shs-5-3-lq-1024x603.png\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"shs-5-3-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"shs-5-3-lq-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"shs-5-3-lq-280x165.png\";s:5:\"width\";i:280;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:23:\"shs-5-3-lq-1170x688.png\";s:5:\"width\";i:1170;s:6:\"height\";i:688;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:22:\"shs-5-3-lq-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"shs-5-3-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"shs-5-3-lq-600x353.png\";s:5:\"width\";i:600;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"shs-5-3-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(263,	2283,	'_wp_attached_file',	'revslider/shs2-1-bg.jpg'),
(264,	2283,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:785;s:4:\"file\";s:23:\"revslider/shs2-1-bg.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"shs2-1-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-1-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"shs2-1-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"shs2-1-bg-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"shs2-1-bg-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-1-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"shs2-1-bg-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"shs2-1-bg-1536x628.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-1-bg-280x114.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:22:\"shs2-1-bg-1170x478.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:21:\"shs2-1-bg-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"shs2-1-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"shs2-1-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-1-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(265,	2284,	'_wp_attached_file',	'revslider/shs2-1-1-lq.png'),
(266,	2284,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:914;s:6:\"height\";i:744;s:4:\"file\";s:25:\"revslider/shs2-1-1-lq.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"shs2-1-1-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-1-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"shs2-1-1-lq-600x488.png\";s:5:\"width\";i:600;s:6:\"height\";i:488;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"shs2-1-1-lq-300x244.png\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-1-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"shs2-1-1-lq-768x625.png\";s:5:\"width\";i:768;s:6:\"height\";i:625;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-1-lq-230x187.png\";s:5:\"width\";i:230;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:23:\"shs2-1-1-lq-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"shs2-1-1-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"shs2-1-1-lq-600x488.png\";s:5:\"width\";i:600;s:6:\"height\";i:488;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-1-1-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(267,	2285,	'_wp_attached_file',	'revslider/shs2-3-3-lq.png'),
(268,	2285,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:353;s:4:\"file\";s:25:\"revslider/shs2-3-3-lq.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"shs2-3-3-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-3-3-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"shs2-3-3-lq-600x186.png\";s:5:\"width\";i:600;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"shs2-3-3-lq-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"shs2-3-3-lq-1024x317.png\";s:5:\"width\";i:1024;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-3-3-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"shs2-3-3-lq-768x238.png\";s:5:\"width\";i:768;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"shs2-3-3-lq-280x87.png\";s:5:\"width\";i:280;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:23:\"shs2-3-3-lq-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"shs2-3-3-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"shs2-3-3-lq-600x186.png\";s:5:\"width\";i:600;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-3-3-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(269,	2286,	'_wp_attached_file',	'revslider/shs2-4-bg.jpg'),
(270,	2286,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:785;s:4:\"file\";s:23:\"revslider/shs2-4-bg.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"shs2-4-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-4-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"shs2-4-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"shs2-4-bg-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"shs2-4-bg-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-4-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"shs2-4-bg-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"shs2-4-bg-1536x628.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-4-bg-280x114.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:22:\"shs2-4-bg-1170x478.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:21:\"shs2-4-bg-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"shs2-4-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"shs2-4-bg-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"shs2-4-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(271,	2287,	'_wp_attached_file',	'revslider/shs2-4-1-lq.png'),
(272,	2287,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:733;s:6:\"height\";i:785;s:4:\"file\";s:25:\"revslider/shs2-4-1-lq.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"shs2-4-1-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-1-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"shs2-4-1-lq-600x643.png\";s:5:\"width\";i:600;s:6:\"height\";i:643;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"shs2-4-1-lq-280x300.png\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-1-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-1-lq-175x187.png\";s:5:\"width\";i:175;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:23:\"shs2-4-1-lq-733x350.png\";s:5:\"width\";i:733;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"shs2-4-1-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"shs2-4-1-lq-600x643.png\";s:5:\"width\";i:600;s:6:\"height\";i:643;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-1-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(273,	2288,	'_wp_attached_file',	'revslider/shs2-4-3-lq.png'),
(274,	2288,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:165;s:6:\"height\";i:233;s:4:\"file\";s:25:\"revslider/shs2-4-3-lq.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-3-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-3-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-3-lq-132x187.png\";s:5:\"width\";i:132;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-3-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(275,	2289,	'_wp_attached_file',	'revslider/shs2-4-2-lq.png'),
(276,	2289,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:165;s:6:\"height\";i:233;s:4:\"file\";s:25:\"revslider/shs2-4-2-lq.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-2-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-2-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-2-lq-132x187.png\";s:5:\"width\";i:132;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-2-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(277,	2290,	'_wp_attached_file',	'revslider/shs2-4-4-lq.png'),
(278,	2290,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:165;s:6:\"height\";i:233;s:4:\"file\";s:25:\"revslider/shs2-4-4-lq.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-4-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-4-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-4-lq-132x187.png\";s:5:\"width\";i:132;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-4-4-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(279,	2291,	'_wp_attached_file',	'revslider/shs2-5-2-lq.png'),
(280,	2291,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:599;s:6:\"height\";i:730;s:4:\"file\";s:25:\"revslider/shs2-5-2-lq.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"shs2-5-2-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-5-2-lq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"shs2-5-2-lq-246x300.png\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-5-2-lq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-5-2-lq-153x187.png\";s:5:\"width\";i:153;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:23:\"shs2-5-2-lq-599x350.png\";s:5:\"width\";i:599;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"shs2-5-2-lq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shs2-5-2-lq-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(281,	2292,	'_wp_attached_file',	'2015/08/kallyas-logo.svg'),
(282,	2293,	'_wp_attached_file',	'2015/08/kallyas_icon.png'),
(283,	2293,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:53;s:6:\"height\";i:53;s:4:\"file\";s:24:\"2015/08/kallyas_icon.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:{}}}'),
(284,	2294,	'_wp_attached_file',	'2015/08/favicon.png'),
(285,	2294,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:19:\"2015/08/favicon.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:{}}}'),
(286,	2295,	'_wp_attached_file',	'2015/08/kallyas-footerlogo.svg'),
(287,	2296,	'_wp_attached_file',	'2015/08/photo-1431578500526-4d9613015464-resized.jpg'),
(288,	2296,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:52:\"2015/08/photo-1431578500526-4d9613015464-resized.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"photo-1431578500526-4d9613015464-resized-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"photo-1431578500526-4d9613015464-resized-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-280x187.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:53:\"photo-1431578500526-4d9613015464-resized-1170x780.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"photo-1431578500526-4d9613015464-resized-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(289,	2297,	'_wp_attached_file',	'2015/08/big_like.png'),
(290,	2297,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:264;s:6:\"height\";i:242;s:4:\"file\";s:20:\"2015/08/big_like.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"big_like-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"big_like-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"big_like-204x187.png\";s:5:\"width\";i:204;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"big_like-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(291,	2298,	'_wp_attached_file',	'2015/08/button.png'),
(292,	2298,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:345;s:6:\"height\";i:76;s:4:\"file\";s:18:\"2015/08/button.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"button-300x76.png\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"button-100x76.png\";s:5:\"width\";i:100;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"button-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"button-150x76.png\";s:5:\"width\";i:150;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"button-280x62.png\";s:5:\"width\";i:280;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"button-300x76.png\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"button-100x76.png\";s:5:\"width\";i:100;s:6:\"height\";i:76;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:{}}}'),
(293,	2299,	'_wp_attached_file',	'2015/08/count.png'),
(294,	2299,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:19;s:6:\"height\";i:20;s:4:\"file\";s:17:\"2015/08/count.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:{}}}'),
(295,	2300,	'_wp_attached_file',	'2015/08/do-you.png'),
(296,	2300,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:641;s:6:\"height\";i:190;s:4:\"file\";s:18:\"2015/08/do-you.png\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"do-you-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"do-you-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"do-you-600x178.png\";s:5:\"width\";i:600;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"do-you-300x89.png\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"do-you-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"do-you-280x83.png\";s:5:\"width\";i:280;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"do-you-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"do-you-600x178.png\";s:5:\"width\";i:600;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"do-you-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(297,	2301,	'_wp_attached_file',	'2015/08/likes.png'),
(298,	2301,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1439;s:6:\"height\";i:523;s:4:\"file\";s:17:\"2015/08/likes.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"likes-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"likes-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"likes-600x218.png\";s:5:\"width\";i:600;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"likes-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"likes-1024x372.png\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"likes-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"likes-768x279.png\";s:5:\"width\";i:768;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"likes-280x102.png\";s:5:\"width\";i:280;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:18:\"likes-1170x425.png\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:17:\"likes-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"likes-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"likes-600x218.png\";s:5:\"width\";i:600;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"likes-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(299,	2302,	'_wp_attached_file',	'2015/08/photos.png'),
(300,	2302,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:832;s:6:\"height\";i:446;s:4:\"file\";s:18:\"2015/08/photos.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"photos-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"photos-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"photos-600x322.png\";s:5:\"width\";i:600;s:6:\"height\";i:322;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"photos-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"photos-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"photos-768x412.png\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"photos-280x150.png\";s:5:\"width\";i:280;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:18:\"photos-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"photos-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"photos-600x322.png\";s:5:\"width\";i:600;s:6:\"height\";i:322;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"photos-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(301,	2303,	'_wp_attached_file',	'2015/08/multilanguage.svg'),
(302,	2304,	'_wp_attached_file',	'2015/08/pointing_bar1.svg'),
(303,	2305,	'_wp_attached_file',	'2015/08/pointing_bar2.svg'),
(304,	2306,	'_wp_attached_file',	'2015/08/pointing_bar3.svg'),
(305,	2307,	'_wp_attached_file',	'2015/08/responsive.svg'),
(306,	2308,	'_wp_attached_file',	'2015/08/seo_ready.svg'),
(307,	2309,	'_wp_attached_file',	'2015/08/shopping_bag.svg'),
(308,	2310,	'_wp_attached_file',	'2015/08/skew_bar1.png'),
(309,	2310,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:351;s:6:\"height\";i:785;s:4:\"file\";s:21:\"2015/08/skew_bar1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"skew_bar1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"skew_bar1-134x300.png\";s:5:\"width\";i:134;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"skew_bar1-84x187.png\";s:5:\"width\";i:84;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:21:\"skew_bar1-351x350.png\";s:5:\"width\";i:351;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"skew_bar1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar1-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(310,	2311,	'_wp_attached_file',	'2015/08/skew_bar2.png'),
(311,	2311,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:449;s:6:\"height\";i:786;s:4:\"file\";s:21:\"2015/08/skew_bar2.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"skew_bar2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"skew_bar2-171x300.png\";s:5:\"width\";i:171;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar2-107x187.png\";s:5:\"width\";i:107;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:21:\"skew_bar2-449x350.png\";s:5:\"width\";i:449;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"skew_bar2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"skew_bar2-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(312,	2312,	'_wp_attached_file',	'2015/08/rev_slide_3_title.svg'),
(313,	2313,	'_wp_attached_file',	'2015/08/rev_slide_4_newyork.png'),
(314,	2313,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:383;s:6:\"height\";i:161;s:4:\"file\";s:31:\"2015/08/rev_slide_4_newyork.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"rev_slide_4_newyork-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"rev_slide_4_newyork-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"rev_slide_4_newyork-300x126.png\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"rev_slide_4_newyork-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"rev_slide_4_newyork-280x118.png\";s:5:\"width\";i:280;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"rev_slide_4_newyork-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"rev_slide_4_newyork-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(315,	2314,	'_wp_attached_file',	'2015/08/rev_slide_4_stockholm.png'),
(316,	2314,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:383;s:6:\"height\";i:161;s:4:\"file\";s:33:\"2015/08/rev_slide_4_stockholm.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-300x126.png\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-280x118.png\";s:5:\"width\";i:280;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"rev_slide_4_stockholm-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(317,	2315,	'_wp_attached_file',	'2015/08/rev_slide_4_bullet.svg'),
(318,	2316,	'_wp_attached_file',	'2015/08/rev_slide_4_soon.svg'),
(319,	2317,	'_wp_attached_file',	'2015/08/revslide5_carscene.png'),
(320,	2317,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:820;s:6:\"height\";i:740;s:4:\"file\";s:30:\"2015/08/revslide5_carscene.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"revslide5_carscene-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-600x541.png\";s:5:\"width\";i:600;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-768x693.png\";s:5:\"width\";i:768;s:6:\"height\";i:693;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-207x187.png\";s:5:\"width\";i:207;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"revslide5_carscene-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-600x541.png\";s:5:\"width\";i:600;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"revslide5_carscene-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(321,	2318,	'_wp_attached_file',	'2015/08/revslide5_kallyas.png'),
(322,	2318,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:193;s:4:\"file\";s:29:\"2015/08/revslide5_kallyas.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"revslide5_kallyas-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-600x105.png\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"revslide5_kallyas-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"revslide5_kallyas-1024x179.png\";s:5:\"width\";i:1024;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-768x135.png\";s:5:\"width\";i:768;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"revslide5_kallyas-280x49.png\";s:5:\"width\";i:280;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-750x193.png\";s:5:\"width\";i:750;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"revslide5_kallyas-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-600x105.png\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"revslide5_kallyas-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(323,	2319,	'_wp_attached_file',	'2015/08/map_pin_1.png'),
(324,	2319,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:130;s:6:\"height\";i:130;s:4:\"file\";s:21:\"2015/08/map_pin_1.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"map_pin_1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"map_pin_1-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(325,	2320,	'_wp_attached_file',	'2015/08/noun_9477.svg'),
(326,	2321,	'zn_page_builder_status',	'enabled'),
(327,	2321,	'slide_template',	'default'),
(328,	2321,	'zn_page_layout',	'default'),
(329,	2321,	'zn_sidebar_select',	'default'),
(330,	2321,	'zn_zn_disable_subheader',	''),
(331,	2321,	'zn_subheader_style',	'zn_def_header_style'),
(332,	2321,	'zn_page_override_boxed_layout',	'def'),
(333,	2321,	'zn_page_title_show',	'yes'),
(334,	2321,	'zn_page_title',	''),
(335,	2321,	'zn_page_subtitle',	''),
(336,	2321,	'zn-custom-layout',	'0'),
(337,	2321,	'zn_page_builder_els',	'a:2:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:45:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"BLOG & STORIES\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:23:\"THE PASSION FOR WRITING\";s:19:\"subheader_alignment\";s:0:\"\";s:15:\"hm_header_bread\";s:0:\"\";s:14:\"hm_header_date\";s:0:\"\";s:19:\"subheader_textcolor\";s:0:\"\";s:14:\"hm_inherit_ulm\";s:2:\"no\";s:13:\"hm_br_options\";s:2:\"lg\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:19:\"hm_header_height_md\";s:3:\"300\";s:14:\"top_padding_md\";s:3:\"170\";s:17:\"bottom_padding_md\";s:1:\"0\";s:19:\"hm_header_height_sm\";s:3:\"300\";s:14:\"top_padding_sm\";s:3:\"170\";s:17:\"bottom_padding_sm\";s:1:\"0\";s:19:\"hm_header_height_xs\";s:3:\"300\";s:14:\"top_padding_xs\";s:3:\"170\";s:17:\"bottom_padding_xs\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:22:\"source_vd_embed_iframe\";s:0:\"\";s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid802bc345\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:22:\"container custom_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:14:\"TH_BlogArchive\";s:7:\"options\";a:6:{s:11:\"blog_layout\";s:10:\"def_modern\";s:12:\"blog_columns\";s:1:\"3\";s:5:\"count\";s:1:\"4\";s:10:\"blog_style\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbe9ae21e\";}}s:5:\"width\";s:8:\"col-md-9\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4983227d\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbdfa246e\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid877d85ef\";}}'),
(338,	2321,	'show_header',	''),
(339,	2321,	'show_footer',	''),
(340,	2321,	'zn_page_custom_css',	''),
(341,	2321,	'zn_page_custom_js',	''),
(342,	2322,	'slide_template',	'default'),
(343,	2322,	'zn_page_builder_status',	'enabled'),
(344,	2322,	'zn_page_builder_els',	'a:1:{i:0;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f4f4f4\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:3:\"yes\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:13:\"round-corners\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:16:\"GET A FREE QUOTE\";s:11:\"te_subtitle\";s:67:\"Please fill this for and we\'ll get back to you as soon as possible!\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"15\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#3f3f3f\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"22px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid82cd7d7a\";}i:1;a:6:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:24:\"do-not-reply@kallyas.net\";s:12:\"submit_label\";s:16:\"GET A QUOTE NOW!\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"0\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:6:{i:0;a:7:{s:4:\"name\";s:4:\"NAME\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:22:\"Please enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:7:\"COMPANY\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:37:\"Please enter the name of your company\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:2;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:30:\"Please type your email address\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"1\";}i:3;a:7:{s:4:\"name\";s:15:\"NEEDED SERVICES\";s:4:\"type\";s:6:\"select\";s:13:\"select_option\";s:83:\"shop:Online Store, website:Website Presentation, marketing:Marketing, seo:SEO & SEM\";s:11:\"placeholder\";s:0:\"\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:4;a:7:{s:4:\"name\";s:6:\"BUDGET\";s:4:\"type\";s:6:\"select\";s:13:\"select_option\";s:114:\"under_1000:Under $1000, 1000_3000:Between $1000 - $3000, 3000_10000:Between $3000 - $10000, over_10000:Over $10000\";s:11:\"placeholder\";s:12:\"Your message\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:5;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:88:\"Please add any details you think it would be useful for us to make a correct estimation.\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide9a149b5\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4e67e6a6\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb1ece391\";}}'),
(345,	2322,	'show_header',	''),
(346,	2322,	'show_footer',	''),
(347,	2322,	'zn_page_custom_css',	''),
(348,	2322,	'zn_page_custom_js',	''),
(349,	2323,	'slide_template',	'default'),
(350,	2323,	'custom_header_width',	''),
(351,	2323,	'header_width',	'1170'),
(352,	2323,	'header_style',	''),
(353,	2323,	'header_style_image',	'a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}}'),
(354,	2323,	'header_style_color',	'#000'),
(355,	2323,	'header_text_scheme',	''),
(356,	2323,	'head_position',	''),
(357,	2323,	'menu_follow',	''),
(358,	2323,	'header_resp_style_color',	''),
(359,	2323,	'head_show_logo',	''),
(360,	2323,	'logo_upload',	''),
(361,	2323,	'logo_size',	''),
(362,	2323,	'zn_body_def_color',	''),
(363,	2323,	'body_back_image',	'a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:5:\"fixed\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}'),
(364,	2323,	'zn_boxed_layout',	'yes'),
(365,	2324,	'zn_page_builder_status',	'enabled'),
(366,	2324,	'slide_template',	'default'),
(367,	2324,	'zn_page_layout',	'default'),
(368,	2324,	'zn_sidebar_select',	'default'),
(369,	2324,	'zn_zn_disable_subheader',	'no'),
(370,	2324,	'zn_page_title_show',	'yes'),
(371,	2324,	'zn_page_title',	''),
(372,	2324,	'zn_page_subtitle',	''),
(373,	2324,	'zn_page_builder_els',	'a:8:{i:0;a:6:{s:6:\"object\";s:14:\"TH_FancySlider\";s:7:\"options\";a:11:{s:18:\"ww_slider_autoplay\";s:1:\"1\";s:17:\"ww_slider_timeout\";s:4:\"6000\";s:13:\"ww_slider_nav\";s:7:\"bullets\";s:20:\"ww_slider_controlpos\";s:15:\"controls-inside\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"top_padding\";s:3:\"140\";s:14:\"bottom_padding\";s:2:\"20\";s:12:\"single_fancy\";a:4:{i:0;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:14:\"ww_slide_color\";s:7:\"#699100\";}i:1;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:14:\"ww_slide_color\";s:7:\"#b70000\";}i:2;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:14:\"ww_slide_color\";s:7:\"#13d7fd\";}i:3;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:14:\"ww_slide_color\";s:7:\"#f5c2e5\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16871216\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"73\";s:14:\"bottom_padding\";s:2:\"84\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#6d6d6d\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:1:\"0\";s:29:\"source_overlay_color_gradient\";s:7:\"#0a0202\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"20\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:25:\"WHO WE ARE AND WHAT WE DO\";s:11:\"te_subtitle\";s:142:\"Dramatically expedite emerging ROI through diverse deliverables. Phosfluorescently integrate covalent portals without cooperative e-services. \";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidccec63bd\";}}s:5:\"width\";s:8:\"col-md-7\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1c7f87c3\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:7:{s:13:\"spacer_height\";a:8:{s:2:\"lg\";s:2:\"40\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidda3d70bf\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:6:{s:12:\"el_alignment\";s:5:\"right\";s:10:\"single_btn\";a:1:{i:0;a:15:{s:11:\"button_text\";s:19:\"JOIN OUR NEWSLETTER\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:9:\"btn-lined\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:23:\"btn-block btn-fullwidth\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid24737e6a\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9b13482e\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida866b452\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"70\";s:14:\"bottom_padding\";s:2:\"65\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:29:\"SO WHY KALLYAS THEME, ANYWAY?\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:7:\"border2\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3b51817c\";}i:1;a:6:{s:6:\"object\";s:16:\"TH_IconBoxesGrid\";s:7:\"options\";a:12:{s:10:\"ibg_height\";s:3:\"260\";s:8:\"ibg_size\";s:2:\"46\";s:10:\"ibg_perrow\";s:1:\"4\";s:9:\"ibg_style\";s:12:\"lined-center\";s:9:\"ibg_hover\";s:21:\"grid-ibx--hover-scale\";s:14:\"ibg_titleorder\";s:1:\"1\";s:6:\"ibg_ib\";a:4:{i:0;a:6:{s:9:\"ibg_title\";s:15:\"WELL DOCUMENTED\";s:8:\"ibg_desc\";s:64:\"Documentation include with explanations for most of the options.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue606\";}}i:1;a:6:{s:9:\"ibg_title\";s:16:\"UNLIMITED COLORS\";s:8:\"ibg_desc\";s:54:\"With just a few clicks you can add any color you want.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue603\";}}i:2;a:6:{s:9:\"ibg_title\";s:17:\"CUSTOM SHORTCODES\";s:8:\"ibg_desc\";s:60:\"Great custom shortcodes which are ment to ease up your work.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue600\";}}i:3;a:6:{s:9:\"ibg_title\";s:19:\"MULTILANGUAGE READY\";s:8:\"ibg_desc\";s:61:\"You can install languages and extend the website\'s languages.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue602\";}}}s:12:\"ibg_bg_color\";s:7:\"#ffffff\";s:14:\"ibg_icon_color\";s:7:\"#e2e2e2\";s:20:\"ibg_icon_color_hover\";s:7:\"#cd2122\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc4d0d66f\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6b563e33\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb665b0a7\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"55\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#e8e8e8\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:40:\"ONE OF THE MOST COMPLETE WORDPRESS THEME\";s:11:\"te_subtitle\";s:226:\"We always had this statement and we\'re keeping our promise. Beside a <span class=\"fw-semibold\">powerful yet easy to use frontend Page Builder</span>, Kallyas has packed inside lots of sweet features that wait to be discovered.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidddf9237d\";}}s:5:\"width\";s:8:\"col-md-9\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1a59b1c9\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid27868542\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:2:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:10:{s:11:\"button_text\";s:15:\"BUY KALLYAS NOW\";s:11:\"button_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:6:\"btn-md\";s:12:\"button_width\";s:0:\"\";s:12:\"button_block\";s:9:\"btn-block\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid275f9394\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid56cc585f\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida29a4d88\";}i:4;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"55\";s:14:\"bottom_padding\";s:2:\"45\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f4f4f4\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#effdff\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:13:\"TH_RecentWork\";s:7:\"options\";a:8:{s:9:\"rw_height\";s:3:\"190\";s:8:\"rw_style\";s:1:\"1\";s:8:\"rw_title\";s:11:\"RECENT WORK\";s:7:\"rw_desc\";s:81:\"These are our latest and brightest projects that we\'ve put a lot of passion into.\";s:12:\"rw_port_link\";s:18:\"carousel-portfolio\";s:17:\"rw_port_link_text\";s:8:\"VIEW ALL\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:14:\"ports_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida2e5670d\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb28bbdb8\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"60\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluideb643f78\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid895f5dc8\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style3\";s:16:\"ctb_circle_title\";s:3:\"WHO\";s:14:\"ctb_main_title\";s:6:\"WE ARE\";s:11:\"ctb_content\";s:251:\"Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.\r\n<ul class=\"list-style1\">\r\n	<li>Aliquam feugiat eleifend</li>\r\n	<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\nPhasellus in risus quis lectus iaculis tate.\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb2383868\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7c4f48e8\";}i:3;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_LatestPosts3\";s:7:\"options\";a:4:{s:8:\"lp_title\";s:12:\"LATEST POSTS\";s:12:\"lp_blog_page\";s:18:\"carousel-portfolio\";s:12:\"lp_num_posts\";s:1:\"2\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb1e40253\";}}s:5:\"width\";s:8:\"col-md-8\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidba49fc56\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b091ef6\";}i:5;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:11:\"get a quote\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:65:\"Share your idea and let’s create<br>\r\na great project together!\";s:7:\"hb_icon\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/quote1.svg\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-2\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid63c1b8bb\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid071e6d4b\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:10:\"hiring: ON\";s:11:\"hb_subtitle\";s:18:\"Developer wanted! \";s:7:\"hb_desc\";s:51:\"Send your kickass resume<br>\r\non jobs@mywebsite.com\";s:7:\"hb_icon\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/hb-hiring.svg\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-2\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9c7698e4\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0d664bcc\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:18:\"download catalogue\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:90:\"Read our latest catalog, collateral material or print advertisements for your publication.\";s:7:\"hb_icon\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/hb-catalogue1.png\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbf5ec4d4\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9ecd8e7a\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf48cf434\";}i:6;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_VerticalTabs\";s:7:\"options\";a:2:{s:11:\"vtabs_style\";s:10:\"kl-style-2\";s:19:\"single_vertical_tab\";a:5:{i:0;a:4:{s:13:\"vts_tab_title\";s:16:\"Customer Support\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue604\";}s:15:\"vts_tab_c_title\";s:47:\"Support is given through a well organized forum\";s:17:\"vts_tab_c_content\";s:1111:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\"><img class=\"alignright size-full wp-image-462\" src=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\" alt=\"support\" width=\"194\" height=\"199\" /></a>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium\r\ndoloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.\r\n\r\nUt enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem.\";}i:1;a:4:{s:13:\"vts_tab_title\";s:15:\"Well documented\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue605\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 2 content\";s:17:\"vts_tab_c_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";}i:2;a:4:{s:13:\"vts_tab_title\";s:16:\"Unlimited colors\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue603\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 3 content\";s:17:\"vts_tab_c_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";}i:3;a:4:{s:13:\"vts_tab_title\";s:17:\"Custom shortcodes\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue600\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 4 content\";s:17:\"vts_tab_c_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";}i:4;a:4:{s:13:\"vts_tab_title\";s:19:\"Highly customizable\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue601\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 5 content\";s:17:\"vts_tab_c_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";}}}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:47:\"Support is given through a well organized forum\";s:11:\"stb_content\";s:1111:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\"><img class=\"alignright size-full wp-image-462\" src=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\" alt=\"support\" width=\"194\" height=\"199\" /></a>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium\r\ndoloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.\r\n\r\nUt enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid02a80af3\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidad5d2133\";}}i:1;a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:14:\"Pane 2 content\";s:11:\"stb_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfe76a8cb\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid00ff64ba\";}}i:2;a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:14:\"Pane 3 content\";s:11:\"stb_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6d6fc8e1\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid047557ba\";}}i:3;a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:14:\"Pane 4 content\";s:11:\"stb_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6334f241\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5404de72\";}}i:4;a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:14:\"Pane 5 content\";s:11:\"stb_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid02a788a2\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid55239cd0\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid02196c33\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid815fefd2\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8ea23a3a\";}i:7;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:16:\"TH_PartnersLogos\";s:7:\"options\";a:3:{s:8:\"pl_title\";s:32:\"OUR PARTNERS // TEHNOLOGIES USED\";s:14:\"pl_title_style\";s:6:\"style1\";s:15:\"partners_single\";a:6:{i:0;a:2:{s:14:\"lp_single_logo\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/wordpress.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:1;a:2:{s:14:\"lp_single_logo\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/html5.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:2;a:2:{s:14:\"lp_single_logo\";s:69:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/css3.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:3;a:2:{s:14:\"lp_single_logo\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/themeforest.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:4;a:2:{s:14:\"lp_single_logo\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/jquery.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:5;a:2:{s:14:\"lp_single_logo\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/joomla.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidef1c3651\";}i:1;a:6:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"35\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:0:\"\";s:6:\"height\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc0d4f490\";}i:2;a:6:{s:6:\"object\";s:18:\"TH_KeywordsElement\";s:7:\"options\";a:4:{s:16:\"keywordbox_style\";s:6:\"style1\";s:11:\"kb_bg_image\";s:0:\"\";s:11:\"kb_bg_color\";s:0:\"\";s:10:\"kw_content\";s:59:\"just some keywords here, services or what any text you want\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc82a107a\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid86963449\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2b915110\";}}'),
(374,	2324,	'zn_page_custom_css',	''),
(375,	2324,	'_dp_original',	'1083'),
(376,	2324,	'zn_subheader_style',	'zn_def_header_style'),
(377,	2324,	'zn_page_override_boxed_layout',	'def'),
(378,	2324,	'zn-custom-layout',	'2323'),
(379,	2324,	'show_header',	''),
(380,	2324,	'show_footer',	''),
(381,	2324,	'zn_page_custom_js',	''),
(382,	2325,	'zn_page_builder_status',	'enabled'),
(383,	2325,	'slide_template',	'default'),
(384,	2325,	'zn_page_layout',	'default'),
(385,	2325,	'zn_sidebar_select',	'default'),
(386,	2325,	'zn_zn_disable_subheader',	''),
(387,	2325,	'zn_subheader_style',	'zn_def_header_style'),
(388,	2325,	'zn_page_override_boxed_layout',	'def'),
(389,	2325,	'zn_page_title_show',	'yes'),
(390,	2325,	'zn_page_title',	''),
(391,	2325,	'zn_page_subtitle',	''),
(392,	2325,	'zn-custom-layout',	'0'),
(393,	2325,	'zn_page_builder_els',	'a:2:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:1:{s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d2bc743\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:9:\"VIDEO BOX\";s:11:\"te_subtitle\";s:256:\"Dynamically restore premier methodologies before front-end paradigms. Phosfluorescently negotiate market positioning innovation after market positioning catalysts for change. Appropriately embrace backend information before mission-critical best practices.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"50\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid44c927a8\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid94392c70\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"TRIGGERING MODAL WINDOW\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:1:\"0\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb47ccd8e\";}i:1;a:6:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:22:{s:7:\"vb_type\";s:5:\"modal\";s:15:\"vb_video_source\";s:10:\"selfhosted\";s:12:\"vb_video_url\";s:27:\"https://vimeo.com/156089423\";s:19:\"vb_video_url_player\";s:0:\"\";s:14:\"vb_video_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"1\";s:14:\"source_vd_loop\";s:1:\"1\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7c1d5c0d\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida6e3cc24\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:19:\"SIMPLE VIDEO PLAYER\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:1:\"0\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaddb8a6c\";}i:1;a:6:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:22:{s:7:\"vb_type\";s:6:\"player\";s:15:\"vb_video_source\";s:11:\"external_yt\";s:12:\"vb_video_url\";s:27:\"https://vimeo.com/156089423\";s:19:\"vb_video_url_player\";s:43:\"https://www.youtube.com/watch?v=CCbWyYr82BM\";s:14:\"vb_video_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"0\";s:14:\"source_vd_loop\";s:1:\"0\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd2f3a43e\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidddc54923\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid99925b8e\";}}'),
(394,	2325,	'show_header',	''),
(395,	2325,	'show_footer',	''),
(396,	2325,	'zn_page_custom_css',	''),
(397,	2325,	'zn_page_custom_js',	''),
(398,	2326,	'zn_page_builder_status',	'enabled'),
(399,	2326,	'slide_template',	'default'),
(400,	2326,	'zn_page_layout',	'default'),
(401,	2326,	'zn_sidebar_select',	'default'),
(402,	2326,	'zn_zn_disable_subheader',	''),
(403,	2326,	'zn_subheader_style',	'zn_def_header_style'),
(404,	2326,	'zn_page_override_boxed_layout',	'def'),
(405,	2326,	'zn_page_title_show',	'yes'),
(406,	2326,	'zn_page_title',	''),
(407,	2326,	'zn_page_subtitle',	''),
(408,	2326,	'zn-custom-layout',	'0'),
(409,	2326,	'zn_page_builder_els',	'a:2:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:1:{s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b277fc6\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:14:\"SKILLS DIAGRAM\";s:11:\"te_subtitle\";s:196:\"Globally synergize B2B models and proactive partnerships. Collaboratively seize compelling channels and holistic applications. Energistically harness magnetic content after functionalized schemas.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:3:\"180\";s:14:\"bottom_padding\";s:1:\"0\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h3\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7ec44d9e\";}}s:5:\"width\";s:8:\"col-md-5\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5a70862c\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:9:\"TH_Skills\";s:7:\"options\";a:13:{s:12:\"sk_main_text\";s:6:\"skills\";s:11:\"sk_sizetype\";s:4:\"resp\";s:8:\"sk_width\";s:3:\"600\";s:11:\"sk_fontsize\";s:2:\"20\";s:12:\"sk_maincolor\";s:7:\"#004d40\";s:16:\"sk_maintextcolor\";s:7:\"#ffffff\";s:11:\"sk_distance\";s:1:\"5\";s:15:\"sk_enablelegend\";s:1:\"1\";s:14:\"sk_legend_text\";s:6:\"LEGEND\";s:15:\"sk_legend_align\";s:8:\"topright\";s:13:\"skills_single\";a:5:{i:0;a:3:{s:10:\"skill_text\";s:10:\"Javascript\";s:11:\"skill_color\";s:7:\"#97be0d\";s:11:\"skill_level\";s:2:\"83\";}i:1;a:3:{s:10:\"skill_text\";s:9:\"SEO / SEM\";s:11:\"skill_color\";s:7:\"#d84f5f\";s:11:\"skill_level\";s:2:\"68\";}i:2;a:3:{s:10:\"skill_text\";s:9:\"WordPress\";s:11:\"skill_color\";s:7:\"#6eabe5\";s:11:\"skill_level\";s:2:\"95\";}i:3;a:3:{s:10:\"skill_text\";s:6:\"Design\";s:11:\"skill_color\";s:7:\"#8dc9e8\";s:11:\"skill_level\";s:2:\"74\";}i:4;a:3:{s:10:\"skill_text\";s:5:\"Swift\";s:11:\"skill_color\";s:7:\"#bdc3c7\";s:11:\"skill_level\";s:2:\"54\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidabbed81d\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5fec91ba\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7865c3a2\";}}'),
(410,	2326,	'show_header',	''),
(411,	2326,	'show_footer',	''),
(412,	2326,	'zn_page_custom_css',	''),
(413,	2326,	'zn_page_custom_js',	''),
(414,	2327,	'zn_page_builder_status',	'enabled'),
(415,	2327,	'slide_template',	'default'),
(416,	2327,	'zn_page_layout',	'default'),
(417,	2327,	'zn_sidebar_select',	'default'),
(418,	2327,	'zn_zn_disable_subheader',	''),
(419,	2327,	'zn_subheader_style',	'zn_def_header_style'),
(420,	2327,	'zn_page_override_boxed_layout',	'def'),
(421,	2327,	'zn_page_title_show',	'yes'),
(422,	2327,	'zn_page_title',	''),
(423,	2327,	'zn_page_subtitle',	''),
(424,	2327,	'zn-custom-layout',	'0'),
(425,	2327,	'zn_page_builder_els',	'a:4:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:1:{s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd0df424d\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:14:\"NEWSLETTER BOX\";s:11:\"te_subtitle\";s:141:\"Completely incubate viral infrastructures rather than diverse e-markets. Dynamically promote cutting-edge ROI after distinctive partnerships.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h3\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#4f4f4f\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid352fa292\";}}s:5:\"width\";s:8:\"col-md-8\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5cc08af\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-3\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_NewsletterBox\";s:7:\"options\";a:15:{s:7:\"nb_mlid\";s:10:\"69c75c8a90\";s:8:\"nb_style\";s:6:\"normal\";s:9:\"nb_layout\";s:6:\"single\";s:8:\"nb_em_pl\";s:22:\"your.address@email.com\";s:13:\"nb_btn_height\";s:2:\"62\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:11:\"nb_btn_type\";s:4:\"text\";s:12:\"nb_btn_color\";s:7:\"#cd2122\";s:16:\"nb_btn_color_hov\";s:7:\"#000000\";s:8:\"nb_sb_pl\";s:7:\"JOIN US\";s:7:\"nb_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:12:\"nb_font_size\";s:2:\"16\";s:12:\"nb_btn_width\";s:3:\"130\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2a1234c7\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid31dd8ab5\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5bed7ef6\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:33:{s:12:\"mc_link_type\";s:2:\"pb\";s:13:\"mc_link_style\";s:5:\"lined\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:6:\"center\";s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"760\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"4\";s:23:\"source_overlay_color_v2\";s:19:\"rgba(17,17,17,0.65)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:254:\"background: radial-gradient(circle at 3.85% 89.53%, rgba(88, 63, 66, 0.59), transparent 100%),radial-gradient(circle at 96.77% 13.09%, rgba(87, 127, 160, 0.72), transparent 100%),radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 100%)\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:27:\"Subscribe to our newsletter\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:1:\"0\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb3bc7426\";}i:1;a:6:{s:6:\"object\";s:16:\"TH_NewsletterBox\";s:7:\"options\";a:15:{s:7:\"nb_mlid\";s:10:\"69c75c8a90\";s:8:\"nb_style\";s:6:\"normal\";s:9:\"nb_layout\";s:6:\"single\";s:8:\"nb_em_pl\";s:22:\"your.address@email.com\";s:13:\"nb_btn_height\";s:2:\"62\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:11:\"nb_btn_type\";s:4:\"text\";s:12:\"nb_btn_color\";s:7:\"#cd2122\";s:16:\"nb_btn_color_hov\";s:7:\"#000000\";s:8:\"nb_sb_pl\";s:7:\"JOIN US\";s:7:\"nb_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:12:\"nb_font_size\";s:2:\"16\";s:12:\"nb_btn_width\";s:3:\"130\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb1beafff\";}}s:5:\"width\";s:8:\"col-md-8\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid44a3a61f\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8efa73a4\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid904ebb76\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"1%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:7:{s:13:\"spacer_height\";a:8:{s:2:\"lg\";s:3:\"290\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc13148d6\";}i:1;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:27:\"Seamlessly reinvent diverse\";s:11:\"te_subtitle\";s:141:\"Completely incubate viral infrastructures rather than diverse e-markets. Dynamically promote cutting-edge ROI after distinctive partnerships.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"48px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#353535\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:4:\"-1px\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h3\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#4f4f4f\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8cd2dc93\";}}s:5:\"width\";s:9:\"col-md-10\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbe2c84cd\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb5a34e68\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2d75efe2\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid511e8ac8\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4cabf491\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfe89194c\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:9:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:28:\"DIFFERENT STYLES AND LAYOUTS\";s:11:\"te_subtitle\";s:141:\"Completely incubate viral infrastructures rather than diverse e-markets. Dynamically promote cutting-edge ROI after distinctive partnerships.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h3\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#4f4f4f\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6ce92ba0\";}}s:5:\"width\";s:8:\"col-md-8\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid79974df5\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_NewsletterBox\";s:7:\"options\";a:15:{s:7:\"nb_mlid\";s:10:\"69c75c8a90\";s:8:\"nb_style\";s:6:\"normal\";s:9:\"nb_layout\";s:6:\"single\";s:8:\"nb_em_pl\";s:22:\"your.address@email.com\";s:13:\"nb_btn_height\";s:2:\"62\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:11:\"nb_btn_type\";s:4:\"text\";s:12:\"nb_btn_color\";s:7:\"#cd2122\";s:16:\"nb_btn_color_hov\";s:7:\"#000000\";s:8:\"nb_sb_pl\";s:7:\"JOIN US\";s:7:\"nb_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:12:\"nb_font_size\";s:2:\"16\";s:12:\"nb_btn_width\";s:3:\"130\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb2a20a6f\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5dc146f0\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_NewsletterBox\";s:7:\"options\";a:15:{s:7:\"nb_mlid\";s:10:\"69c75c8a90\";s:8:\"nb_style\";s:7:\"normal2\";s:9:\"nb_layout\";s:6:\"single\";s:8:\"nb_em_pl\";s:22:\"your.address@email.com\";s:13:\"nb_btn_height\";s:2:\"62\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:11:\"nb_btn_type\";s:4:\"text\";s:12:\"nb_btn_color\";s:7:\"#cd2122\";s:16:\"nb_btn_color_hov\";s:7:\"#000000\";s:8:\"nb_sb_pl\";s:7:\"JOIN US\";s:7:\"nb_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:12:\"nb_font_size\";s:2:\"16\";s:12:\"nb_btn_width\";s:3:\"130\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1960e696\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbf93a3b6\";}i:3;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:7:{s:13:\"spacer_height\";a:8:{s:2:\"lg\";s:2:\"40\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc9358266\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid023304a5\";}i:4;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_NewsletterBox\";s:7:\"options\";a:15:{s:7:\"nb_mlid\";s:10:\"69c75c8a90\";s:8:\"nb_style\";s:10:\"lined_dark\";s:9:\"nb_layout\";s:6:\"single\";s:8:\"nb_em_pl\";s:22:\"your.address@email.com\";s:13:\"nb_btn_height\";s:2:\"62\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:11:\"nb_btn_type\";s:4:\"text\";s:12:\"nb_btn_color\";s:7:\"#cd2122\";s:16:\"nb_btn_color_hov\";s:7:\"#000000\";s:8:\"nb_sb_pl\";s:7:\"JOIN US\";s:7:\"nb_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:12:\"nb_font_size\";s:2:\"16\";s:12:\"nb_btn_width\";s:3:\"130\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid268d3a8a\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8260c2f6\";}i:5;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_NewsletterBox\";s:7:\"options\";a:15:{s:7:\"nb_mlid\";s:10:\"69c75c8a90\";s:8:\"nb_style\";s:6:\"normal\";s:9:\"nb_layout\";s:8:\"separate\";s:8:\"nb_em_pl\";s:22:\"your.address@email.com\";s:13:\"nb_btn_height\";s:2:\"62\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:11:\"nb_btn_type\";s:4:\"text\";s:12:\"nb_btn_color\";s:7:\"#cd2122\";s:16:\"nb_btn_color_hov\";s:7:\"#000000\";s:8:\"nb_sb_pl\";s:7:\"JOIN US\";s:7:\"nb_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:12:\"nb_font_size\";s:2:\"16\";s:12:\"nb_btn_width\";s:3:\"130\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid561906d2\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid455268df\";}i:6;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:7:{s:13:\"spacer_height\";a:8:{s:2:\"lg\";s:2:\"40\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5a29b009\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid53ce69f2\";}i:7;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_NewsletterBox\";s:7:\"options\";a:15:{s:7:\"nb_mlid\";s:10:\"69c75c8a90\";s:8:\"nb_style\";s:6:\"normal\";s:9:\"nb_layout\";s:4:\"rows\";s:8:\"nb_em_pl\";s:22:\"your.address@email.com\";s:13:\"nb_btn_height\";s:2:\"62\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:11:\"nb_btn_type\";s:4:\"text\";s:12:\"nb_btn_color\";s:7:\"#cd2122\";s:16:\"nb_btn_color_hov\";s:7:\"#000000\";s:8:\"nb_sb_pl\";s:7:\"JOIN US\";s:7:\"nb_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:12:\"nb_font_size\";s:2:\"16\";s:12:\"nb_btn_width\";s:3:\"130\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid21d27067\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6475ee49\";}i:8;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_NewsletterBox\";s:7:\"options\";a:15:{s:7:\"nb_mlid\";s:10:\"69c75c8a90\";s:8:\"nb_style\";s:6:\"normal\";s:9:\"nb_layout\";s:9:\"rows-full\";s:8:\"nb_em_pl\";s:22:\"your.address@email.com\";s:13:\"nb_btn_height\";s:2:\"62\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:11:\"nb_btn_type\";s:4:\"text\";s:12:\"nb_btn_color\";s:7:\"#cd2122\";s:16:\"nb_btn_color_hov\";s:7:\"#000000\";s:8:\"nb_sb_pl\";s:7:\"JOIN US\";s:7:\"nb_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:12:\"nb_font_size\";s:2:\"16\";s:12:\"nb_btn_width\";s:3:\"130\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4e30a93d\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2b46c680\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd2855c17\";}}'),
(426,	2327,	'show_header',	''),
(427,	2327,	'show_footer',	''),
(428,	2327,	'zn_page_custom_css',	''),
(429,	2327,	'zn_page_custom_js',	''),
(430,	2328,	'zn_page_builder_status',	'enabled'),
(431,	2328,	'slide_template',	'default'),
(432,	2328,	'zn_page_layout',	'default'),
(433,	2328,	'zn_sidebar_select',	'default'),
(434,	2328,	'zn_zn_disable_subheader',	''),
(435,	2328,	'zn_subheader_style',	'zn_def_header_style'),
(436,	2328,	'zn_page_override_boxed_layout',	'def'),
(437,	2328,	'zn_page_title_show',	'yes'),
(438,	2328,	'zn_page_title',	''),
(439,	2328,	'zn_page_subtitle',	''),
(440,	2328,	'zn-custom-layout',	'0'),
(441,	2328,	'zn_page_builder_els',	'a:1:{i:0;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:21:\"THIS IS A SIMPLE PAGE\";s:11:\"te_subtitle\";s:307:\"Dramatically expedite emerging ROI through diverse deliverables. Phosfluorescently integrate covalent portals without cooperative e-services. Energistically synergize business methods of empowerment with intuitive systems. Energistically extend accurate web-readiness without user-centric leadership skills.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"34\";s:14:\"bottom_padding\";s:2:\"56\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid35011b87\";}i:1;a:6:{s:6:\"object\";s:16:\"TH_DevicesImages\";s:7:\"options\";a:10:{s:10:\"di_imgtype\";s:5:\"frame\";s:16:\"di_macbook_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"di_frame_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"di_iphone_image\";s:0:\"\";s:12:\"di_direction\";s:6:\"center\";s:16:\"di_center_height\";s:3:\"300\";s:7:\"di_type\";s:6:\"vector\";s:9:\"di_appear\";s:1:\"1\";s:16:\"di_appear_effect\";s:3:\"sfb\";s:15:\"di_appear_delay\";s:3:\"250\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida6c55f4d\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid03275d64\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid069d83c6\";}}'),
(442,	2328,	'show_header',	'zn_dummy_value'),
(443,	2328,	'show_footer',	'zn_dummy_value'),
(444,	2328,	'zn_page_custom_css',	''),
(445,	2328,	'zn_page_custom_js',	''),
(446,	2329,	'zn_page_builder_status',	'enabled'),
(447,	2329,	'slide_template',	'default'),
(448,	2329,	'zn_page_layout',	'default'),
(449,	2329,	'zn_sidebar_select',	'default'),
(450,	2329,	'zn_zn_disable_subheader',	''),
(451,	2329,	'zn_subheader_style',	'zn_def_header_style'),
(452,	2329,	'zn_page_override_boxed_layout',	'def'),
(453,	2329,	'zn_page_title_show',	'yes'),
(454,	2329,	'zn_page_title',	''),
(455,	2329,	'zn_page_subtitle',	''),
(456,	2329,	'zn-custom-layout',	'0'),
(457,	2329,	'zn_page_builder_els',	'a:7:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:45:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:13:\"CUSTOM MODALS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:26:\"AWESOME CONTENT, IN POPUPS\";s:19:\"subheader_alignment\";s:0:\"\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:19:\"subheader_textcolor\";s:0:\"\";s:14:\"hm_inherit_ulm\";s:2:\"no\";s:13:\"hm_br_options\";s:2:\"lg\";s:16:\"hm_header_height\";s:3:\"420\";s:11:\"top_padding\";s:3:\"250\";s:14:\"bottom_padding\";s:1:\"0\";s:19:\"hm_header_height_md\";s:3:\"300\";s:14:\"top_padding_md\";s:3:\"170\";s:17:\"bottom_padding_md\";s:1:\"0\";s:19:\"hm_header_height_sm\";s:3:\"300\";s:14:\"top_padding_sm\";s:3:\"170\";s:17:\"bottom_padding_sm\";s:1:\"0\";s:19:\"hm_header_height_xs\";s:3:\"300\";s:14:\"top_padding_xs\";s:3:\"170\";s:17:\"bottom_padding_xs\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:22:\"source_vd_embed_iframe\";s:0:\"\";s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfaf51551\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"93\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:11:\"IMAGE MODAL\";s:11:\"te_subtitle\";s:73:\"This button below should trigger a modal / lightbox with an image inside.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidded44c74\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:6:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:15:{s:11:\"button_text\";s:10:\"OPEN IMAGE\";s:11:\"button_link\";a:3:{s:3:\"url\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"target\";s:5:\"modal\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:0:\"\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid97ad8abd\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc2d51e16\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"IFRAME MODAL\";s:11:\"te_subtitle\";s:152:\"This button below should trigger opening an iframe modal containing a custom page containing simple page builder elements with header and footer hidden.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaed79e5d\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:6:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:2:{i:0;a:15:{s:11:\"button_text\";s:11:\"OPEN IFRAME\";s:11:\"button_link\";a:3:{s:3:\"url\";s:54:\"https://truma.youarenearly.online/various-iframe-page/\";s:6:\"target\";s:12:\"modal_iframe\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:0:\"\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}i:1;a:15:{s:11:\"button_text\";s:11:\"NORMAL LINK\";s:11:\"button_link\";a:3:{s:3:\"url\";s:54:\"https://truma.youarenearly.online/various-iframe-page/\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:0:\"\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:10:\"0 0 0 20px\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1000855e\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid650e40dd\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:10:{s:10:\"top_margin\";s:2:\"66\";s:13:\"bottom_margin\";s:2:\"74\";s:5:\"color\";s:7:\"#e2e2e2\";s:6:\"height\";s:1:\"2\";s:11:\"enable_icon\";s:2:\"no\";s:4:\"icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:10:\"icon_color\";s:7:\"#cd2122\";s:9:\"icon_size\";s:2:\"20\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid50b76344\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid48a71d79\";}i:3;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:14:\"INLINE CONTENT\";s:11:\"te_subtitle\";s:113:\"One of the coolest features here is that you can build your own custom content modals with page builder elements.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluided564581\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:6:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:2:{i:0;a:15:{s:11:\"button_text\";s:19:\"OPEN INLINE CONTENT\";s:11:\"button_link\";a:3:{s:3:\"url\";s:14:\"#eluid2a4724a6\";s:6:\"target\";s:12:\"modal_inline\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:0:\"\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}i:1;a:15:{s:11:\"button_text\";s:20:\"OPEN NEWSLETTER FORM\";s:11:\"button_link\";a:3:{s:3:\"url\";s:14:\"#eluide5124893\";s:6:\"target\";s:12:\"modal_inline\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:0:\"\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:10:\"0 0 0 20px\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid65e75ca9\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaa881c45\";}i:4;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:15:\"AUTOPOPUP MODAL\";s:11:\"te_subtitle\";s:181:\"You can also program a modal to auto open itself on page load, after timeframe or on scrolling above half of the page. You probably see the window already when scrolling the page :)\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd1409626\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid15a3938d\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid45d95ede\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:3:\"yes\";s:11:\"window_size\";s:3:\"600\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:20:\"INLINE MODAL CONTENT\";s:11:\"te_subtitle\";s:92:\"You can build modals with almost any content you\'d want, from text\'s to forms and all sorts.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide0c41287\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4f2cfcc9\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2a4724a6\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:3:\"yes\";s:11:\"window_size\";s:3:\"500\";s:16:\"window_autopopup\";s:6:\"scroll\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:16:\"AUTO-POPUP MODAL\";s:11:\"te_subtitle\";s:62:\"This popup should automatically open itself on page scrolling.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"34\";s:14:\"bottom_padding\";s:2:\"16\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7e2f57e2\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6d4f91e1\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd457565f\";}i:4;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f4f4f4\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:3:\"yes\";s:11:\"window_size\";s:3:\"550\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"3\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:17:{s:8:\"te_title\";s:13:\"ENJOY 15% OFF\";s:11:\"te_subtitle\";s:58:\"Sign up to receive the latest offers and news in industry.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"34px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#353434\";s:10:\"font-style\";s:6:\"normal\";}s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9c276606\";}i:1;a:6:{s:6:\"object\";s:16:\"TH_NewsletterBox\";s:7:\"options\";a:13:{s:7:\"nb_mlid\";s:10:\"69c75c8a90\";s:8:\"nb_style\";s:6:\"normal\";s:9:\"nb_layout\";s:6:\"single\";s:8:\"nb_em_pl\";s:22:\"your.address@email.com\";s:11:\"nb_btn_type\";s:4:\"text\";s:12:\"nb_btn_color\";s:7:\"#cd2122\";s:16:\"nb_btn_color_hov\";s:7:\"#000000\";s:8:\"nb_sb_pl\";s:4:\"JOIN\";s:7:\"nb_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:12:\"nb_font_size\";s:2:\"16\";s:12:\"nb_btn_width\";s:3:\"130\";s:13:\"nb_btn_height\";s:2:\"55\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ed8cc5f\";}i:2;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:6:{s:13:\"spacer_height\";s:2:\"20\";s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4cb76863\";}i:3;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:8:{s:14:\"element_scheme\";s:0:\"\";s:11:\"stb_content\";s:168:\"Offer valid only for new email subscribers. Enter your email address and receive 15% off your first order and a promo code will be sent to your inbox. Exclusions apply.\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid52019d6d\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid82b165f6\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide5124893\";}i:5;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"40\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:45:\"MODAL WITH CONTACT FORM HAVING DYNAMIC FIELDS\";s:11:\"te_subtitle\";s:292:\"This follows a certain scenario. For example you have a list of services showcased by some Image boxes, each one having a call to action button or simply linking the image, for example to get a quote for that particular service. Click the image boxes to see what happens in the Subject field.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid269461da\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2463aad0\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:15:{s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"image_box_imgfit\";s:2:\"no\";s:16:\"image_box_height\";s:3:\"280\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:14:\"#eluidba8f5f41\";s:6:\"target\";s:16:\"modal_inline_dyn\";s:5:\"title\";s:17:\"Service Box ALPHA\";}s:15:\"image_box_title\";s:17:\"Service Box ALPHA\";s:14:\"image_box_text\";s:143:\"Clicking the image above should pass the text <strong>\"Service Box ALPHA\"</strong> to the form\'s subject field that\'s going to open in a modal.\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:16:\"ib_bottom_margin\";s:2:\"30\";s:13:\"corner_radius\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2b0919ff\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid046bffc7\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:15:{s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"image_box_imgfit\";s:2:\"no\";s:16:\"image_box_height\";s:3:\"280\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:14:\"#eluidba8f5f41\";s:6:\"target\";s:16:\"modal_inline_dyn\";s:5:\"title\";s:16:\"Service Box BETA\";}s:15:\"image_box_title\";s:16:\"Service Box BETA\";s:14:\"image_box_text\";s:142:\"Clicking the image above should pass the text <strong>\"Service Box BETA\"</strong> to the form\'s subject field that\'s going to open in a modal.\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:16:\"ib_bottom_margin\";s:2:\"30\";s:13:\"corner_radius\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidec8a48a8\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaab6971b\";}i:3;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:15:{s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"image_box_imgfit\";s:2:\"no\";s:16:\"image_box_height\";s:3:\"280\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:14:\"#eluidba8f5f41\";s:6:\"target\";s:16:\"modal_inline_dyn\";s:5:\"title\";s:17:\"Service Box OMEGA\";}s:15:\"image_box_title\";s:17:\"Service Box OMEGA\";s:14:\"image_box_text\";s:143:\"Clicking the image above should pass the text <strong>\"Service Box OMEGA\"</strong> to the form\'s subject field that\'s going to open in a modal.\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:16:\"ib_bottom_margin\";s:2:\"30\";s:13:\"corner_radius\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc9ace48e\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida44675ab\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9f90f95c\";}i:6;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:3:\"yes\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:16:\"GET A QUOTE FORM\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"10\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0bfc2db7\";}i:1;a:6:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:21:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:7:\"cf_from\";s:7:\"noreply\";s:16:\"cf_custom_sender\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"captcha_lang\";s:0:\"\";s:12:\"send_me_copy\";s:2:\"no\";s:19:\"mailchimp_subscribe\";s:2:\"no\";s:17:\"mailchimp_list_id\";s:10:\"e187e656c4\";s:12:\"cf_labels_pl\";s:1:\"3\";s:8:\"cf_debug\";s:14:\"zn_dummy_value\";s:6:\"fields\";a:4:{i:0;a:9:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:15:\"datepicker_lang\";s:0:\"\";s:11:\"time_picker\";s:14:\"zn_dummy_value\";s:13:\"tpicker_label\";s:9:\"PICK TIME\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";}i:1;a:9:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:15:\"datepicker_lang\";s:0:\"\";s:11:\"time_picker\";s:14:\"zn_dummy_value\";s:13:\"tpicker_label\";s:9:\"PICK TIME\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";}i:2;a:9:{s:4:\"name\";s:30:\"Subject [ DYNAMIC FIELD DEMO ]\";s:4:\"type\";s:7:\"dynamic\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:15:\"datepicker_lang\";s:0:\"\";s:11:\"time_picker\";s:14:\"zn_dummy_value\";s:13:\"tpicker_label\";s:9:\"PICK TIME\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";}i:3;a:9:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:15:\"datepicker_lang\";s:0:\"\";s:11:\"time_picker\";s:14:\"zn_dummy_value\";s:13:\"tpicker_label\";s:9:\"PICK TIME\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";}}s:14:\"element_scheme\";s:0:\"\";s:12:\"button_style\";s:13:\"btn-fullcolor\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide4e7961b\";}}s:5:\"width\";s:8:\"col-md-9\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide0d57fc4\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:7:{s:13:\"spacer_height\";a:8:{s:2:\"lg\";s:2:\"81\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0b0ac4b9\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:9:{s:11:\"stb_content\";s:178:\"<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\r\n\";s:14:\"element_scheme\";s:0:\"\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid12491c89\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid712194af\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidba8f5f41\";}}'),
(458,	2329,	'show_header',	''),
(459,	2329,	'show_footer',	''),
(460,	2329,	'zn_page_custom_css',	''),
(461,	2329,	'zn_page_custom_js',	''),
(462,	2330,	'zn_page_builder_status',	'enabled'),
(463,	2330,	'slide_template',	'default'),
(464,	2330,	'zn_page_layout',	'default'),
(465,	2330,	'zn_sidebar_select',	'default'),
(466,	2330,	'zn_zn_disable_subheader',	''),
(467,	2330,	'zn_subheader_style',	'zn_def_header_style'),
(468,	2330,	'zn_page_override_boxed_layout',	'def'),
(469,	2330,	'zn_page_title_show',	'yes'),
(470,	2330,	'zn_page_title',	''),
(471,	2330,	'zn_page_subtitle',	''),
(472,	2330,	'zn-custom-layout',	'0'),
(473,	2330,	'zn_page_builder_els',	'a:2:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:45:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:15:\"Media Container\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:19:\"With custom content\";s:19:\"subheader_alignment\";s:0:\"\";s:15:\"hm_header_bread\";s:0:\"\";s:14:\"hm_header_date\";s:0:\"\";s:19:\"subheader_textcolor\";s:0:\"\";s:14:\"hm_inherit_ulm\";s:2:\"no\";s:13:\"hm_br_options\";s:2:\"lg\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:19:\"hm_header_height_md\";s:3:\"300\";s:14:\"top_padding_md\";s:3:\"170\";s:17:\"bottom_padding_md\";s:1:\"0\";s:19:\"hm_header_height_sm\";s:3:\"300\";s:14:\"top_padding_sm\";s:3:\"170\";s:17:\"bottom_padding_sm\";s:1:\"0\";s:19:\"hm_header_height_xs\";s:3:\"300\";s:14:\"top_padding_xs\";s:3:\"170\";s:17:\"bottom_padding_xs\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:22:\"source_vd_embed_iframe\";s:0:\"\";s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide2ce7a98\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:13:\"MEDIA ELEMENT\";s:11:\"te_subtitle\";s:230:\"Globally scale backend applications without stand-alone processes. Distinctively e-enable vertical vortals through team driven solutions. Objectively generate market positioning methods of empowerment for best-of-breed interfaces.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h3\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb210de4\";}}s:5:\"width\";s:8:\"col-md-8\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9f068088\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:33:{s:12:\"mc_link_type\";s:2:\"pb\";s:13:\"mc_link_style\";s:5:\"lined\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:6:\"bottom\";s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"580\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"4\";s:23:\"source_overlay_color_v2\";s:19:\"rgba(53,53,53,0.65)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:234:\"background: radial-gradient(circle at 1.98% 65.03%, #D38312, transparent 100%),radial-gradient(circle at 98.02% 78.01%, #A83279, transparent 100%),radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 100%)\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:29:\"Credibly envisioneer customer\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:13:\"eluid2d854d4a\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"28px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"0px\";}s:13:\"title_bmargin\";s:1:\"0\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:21:\"rgba(255,255,255,0.8)\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb663dcb2\";}}s:5:\"width\";s:8:\"col-md-8\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid97ef665a\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:0:\"\";s:11:\"te_subtitle\";s:156:\"Authoritatively maintain standards compliant outsourcing with future-proof niches. Globally reintermediate prospective infrastructures with cross-media ROI.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:17:\"parent_hover_anim\";s:7:\"slidein\";s:15:\"parent_hover_id\";s:13:\"eluid2d854d4a\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"28px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"0px\";}s:13:\"title_bmargin\";s:1:\"0\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:21:\"rgba(255,255,255,0.8)\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddcc39cac\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid54c0802a\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2d854d4a\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4f40ca11\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:33:{s:12:\"mc_link_type\";s:2:\"pb\";s:13:\"mc_link_style\";s:5:\"lined\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:6:\"bottom\";s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"580\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"3\";s:23:\"source_overlay_color_v2\";s:19:\"rgba(10,10,10,0.16)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(20,20,20,0.76)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:29:\"Credibly envisioneer customer\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:13:\"eluid2d854d4a\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"28px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"0px\";}s:13:\"title_bmargin\";s:1:\"0\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:21:\"rgba(255,255,255,0.8)\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid940ccd4a\";}}s:5:\"width\";s:8:\"col-md-8\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid909f325d\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:0:\"\";s:11:\"te_subtitle\";s:156:\"Authoritatively maintain standards compliant outsourcing with future-proof niches. Globally reintermediate prospective infrastructures with cross-media ROI.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:17:\"parent_hover_anim\";s:7:\"slidein\";s:15:\"parent_hover_id\";s:13:\"eluid104c21d5\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"28px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"0px\";}s:13:\"title_bmargin\";s:1:\"0\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:21:\"rgba(255,255,255,0.8)\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8a0c82f7\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidea2cb484\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid104c21d5\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3aa7fce2\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaadcee25\";}}'),
(474,	2330,	'show_header',	''),
(475,	2330,	'show_footer',	''),
(476,	2330,	'zn_page_custom_css',	''),
(477,	2330,	'zn_page_custom_js',	''),
(478,	2331,	'zn_page_builder_status',	'enabled'),
(479,	2331,	'slide_template',	'default'),
(480,	2331,	'zn_page_layout',	'default'),
(481,	2331,	'zn_sidebar_select',	'default'),
(482,	2331,	'zn_zn_disable_subheader',	''),
(483,	2331,	'zn_subheader_style',	'zn_def_header_style'),
(484,	2331,	'zn_page_override_boxed_layout',	'def'),
(485,	2331,	'zn_page_title_show',	'yes'),
(486,	2331,	'zn_page_title',	''),
(487,	2331,	'zn_page_subtitle',	''),
(488,	2331,	'zn-custom-layout',	'0'),
(489,	2331,	'zn_page_builder_els',	'a:3:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:45:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:13:\"Photo Gallery\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:18:\"AND ITS VARIATIONS\";s:19:\"subheader_alignment\";s:0:\"\";s:15:\"hm_header_bread\";s:0:\"\";s:14:\"hm_header_date\";s:0:\"\";s:19:\"subheader_textcolor\";s:0:\"\";s:14:\"hm_inherit_ulm\";s:2:\"no\";s:13:\"hm_br_options\";s:2:\"lg\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:19:\"hm_header_height_md\";s:3:\"300\";s:14:\"top_padding_md\";s:3:\"170\";s:17:\"bottom_padding_md\";s:1:\"0\";s:19:\"hm_header_height_sm\";s:3:\"300\";s:14:\"top_padding_sm\";s:3:\"170\";s:17:\"bottom_padding_sm\";s:1:\"0\";s:19:\"hm_header_height_xs\";s:3:\"300\";s:14:\"top_padding_xs\";s:3:\"170\";s:17:\"bottom_padding_xs\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:22:\"source_vd_embed_iframe\";s:0:\"\";s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4bb4b4f7\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"40\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:14:\"SIMPLE GALLERY\";s:11:\"te_subtitle\";s:133:\"Supports multiple columns, custom height, custom URL and the URL can be set to be opened using different targets (modal, iframe etc.)\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc433636d\";}i:1;a:6:{s:6:\"object\";s:15:\"TH_PhotoGallery\";s:7:\"options\";a:11:{s:9:\"pg_layout\";s:3:\"def\";s:11:\"pg_num_cols\";s:1:\"3\";s:13:\"pg_img_height\";s:5:\"320px\";s:17:\"pg_sld_car_height\";s:4:\"auto\";s:13:\"pg_sld_height\";s:3:\"600\";s:12:\"sld_autoplay\";s:3:\"yes\";s:11:\"sld_timeout\";s:4:\"6000\";s:7:\"sld_nav\";s:6:\"thumbs\";s:20:\"single_photo_gallery\";a:6:{i:0;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}i:1;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}i:2;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}i:3;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}i:4;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}i:5;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:12:\"modal_iframe\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc7c87077\";}}s:5:\"width\";s:8:\"col-md-8\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid36c8235d\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid847fff1f\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:33:\"SLIDESHOW GALLERY WITH THUMBNAILS\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7c33363f\";}i:1;a:6:{s:6:\"object\";s:15:\"TH_PhotoGallery\";s:7:\"options\";a:11:{s:9:\"pg_layout\";s:3:\"sld\";s:11:\"pg_num_cols\";s:1:\"3\";s:13:\"pg_img_height\";s:5:\"320px\";s:17:\"pg_sld_car_height\";s:5:\"fixed\";s:13:\"pg_sld_height\";s:3:\"370\";s:12:\"sld_autoplay\";s:3:\"yes\";s:11:\"sld_timeout\";s:4:\"6000\";s:7:\"sld_nav\";s:6:\"thumbs\";s:20:\"single_photo_gallery\";a:4:{i:0;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}i:1;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}i:2;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}i:3;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6cd53a6\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid536c9a03\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:13:\"ALBUM GALLERY\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid84f8bdcc\";}i:1;a:6:{s:6:\"object\";s:15:\"TH_PhotoGallery\";s:7:\"options\";a:11:{s:9:\"pg_layout\";s:3:\"fld\";s:11:\"pg_num_cols\";s:1:\"3\";s:13:\"pg_img_height\";s:5:\"320px\";s:17:\"pg_sld_car_height\";s:5:\"fixed\";s:13:\"pg_sld_height\";s:3:\"420\";s:12:\"sld_autoplay\";s:3:\"yes\";s:11:\"sld_timeout\";s:4:\"6000\";s:7:\"sld_nav\";s:6:\"thumbs\";s:20:\"single_photo_gallery\";a:4:{i:0;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}i:1;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}i:2;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}i:3;a:4:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:5:\"modal\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid56050579\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid58aa1623\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid17d05548\";}}'),
(490,	2331,	'show_header',	''),
(491,	2331,	'show_footer',	''),
(492,	2331,	'zn_page_custom_css',	''),
(493,	2331,	'zn_page_custom_js',	''),
(494,	2332,	'zn_page_layout',	'default'),
(495,	2332,	'zn_sidebar_select',	'default'),
(496,	2332,	'zn_zn_disable_subheader',	'no'),
(497,	2332,	'zn_page_title_show',	'yes'),
(498,	2332,	'zn_page_title',	''),
(499,	2332,	'zn_page_subtitle',	''),
(500,	2332,	'zn_page_builder_status',	'enabled'),
(501,	2332,	'zn_page_builder_els',	'a:2:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:18:\"SORTABLE PORTFOLIO\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:14:\"FOR THE FINDER\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#ba0303\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"85\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid33cc2947\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:22:\"container custom_width\";s:12:\"custom_width\";s:4:\"1760\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"TH_PortfolioArchive\";s:7:\"options\";a:17:{s:15:\"portfolio_style\";s:18:\"portfolio_sortable\";s:21:\"ptf_sort_activebutton\";s:1:\"*\";s:17:\"ptf_sort_loadmore\";s:3:\"yes\";s:17:\"ports_num_columns\";s:1:\"5\";s:13:\"ptf_show_sort\";s:3:\"yes\";s:15:\"ptf_sortby_type\";s:4:\"date\";s:12:\"ptf_sort_dir\";s:3:\"asc\";s:13:\"ptf_show_desc\";s:14:\"zn_dummy_value\";s:18:\"ptf_sort_img_width\";s:3:\"600\";s:19:\"ports_extra_content\";s:2:\"no\";s:11:\"frame_style\";s:7:\"classic\";s:22:\"ports_carousel_columns\";s:1:\"1\";s:22:\"ports_per_page_visible\";s:2:\"20\";s:17:\"zn_link_portfolio\";s:2:\"no\";s:16:\"portfolio_scheme\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid97589f9a\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4e9f55f4\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide6f27f06\";}}'),
(502,	2332,	'zn_page_custom_css',	''),
(503,	2332,	'_dp_original',	'297'),
(504,	2332,	'slide_template',	'default'),
(505,	2332,	'zn_subheader_style',	'zn_def_header_style'),
(506,	2332,	'zn_page_override_boxed_layout',	'def'),
(507,	2332,	'zn-custom-layout',	'0'),
(508,	2332,	'show_header',	''),
(509,	2332,	'show_footer',	''),
(510,	2332,	'zn_page_custom_js',	''),
(511,	2333,	'slide_template',	'default'),
(512,	2333,	'zn_page_layout',	'default'),
(513,	2333,	'zn_sidebar_select',	'default'),
(514,	2333,	'zn_zn_disable_subheader',	'no'),
(515,	2333,	'zn_page_title_show',	'yes'),
(516,	2333,	'zn_page_title',	''),
(517,	2333,	'zn_page_subtitle',	''),
(518,	2333,	'zn_page_builder_status',	'enabled'),
(519,	2333,	'zn_page_builder_els',	'a:3:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:18:\"GRID PHOTO GALLERY\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:16:\"SHOW THEM PHOTOS\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"200\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf1cbfcdd\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:22:\"container custom_width\";s:12:\"custom_width\";s:4:\"1750\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:32:\"ALMOST FULL-WIDTH / SQUARE RATIO\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid15b81a24\";}i:1;a:6:{s:6:\"object\";s:19:\"TH_GridPhotoGallery\";s:7:\"options\";a:10:{s:11:\"pg_num_cols\";s:1:\"5\";s:13:\"pg_img_height\";s:6:\"square\";s:14:\"pg_gutter_size\";s:1:\"5\";s:18:\"pg_img_customratio\";s:3:\"100\";s:14:\"pg_layout_type\";s:7:\"masonry\";s:13:\"spg_img_width\";s:0:\"\";s:13:\"pg_loupe_size\";s:5:\"large\";s:20:\"single_photo_gallery\";a:11:{i:0;a:5:{s:9:\"spg_title\";s:12:\"Girl Smiling\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"2\";}i:1;a:5:{s:9:\"spg_title\";s:14:\"Morning Coffee\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:2;a:5:{s:9:\"spg_title\";s:10:\"Stone Arch\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:3;a:5:{s:9:\"spg_title\";s:17:\"A bunch of grapes\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}i:4;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"2\";}i:5;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}i:6;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:7;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:8;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"2\";}i:9;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}i:10;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8f9bc06a\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd8f95c98\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf066146\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1750\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:35:\"FULL-WIDTH / CUSTOM RATIO / NO GAPS\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc035598e\";}i:1;a:6:{s:6:\"object\";s:19:\"TH_GridPhotoGallery\";s:7:\"options\";a:12:{s:11:\"pg_num_cols\";s:1:\"6\";s:13:\"pg_img_height\";s:6:\"custom\";s:14:\"pg_gutter_size\";s:1:\"3\";s:18:\"pg_img_customratio\";s:3:\"150\";s:14:\"pg_layout_type\";s:7:\"masonry\";s:13:\"spg_img_width\";s:0:\"\";s:13:\"pg_loupe_size\";s:5:\"large\";s:11:\"pg_img_anim\";s:6:\"zoomin\";s:14:\"element_scheme\";s:5:\"light\";s:20:\"single_photo_gallery\";a:13:{i:0;a:6:{s:9:\"spg_title\";s:12:\"Girl Smiling\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"2\";s:19:\"item_element_scheme\";s:0:\"\";}i:1;a:6:{s:9:\"spg_title\";s:14:\"Morning Coffee\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:2;a:6:{s:9:\"spg_title\";s:10:\"Stone Arch\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:3;a:6:{s:9:\"spg_title\";s:17:\"A bunch of grapes\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:4;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"2\";s:19:\"item_element_scheme\";s:0:\"\";}i:5;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:6;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:7;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:8;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"2\";s:19:\"item_element_scheme\";s:0:\"\";}i:9;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:10;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:11;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"2\";s:19:\"item_element_scheme\";s:0:\"\";}i:12;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid009901cc\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf81a09f1\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid864d078c\";}}'),
(520,	2333,	'zn_page_custom_css',	''),
(521,	2333,	'_dp_original',	'405'),
(522,	2333,	'zn_subheader_style',	'zn_def_header_style'),
(523,	2333,	'zn_page_override_boxed_layout',	'def'),
(524,	2333,	'zn-custom-layout',	'0'),
(525,	2333,	'show_header',	''),
(526,	2333,	'show_footer',	''),
(527,	2333,	'zn_page_custom_js',	''),
(528,	2334,	'zn_page_layout',	'default'),
(529,	2334,	'zn_sidebar_select',	'default'),
(530,	2334,	'zn_zn_disable_subheader',	'no'),
(531,	2334,	'zn_page_title_show',	'yes'),
(532,	2334,	'zn_page_title',	''),
(533,	2334,	'zn_page_subtitle',	''),
(534,	2334,	'zn_page_builder_status',	'enabled'),
(535,	2334,	'zn_page_builder_els',	'a:2:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"PORTFOLIO WORK\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:21:\"CASCADINGLY DISPLAYED\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb253f6da\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"TH_PortfolioArchive\";s:7:\"options\";a:18:{s:15:\"portfolio_style\";s:18:\"portfolio_carousel\";s:21:\"ptf_sort_activebutton\";s:1:\"*\";s:17:\"ptf_sort_loadmore\";s:14:\"zn_dummy_value\";s:17:\"ports_num_columns\";s:1:\"4\";s:13:\"ptf_show_sort\";s:3:\"yes\";s:15:\"ptf_sortby_type\";s:4:\"date\";s:12:\"ptf_sort_dir\";s:3:\"asc\";s:13:\"ptf_show_desc\";s:3:\"yes\";s:18:\"ptf_sort_img_width\";s:0:\"\";s:19:\"ports_extra_content\";s:2:\"no\";s:11:\"frame_style\";s:6:\"modern\";s:22:\"ports_carousel_columns\";s:1:\"3\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:22:\"ports_per_page_visible\";s:1:\"6\";s:17:\"zn_link_portfolio\";s:2:\"no\";s:16:\"portfolio_scheme\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid60846dc8\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7ada9366\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c8fb620\";}}'),
(536,	2334,	'zn_page_custom_css',	''),
(537,	2334,	'_dp_original',	'299'),
(538,	2334,	'slide_template',	'default'),
(539,	2334,	'zn_subheader_style',	'zn_def_header_style'),
(540,	2334,	'zn_page_override_boxed_layout',	'def'),
(541,	2334,	'zn-custom-layout',	'0'),
(542,	2334,	'show_header',	''),
(543,	2334,	'show_footer',	''),
(544,	2334,	'zn_page_custom_js',	''),
(545,	2335,	'slide_template',	'default'),
(546,	2335,	'zn_page_layout',	'default'),
(547,	2335,	'zn_sidebar_select',	'default'),
(548,	2335,	'zn_zn_disable_subheader',	'no'),
(549,	2335,	'zn_page_title_show',	'yes'),
(550,	2335,	'zn_page_title',	''),
(551,	2335,	'zn_page_subtitle',	''),
(552,	2335,	'zn_page_builder_status',	'enabled'),
(553,	2335,	'zn_page_builder_els',	'a:6:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:45:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:15:\"PAGE PRELOADERS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:0:\"\";s:19:\"subheader_alignment\";s:0:\"\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:19:\"subheader_textcolor\";s:0:\"\";s:14:\"hm_inherit_ulm\";s:2:\"no\";s:13:\"hm_br_options\";s:2:\"lg\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:19:\"hm_header_height_md\";s:3:\"300\";s:14:\"top_padding_md\";s:3:\"170\";s:17:\"bottom_padding_md\";s:1:\"0\";s:19:\"hm_header_height_sm\";s:3:\"300\";s:14:\"top_padding_sm\";s:3:\"170\";s:17:\"bottom_padding_sm\";s:1:\"0\";s:19:\"hm_header_height_xs\";s:3:\"300\";s:14:\"top_padding_xs\";s:3:\"170\";s:17:\"bottom_padding_xs\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:22:\"source_vd_embed_iframe\";s:0:\"\";s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ac3deeb\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:16:\"PULSATING CIRCLE\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb3e12f6e\";}i:1;a:6:{s:6:\"object\";s:13:\"TH_CustomHTML\";s:7:\"options\";a:3:{s:11:\"custom_html\";s:102:\"<div class=\"demo-preloader\">\r\n    <div class=\"preloader-pulsating-circle border-custom\"></div>\r\n</div>\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc191fa4f\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd290df13\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd3843e43\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f4f4f4\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"SPINNER ANIMATION\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2cacc320\";}i:1;a:6:{s:6:\"object\";s:13:\"TH_CustomHTML\";s:7:\"options\";a:3:{s:11:\"custom_html\";s:338:\"<div class=\"demo-preloader\">\r\n    <div class=\"preloader-material-spinner\"><svg class=\"preloader-material-svg\" width=\"65px\" height=\"65px\" viewBox=\"0 0 66 66\" xmlns=\"http://www.w3.org/2000/svg\"><circle class=\"preloader-material-circle\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" cx=\"33\" cy=\"33\" r=\"30\"></circle></svg></div>\r\n</div>\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5be36bae\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid06dd60e2\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf8a8e1d1\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:28:\"PERSPECTIVE SQUARE ANIMATION\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid615bb2da\";}i:1;a:6:{s:6:\"object\";s:13:\"TH_CustomHTML\";s:7:\"options\";a:3:{s:11:\"custom_html\";s:104:\"<div class=\"demo-preloader\">\r\n    <div class=\"preloader-perspective-anim kl-main-bgcolor\"></div>\r\n</div>\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd602df93\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb2f3725f\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6f8ecd36\";}i:4;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f4f4f4\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:27:\"PERSPECTIVE IMAGE ANIMATION\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1379471a\";}i:1;a:6:{s:6:\"object\";s:13:\"TH_CustomHTML\";s:7:\"options\";a:3:{s:11:\"custom_html\";s:211:\"<div class=\"demo-preloader demo-preloader--dark\">\r\n    <div class=\"preloader-perspective-img\"><img alt=\"Kallyas\" src=\"https://truma.youarenearly.online/wp-content/uploads/2016/06/kallyas_icon.png\"></div>\r\n</div>\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7a2c2a6f\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida7a801c9\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid781df33f\";}i:5;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:36:\"PERSPECTIVE IMAGE \"BREATH\" ANIMATION\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd0446819\";}i:1;a:6:{s:6:\"object\";s:13:\"TH_CustomHTML\";s:7:\"options\";a:3:{s:11:\"custom_html\";s:207:\"<div class=\"demo-preloader demo-preloader--dark\">\r\n    <div class=\"preloader-breath-img\"><img alt=\"Kallyas\"  src=\"https://truma.youarenearly.online/wp-content/uploads/2016/06/kallyas_icon.png\"></div>\r\n</div>\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid403491ec\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida5ea542c\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid738b8f3d\";}}'),
(554,	2335,	'zn_page_custom_css',	''),
(555,	2335,	'_dp_original',	'390'),
(556,	2335,	'zn_subheader_style',	'zn_def_header_style'),
(557,	2335,	'zn_page_override_boxed_layout',	'def'),
(558,	2335,	'zn-custom-layout',	'0'),
(559,	2335,	'show_header',	''),
(560,	2335,	'show_footer',	''),
(561,	2335,	'zn_page_custom_js',	''),
(562,	2336,	'zn_page_builder_status',	'enabled'),
(563,	2336,	'slide_template',	'default'),
(564,	2336,	'zn_page_layout',	'default'),
(565,	2336,	'zn_sidebar_select',	'default'),
(566,	2336,	'zn_zn_disable_subheader',	''),
(567,	2336,	'zn_subheader_style',	'zn_def_header_style'),
(568,	2336,	'zn_page_override_boxed_layout',	'def'),
(569,	2336,	'zn_page_title_show',	'yes'),
(570,	2336,	'zn_page_title',	''),
(571,	2336,	'zn_page_subtitle',	''),
(572,	2336,	'zn-custom-layout',	'0'),
(573,	2336,	'zn_page_builder_els',	'a:4:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:45:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:20:\"GRID PHOTO GALLERY +\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:15:\"THE ALTERNATIVE\";s:19:\"subheader_alignment\";s:0:\"\";s:15:\"hm_header_bread\";s:0:\"\";s:14:\"hm_header_date\";s:0:\"\";s:19:\"subheader_textcolor\";s:0:\"\";s:14:\"hm_inherit_ulm\";s:2:\"no\";s:13:\"hm_br_options\";s:2:\"lg\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:19:\"hm_header_height_md\";s:3:\"300\";s:14:\"top_padding_md\";s:3:\"170\";s:17:\"bottom_padding_md\";s:1:\"0\";s:19:\"hm_header_height_sm\";s:3:\"300\";s:14:\"top_padding_sm\";s:3:\"170\";s:17:\"bottom_padding_sm\";s:1:\"0\";s:19:\"hm_header_height_xs\";s:3:\"300\";s:14:\"top_padding_xs\";s:3:\"170\";s:17:\"bottom_padding_xs\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:22:\"source_vd_embed_iframe\";s:0:\"\";s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid56b19343\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:8:\"gutter-0\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:9:\"gutter-xs\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:8:\"eq_first\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:7:{s:13:\"spacer_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"250\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid69c6ed7a\";}i:1;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:42:\"Different loupe sizes and hover animations\";s:11:\"te_subtitle\";s:242:\"Competently generate superior sources with adaptive manufactured products. Collaboratively facilitate empowered customer service with an expanded array of best practices. Quickly seize distinctive vortals vis-a-vis high standards in synergy. \";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#4f4f4f\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"48px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#353535\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:4:\"-1px\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h3\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#4f4f4f\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0816283\";}}s:5:\"width\";s:9:\"col-md-10\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid006ba7d3\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:9:\"col-md-10\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid59fb4cfc\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9e72450c\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0908970c\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"TH_GridPhotoGallery\";s:7:\"options\";a:12:{s:11:\"pg_num_cols\";s:1:\"4\";s:13:\"pg_img_height\";s:6:\"square\";s:14:\"pg_gutter_size\";s:1:\"0\";s:18:\"pg_img_customratio\";s:3:\"100\";s:14:\"pg_layout_type\";s:7:\"packery\";s:13:\"spg_img_width\";s:0:\"\";s:13:\"pg_loupe_size\";s:6:\"medium\";s:11:\"pg_img_anim\";s:6:\"zoomin\";s:14:\"element_scheme\";s:5:\"light\";s:20:\"single_photo_gallery\";a:7:{i:0;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"2\";s:19:\"item_element_scheme\";s:0:\"\";}i:1;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:2;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:3;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:4;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:5;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:6;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd61ef595\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb1e7992d\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf3cf8aca\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6541ac7f\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid835cbedb\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:9:\"gutter-xs\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"TH_GridPhotoGallery\";s:7:\"options\";a:12:{s:11:\"pg_num_cols\";s:1:\"4\";s:13:\"pg_img_height\";s:6:\"square\";s:14:\"pg_gutter_size\";s:1:\"0\";s:18:\"pg_img_customratio\";s:3:\"100\";s:14:\"pg_layout_type\";s:7:\"packery\";s:13:\"spg_img_width\";s:0:\"\";s:13:\"pg_loupe_size\";s:5:\"large\";s:11:\"pg_img_anim\";s:7:\"fadeout\";s:14:\"element_scheme\";s:5:\"light\";s:20:\"single_photo_gallery\";a:7:{i:0;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"2\";s:19:\"item_element_scheme\";s:0:\"\";}i:1;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:2;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:3;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:4;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:5;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}i:6;a:6:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";s:19:\"item_element_scheme\";s:0:\"\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid166d37cc\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3d407aeb\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:7:{s:13:\"spacer_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"250\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6cd89a52\";}i:1;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:44:\"Shorter, Square, Taller ratio or even Custom\";s:11:\"te_subtitle\";s:242:\"Competently generate superior sources with adaptive manufactured products. Collaboratively facilitate empowered customer service with an expanded array of best practices. Quickly seize distinctive vortals vis-a-vis high standards in synergy. \";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#4f4f4f\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"48px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#353535\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:4:\"-1px\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h3\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#4f4f4f\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0e4478c5\";}}s:5:\"width\";s:9:\"col-md-10\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75c0d3d6\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc7c96942\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddd44c2d7\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid329cfab9\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc6581dfd\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6a7ed5a3\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:3:\"160\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:76:\"Grid Photo Gallery is all you need to present your photos in a beautiful way\";s:11:\"te_subtitle\";s:71:\"Phosfluorescently brand interoperable sources vis-a-vis extensible ROI.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"38px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#353535\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:4:\"-1px\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#4f4f4f\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid658dcab1\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:6:{s:12:\"el_alignment\";s:6:\"center\";s:10:\"single_btn\";a:1:{i:0;a:15:{s:11:\"button_text\";s:23:\"SEE HOW TO CONFIGURE IT\";s:11:\"button_link\";a:3:{s:3:\"url\";s:53:\"http://support.hogash.com/kallyas-videos/#Kj7XG3Vm-HQ\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:6:\"btn-lg\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6a1ab4e2\";}i:2;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:7:{s:13:\"spacer_height\";a:8:{s:2:\"lg\";s:2:\"60\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida8fc1ace\";}}s:5:\"width\";s:8:\"col-md-8\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid517deb8b\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"TH_GridPhotoGallery\";s:7:\"options\";a:10:{s:11:\"pg_num_cols\";s:1:\"5\";s:13:\"pg_img_height\";s:6:\"square\";s:14:\"pg_gutter_size\";s:1:\"0\";s:18:\"pg_img_customratio\";s:3:\"100\";s:14:\"pg_layout_type\";s:7:\"packery\";s:13:\"spg_img_width\";s:0:\"\";s:13:\"pg_loupe_size\";s:6:\"medium\";s:20:\"single_photo_gallery\";a:4:{i:0;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:1;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}i:2;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:3;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid81f58583\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2e11de0b\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7d59353c\";}}'),
(574,	2336,	'show_header',	''),
(575,	2336,	'show_footer',	''),
(576,	2336,	'zn_page_custom_css',	''),
(577,	2336,	'zn_page_custom_js',	''),
(578,	2337,	'zn_page_builder_status',	'enabled'),
(579,	2337,	'slide_template',	'default'),
(580,	2337,	'zn_page_layout',	'default'),
(581,	2337,	'zn_sidebar_select',	'default'),
(582,	2337,	'zn_zn_disable_subheader',	''),
(583,	2337,	'zn_subheader_style',	'zn_def_header_style'),
(584,	2337,	'zn_page_override_boxed_layout',	'def'),
(585,	2337,	'zn_page_title_show',	'yes'),
(586,	2337,	'zn_page_title',	''),
(587,	2337,	'zn_page_subtitle',	''),
(588,	2337,	'zn-custom-layout',	'0'),
(589,	2337,	'zn_page_builder_els',	'a:2:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:45:{s:15:\"hm_header_title\";s:0:\"\";s:17:\"hm_header_ovtitle\";s:0:\"\";s:18:\"hm_header_subtitle\";s:0:\"\";s:20:\"hm_header_ovsubtitle\";s:0:\"\";s:19:\"subheader_alignment\";s:0:\"\";s:15:\"hm_header_bread\";s:0:\"\";s:14:\"hm_header_date\";s:0:\"\";s:19:\"subheader_textcolor\";s:0:\"\";s:14:\"hm_inherit_ulm\";s:2:\"no\";s:13:\"hm_br_options\";s:2:\"lg\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:19:\"hm_header_height_md\";s:3:\"300\";s:14:\"top_padding_md\";s:3:\"170\";s:17:\"bottom_padding_md\";s:1:\"0\";s:19:\"hm_header_height_sm\";s:3:\"300\";s:14:\"top_padding_sm\";s:3:\"170\";s:17:\"bottom_padding_sm\";s:1:\"0\";s:19:\"hm_header_height_xs\";s:3:\"300\";s:14:\"top_padding_xs\";s:3:\"170\";s:17:\"bottom_padding_xs\";s:1:\"0\";s:15:\"hm_header_style\";s:11:\"flat_redish\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:22:\"source_vd_embed_iframe\";s:0:\"\";s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5c1f8172\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:5:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:10:\"PRICE LIST\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb7a671d7\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc416a991\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-3\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"ZnPriceList\";s:7:\"options\";a:11:{s:7:\"pl_curr\";s:1:\"$\";s:11:\"pl_curr_pos\";s:6:\"before\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"22px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:14:\"pl_price_color\";s:7:\"#cd2122\";s:16:\"vertical_spacing\";s:2:\"25\";s:11:\"dotted_line\";s:7:\"classic\";s:14:\"element_scheme\";s:0:\"\";s:10:\"price_list\";a:4:{i:0;a:5:{s:8:\"pl_title\";s:17:\"Rainbow Sprinkles\";s:8:\"pl_price\";s:5:\"23.89\";s:7:\"pl_desc\";s:63:\"Appropriately architect viral potentialities before technically\";s:14:\"pl_title_color\";s:0:\"\";s:14:\"pl_price_color\";s:0:\"\";}i:1;a:5:{s:8:\"pl_title\";s:13:\"Whipped Cream\";s:8:\"pl_price\";s:5:\"14.54\";s:7:\"pl_desc\";s:55:\"Intrinsicly repurpose low-risk high-yield human capital\";s:14:\"pl_title_color\";s:0:\"\";s:14:\"pl_price_color\";s:0:\"\";}i:2;a:5:{s:8:\"pl_title\";s:16:\"Strawberry Sauce\";s:8:\"pl_price\";s:5:\"10.67\";s:7:\"pl_desc\";s:45:\"Professionally underwhelm excellent processes\";s:14:\"pl_title_color\";s:0:\"\";s:14:\"pl_price_color\";s:0:\"\";}i:3;a:5:{s:8:\"pl_title\";s:15:\"Root Beer Float\";s:8:\"pl_price\";s:5:\"15.29\";s:7:\"pl_desc\";s:50:\"Continually reconceptualize stand-alone e-commerce\";s:14:\"pl_title_color\";s:0:\"\";s:14:\"pl_price_color\";s:0:\"\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3f908c23\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0d6aff48\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"DIFFERENT OPTIONS\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"75\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b656b0f\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid596a0400\";}i:3;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"ZnPriceList\";s:7:\"options\";a:11:{s:7:\"pl_curr\";s:3:\"€\";s:11:\"pl_curr_pos\";s:5:\"after\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"22px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:14:\"pl_price_color\";s:7:\"#97be0d\";s:16:\"vertical_spacing\";s:2:\"25\";s:11:\"dotted_line\";s:7:\"classic\";s:14:\"element_scheme\";s:0:\"\";s:10:\"price_list\";a:4:{i:0;a:5:{s:8:\"pl_title\";s:17:\"Rainbow Sprinkles\";s:8:\"pl_price\";s:5:\"23.89\";s:7:\"pl_desc\";s:63:\"Appropriately architect viral potentialities before technically\";s:14:\"pl_title_color\";s:0:\"\";s:14:\"pl_price_color\";s:0:\"\";}i:1;a:5:{s:8:\"pl_title\";s:13:\"Whipped Cream\";s:8:\"pl_price\";s:5:\"14.54\";s:7:\"pl_desc\";s:55:\"Intrinsicly repurpose low-risk high-yield human capital\";s:14:\"pl_title_color\";s:0:\"\";s:14:\"pl_price_color\";s:0:\"\";}i:2;a:5:{s:8:\"pl_title\";s:16:\"Strawberry Sauce\";s:8:\"pl_price\";s:5:\"10.67\";s:7:\"pl_desc\";s:45:\"Professionally underwhelm excellent processes\";s:14:\"pl_title_color\";s:0:\"\";s:14:\"pl_price_color\";s:0:\"\";}i:3;a:5:{s:8:\"pl_title\";s:15:\"Root Beer Float\";s:8:\"pl_price\";s:5:\"15.29\";s:7:\"pl_desc\";s:50:\"Continually reconceptualize stand-alone e-commerce\";s:14:\"pl_title_color\";s:0:\"\";s:14:\"pl_price_color\";s:0:\"\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid940f5341\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7bdc1a96\";}i:4;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"ZnPriceList\";s:7:\"options\";a:11:{s:7:\"pl_curr\";s:2:\"£\";s:11:\"pl_curr_pos\";s:6:\"before\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"22px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:14:\"pl_price_color\";s:7:\"#d84f5f\";s:16:\"vertical_spacing\";s:2:\"15\";s:11:\"dotted_line\";s:9:\"separator\";s:14:\"element_scheme\";s:0:\"\";s:10:\"price_list\";a:4:{i:0;a:5:{s:8:\"pl_title\";s:17:\"Rainbow Sprinkles\";s:8:\"pl_price\";s:5:\"23.89\";s:7:\"pl_desc\";s:63:\"Appropriately architect viral potentialities before technically\";s:14:\"pl_title_color\";s:0:\"\";s:14:\"pl_price_color\";s:0:\"\";}i:1;a:5:{s:8:\"pl_title\";s:13:\"Whipped Cream\";s:8:\"pl_price\";s:5:\"14.54\";s:7:\"pl_desc\";s:55:\"Intrinsicly repurpose low-risk high-yield human capital\";s:14:\"pl_title_color\";s:0:\"\";s:14:\"pl_price_color\";s:0:\"\";}i:2;a:5:{s:8:\"pl_title\";s:16:\"Strawberry Sauce\";s:8:\"pl_price\";s:5:\"10.67\";s:7:\"pl_desc\";s:45:\"Professionally underwhelm excellent processes\";s:14:\"pl_title_color\";s:0:\"\";s:14:\"pl_price_color\";s:0:\"\";}i:3;a:5:{s:8:\"pl_title\";s:15:\"Root Beer Float\";s:8:\"pl_price\";s:5:\"15.29\";s:7:\"pl_desc\";s:50:\"Continually reconceptualize stand-alone e-commerce\";s:14:\"pl_title_color\";s:0:\"\";s:14:\"pl_price_color\";s:0:\"\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0904ce8b\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7a703963\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide1dd864c\";}}'),
(590,	2337,	'show_header',	''),
(591,	2337,	'show_footer',	''),
(592,	2337,	'zn_page_custom_css',	''),
(593,	2337,	'zn_page_custom_js',	''),
(594,	2338,	'zn_page_builder_status',	'enabled'),
(595,	2338,	'slide_template',	'default'),
(596,	2338,	'zn_page_layout',	'default'),
(597,	2338,	'zn_sidebar_select',	'default'),
(598,	2338,	'zn_zn_disable_subheader',	''),
(599,	2338,	'zn_subheader_style',	'zn_def_header_style'),
(600,	2338,	'zn_page_override_boxed_layout',	'def'),
(601,	2338,	'zn_page_title_show',	'yes'),
(602,	2338,	'zn_page_title',	''),
(603,	2338,	'zn_page_subtitle',	''),
(604,	2338,	'zn-custom-layout',	'0'),
(605,	2338,	'zn_page_builder_els',	'a:2:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:45:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:10:\"SKILL BARS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:21:\"ANIMATE THE KNOWLEDGE\";s:19:\"subheader_alignment\";s:0:\"\";s:15:\"hm_header_bread\";s:0:\"\";s:14:\"hm_header_date\";s:0:\"\";s:19:\"subheader_textcolor\";s:0:\"\";s:14:\"hm_inherit_ulm\";s:2:\"no\";s:13:\"hm_br_options\";s:2:\"lg\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:19:\"hm_header_height_md\";s:3:\"300\";s:14:\"top_padding_md\";s:3:\"170\";s:17:\"bottom_padding_md\";s:1:\"0\";s:19:\"hm_header_height_sm\";s:3:\"300\";s:14:\"top_padding_sm\";s:3:\"170\";s:17:\"bottom_padding_sm\";s:1:\"0\";s:19:\"hm_header_height_xs\";s:3:\"300\";s:14:\"top_padding_xs\";s:3:\"170\";s:17:\"bottom_padding_xs\";s:1:\"0\";s:15:\"hm_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:22:\"source_vd_embed_iframe\";s:0:\"\";s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9efe16f7\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:5:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:11:\"SKILLS-BARS\";s:11:\"te_subtitle\";s:38:\"With various other states and options.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid27f524b3\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-3\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"ZnSkillBars\";s:7:\"options\";a:9:{s:10:\"skill_bars\";a:5:{i:0;a:4:{s:8:\"sb_title\";s:10:\"Javascript\";s:8:\"sb_color\";s:0:\"\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"68\";}i:1;a:4:{s:8:\"sb_title\";s:9:\"SEO / SEM\";s:8:\"sb_color\";s:0:\"\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"55\";}i:2;a:4:{s:8:\"sb_title\";s:9:\"WordPress\";s:8:\"sb_color\";s:0:\"\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"82\";}i:3;a:4:{s:8:\"sb_title\";s:6:\"Design\";s:8:\"sb_color\";s:0:\"\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"52\";}i:4;a:4:{s:8:\"sb_title\";s:5:\"Swift\";s:8:\"sb_color\";s:0:\"\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"31\";}}s:14:\"bgBarsColorDef\";s:7:\"#cd2122\";s:11:\"bgBarsColor\";s:15:\"rgba(0,0,0,0.1)\";s:11:\"bars_height\";s:2:\"13\";s:20:\"tooltip_color_scheme\";s:0:\"\";s:11:\"tooltip_vis\";s:5:\"hover\";s:14:\"tooltip_symbol\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid313547e6\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5ca505e1\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid73c1b46f\";}i:2;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:28:\"DIFFERENT OPTIONS AND COLORS\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"75\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6596a68a\";}i:3;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"1%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:9:\"gutter-lg\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"ZnSkillBars\";s:7:\"options\";a:9:{s:10:\"skill_bars\";a:5:{i:0;a:4:{s:8:\"sb_title\";s:10:\"Javascript\";s:8:\"sb_color\";s:7:\"#97be0d\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"68\";}i:1;a:4:{s:8:\"sb_title\";s:9:\"SEO / SEM\";s:8:\"sb_color\";s:7:\"#d84f5f\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"55\";}i:2;a:4:{s:8:\"sb_title\";s:9:\"WordPress\";s:8:\"sb_color\";s:7:\"#6eabe5\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"82\";}i:3;a:4:{s:8:\"sb_title\";s:6:\"Design\";s:8:\"sb_color\";s:7:\"#8dc9e8\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"52\";}i:4;a:4:{s:8:\"sb_title\";s:5:\"Swift\";s:8:\"sb_color\";s:7:\"#bdc3c7\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"31\";}}s:14:\"bgBarsColorDef\";s:7:\"#cd2122\";s:11:\"bgBarsColor\";s:15:\"rgba(0,0,0,0.1)\";s:11:\"bars_height\";s:2:\"13\";s:20:\"tooltip_color_scheme\";s:0:\"\";s:11:\"tooltip_vis\";s:5:\"hover\";s:14:\"tooltip_symbol\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid912b5deb\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluided8ea908\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"ZnSkillBars\";s:7:\"options\";a:9:{s:10:\"skill_bars\";a:5:{i:0;a:4:{s:8:\"sb_title\";s:10:\"Javascript\";s:8:\"sb_color\";s:7:\"#97be0d\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"68\";}i:1;a:4:{s:8:\"sb_title\";s:9:\"SEO / SEM\";s:8:\"sb_color\";s:7:\"#d84f5f\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"55\";}i:2;a:4:{s:8:\"sb_title\";s:9:\"WordPress\";s:8:\"sb_color\";s:7:\"#6eabe5\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"82\";}i:3;a:4:{s:8:\"sb_title\";s:6:\"Design\";s:8:\"sb_color\";s:7:\"#8dc9e8\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"52\";}i:4;a:4:{s:8:\"sb_title\";s:5:\"Swift\";s:8:\"sb_color\";s:7:\"#bdc3c7\";s:10:\"sb_rounded\";s:3:\"yes\";s:13:\"sb_percentage\";s:2:\"31\";}}s:14:\"bgBarsColorDef\";s:7:\"#cd2122\";s:11:\"bgBarsColor\";s:15:\"rgba(0,0,0,0.1)\";s:11:\"bars_height\";s:1:\"5\";s:20:\"tooltip_color_scheme\";s:0:\"\";s:11:\"tooltip_vis\";s:5:\"hover\";s:14:\"tooltip_symbol\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd0c95a8c\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd6276528\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida54568ca\";}i:4;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-3\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:7:{s:13:\"spacer_height\";a:8:{s:2:\"lg\";s:2:\"97\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf7767e4b\";}i:1;a:6:{s:6:\"object\";s:11:\"ZnSkillBars\";s:7:\"options\";a:9:{s:10:\"skill_bars\";a:5:{i:0;a:4:{s:8:\"sb_title\";s:10:\"Javascript\";s:8:\"sb_color\";s:0:\"\";s:10:\"sb_rounded\";s:14:\"zn_dummy_value\";s:13:\"sb_percentage\";s:2:\"68\";}i:1;a:4:{s:8:\"sb_title\";s:9:\"SEO / SEM\";s:8:\"sb_color\";s:0:\"\";s:10:\"sb_rounded\";s:14:\"zn_dummy_value\";s:13:\"sb_percentage\";s:2:\"55\";}i:2;a:4:{s:8:\"sb_title\";s:9:\"WordPress\";s:8:\"sb_color\";s:0:\"\";s:10:\"sb_rounded\";s:14:\"zn_dummy_value\";s:13:\"sb_percentage\";s:2:\"82\";}i:3;a:4:{s:8:\"sb_title\";s:6:\"Design\";s:8:\"sb_color\";s:0:\"\";s:10:\"sb_rounded\";s:14:\"zn_dummy_value\";s:13:\"sb_percentage\";s:2:\"52\";}i:4;a:4:{s:8:\"sb_title\";s:5:\"Swift\";s:8:\"sb_color\";s:0:\"\";s:10:\"sb_rounded\";s:14:\"zn_dummy_value\";s:13:\"sb_percentage\";s:2:\"31\";}}s:14:\"bgBarsColorDef\";s:15:\"rgba(0,0,0,0.2)\";s:11:\"bgBarsColor\";s:16:\"rgba(0,0,0,0.05)\";s:11:\"bars_height\";s:2:\"20\";s:20:\"tooltip_color_scheme\";s:0:\"\";s:11:\"tooltip_vis\";s:5:\"hover\";s:14:\"tooltip_symbol\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid46730798\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidffc57bfb\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9046401e\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidede00230\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14ec3784\";}}'),
(606,	2338,	'show_header',	''),
(607,	2338,	'show_footer',	''),
(608,	2338,	'zn_page_custom_css',	''),
(609,	2338,	'zn_page_custom_js',	''),
(610,	2339,	'slide_template',	'default'),
(611,	2339,	'zn_page_layout',	'default'),
(612,	2339,	'zn_sidebar_select',	'default'),
(613,	2339,	'zn_zn_disable_subheader',	''),
(614,	2339,	'zn_subheader_style',	'zn_def_header_style'),
(615,	2339,	'zn_page_override_boxed_layout',	'def'),
(616,	2339,	'zn_page_title_show',	'yes'),
(617,	2339,	'zn_page_title',	''),
(618,	2339,	'zn_page_subtitle',	''),
(619,	2339,	'zn-custom-layout',	'0'),
(620,	2339,	'zn_page_builder_status',	''),
(621,	2340,	'_wp_page_template',	'default'),
(622,	2340,	'slide_template',	'default'),
(623,	2340,	'zn_page_layout',	'default'),
(624,	2340,	'zn_sidebar_select',	'default'),
(625,	2340,	'zn_zn_disable_subheader',	''),
(626,	2340,	'zn_subheader_style',	'0'),
(627,	2340,	'zn_page_override_boxed_layout',	'def'),
(628,	2340,	'zn_page_title_show',	'yes'),
(629,	2340,	'zn_page_title',	''),
(630,	2340,	'zn_page_subtitle',	''),
(631,	2340,	'zn_page_builder_status',	''),
(632,	2341,	'zn_page_builder_status',	'enabled'),
(633,	2341,	'slide_template',	'default'),
(634,	2341,	'zn_page_layout',	'default'),
(635,	2341,	'zn_sidebar_select',	'default'),
(636,	2341,	'zn_zn_disable_subheader',	'no'),
(637,	2341,	'zn_page_title_show',	'yes'),
(638,	2341,	'zn_page_title',	''),
(639,	2341,	'zn_page_subtitle',	''),
(640,	2341,	'zn_page_custom_css',	''),
(641,	2341,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"ICONS INCLUDED\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:24:\"RETINA READY I MIGHT ADD\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid362469c9\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:19:\"FONT ICONS INCLUDED\";s:11:\"te_subtitle\";s:140:\"These are the family font icon sets included in the theme however you can add as many other icons you want <br>or even remove some of them. \";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid50f13833\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:20337:\"<h3 class=\"m_title\">FONT FAMILY <strong>Glyphicons Halflings</strong></h3>\r\n<ul class=\"kl-icon-list clearfix\">\r\n	<li class=\"zn-icon glyphicon glyphicon-asterisk\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-plus\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-eur\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-euro\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-minus\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-cloud\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-envelope\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-pencil\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-glass\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-music\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-search\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-heart\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-star\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-star-empty\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-user\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-film\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-th-large\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-th\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-th-list\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-ok\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-remove\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-zoom-in\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-zoom-out\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-off\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-signal\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-cog\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-trash\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-home\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-file\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-time\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-road\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-download-alt\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-download\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-upload\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-inbox\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-play-circle\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-repeat\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-refresh\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-list-alt\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-lock\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-flag\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-headphones\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-volume-off\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-volume-down\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-volume-up\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-qrcode\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-barcode\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-tag\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-tags\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-book\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-bookmark\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-print\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-camera\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-font\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-bold\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-italic\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-text-height\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-text-width\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-align-left\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-align-center\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-align-right\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-align-justify\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-list\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-indent-left\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-indent-right\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-facetime-video\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-picture\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-map-marker\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-adjust\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-tint\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-edit\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-share\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-check\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-move\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-step-backward\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-fast-backward\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-backward\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-play\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-pause\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-stop\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-forward\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-fast-forward\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-step-forward\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-eject\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-chevron-left\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-chevron-right\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-plus-sign\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-minus-sign\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-remove-sign\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-ok-sign\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-question-sign\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-info-sign\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-screenshot\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-remove-circle\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-ok-circle\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-ban-circle\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-arrow-left\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-arrow-right\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-arrow-up\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-arrow-down\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-share-alt\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-resize-full\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-resize-small\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-exclamation-sign\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-gift\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-leaf\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-fire\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-eye-open\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-eye-close\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-warning-sign\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-plane\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-calendar\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-random\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-comment\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-magnet\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-chevron-up\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-chevron-down\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-retweet\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-shopping-cart\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-folder-close\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-folder-open\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-resize-vertical\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-resize-horizontal\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-hdd\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-bullhorn\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-bell\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-certificate\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-thumbs-up\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-thumbs-down\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-hand-right\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-hand-left\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-hand-up\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-hand-down\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-circle-arrow-right\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-circle-arrow-left\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-circle-arrow-up\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-circle-arrow-down\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-globe\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-wrench\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-tasks\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-filter\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-briefcase\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-fullscreen\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-dashboard\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-paperclip\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-heart-empty\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-link\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-phone\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-pushpin\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-usd\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-gbp\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sort\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sort-by-alphabet\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sort-by-alphabet-alt\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sort-by-order\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sort-by-order-alt\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sort-by-attributes\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sort-by-attributes-alt\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-unchecked\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-expand\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-collapse-down\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-collapse-up\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-log-in\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-flash\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-log-out\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-new-window\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-record\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-save\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-open\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-saved\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-import\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-export\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-send\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-floppy-disk\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-floppy-saved\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-floppy-remove\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-floppy-save\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-floppy-open\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-credit-card\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-transfer\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-cutlery\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-header\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-compressed\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-earphone\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-phone-alt\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-tower\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-stats\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sd-video\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-hd-video\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-subtitles\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sound-stereo\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sound-dolby\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sound-5-1\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sound-6-1\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sound-7-1\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-copyright-mark\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-registration-mark\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-cloud-download\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-cloud-upload\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-tree-conifer\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-tree-deciduous\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-cd\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-save-file\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-open-file\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-level-up\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-copy\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-paste\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-alert\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-equalizer\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-king\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-queen\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-pawn\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-bishop\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-knight\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-baby-formula\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-tent\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-blackboard\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-bed\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-apple\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-erase\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-hourglass\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-lamp\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-duplicate\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-piggy-bank\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-scissors\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-bitcoin\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-btc\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-xbt\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-yen\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-jpy\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-ruble\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-rub\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-scale\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-ice-lolly\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-ice-lolly-tasted\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-education\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-option-horizontal\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-option-vertical\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-menu-hamburger\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-modal-window\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-oil\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-grain\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-sunglasses\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-text-size\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-text-color\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-text-background\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-object-align-top\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-object-align-bottom\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-object-align-horizontal\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-object-align-left\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-object-align-vertical\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-object-align-right\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-triangle-right\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-triangle-left\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-triangle-bottom\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-triangle-top\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-console\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-superscript\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-subscript\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-menu-left\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-menu-right\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-menu-down\"></li>\r\n	<li class=\"zn-icon glyphicon glyphicon-menu-up\"></li>\r\n</ul>\r\n\r\n<h3 class=\"m_title\">FONT FAMILY <strong>Social Icons</strong></h3>\r\n<ul class=\"kl-icon-list clearfix\">\r\n	<li class=\"zn_icon sc-icon-duckduckgo\"></li>\r\n	<li class=\"zn_icon sc-icon-aim\"></li>\r\n	<li class=\"zn_icon sc-icon-delicious\"></li>\r\n	<li class=\"zn_icon sc-icon-paypal\"></li>\r\n	<li class=\"zn_icon sc-icon-flattr\"></li>\r\n	<li class=\"zn_icon sc-icon-android\"></li>\r\n	<li class=\"zn_icon sc-icon-eventful\"></li>\r\n	<li class=\"zn_icon sc-icon-smashmag\"></li>\r\n	<li class=\"zn_icon sc-icon-gplus\"></li>\r\n	<li class=\"zn_icon sc-icon-wikipedia\"></li>\r\n	<li class=\"zn_icon sc-icon-lanyrd\"></li>\r\n	<li class=\"zn_icon sc-icon-calendar\"></li>\r\n	<li class=\"zn_icon sc-icon-stumbleupon\"></li>\r\n	<li class=\"zn_icon sc-icon-fivehundredpx\"></li>\r\n	<li class=\"zn_icon sc-icon-pinterest\"></li>\r\n	<li class=\"zn_icon sc-icon-bitcoin\"></li>\r\n	<li class=\"zn_icon sc-icon-w3c\"></li>\r\n	<li class=\"zn_icon sc-icon-foursquare\"></li>\r\n	<li class=\"zn_icon sc-icon-html5\"></li>\r\n	<li class=\"zn_icon sc-icon-ie\"></li>\r\n	<li class=\"zn_icon sc-icon-call\"></li>\r\n	<li class=\"zn_icon sc-icon-grooveshark\"></li>\r\n	<li class=\"zn_icon sc-icon-ninetyninedesigns\"></li>\r\n	<li class=\"zn_icon sc-icon-forrst\"></li>\r\n	<li class=\"zn_icon sc-icon-digg\"></li>\r\n	<li class=\"zn_icon sc-icon-spotify\"></li>\r\n	<li class=\"zn_icon sc-icon-reddit\"></li>\r\n	<li class=\"zn_icon sc-icon-guest\"></li>\r\n	<li class=\"zn_icon sc-icon-gowalla\"></li>\r\n	<li class=\"zn_icon sc-icon-appstore\"></li>\r\n	<li class=\"zn_icon sc-icon-blogger\"></li>\r\n	<li class=\"zn_icon sc-icon-cc\"></li>\r\n	<li class=\"zn_icon sc-icon-dribbble\"></li>\r\n	<li class=\"zn_icon sc-icon-evernote\"></li>\r\n	<li class=\"zn_icon sc-icon-flickr\"></li>\r\n	<li class=\"zn_icon sc-icon-google\"></li>\r\n	<li class=\"zn_icon sc-icon-viadeo\"></li>\r\n	<li class=\"zn_icon sc-icon-instapaper\"></li>\r\n	<li class=\"zn_icon sc-icon-weibo\"></li>\r\n	<li class=\"zn_icon sc-icon-klout\"></li>\r\n	<li class=\"zn_icon sc-icon-linkedin\"></li>\r\n	<li class=\"zn_icon sc-icon-meetup\"></li>\r\n	<li class=\"zn_icon sc-icon-vk\"></li>\r\n	<li class=\"zn_icon sc-icon-plancast\"></li>\r\n	<li class=\"zn_icon sc-icon-disqus\"></li>\r\n	<li class=\"zn_icon sc-icon-rss\"></li>\r\n	<li class=\"zn_icon sc-icon-skype\"></li>\r\n	<li class=\"zn_icon sc-icon-twitter\"></li>\r\n	<li class=\"zn_icon sc-icon-youtube\"></li>\r\n	<li class=\"zn_icon sc-icon-vimeo\"></li>\r\n	<li class=\"zn_icon sc-icon-windows\"></li>\r\n	<li class=\"zn_icon sc-icon-xing\"></li>\r\n	<li class=\"zn_icon sc-icon-yahoo\"></li>\r\n	<li class=\"zn_icon sc-icon-chrome\"></li>\r\n	<li class=\"zn_icon sc-icon-email\"></li>\r\n	<li class=\"zn_icon sc-icon-macstore\"></li>\r\n	<li class=\"zn_icon sc-icon-myspace\"></li>\r\n	<li class=\"zn_icon sc-icon-podcast\"></li>\r\n	<li class=\"zn_icon sc-icon-amazon\"></li>\r\n	<li class=\"zn_icon sc-icon-steam\"></li>\r\n	<li class=\"zn_icon sc-icon-cloudapp\"></li>\r\n	<li class=\"zn_icon sc-icon-dropbox\"></li>\r\n	<li class=\"zn_icon sc-icon-ebay\"></li>\r\n	<li class=\"zn_icon sc-icon-facebook\"></li>\r\n	<li class=\"zn_icon sc-icon-github\"></li>\r\n	<li class=\"zn_icon sc-icon-github-circled\"></li>\r\n	<li class=\"zn_icon sc-icon-googleplay\"></li>\r\n	<li class=\"zn_icon sc-icon-itunes\"></li>\r\n	<li class=\"zn_icon sc-icon-plurk\"></li>\r\n	<li class=\"zn_icon sc-icon-songkick\"></li>\r\n	<li class=\"zn_icon sc-icon-lastfm\"></li>\r\n	<li class=\"zn_icon sc-icon-gmail\"></li>\r\n	<li class=\"zn_icon sc-icon-pinboard\"></li>\r\n	<li class=\"zn_icon sc-icon-openid\"></li>\r\n	<li class=\"zn_icon sc-icon-quora\"></li>\r\n	<li class=\"zn_icon sc-icon-soundcloud\"></li>\r\n	<li class=\"zn_icon sc-icon-tumblr\"></li>\r\n	<li class=\"zn_icon sc-icon-eventasaurus\"></li>\r\n	<li class=\"zn_icon sc-icon-wordpress\"></li>\r\n	<li class=\"zn_icon sc-icon-yelp\"></li>\r\n	<li class=\"zn_icon sc-icon-intensedebate\"></li>\r\n	<li class=\"zn_icon sc-icon-eventbrite\"></li>\r\n	<li class=\"zn_icon sc-icon-scribd\"></li>\r\n	<li class=\"zn_icon sc-icon-posterous\"></li>\r\n	<li class=\"zn_icon sc-icon-stripe\"></li>\r\n	<li class=\"zn_icon sc-icon-opentable\"></li>\r\n	<li class=\"zn_icon sc-icon-cart\"></li>\r\n	<li class=\"zn_icon sc-icon-print\"></li>\r\n	<li class=\"zn_icon sc-icon-angellist\"></li>\r\n	<li class=\"zn_icon sc-icon-instagram\"></li>\r\n	<li class=\"zn_icon sc-icon-dwolla\"></li>\r\n	<li class=\"zn_icon sc-icon-appnet\"></li>\r\n	<li class=\"zn_icon sc-icon-statusnet\"></li>\r\n	<li class=\"zn_icon sc-icon-acrobat\"></li>\r\n	<li class=\"zn_icon sc-icon-drupal\"></li>\r\n	<li class=\"zn_icon sc-icon-buffer\"></li>\r\n	<li class=\"zn_icon sc-icon-pocket\"></li>\r\n	<li class=\"zn_icon sc-icon-bitbucket\"></li>\r\n	<li class=\"zn_icon sc-icon-lego\"></li>\r\n	<li class=\"zn_icon sc-icon-login\"></li>\r\n	<li class=\"zn_icon sc-icon-stackoverflow\"></li>\r\n	<li class=\"zn_icon sc-icon-hackernews\"></li>\r\n	<li class=\"zn_icon sc-icon-lkdto\"></li>\r\n	<li class=\"zn_icon sc-icon-picasa\"></li>\r\n	<li class=\"zn_icon sc-icon-deviantart\"></li>\r\n	<li class=\"zn_icon sc-icon-friendfeed\"></li>\r\n	<li class=\"zn_icon sc-icon-slideshare\"></li>\r\n	<li class=\"zn_icon sc-icon-cloud\"></li>\r\n	<li class=\"zn_icon sc-icon-bebo\"></li>\r\n	<li class=\"zn_icon sc-icon-envato\"></li>\r\n	<li class=\"zn_icon sc-icon-gosquared\"></li>\r\n	<li class=\"zn_icon sc-icon-icloud\"></li>\r\n	<li class=\"zn_icon sc-icon-technorati\"></li>\r\n</ul>\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid19c9fc5f\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd0d7078c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid607dfb73\";}}'),
(9137,	3131,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:15:\"About Powrtouch\";s:11:\"te_subtitle\";s:40:\"Find out what makes us who we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"1\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid54cbc889\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8a709407\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:83:\"\"By listening to our customers we have been able to evolve and constantly improve!\"\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"p\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"italic\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb7d37e95\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida9daa5f1\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3020f0d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida47a9efd\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d42baeb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd88d3555\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid22113bfc\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:11:\"Our History\";s:11:\"te_subtitle\";s:120:\"We\'re proud of our achievements - and rightly so! </br>\r\nFollow our history to find out how we go to where we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"50px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71e4729f\";}i:1;a:5:{s:6:\"object\";s:18:\"TH_HistoricElement\";s:7:\"options\";a:9:{s:8:\"he_start\";s:22:\"1990 › ESTABLISHMENT\";s:6:\"he_end\";s:7:\"PRESENT\";s:14:\"element_scheme\";s:0:\"\";s:15:\"historic_single\";a:6:{i:0;a:4:{s:14:\"she_event_name\";s:25:\"The beginning of the road\";s:14:\"she_event_date\";s:4:\"1990\";s:14:\"she_event_desc\";s:368:\"In early 1990 when Powrwheel Limited was an aerospace engineering company based in Dorset a member of our electrical design team who was also an ardent caravanner had a \"wonderful\" idea to design and manufacture a motorised jockey wheel. The idea was to increase the product range of the company whose products at that time were strictly in aircraft handling equipment\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:4:{s:14:\"she_event_name\";s:33:\"Powrwheel was launched at the NEC\";s:14:\"she_event_date\";s:4:\"1991\";s:14:\"she_event_desc\";s:165:\"After extensive design and testing the product eventually came to fruition and Powrwheel was launched during the Caravan Show at the NEC Birmingham in February 1991.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:4:{s:14:\"she_event_name\";s:23:\"Launch of the Powrhitch\";s:14:\"she_event_date\";s:4:\"2000\";s:14:\"she_event_desc\";s:354:\"Following on from the unparalleled success of the Powrwheel the company moved forward with the release in 2000 of the Powrhitch that provided more moving options to caravans and trailers. The new system could provide a greater range of voltage and torque options it also had the capability to carry its own leisure battery becoming a self-contained unit.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:4:{s:14:\"she_event_name\";s:32:\"Launch of the original Powrtouch\";s:14:\"she_event_date\";s:4:\"2001\";s:14:\"she_event_desc\";s:431:\"Due to the success of the Powrwheel and Powrhitch, Powrwheel Limited were encouraged to look further into trailer and caravan mover systems and with the design of the Original Powrtouch caravan mover that was first sold in January 2001. The combination of the range of caravan mover systems placed Powrwheel Limited as the UK\'s number one manufacturer and supplier of caravan mover systems a proud position that it still maintains.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:4:{s:14:\"she_event_name\";s:38:\"The big move from Dorset to Derbyshire\";s:14:\"she_event_date\";s:4:\"2011\";s:14:\"she_event_desc\";s:395:\"In 2011 after 20 years based in Dorset, the decision was taken by the Parent Company of Powrwheel Limited to move the company to its brand new factory site in South Derbyshire. Completely separate office suites, manufacturing and assembly areas were created in the factory allowing Powrwheel Limited complete autonomy from the parent company and the move was finally completed in September 2011.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:5;a:4:{s:14:\"she_event_name\";s:33:\"Launch of the Powrtouch Evolution\";s:14:\"she_event_date\";s:4:\"2012\";s:14:\"she_event_desc\";s:269:\"This moved allowed Powrwheel Limited to further strengthen is hold as the UK\'s Number ONE Caravan Mover Manufacturer and Supplier with launch in late 2012 of its new and revolutionary design of caravan mover the Powrtouch Evolution taking Caravan Movers to a new level.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3950720c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid67eff23c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f4bc793\";}}'),
(9136,	3130,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:15:\"About Powrtouch\";s:11:\"te_subtitle\";s:40:\"Find out what makes us who we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"1\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid54cbc889\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8a709407\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:83:\"\"By listening to our customers we have been able to evolve and constantly improve!\"\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"p\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"italic\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb7d37e95\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida9daa5f1\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3020f0d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida47a9efd\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d42baeb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd88d3555\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid22113bfc\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:11:\"Our History\";s:11:\"te_subtitle\";s:120:\"We\'re proud of our achievements - and rightly so! </br>\r\nFollow our history to find out how we go to where we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"50px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71e4729f\";}i:1;a:5:{s:6:\"object\";s:18:\"TH_HistoricElement\";s:7:\"options\";a:9:{s:8:\"he_start\";s:22:\"1990 › ESTABLISHMENT\";s:6:\"he_end\";s:7:\"PRESENT\";s:14:\"element_scheme\";s:0:\"\";s:15:\"historic_single\";a:6:{i:0;a:4:{s:14:\"she_event_name\";s:25:\"The beginning of the road\";s:14:\"she_event_date\";s:4:\"1990\";s:14:\"she_event_desc\";s:368:\"In early 1990 when Powrwheel Limited was an aerospace engineering company based in Dorset a member of our electrical design team who was also an ardent caravanner had a \"wonderful\" idea to design and manufacture a motorised jockey wheel. The idea was to increase the product range of the company whose products at that time were strictly in aircraft handling equipment\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:4:{s:14:\"she_event_name\";s:33:\"Powrwheel was launched at the NEC\";s:14:\"she_event_date\";s:4:\"1991\";s:14:\"she_event_desc\";s:165:\"After extensive design and testing the product eventually came to fruition and Powrwheel was launched during the Caravan Show at the NEC Birmingham in February 1991.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:4:{s:14:\"she_event_name\";s:23:\"Launch of the Powrhitch\";s:14:\"she_event_date\";s:4:\"2000\";s:14:\"she_event_desc\";s:354:\"Following on from the unparalleled success of the Powrwheel the company moved forward with the release in 2000 of the Powrhitch that provided more moving options to caravans and trailers. The new system could provide a greater range of voltage and torque options it also had the capability to carry its own leisure battery becoming a self-contained unit.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:4:{s:14:\"she_event_name\";s:32:\"Launch of the original Powrtouch\";s:14:\"she_event_date\";s:4:\"2001\";s:14:\"she_event_desc\";s:431:\"Due to the success of the Powrwheel and Powrhitch, Powrwheel Limited were encouraged to look further into trailer and caravan mover systems and with the design of the Original Powrtouch caravan mover that was first sold in January 2001. The combination of the range of caravan mover systems placed Powrwheel Limited as the UK\'s number one manufacturer and supplier of caravan mover systems a proud position that it still maintains.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:4:{s:14:\"she_event_name\";s:38:\"The big move from Dorset to Derbyshire\";s:14:\"she_event_date\";s:4:\"2011\";s:14:\"she_event_desc\";s:395:\"In 2011 after 20 years based in Dorset, the decision was taken by the Parent Company of Powrwheel Limited to move the company to its brand new factory site in South Derbyshire. Completely separate office suites, manufacturing and assembly areas were created in the factory allowing Powrwheel Limited complete autonomy from the parent company and the move was finally completed in September 2011.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:5;a:4:{s:14:\"she_event_name\";s:33:\"Launch of the Powrtouch Evolution\";s:14:\"she_event_date\";s:4:\"2012\";s:14:\"she_event_desc\";s:269:\"This moved allowed Powrwheel Limited to further strengthen is hold as the UK\'s Number ONE Caravan Mover Manufacturer and Supplier with launch in late 2012 of its new and revolutionary design of caravan mover the Powrtouch Evolution taking Caravan Movers to a new level.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3950720c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid67eff23c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f4bc793\";}}'),
(1701,	2367,	'zn_page_builder_status',	'enabled'),
(1702,	2367,	'slide_template',	'default'),
(1703,	2367,	'zn_page_layout',	'default'),
(1704,	2367,	'zn_sidebar_select',	'default'),
(1705,	2367,	'zn_zn_disable_subheader',	'no'),
(1706,	2367,	'zn_page_title_show',	'yes'),
(1707,	2367,	'zn_page_title',	''),
(1708,	2367,	'zn_page_subtitle',	''),
(1709,	2367,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:10:\"STORE CART\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:20:\"YOUR PERSONAL BASKET\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid976407da\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:16:\"woocommerce-page\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:20:\"YOUR PERSONAL BASKET\";s:11:\"te_subtitle\";s:32:\"Let\'s see what we\'ve got inside.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"25\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc26eec13\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:22:\"[product_page id=\"99\"]\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid86056775\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid61d16df9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_Sidebar\";s:7:\"options\";a:2:{s:14:\"sidebar_select\";s:12:\"Shop Sidebar\";s:10:\"sidebar_bg\";s:3:\"yes\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb0fdd7d1\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidc14bfdda\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc14e35cc\";}}'),
(1710,	2367,	'zn_page_custom_css',	''),
(1711,	2368,	'slide_template',	'default'),
(1712,	2368,	'zn_page_layout',	'right_sidebar'),
(1713,	2368,	'zn_sidebar_select',	'default'),
(1714,	2368,	'zn_zn_disable_subheader',	'no'),
(1715,	2368,	'zn_page_title_show',	'yes'),
(1716,	2368,	'zn_page_title',	''),
(1717,	2368,	'zn_page_subtitle',	''),
(1718,	2368,	'zn_page_builder_status',	''),
(1719,	2369,	'zn_page_builder_status',	'enabled'),
(1720,	2369,	'slide_template',	'default'),
(1721,	2369,	'zn_page_layout',	'default'),
(1722,	2369,	'zn_sidebar_select',	'default'),
(1723,	2369,	'zn_zn_disable_subheader',	'no'),
(1724,	2369,	'zn_page_title_show',	'yes'),
(1725,	2369,	'zn_page_title',	''),
(1726,	2369,	'zn_page_subtitle',	''),
(1727,	2369,	'zn_page_builder_els',	'a:11:{i:0;a:6:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:13:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"47\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:11:\"io_s_scroll\";s:1:\"0\";s:21:\"io_s_scrolling_effect\";s:1:\"1\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:16:\"single_iosslider\";a:5:{i:0;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:2:\"40\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"25\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:34:\"<strong>SUMMER SALE</strong> STEAM\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:30:\"UP TO <strong>40% OFF</strong>\";s:16:\"io_slide_s_title\";s:37:\"FOR NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"1\";s:22:\"io_slide_overlay_color\";s:7:\"#066fd9\";s:24:\"io_slide_overlay_opacity\";s:2:\"30\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"30\";s:22:\"io_slide_caption_style\";s:6:\"style4\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:33:\"<strong>HUGE</strong> SUMMER SALE\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:49:\"<span style=\"ff-alternative\">ALL UNDER $49</span>\";s:16:\"io_slide_s_title\";s:38:\"NEW OUTFITS FOR YOUR SUMMER\'S WARDROBE\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"SHOP NOW\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:9:\"fromright\";s:26:\"io_slide_caption_pos_horiz\";s:10:\"alignright\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:39:{s:13:\"io_slide_type\";s:10:\"video_self\";s:20:\"io_slide_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:11:\"bottom-left\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"1\";s:22:\"io_slide_overlay_color\";s:7:\"#042b87\";s:24:\"io_slide_overlay_opacity\";s:2:\"45\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"30\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:37:\"UNIQUE • RAFINEMENT<br>FULL COMFORT\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:36:\"DISCOUNTS <strong>UP TO 50%</strong>\";s:16:\"io_slide_s_title\";s:37:\"FOR NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"START SHOPPING\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"1\";s:24:\"io_slide_imgboxes_i1_src\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:20:\"io_slide_vd_self_ogg\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.ogv\";s:21:\"io_slide_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:14:\"io_slide_vd_vp\";s:79:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/50-Percent-Off.jpg\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:2:\"no\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#5b3000\";s:24:\"io_slide_overlay_opacity\";s:2:\"30\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"25\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:47:\"<strong>YOUR LIVING</strong><br>DESERVES BETTER\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"1\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:58:\"<strong>INNOVATION AND PERFORMANCE </strong><br>SINCE 1978\";s:16:\"io_slide_s_title\";s:0:\"\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:21:\"SEE OUR LATEST OFFERS\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:6:\"zoomin\";s:26:\"io_slide_caption_pos_horiz\";s:11:\"aligncenter\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#841ec1\";s:24:\"io_slide_overlay_opacity\";s:2:\"25\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#3d0f0f\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"30\";s:22:\"io_slide_caption_style\";s:6:\"style6\";s:14:\"io_slide_s6_yt\";s:11:\"JaAWdljhD5o\";s:16:\"io_slide_m_title\";s:34:\"<strong>SUMMER SALE</strong> STEAM\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:30:\"UP TO <strong>39% OFF</strong>\";s:16:\"io_slide_s_title\";s:41:\"FOR THE NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:11:\"aligncenter\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbcd90afb\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:12:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:146:\"<span class=\"fw-thin\">KALLYAS THEME, THE <span class=\"fw-semibold\">SWISS ARMY SECRET</span> FOR BUILDING THE MODERN , FUTURE-PROOF WEBSITE.</span>\";s:16:\"page_ac_subtitle\";s:78:\"Packed with all the gems and goodies, Kallyas is our flagship WordPress Theme.\";s:14:\"element_scheme\";s:0:\"\";s:14:\"page_ac_b_text\";s:19:\"JOIN OUR NEWSLETTER\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:14:\"#eluid2a6bb9d0\";s:6:\"target\";s:12:\"modal_inline\";s:5:\"title\";s:0:\"\";}s:20:\"page_ac_b_link_style\";s:9:\"btn-lined\";s:15:\"page_ac_b_text2\";s:7:\"BUY NOW\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:163:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&open_purchase_for_item_id=4091658&purchasable=source&ref=hogash\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:21:\"page_ac_b_link2_style\";s:13:\"btn-fullwhite\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddbbaa9a0\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid38826371\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide2fd8f77\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"20\";s:14:\"bottom_padding\";s:2:\"55\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"3\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5f5f5\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:57:\"<span class=\"fw-bold fs-smaller\">STORE</span><br>\r\nBRANDS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#d6d6d6\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide7bde489\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0e767996\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:3:{s:15:\"pts_color_theme\";s:4:\"dark\";s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";a:8:{i:0;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo1_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo2_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo3_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo4_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo5_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:5;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo6_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:6;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo7_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:7;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo8_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3214bd4\";}}s:5:\"width\";s:8:\"col-md-9\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid82b42264\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf19a6e58\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#fcfcfc\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:1:\"1\";s:16:\"hm_header_bmasks\";s:12:\"mask4 mask4l\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:18:\"LATEST COLLECTIONS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"30\";s:9:\"te_symbol\";s:4:\"icon\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#e0e0e0\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue234\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"22px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#bebebe\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3639feb8\";}i:1;a:6:{s:6:\"object\";s:12:\"TH_ImageBox2\";s:7:\"options\";a:4:{s:15:\"image_box_title\";s:0:\"\";s:17:\"ib2_resize_method\";s:9:\"no-resize\";s:16:\"ib2_bottommargin\";s:2:\"25\";s:10:\"ib2_single\";a:5:{i:0;a:4:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:9:\"one-third\";s:16:\"ib2_image_height\";s:3:\"320\";}i:1;a:4:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:5:\"span5\";s:16:\"ib2_image_height\";s:3:\"320\";}i:2;a:4:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:4:\"four\";s:16:\"ib2_image_height\";s:3:\"150\";}i:3;a:4:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:4:\"four\";s:16:\"ib2_image_height\";s:3:\"145\";}i:4;a:4:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:7:\"sixteen\";s:16:\"ib2_image_height\";s:3:\"200\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid27a76950\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3b07c1c7\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluideb6f0d13\";}i:4;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"55\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:8:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:17:\"BROWSE CATEGORIES\";s:11:\"te_subtitle\";s:14:\"BARELY UPDATED\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"30\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"22px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#bebebe\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida9e8a1d0\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid224bb5b4\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:8:\"CLOTHING\";s:14:\"image_box_text\";s:0:\"\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf7cb64b5\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4471df8c\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:5:\"SHOES\";s:14:\"image_box_text\";s:0:\"\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7cca502a\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb5c092e6\";}i:3;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:11:\"ACCESSORIES\";s:14:\"image_box_text\";s:0:\"\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida839e603\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida7b1ecc5\";}i:4;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:1:\"5\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05ebee1e\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid74e0c19f\";}i:5;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:4:\"KIDS\";s:14:\"image_box_text\";s:0:\"\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide93d99a1\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8c31030b\";}i:6;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:9:\"HOME GEAR\";s:14:\"image_box_text\";s:0:\"\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid070e4c79\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid792d465c\";}i:7;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:15:\"TOUGH DECISION?\";s:11:\"te_subtitle\";s:29:\"YES, IT\'S A SUMMER SALE STEAM\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#bebebe\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4f0e7e7e\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:2:{s:12:\"el_alignment\";s:6:\"center\";s:10:\"single_btn\";a:1:{i:0;a:10:{s:11:\"button_text\";s:23:\"SEE THE FULL COLLECTION\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbf5caa2d\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6b53a0b6\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf43e86b0\";}i:5;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:27:\"TH_ShopProductsPresentation\";s:7:\"options\";a:9:{s:15:\"woo_spp_display\";s:4:\"rows\";s:11:\"woo_lp_prod\";s:1:\"1\";s:12:\"woo_lp_title\";s:0:\"\";s:11:\"woo_bs_prod\";s:1:\"1\";s:13:\"woo_bsp_title\";s:0:\"\";s:11:\"woo_fp_prod\";s:1:\"1\";s:12:\"woo_fp_title\";s:0:\"\";s:14:\"woo_categories\";a:7:{i:0;s:2:\"30\";i:1;s:2:\"31\";i:2;s:2:\"32\";i:3;s:2:\"33\";i:4;s:2:\"34\";i:5;s:2:\"35\";i:6;s:2:\"36\";}s:14:\"prods_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3cd0ebbc\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf4700a8b\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc4348965\";}i:6;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"20\";s:14:\"bottom_padding\";s:2:\"65\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:2:{s:12:\"el_alignment\";s:6:\"center\";s:10:\"single_btn\";a:1:{i:0;a:10:{s:11:\"button_text\";s:33:\"SEE ALL NEW PRODUCTS OF THIS YEAR\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:20:\"btn-lined lined-dark\";s:11:\"button_size\";s:6:\"btn-md\";s:12:\"button_width\";s:9:\"btn-third\";s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:6:\"0 auto\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c85bb8e\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3a082aef\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9a983bc3\";}i:7;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"85\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#cc2e2e\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:1:\"1\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:27:{s:9:\"ibx_title\";s:0:\"\";s:8:\"ibx_desc\";s:67:\"<span class=\"fs-large fw-semibold\">31 DAYS </span><br>RETURN POLICY\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue617\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#f9f9f9\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"60\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:6:\"center\";s:15:\"ibx_color_theme\";s:5:\"light\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6fc37ba3\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9e816d32\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:27:{s:9:\"ibx_title\";s:0:\"\";s:8:\"ibx_desc\";s:69:\"<span class=\"fs-large fw-semibold\"> FREE AND FAST</span><br> DELIVERY\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue619\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#f9f9f9\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"60\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:6:\"center\";s:15:\"ibx_color_theme\";s:5:\"light\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9c6468bb\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf2ad1c8\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:27:{s:9:\"ibx_title\";s:0:\"\";s:8:\"ibx_desc\";s:66:\"<span class=\"fs-large fw-semibold\">BEST PRICE</span><br>GUARANTEED\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue618\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#f9f9f9\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"60\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:6:\"center\";s:15:\"ibx_color_theme\";s:5:\"light\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid57676a76\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid89f8d8c0\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6d07d8cd\";}}s:5:\"width\";s:8:\"col-md-8\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid26e30d64\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:2:{s:12:\"el_alignment\";s:6:\"center\";s:10:\"single_btn\";a:1:{i:0;a:10:{s:11:\"button_text\";s:14:\"START SHOPPING\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:9:\"btn-lined\";s:11:\"button_size\";s:6:\"btn-md\";s:12:\"button_width\";s:0:\"\";s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidceeffd7d\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3f5e2f5\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6eab0508\";}i:8;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:15:\"EDITOR\'S CHOICE\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:4:\"icon\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#bababa\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue007\";}s:9:\"icon_size\";s:2:\"18\";s:13:\"te_symbol_pos\";s:10:\"left-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid93aa0a6d\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:12:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"0\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:11:\"gutter_size\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:0:\"\";s:14:\"image_box_text\";s:0:\"\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:15:\"imgboxes_style1\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:19:\"image_box_link_text\";s:9:\"READ MORE\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc00aa4a\";}}s:5:\"width\";s:8:\"col-md-5\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid379b2bd7\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:50:\"Uniquely expedite progressive e-commerce networks.\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"5\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluideb107e35\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:348:\"Integer viverra sapien libero, vel rutrum arcu posuere at. Pellentesque fermentum tempor commodo. Sed elementum ligula et dui scelerisque, vitae vestibulum nunc hendrerit.\r\n\r\nNam imperdiet nunc non sem cursus interdum. Mauris pellentesque ut dui semper maximus. Vestibulum eu est id sem tincidunt molestie et id lorem.\r\n\r\n<a href=\"#\">Read more</a>.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid735af1d8\";}}s:5:\"width\";s:8:\"col-md-7\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd66d278d\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid165de997\";}}s:5:\"width\";s:8:\"col-md-8\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9dd25677\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:14:\"PRESS RELEASES\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#bababa\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue007\";}s:9:\"icon_size\";s:2:\"18\";s:13:\"te_symbol_pos\";s:10:\"left-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb44f263c\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:27:{s:9:\"ibx_title\";s:0:\"\";s:8:\"ibx_desc\";s:96:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus interdum dapibus vestibulum. \";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo1_dark.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8a68c051\";}i:2;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:27:{s:9:\"ibx_title\";s:0:\"\";s:8:\"ibx_desc\";s:57:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo4_dark.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8bdb11ef\";}i:3;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:27:{s:9:\"ibx_title\";s:0:\"\";s:8:\"ibx_desc\";s:96:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus interdum dapibus vestibulum. \";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo5_dark.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1b452ee3\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluideea78f90\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6f8c7a2e\";}i:9;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:35:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:16:\"background_color\";s:7:\"#f9f9f9\";s:14:\"section_scheme\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:14:\"TH_LatestPosts\";s:7:\"options\";a:3:{s:8:\"lp_title\";s:50:\"<span class=\"ff-alternative\">LATEST STORIES</span>\";s:12:\"lp_blog_page\";s:1:\"#\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8b36856d\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd228dc04\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid28792cde\";}i:10;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:35:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:16:\"background_color\";s:7:\"#f4f4f4\";s:14:\"section_scheme\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:3:\"yes\";s:11:\"window_size\";s:3:\"550\";s:16:\"window_autopopup\";s:5:\"delay\";s:15:\"autopopup_delay\";s:1:\"3\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:17:{s:8:\"te_title\";s:13:\"ENJOY 15% OFF\";s:11:\"te_subtitle\";s:58:\"Sign up to receive the latest offers and news in industry.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"34px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#353434\";s:10:\"font-style\";s:6:\"normal\";}s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbde6fbcc\";}i:1;a:6:{s:6:\"object\";s:16:\"TH_NewsletterBox\";s:7:\"options\";a:13:{s:7:\"nb_mlid\";s:10:\"69c75c8a90\";s:8:\"nb_style\";s:6:\"normal\";s:9:\"nb_layout\";s:6:\"single\";s:8:\"nb_em_pl\";s:22:\"your.address@email.com\";s:11:\"nb_btn_type\";s:4:\"text\";s:12:\"nb_btn_color\";s:7:\"#cd2122\";s:16:\"nb_btn_color_hov\";s:7:\"#000000\";s:8:\"nb_sb_pl\";s:4:\"JOIN\";s:7:\"nb_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:12:\"nb_font_size\";s:2:\"16\";s:12:\"nb_btn_width\";s:3:\"130\";s:13:\"nb_btn_height\";s:2:\"55\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide027e8bc\";}i:2;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:6:{s:13:\"spacer_height\";s:2:\"20\";s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid64e3340e\";}i:3;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:8:{s:14:\"element_scheme\";s:0:\"\";s:11:\"stb_content\";s:168:\"Offer valid only for new email subscribers. Enter your email address and receive 15% off your first order and a promo code will be sent to your inbox. Exclusions apply.\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidab73eff3\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidce5ceb8b\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2a6bb9d0\";}}'),
(1728,	2369,	'zn_page_custom_css',	'/* Add negative top margin to Action Box */\n@media screen and (min-width:1200px){\n    .eluiddbbaa9a0 {margin-top:-25px;}    \n}\n\n/* Add top shadow to featured collections/banners section */\n.zn_section.eluideb6f0d13 {box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1), inset 0 2px 0px rgba(0, 0, 0, 0.07), inset 0 3px 0px rgba(0, 0, 0, 0.03);}'),
(1729,	2369,	'show_header',	''),
(1730,	2369,	'show_footer',	''),
(1731,	2369,	'zn_page_custom_js',	''),
(1732,	2370,	'zn_page_builder_status',	'enabled'),
(1733,	2370,	'slide_template',	'default'),
(1734,	2370,	'zn_page_layout',	'default'),
(1735,	2370,	'zn_sidebar_select',	'default'),
(1736,	2370,	'zn_zn_disable_subheader',	'no'),
(1737,	2370,	'zn_page_title_show',	'yes'),
(1738,	2370,	'zn_page_title',	''),
(1739,	2370,	'zn_page_subtitle',	''),
(1740,	2370,	'zn_page_builder_els',	'a:7:{i:0;a:5:{s:6:\"object\";s:23:\"TH_StaticContentDefault\";s:7:\"options\";a:29:{s:9:\"ww_height\";s:3:\"600\";s:13:\"sc_fullscreen\";s:1:\"0\";s:14:\"ww_slide_title\";s:0:\"\";s:17:\"ww_slide_subtitle\";s:244:\"<span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful [tooltip placement=\"top\" border=\"no\" title=\"Highly premium actually\"]premium[/tooltip]</span><br> piece of work, for the typical modern website.</span>\";s:12:\"sc_alignment\";s:4:\"left\";s:17:\"ww_slide_m_button\";s:45:\"<strong>exclusive on</strong> themeforest.net\";s:15:\"ww_slide_l_text\";s:7:\"BUY NOW\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:93:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?ref=theme\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"sc_scrolling\";s:1:\"1\";s:17:\"sc_scrolling_type\";s:12:\"translate_op\";s:15:\"ww_header_style\";s:10:\"light_gray\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#141414\";s:22:\"source_overlay_opacity\";s:2:\"55\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"40\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid321ab6fa\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:7:{s:8:\"ac_style\";s:6:\"style1\";s:13:\"page_ac_title\";s:42:\"Want to be updated with our latest offers?\";s:16:\"page_ac_subtitle\";s:0:\"\";s:14:\"page_ac_b_text\";s:19:\"JOIN OUR NEWSLETTER\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:33:\"https://truma.youarenearly.online\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:12:\"modal_iframe\";}s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9d8b085d\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"70\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:7:\"classic\";s:17:\"service_box_title\";s:15:\"WEB DEVELOPMENT\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:144:\"Content management systens\r\nVirtual shops and ecommerce \r\nPresentation websites\r\nOnline catalogues\r\nPortal systems\r\n& any other dynamic website \";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"26\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6adaba01\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc7feade8\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:7:\"classic\";s:17:\"service_box_title\";s:14:\"GRAPHIC DESIGN\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:122:\"Logo design\r\nFlyers & Brochures\r\nBusiness Cards\r\nStationery Design\r\nPowerpoint presentation\r\nPrint Ads / Magazine\r\nBanners\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"30\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida4104e62\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid80baf223\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:7:\"classic\";s:17:\"service_box_title\";s:18:\"INTERNET MARKETING\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:103:\"Search engine optimisation\r\nSearch engine marketing\r\nInternet advertising\r\nWeb analysis\r\nBlog marketing\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:0:\"\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"30\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcf854950\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid8b8f5267\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid904886a1\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"29\";s:14:\"bottom_padding\";s:2:\"40\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:21:\"MULTIPURPOSE TEMPLATE\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:15:\"imgboxes_style1\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:19:\"image_box_link_text\";s:9:\"READ ON +\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid64ac714b\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc6a0f62e\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:15:\"WELL DOCUMENTED\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:15:\"imgboxes_style1\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:19:\"image_box_link_text\";s:9:\"READ ON +\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7a1aa892\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid38bf2c1d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:13:\"GREAT SUPPORT\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:15:\"imgboxes_style1\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:9:\"READ ON +\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida62ae81f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidcafec9a6\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid732dae3a\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"30\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_StepsBox2\";s:7:\"options\";a:2:{s:9:\"stp_title\";s:19:\"our working process\";s:13:\"steps_single2\";a:3:{i:0;a:4:{s:16:\"stp_single_title\";s:19:\"planning & strategy\";s:15:\"stp_single_desc\";s:80:\"Appropriately productivate distributed infrastructures for one-to-one expertise.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:2:\"no\";}i:1;a:4:{s:16:\"stp_single_title\";s:16:\"design & develop\";s:15:\"stp_single_desc\";s:94:\"Credibly develop cross functional internal or \"organic\" sources vis-a-vis magnetic e-services.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:2:\"no\";}i:2;a:4:{s:16:\"stp_single_title\";s:14:\"test & deliver\";s:15:\"stp_single_desc\";s:79:\"Continually promote empowered resources for professional manufactured products.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:3:\"yes\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6d123061\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid815fefd2\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"60\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid61a97ec3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid43b9bf66\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:12:\"PAGE BUILDER\";s:8:\"ibx_desc\";s:107:\"Kallyas is now loaded with a custom made (awesome!) <span class=\"fw-semibold\">frontend</span> page builder.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue012\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4f6110cd\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidec487d8d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:12:\"HTML5 & CSS3\";s:8:\"ibx_desc\";s:54:\"Built with modern technologies such as HTML5 and CSS3.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue162\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1a3f478b\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluide15783b1\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";s:5:\"color\";s:0:\"\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfb603569\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid74236f71\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:19:\"MULTILANGUAGE READY\";s:8:\"ibx_desc\";s:62:\"You can install as many languages as you want and extend them.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue034\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb3f3de77\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluiddb888ecc\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:19:\"HIGHLY CUSTOMIZABLE\";s:8:\"ibx_desc\";s:61:\"This themes includes lots of customizations and combinations.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue137\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid57940b09\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid00bd59b9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidae74094a\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid0ab90b65\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_FlickrFeed\";s:7:\"options\";a:4:{s:8:\"ff_title\";s:11:\"FLICKR FEED\";s:5:\"ff_id\";s:12:\"52617155@N08\";s:13:\"ff_image_size\";s:5:\"small\";s:9:\"ff_images\";s:1:\"9\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid931f8fe5\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid70a2d6c3\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style1\";s:16:\"ctb_circle_title\";s:3:\"WHO\";s:14:\"ctb_main_title\";s:6:\"WE ARE\";s:11:\"ctb_content\";s:251:\"Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.\r\n<ul class=\"list-style1\">\r\n	<li>Aliquam feugiat eleifend</li>\r\n	<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\nPhasellus in risus quis lectus iaculis tate.\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidee710dba\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid92aa6edd\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8ea23a3a\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_PartnersLogos\";s:7:\"options\";a:3:{s:8:\"pl_title\";s:32:\"OUR PARTNERS // TEHNOLOGIES USED\";s:14:\"pl_title_style\";s:6:\"style1\";s:15:\"partners_single\";a:6:{i:0;a:2:{s:14:\"lp_single_logo\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/wordpress.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:1;a:2:{s:14:\"lp_single_logo\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/html5.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:2;a:2:{s:14:\"lp_single_logo\";s:69:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/css3.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:3;a:2:{s:14:\"lp_single_logo\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/themeforest.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:4;a:2:{s:14:\"lp_single_logo\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/jquery.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:5;a:2:{s:14:\"lp_single_logo\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/joomla.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidef1c3651\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid86963449\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2b915110\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:18:\"TH_KeywordsElement\";s:7:\"options\";a:4:{s:16:\"keywordbox_style\";s:6:\"style1\";s:11:\"kb_bg_image\";s:0:\"\";s:11:\"kb_bg_color\";s:0:\"\";s:10:\"kw_content\";s:59:\"just some keywords here, services or what any text you want\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc82a107a\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid581a96a8\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddbd8a1da\";}}'),
(1741,	2370,	'zn_page_custom_css',	''),
(1742,	2370,	'_dp_original',	'1152'),
(1743,	2371,	'zn_page_builder_status',	'enabled'),
(1744,	2371,	'slide_template',	'default'),
(1745,	2371,	'zn_page_layout',	'default'),
(1746,	2371,	'zn_sidebar_select',	'default'),
(1747,	2371,	'zn_zn_disable_subheader',	'no'),
(1748,	2371,	'zn_page_title_show',	'yes'),
(1749,	2371,	'zn_page_title',	''),
(1750,	2371,	'zn_page_subtitle',	''),
(1751,	2371,	'zn_page_builder_els',	'a:10:{i:0;a:5:{s:6:\"object\";s:23:\"TH_StaticContentDefault\";s:7:\"options\";a:29:{s:9:\"ww_height\";s:3:\"600\";s:13:\"sc_fullscreen\";s:1:\"0\";s:14:\"ww_slide_title\";s:0:\"\";s:17:\"ww_slide_subtitle\";s:244:\"<span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful [tooltip placement=\"top\" border=\"no\" title=\"Highly premium actually\"]premium[/tooltip]</span><br> piece of work, for the typical modern website.</span>\";s:12:\"sc_alignment\";s:4:\"left\";s:17:\"ww_slide_m_button\";s:45:\"<strong>exclusive on</strong> themeforest.net\";s:15:\"ww_slide_l_text\";s:7:\"BUY NOW\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"sc_scrolling\";s:1:\"1\";s:17:\"sc_scrolling_type\";s:12:\"translate_op\";s:15:\"ww_header_style\";s:10:\"light_gray\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#000000\";s:22:\"source_overlay_opacity\";s:2:\"70\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"40\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid321ab6fa\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:7:{s:8:\"ac_style\";s:6:\"style1\";s:13:\"page_ac_title\";s:42:\"Want to be updated with our latest offers?\";s:16:\"page_ac_subtitle\";s:0:\"\";s:14:\"page_ac_b_text\";s:19:\"JOIN OUR NEWSLETTER\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:33:\"https://truma.youarenearly.online\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:12:\"modal_iframe\";}s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9d8b085d\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"70\";s:14:\"bottom_padding\";s:2:\"10\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_CallOutBanner\";s:7:\"options\";a:6:{s:16:\"calloutbox_style\";s:6:\"style1\";s:14:\"cab_main_title\";s:207:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work</span>, destined for the typical modern website that needs to stand out.</span>\";s:13:\"cab_sec_title\";s:134:\"Currently one of the best selling items on ThemeForest, featured across the marketplace and awarded with thousands of 5 stars ratings.\";s:15:\"cab_button_text\";s:44:\"FIND OUT <span class=\"fw-normal\">MORE</span>\";s:16:\"cab_button_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/callout2.svg\";s:15:\"cab_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida2db56c2\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid6b563e33\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb665b0a7\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:7:\"classic\";s:17:\"service_box_title\";s:15:\"WEB DEVELOPMENT\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:144:\"Content management systens\r\nVirtual shops and ecommerce \r\nPresentation websites\r\nOnline catalogues\r\nPortal systems\r\n& any other dynamic website \";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"26\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbd1328ec\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid961df8a3\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:7:\"classic\";s:17:\"service_box_title\";s:14:\"GRAPHIC DESIGN\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:122:\"Logo design\r\nFlyers & Brochures\r\nBusiness Cards\r\nStationery Design\r\nPowerpoint presentation\r\nPrint Ads / Magazine\r\nBanners\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"30\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidead3f3dd\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid7aff48c8\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:7:\"classic\";s:17:\"service_box_title\";s:18:\"INTERNET MARKETING\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:103:\"Search engine optimisation\r\nSearch engine marketing\r\nInternet advertising\r\nWeb analysis\r\nBlog marketing\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:0:\"\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"30\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidecbc893d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc7955a63\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8621d5fb\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f4f4f4\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#effdff\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_RecentWork\";s:7:\"options\";a:8:{s:9:\"rw_height\";s:3:\"190\";s:8:\"rw_style\";s:1:\"1\";s:8:\"rw_title\";s:11:\"RECENT WORK\";s:7:\"rw_desc\";s:81:\"These are our latest and brightest projects that we\'ve put a lot of passion into.\";s:12:\"rw_port_link\";s:18:\"carousel-portfolio\";s:17:\"rw_port_link_text\";s:8:\"VIEW ALL\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:14:\"ports_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc637e6d9\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid5bd1a8a2\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid031f0fa8\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:11:\"get a quote\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:65:\"Share your idea and let’s create<br>\r\na great project together!\";s:7:\"hb_icon\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/quote1.svg\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-2\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid827e6970\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid566eb576\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:10:\"hiring: ON\";s:11:\"hb_subtitle\";s:18:\"Developer wanted! \";s:7:\"hb_desc\";s:51:\"Send your kickass resume<br>\r\non jobs@mywebsite.com\";s:7:\"hb_icon\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/hb-hiring.svg\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-2\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc48206fe\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd65512cb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:18:\"download catalogue\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:90:\"Read our latest catalog, collateral material or print advertisements for your publication.\";s:7:\"hb_icon\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/hb-catalogue1.png\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd84b4c17\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid73995fe2\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1ff45ddd\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:14:\"TH_LatestPosts\";s:7:\"options\";a:3:{s:8:\"lp_title\";s:12:\"LATEST POSTS\";s:12:\"lp_blog_page\";s:18:\"carousel-portfolio\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4813f2af\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid86963449\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2b915110\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:17:\"STATS & FUN FACTS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"10\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#4c4c4c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2e07c0a6\";}i:1;a:5:{s:6:\"object\";s:11:\"TH_StatsBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:0:\"\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:12:\"single_stats\";a:4:{i:0;a:7:{s:8:\"sb_title\";s:6:\"25000+\";s:10:\"sb_content\";s:21:\"CODE LINES THIS MONTH\";s:7:\"sb_type\";s:4:\"icon\";s:7:\"sb_icon\";s:0:\"\";s:7:\"sb_size\";s:2:\"48\";s:12:\"sb_iconcolor\";s:7:\"#8f8f8f\";s:11:\"sb_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}i:1;a:7:{s:8:\"sb_title\";s:4:\"150+\";s:10:\"sb_content\";s:17:\"LAUNCHED PROJECTS\";s:7:\"sb_type\";s:4:\"icon\";s:7:\"sb_icon\";s:0:\"\";s:7:\"sb_size\";s:2:\"48\";s:12:\"sb_iconcolor\";s:7:\"#8f8f8f\";s:11:\"sb_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue612\";}}i:2;a:7:{s:8:\"sb_title\";s:5:\"9900+\";s:10:\"sb_content\";s:21:\"COFFEE CUPS THIS YEAR\";s:7:\"sb_type\";s:4:\"icon\";s:7:\"sb_icon\";s:0:\"\";s:7:\"sb_size\";s:2:\"48\";s:12:\"sb_iconcolor\";s:7:\"#8f8f8f\";s:11:\"sb_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue609\";}}i:3;a:7:{s:8:\"sb_title\";s:4:\"180+\";s:10:\"sb_content\";s:19:\"REVIEWS AND RATINGS\";s:7:\"sb_type\";s:4:\"icon\";s:7:\"sb_icon\";s:0:\"\";s:7:\"sb_size\";s:2:\"48\";s:12:\"sb_iconcolor\";s:7:\"#8f8f8f\";s:11:\"sb_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue613\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid48211b29\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidaceb43d4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3671850\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:6:{s:9:\"ssb_title\";s:142:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work.</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:7:\"BUY NOW\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:21:\"FRONTEND PAGE BUILDER\";s:15:\"ssb_single_desc\";s:55:\"Comfortable and intuitive visual drag and drop builder.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:16:\"UNLIMITED COLORS\";s:15:\"ssb_single_desc\";s:76:\"Personalize the theme’s colors as much as you want for almost any element.\";}i:2;a:2:{s:16:\"ssb_single_title\";s:19:\"HIGHLY CUSTOMIZABLE\";s:15:\"ssb_single_desc\";s:77:\"Yet highly intuitive and easy to use, in just a matter of hours become a pro.\";}}s:15:\"ssb_imag_single\";a:3:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}i:1;a:1:{s:22:\"ssb_single_screenshoot\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}i:2;a:1:{s:22:\"ssb_single_screenshoot\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid447f97ff\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf6588483\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbdc22f7d\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#e5e5e5\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_InfoBox2\";s:7:\"options\";a:9:{s:9:\"ib2_style\";s:6:\"style1\";s:11:\"ib2_bgcolor\";s:4:\"#fff\";s:15:\"ib2_bgcolor_st1\";s:7:\"#767676\";s:14:\"ib2_text_color\";s:4:\"dark\";s:11:\"ib2_bgimage\";s:0:\"\";s:16:\"ib2_info_message\";s:0:\"\";s:14:\"ib2_title_text\";s:0:\"\";s:9:\"ib2_title\";s:72:\"<strong>Temporibus autem</strong> quibusdam et aut officiis debitis aut.\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaea91a3f\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6186bb58\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:20:\"TH_TestimonialSlider\";s:7:\"options\";a:3:{s:8:\"tf_title\";s:7:\"REVIEWS\";s:8:\"tf_speed\";s:4:\"2500\";s:26:\"testimonials_slider_single\";a:2:{i:0;a:3:{s:14:\"tf_single_test\";s:161:\"Dynamically restore enterprise value vis-a-vis robust resources. Globally monetize multimedia based leadership skills vis-a-vis client-focused customer service. \";s:15:\"ts_author_photo\";s:0:\"\";s:16:\"tf_single_author\";s:17:\"Andrew Kline, CTO\";}i:1;a:3:{s:14:\"tf_single_test\";s:161:\"Dynamically restore enterprise value vis-a-vis robust resources. Globally monetize multimedia based leadership skills vis-a-vis client-focused customer service. \";s:15:\"ts_author_photo\";s:0:\"\";s:16:\"tf_single_author\";s:21:\"Sammy Jones, Designer\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfe81e847\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidef6bb52a\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style1\";s:16:\"ctb_circle_title\";s:3:\"WHO\";s:14:\"ctb_main_title\";s:6:\"WE ARE\";s:11:\"ctb_content\";s:251:\"Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.\r\n<ul class=\"list-style1\">\r\n	<li>Aliquam feugiat eleifend</li>\r\n	<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\nPhasellus in risus quis lectus iaculis tate.\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9cd885ea\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid690703bb\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_FlickrFeed\";s:7:\"options\";a:4:{s:8:\"ff_title\";s:11:\"FLICKR FEED\";s:5:\"ff_id\";s:12:\"52617155@N08\";s:13:\"ff_image_size\";s:5:\"small\";s:9:\"ff_images\";s:1:\"9\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3a08cb3e\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidf979d83b\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf9cf3d0\";}}'),
(1752,	2371,	'zn_page_custom_css',	''),
(1753,	2371,	'_dp_original',	'1150'),
(1754,	2371,	'show_header',	''),
(1755,	2371,	'show_footer',	''),
(1756,	2371,	'zn_page_custom_js',	''),
(1757,	2372,	'zn_page_builder_status',	'enabled'),
(1758,	2372,	'slide_template',	'default'),
(1759,	2372,	'zn_page_layout',	'default'),
(1760,	2372,	'zn_sidebar_select',	'default'),
(1761,	2372,	'zn_zn_disable_subheader',	'no'),
(1762,	2372,	'zn_page_title_show',	'yes'),
(1763,	2372,	'zn_page_title',	''),
(1764,	2372,	'zn_page_subtitle',	''),
(1765,	2372,	'zn_page_builder_els',	'a:8:{i:0;a:5:{s:6:\"object\";s:23:\"TH_StaticContentDefault\";s:7:\"options\";a:29:{s:9:\"ww_height\";s:3:\"600\";s:13:\"sc_fullscreen\";s:1:\"0\";s:14:\"ww_slide_title\";s:0:\"\";s:17:\"ww_slide_subtitle\";s:244:\"<span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful [tooltip placement=\"top\" border=\"no\" title=\"Highly premium actually\"]premium[/tooltip]</span><br> piece of work, for the typical modern website.</span>\";s:12:\"sc_alignment\";s:4:\"left\";s:17:\"ww_slide_m_button\";s:45:\"<strong>exclusive on</strong> themeforest.net\";s:15:\"ww_slide_l_text\";s:7:\"BUY NOW\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"sc_scrolling\";s:1:\"1\";s:17:\"sc_scrolling_type\";s:12:\"translate_op\";s:15:\"ww_header_style\";s:10:\"light_gray\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#003660\";s:22:\"source_overlay_opacity\";s:2:\"90\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"40\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid321ab6fa\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_CallOutBanner\";s:7:\"options\";a:6:{s:16:\"calloutbox_style\";s:6:\"style1\";s:14:\"cab_main_title\";s:207:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work</span>, destined for the typical modern website that needs to stand out.</span>\";s:13:\"cab_sec_title\";s:134:\"Currently one of the best selling items on ThemeForest, featured across the marketplace and awarded with thousands of 5 stars ratings.\";s:15:\"cab_button_text\";s:44:\"FIND OUT <span class=\"fw-normal\">MORE</span>\";s:16:\"cab_button_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/callout2.svg\";s:15:\"cab_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida86eb084\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide084164f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid983d2142\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:10:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:29:\"SO WHY KALLYAS THEME, ANYWAY?\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:7:\"border2\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid365a32e2\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid30a6e1c8\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:16:\"CUSTOMER SUPPORT\";s:8:\"ibx_desc\";s:44:\"Great customer support! Check out our forum.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue111\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid428fe023\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid7997808c\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:15:\"WELL DOCUMENTED\";s:8:\"ibx_desc\";s:65:\"Documentation included with explanations for most of the options.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue032\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfa24d13e\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluiddad905ba\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:12:\"PAGE BUILDER\";s:8:\"ibx_desc\";s:107:\"Kallyas is now loaded with a custom made (awesome!) <span class=\"fw-semibold\">frontend</span> page builder.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue012\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3a1c95a5\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid30f6c953\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:17:\"CUSTOM SHORTCODES\";s:8:\"ibx_desc\";s:62:\"Useful custom shortcodes which are meant to ease up your work.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue254\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidddb0fe9f\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid45a4db7b\";}i:5;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";s:5:\"color\";s:0:\"\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid56f19711\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf103fe2d\";}i:6;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:17:\"RESPONSIVE DESIGN\";s:8:\"ibx_desc\";s:70:\"The theme has a redesigned responsive layout. Try resizing the window.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue140\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd21c9a39\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid098a3032\";}i:7;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:19:\"MULTILANGUAGE READY\";s:8:\"ibx_desc\";s:62:\"You can install as many languages as you want and extend them.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue034\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc1f47b0b\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid9be005c7\";}i:8;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:12:\"HTML5 & CSS3\";s:8:\"ibx_desc\";s:54:\"Built with modern technologies such as HTML5 and CSS3.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue162\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid99f532b7\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6b5e6f4f\";}i:9;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:19:\"HIGHLY CUSTOMIZABLE\";s:8:\"ibx_desc\";s:61:\"This themes includes lots of customizations and combinations.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue137\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid173efbc5\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluiddf2bcd0d\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9b4e8b62\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:23:\"SOME FOLLOW-UP FEATURES\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid26616b47\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:527:\"<ul class=\"list-style1\"><li>Fusce sit amet orci quis arcu vestibulum vestibulum sed ut felis. Phasellus in risus quis lectus iaculis vulputate id quis nisl.</li><li>Phasellus in risus quis lectus iaculis vulputate id quis nisl.</li><li>Fusce sit amet orci quis arcu vestibulum vestibulum sed ut felis.</li><li>Phasellus in risus quis lectus iaculis vulputate id quis nisl.</li><li>Fusce sit amet orci quis arcu vestibulum vestibulum sed ut felis.</li><li>Phasellus in risus quis lectus iaculis vulputate id quis nisl.</li></ul>\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid981cec4d\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid071e6d4b\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_HorizontalTabs\";s:7:\"options\";a:2:{s:13:\"vts_tab_style\";s:11:\"tabs_style1\";s:21:\"single_horizontal_tab\";a:2:{i:0;a:3:{s:13:\"vts_tab_title\";s:7:\"Stories\";s:15:\"vts_tab_c_title\";s:12:\"Some Stories\";s:17:\"vts_tab_c_content\";s:555:\"<img class=\" wp-image-1018 alignright\" src=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ptf9-300x225.png\" alt=\"ptf9\" width=\"200\" height=\"150\" />Enthusiastically myocardinate granular scenarios for professional total linkage. Dramatically restore transparent channels with principle-centered value.\r\n\r\nIntrinsicly engage strategic technology before alternative processes. Rapidiously restore resource sucking communities without error-free web services. Rapidiously visualize resource maximizing interfaces whereas functional technologies.\";}i:1;a:3:{s:13:\"vts_tab_title\";s:10:\"Happenings\";s:15:\"vts_tab_c_title\";s:19:\"Stuff that happened\";s:17:\"vts_tab_c_content\";s:673:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\"><img class=\" wp-image-1006 alignleft\" src=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/untitled-12222-300x225.png\" alt=\"untitled-12222\" width=\"200\" height=\"150\" /></a>Enthusiastically myocardinate granular scenarios for professional total linkage. Dramatically restore transparent channels with principle-centered value.\r\n\r\nIntrinsicly engage strategic technology before alternative processes. Rapidiously restore resource sucking communities without error-free web services. Rapidiously visualize resource maximizing interfaces whereas functional technologies.\";}}}s:7:\"content\";a:3:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:2:{s:9:\"stb_title\";s:12:\"Some Stories\";s:11:\"stb_content\";s:555:\"<img class=\" wp-image-1018 alignright\" src=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ptf9-300x225.png\" alt=\"ptf9\" width=\"200\" height=\"150\" />Enthusiastically myocardinate granular scenarios for professional total linkage. Dramatically restore transparent channels with principle-centered value.\r\n\r\nIntrinsicly engage strategic technology before alternative processes. Rapidiously restore resource sucking communities without error-free web services. Rapidiously visualize resource maximizing interfaces whereas functional technologies.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide5460b3e\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid543ffa61\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:2:{s:9:\"stb_title\";s:19:\"Stuff that happened\";s:11:\"stb_content\";s:673:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\"><img class=\" wp-image-1006 alignleft\" src=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/untitled-12222-300x225.png\" alt=\"untitled-12222\" width=\"200\" height=\"150\" /></a>Enthusiastically myocardinate granular scenarios for professional total linkage. Dramatically restore transparent channels with principle-centered value.\r\n\r\nIntrinsicly engage strategic technology before alternative processes. Rapidiously restore resource sucking communities without error-free web services. Rapidiously visualize resource maximizing interfaces whereas functional technologies.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid19b23612\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidef5b3b52\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1a871a4f\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluidf2f8bbad\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"45\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd9536305\";}i:1;a:5:{s:6:\"object\";s:15:\"TH_LatestPosts4\";s:7:\"options\";a:4:{s:15:\"lp_style_select\";s:13:\"default-style\";s:8:\"lp_title\";s:12:\"LATEST POSTS\";s:12:\"lp_num_posts\";s:1:\"3\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcdaddc45\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida3521d3b\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf48cf434\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"45\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#e8e8e8\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#effdff\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_RecentWork\";s:7:\"options\";a:8:{s:9:\"rw_height\";s:3:\"190\";s:8:\"rw_style\";s:1:\"1\";s:8:\"rw_title\";s:11:\"RECENT WORK\";s:7:\"rw_desc\";s:81:\"These are our latest and brightest projects that we\'ve put a lot of passion into.\";s:12:\"rw_port_link\";s:18:\"carousel-portfolio\";s:17:\"rw_port_link_text\";s:8:\"VIEW ALL\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:14:\"ports_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida2e5670d\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb28bbdb8\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"60\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluideb643f78\";}i:1;a:5:{s:6:\"object\";s:19:\"TH_TestimonialFader\";s:7:\"options\";a:8:{s:8:\"tf_title\";s:7:\"REVIEWS\";s:7:\"tf_desc\";s:165:\"Assertively restore resource-leveling value vis-a-vis alternative experiences. Intrinsicly deploy team driven infomediaries through high standards in best practices.\";s:11:\"tf_autoplay\";s:1:\"1\";s:8:\"tf_speed\";s:4:\"5000\";s:11:\"tf_controls\";s:14:\"zn_dummy_value\";s:14:\"element_scheme\";s:0:\"\";s:19:\"testimonials_single\";a:2:{i:0;a:3:{s:14:\"tf_single_test\";s:167:\"Rapidiously formulate high standards in strategic theme areas before state of the art materials. Uniquely utilize cooperative functionalities via sticky human capital.\";s:15:\"tf_author_photo\";s:0:\"\";s:16:\"tf_single_author\";s:23:\"Travis Jones, Developer\";}i:1;a:3:{s:14:\"tf_single_test\";s:250:\"Objectively underwhelm intuitive \"outside the box\" thinking and market-driven scenarios. Globally unleash superior results via performance based strategic theme areas. Competently iterate multidisciplinary methodologies with equity invested content. \";s:15:\"tf_author_photo\";s:0:\"\";s:16:\"tf_single_author\";s:24:\"Mark Simonsen, Architect\";}}s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid97155aa2\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid895f5dc8\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b091ef6\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:17:\"STATS & FUN FACTS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"10\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#4c4c4c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd8de79f5\";}i:1;a:5:{s:6:\"object\";s:11:\"TH_StatsBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:0:\"\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:12:\"single_stats\";a:4:{i:0;a:7:{s:8:\"sb_title\";s:6:\"25000+\";s:10:\"sb_content\";s:21:\"CODE LINES THIS MONTH\";s:7:\"sb_type\";s:4:\"icon\";s:7:\"sb_icon\";s:0:\"\";s:7:\"sb_size\";s:2:\"48\";s:12:\"sb_iconcolor\";s:7:\"#8f8f8f\";s:11:\"sb_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}i:1;a:7:{s:8:\"sb_title\";s:4:\"150+\";s:10:\"sb_content\";s:17:\"LAUNCHED PROJECTS\";s:7:\"sb_type\";s:4:\"icon\";s:7:\"sb_icon\";s:0:\"\";s:7:\"sb_size\";s:2:\"48\";s:12:\"sb_iconcolor\";s:7:\"#8f8f8f\";s:11:\"sb_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue612\";}}i:2;a:7:{s:8:\"sb_title\";s:5:\"9900+\";s:10:\"sb_content\";s:21:\"COFFEE CUPS THIS YEAR\";s:7:\"sb_type\";s:4:\"icon\";s:7:\"sb_icon\";s:0:\"\";s:7:\"sb_size\";s:2:\"48\";s:12:\"sb_iconcolor\";s:7:\"#8f8f8f\";s:11:\"sb_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue609\";}}i:3;a:7:{s:8:\"sb_title\";s:4:\"180+\";s:10:\"sb_content\";s:19:\"REVIEWS AND RATINGS\";s:7:\"sb_type\";s:4:\"icon\";s:7:\"sb_icon\";s:0:\"\";s:7:\"sb_size\";s:2:\"48\";s:12:\"sb_iconcolor\";s:7:\"#8f8f8f\";s:11:\"sb_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue613\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid20ec12c4\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb87b4369\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid56b6af75\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_VerticalTabs\";s:7:\"options\";a:2:{s:11:\"vtabs_style\";s:10:\"kl-style-2\";s:19:\"single_vertical_tab\";a:5:{i:0;a:4:{s:13:\"vts_tab_title\";s:16:\"Customer Support\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue604\";}s:15:\"vts_tab_c_title\";s:47:\"Support is given through a well organized forum\";s:17:\"vts_tab_c_content\";s:1111:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\"><img class=\"alignright size-full wp-image-462\" src=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\" alt=\"support\" width=\"194\" height=\"199\" /></a>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium\r\ndoloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.\r\n\r\nUt enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem.\";}i:1;a:4:{s:13:\"vts_tab_title\";s:15:\"Well documented\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue605\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 2 content\";s:17:\"vts_tab_c_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";}i:2;a:4:{s:13:\"vts_tab_title\";s:16:\"Unlimited colors\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue603\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 3 content\";s:17:\"vts_tab_c_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";}i:3;a:4:{s:13:\"vts_tab_title\";s:17:\"Custom shortcodes\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue600\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 4 content\";s:17:\"vts_tab_c_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";}i:4;a:4:{s:13:\"vts_tab_title\";s:19:\"Highly customizable\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue601\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 5 content\";s:17:\"vts_tab_c_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";}}}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:47:\"Support is given through a well organized forum\";s:11:\"stb_content\";s:1111:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\"><img class=\"alignright size-full wp-image-462\" src=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\" alt=\"support\" width=\"194\" height=\"199\" /></a>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium\r\ndoloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.\r\n\r\nUt enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid97f73648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd3926077\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:14:\"Pane 2 content\";s:11:\"stb_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2166e4fe\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid5abe4eb3\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:14:\"Pane 3 content\";s:11:\"stb_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida23474f3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf657855a\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:14:\"Pane 4 content\";s:11:\"stb_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2a270ec8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid2a992389\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:14:\"Pane 5 content\";s:11:\"stb_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid99f2523c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc86cb468\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid02196c33\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid815fefd2\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8ea23a3a\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:16:\"TH_PartnersLogos\";s:7:\"options\";a:3:{s:8:\"pl_title\";s:32:\"OUR PARTNERS // TEHNOLOGIES USED\";s:14:\"pl_title_style\";s:6:\"style1\";s:15:\"partners_single\";a:6:{i:0;a:2:{s:14:\"lp_single_logo\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/wordpress.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:1;a:2:{s:14:\"lp_single_logo\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/html5.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:2;a:2:{s:14:\"lp_single_logo\";s:69:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/css3.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:3;a:2:{s:14:\"lp_single_logo\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/themeforest.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:4;a:2:{s:14:\"lp_single_logo\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/jquery.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:5;a:2:{s:14:\"lp_single_logo\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/joomla.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidef1c3651\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"35\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:0:\"\";s:6:\"height\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid473730ce\";}i:2;a:5:{s:6:\"object\";s:18:\"TH_KeywordsElement\";s:7:\"options\";a:4:{s:16:\"keywordbox_style\";s:6:\"style1\";s:11:\"kb_bg_image\";s:0:\"\";s:11:\"kb_bg_color\";s:0:\"\";s:10:\"kw_content\";s:59:\"just some keywords here, services or what any text you want\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc82a107a\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid86963449\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2b915110\";}}'),
(1766,	2372,	'zn_page_custom_css',	''),
(1767,	2372,	'_dp_original',	'1083'),
(1768,	2372,	'show_header',	''),
(1769,	2372,	'show_footer',	''),
(1770,	2372,	'zn_page_custom_js',	''),
(1771,	2373,	'slide_template',	'default'),
(1772,	2373,	'zn_page_layout',	'default'),
(1773,	2373,	'zn_sidebar_select',	'default'),
(1774,	2373,	'zn_zn_disable_subheader',	'no'),
(1775,	2373,	'zn_page_title_show',	'yes'),
(1776,	2373,	'zn_page_title',	''),
(1777,	2373,	'zn_page_subtitle',	''),
(1778,	2373,	'zn_page_builder_status',	'enabled'),
(1779,	2373,	'zn_page_builder_els',	'a:5:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:12:\"THE SERVICES\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:16:\"EXTENSIVE OFFERS\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#ba0303\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"85\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2acb71be\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:16:\"SERVICES ELEMENT\";s:11:\"te_subtitle\";s:63:\"These elements are suited to display main & secondary services.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"25\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#a8a8a8\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3bc9a5c6\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbb75b6ad\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide1160197\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:29:\"SERVICES BOXES / Modern Style\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:6:\"border\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid01edb401\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid213771fa\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:6:\"modern\";s:17:\"service_box_title\";s:15:\"web development\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:144:\"Content management systens\r\nVirtual shops and ecommerce \r\nPresentation websites\r\nOnline catalogues\r\nPortal systems\r\n& any other dynamic website \";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"40\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb5ab21ea\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid6f3e0753\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:6:\"modern\";s:17:\"service_box_title\";s:14:\"graphic design\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:122:\"Logo design\r\nFlyers & Brochures\r\nBusiness Cards\r\nStationery Design\r\nPowerpoint presentation\r\nPrint Ads / Magazine\r\nBanners\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid11120f66\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid57e45299\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:6:\"modern\";s:17:\"service_box_title\";s:18:\"internet marketing\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:103:\"Search engine optimisation\r\nSearch engine marketing\r\nInternet advertising\r\nWeb analysis\r\nBlog marketing\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:0:\"\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"40\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2db1c4b6\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid989ee508\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid297ad8d1\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:28:\"SERVICES BOXES / Boxed Style\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:6:\"border\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb40957f7\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc43681dc\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:5:\"boxed\";s:17:\"service_box_title\";s:15:\"web development\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:144:\"Content management systens\r\nVirtual shops and ecommerce \r\nPresentation websites\r\nOnline catalogues\r\nPortal systems\r\n& any other dynamic website \";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid321e0a61\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid6370c522\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:5:\"boxed\";s:17:\"service_box_title\";s:14:\"graphic design\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:122:\"Logo design\r\nFlyers & Brochures\r\nBusiness Cards\r\nStationery Design\r\nPowerpoint presentation\r\nPrint Ads / Magazine\r\nBanners\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1b691bc7\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidf4d20a24\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:5:\"boxed\";s:17:\"service_box_title\";s:18:\"internet marketing\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:103:\"Search engine optimisation\r\nSearch engine marketing\r\nInternet advertising\r\nWeb analysis\r\nBlog marketing\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:0:\"\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidefc5ffca\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc6727817\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid49946835\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:30:\"SERVICES BOXES / Classic Style\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:6:\"border\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7c37c101\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf73dd358\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:7:\"classic\";s:17:\"service_box_title\";s:15:\"WEB DEVELOPMENT\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:144:\"Content management systens\r\nVirtual shops and ecommerce \r\nPresentation websites\r\nOnline catalogues\r\nPortal systems\r\n& any other dynamic website \";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"26\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0466b45c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddf343b93\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:7:\"classic\";s:17:\"service_box_title\";s:14:\"GRAPHIC DESIGN\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:122:\"Logo design\r\nFlyers & Brochures\r\nBusiness Cards\r\nStationery Design\r\nPowerpoint presentation\r\nPrint Ads / Magazine\r\nBanners\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"30\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3597f04b\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid81a0194a\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:7:\"classic\";s:17:\"service_box_title\";s:18:\"INTERNET MARKETING\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:103:\"Search engine optimisation\r\nSearch engine marketing\r\nInternet advertising\r\nWeb analysis\r\nBlog marketing\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:0:\"\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"30\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid902baf4e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid84b882b7\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid22eeda98\";}}'),
(1780,	2373,	'zn_page_custom_css',	''),
(1781,	2373,	'_dp_original',	'932'),
(1782,	2374,	'zn_page_builder_status',	'enabled'),
(1783,	2374,	'slide_template',	'default'),
(1784,	2374,	'zn_page_layout',	'default'),
(1785,	2374,	'zn_sidebar_select',	'default'),
(1786,	2374,	'zn_zn_disable_subheader',	'no'),
(1787,	2374,	'zn_page_title_show',	'yes'),
(1788,	2374,	'zn_page_title',	''),
(1789,	2374,	'zn_page_subtitle',	''),
(1790,	2374,	'zn_page_builder_els',	'a:8:{i:0;a:5:{s:6:\"object\";s:23:\"TH_StaticContentDefault\";s:7:\"options\";a:29:{s:9:\"ww_height\";s:3:\"600\";s:13:\"sc_fullscreen\";s:1:\"0\";s:14:\"ww_slide_title\";s:0:\"\";s:17:\"ww_slide_subtitle\";s:244:\"<span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful [tooltip placement=\"top\" border=\"no\" title=\"Highly premium actually\"]premium[/tooltip]</span><br> piece of work, for the typical modern website.</span>\";s:12:\"sc_alignment\";s:4:\"left\";s:17:\"ww_slide_m_button\";s:45:\"<strong>exclusive on</strong> themeforest.net\";s:15:\"ww_slide_l_text\";s:7:\"BUY NOW\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"sc_scrolling\";s:1:\"1\";s:17:\"sc_scrolling_type\";s:12:\"translate_op\";s:15:\"ww_header_style\";s:10:\"light_gray\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#0e4882\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"40\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid321ab6fa\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:7:{s:8:\"ac_style\";s:6:\"style1\";s:13:\"page_ac_title\";s:42:\"Want to be updated with our latest offers?\";s:16:\"page_ac_subtitle\";s:0:\"\";s:14:\"page_ac_b_text\";s:19:\"JOIN OUR NEWSLETTER\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:33:\"https://truma.youarenearly.online\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:12:\"modal_iframe\";}s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9d8b085d\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"70\";s:14:\"bottom_padding\";s:2:\"65\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:29:\"SO WHY KALLYAS THEME, ANYWAY?\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:7:\"border2\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3b51817c\";}i:1;a:5:{s:6:\"object\";s:16:\"TH_IconBoxesGrid\";s:7:\"options\";a:12:{s:10:\"ibg_height\";s:3:\"260\";s:8:\"ibg_size\";s:2:\"46\";s:10:\"ibg_perrow\";s:1:\"4\";s:9:\"ibg_style\";s:12:\"lined-center\";s:9:\"ibg_hover\";s:21:\"grid-ibx--hover-scale\";s:14:\"ibg_titleorder\";s:1:\"1\";s:6:\"ibg_ib\";a:4:{i:0;a:6:{s:9:\"ibg_title\";s:15:\"WELL DOCUMENTED\";s:8:\"ibg_desc\";s:64:\"Documentation include with explanations for most of the options.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue606\";}}i:1;a:6:{s:9:\"ibg_title\";s:16:\"UNLIMITED COLORS\";s:8:\"ibg_desc\";s:54:\"With just a few clicks you can add any color you want.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue603\";}}i:2;a:6:{s:9:\"ibg_title\";s:17:\"CUSTOM SHORTCODES\";s:8:\"ibg_desc\";s:60:\"Great custom shortcodes which are ment to ease up your work.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue600\";}}i:3;a:6:{s:9:\"ibg_title\";s:19:\"MULTILANGUAGE READY\";s:8:\"ibg_desc\";s:61:\"You can install languages and extend the website\'s languages.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue602\";}}}s:12:\"ibg_bg_color\";s:7:\"#ffffff\";s:14:\"ibg_icon_color\";s:7:\"#e2e2e2\";s:20:\"ibg_icon_color_hover\";s:7:\"#cd2122\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc4d0d66f\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid6b563e33\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb665b0a7\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"55\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#e8e8e8\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:40:\"ONE OF THE MOST COMPLETE WORDPRESS THEME\";s:11:\"te_subtitle\";s:226:\"We always had this statement and we\'re keeping our promise. Beside a <span class=\"fw-semibold\">powerful yet easy to use frontend Page Builder</span>, Kallyas has packed inside lots of sweet features that wait to be discovered.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidddf9237d\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid1a59b1c9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid27868542\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:2:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:10:{s:11:\"button_text\";s:15:\"BUY KALLYAS NOW\";s:11:\"button_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:6:\"btn-md\";s:12:\"button_width\";s:0:\"\";s:12:\"button_block\";s:9:\"btn-block\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid275f9394\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid56cc585f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida29a4d88\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"55\";s:14:\"bottom_padding\";s:2:\"45\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f4f4f4\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#effdff\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_RecentWork\";s:7:\"options\";a:8:{s:9:\"rw_height\";s:3:\"190\";s:8:\"rw_style\";s:1:\"1\";s:8:\"rw_title\";s:11:\"RECENT WORK\";s:7:\"rw_desc\";s:81:\"These are our latest and brightest projects that we\'ve put a lot of passion into.\";s:12:\"rw_port_link\";s:18:\"carousel-portfolio\";s:17:\"rw_port_link_text\";s:8:\"VIEW ALL\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:14:\"ports_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida2e5670d\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb28bbdb8\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"60\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluideb643f78\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid895f5dc8\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style3\";s:16:\"ctb_circle_title\";s:3:\"WHO\";s:14:\"ctb_main_title\";s:6:\"WE ARE\";s:11:\"ctb_content\";s:251:\"Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.\r\n<ul class=\"list-style1\">\r\n	<li>Aliquam feugiat eleifend</li>\r\n	<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\nPhasellus in risus quis lectus iaculis tate.\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb2383868\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid7c4f48e8\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_LatestPosts3\";s:7:\"options\";a:4:{s:8:\"lp_title\";s:12:\"LATEST POSTS\";s:12:\"lp_blog_page\";s:18:\"carousel-portfolio\";s:12:\"lp_num_posts\";s:1:\"2\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb1e40253\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidba49fc56\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b091ef6\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:11:\"get a quote\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:65:\"Share your idea and let’s create<br>\r\na great project together!\";s:7:\"hb_icon\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/quote1.svg\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-2\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid63c1b8bb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid071e6d4b\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:10:\"hiring: ON\";s:11:\"hb_subtitle\";s:18:\"Developer wanted! \";s:7:\"hb_desc\";s:51:\"Send your kickass resume<br>\r\non jobs@mywebsite.com\";s:7:\"hb_icon\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/hb-hiring.svg\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-2\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9c7698e4\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid0d664bcc\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:18:\"download catalogue\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:90:\"Read our latest catalog, collateral material or print advertisements for your publication.\";s:7:\"hb_icon\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/hb-catalogue1.png\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbf5ec4d4\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid9ecd8e7a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf48cf434\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_VerticalTabs\";s:7:\"options\";a:2:{s:11:\"vtabs_style\";s:10:\"kl-style-2\";s:19:\"single_vertical_tab\";a:5:{i:0;a:4:{s:13:\"vts_tab_title\";s:16:\"Customer Support\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue604\";}s:15:\"vts_tab_c_title\";s:47:\"Support is given through a well organized forum\";s:17:\"vts_tab_c_content\";s:1111:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\"><img class=\"alignright size-full wp-image-462\" src=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\" alt=\"support\" width=\"194\" height=\"199\" /></a>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium\r\ndoloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.\r\n\r\nUt enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem.\";}i:1;a:4:{s:13:\"vts_tab_title\";s:15:\"Well documented\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue605\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 2 content\";s:17:\"vts_tab_c_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";}i:2;a:4:{s:13:\"vts_tab_title\";s:16:\"Unlimited colors\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue603\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 3 content\";s:17:\"vts_tab_c_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";}i:3;a:4:{s:13:\"vts_tab_title\";s:17:\"Custom shortcodes\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue600\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 4 content\";s:17:\"vts_tab_c_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";}i:4;a:4:{s:13:\"vts_tab_title\";s:19:\"Highly customizable\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue601\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 5 content\";s:17:\"vts_tab_c_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid02196c33\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid815fefd2\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8ea23a3a\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:16:\"TH_PartnersLogos\";s:7:\"options\";a:3:{s:8:\"pl_title\";s:32:\"OUR PARTNERS // TEHNOLOGIES USED\";s:14:\"pl_title_style\";s:6:\"style1\";s:15:\"partners_single\";a:6:{i:0;a:2:{s:14:\"lp_single_logo\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/wordpress.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:1;a:2:{s:14:\"lp_single_logo\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/html5.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:2;a:2:{s:14:\"lp_single_logo\";s:69:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/css3.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:3;a:2:{s:14:\"lp_single_logo\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/themeforest.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:4;a:2:{s:14:\"lp_single_logo\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/jquery.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:5;a:2:{s:14:\"lp_single_logo\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/joomla.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidef1c3651\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"35\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:0:\"\";s:6:\"height\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc0d4f490\";}i:2;a:5:{s:6:\"object\";s:18:\"TH_KeywordsElement\";s:7:\"options\";a:4:{s:16:\"keywordbox_style\";s:6:\"style1\";s:11:\"kb_bg_image\";s:0:\"\";s:11:\"kb_bg_color\";s:0:\"\";s:10:\"kw_content\";s:59:\"just some keywords here, services or what any text you want\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc82a107a\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid86963449\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2b915110\";}}'),
(1791,	2374,	'zn_page_custom_css',	''),
(1792,	2375,	'slide_template',	'default'),
(1793,	2375,	'zn_page_layout',	'default'),
(1794,	2375,	'zn_sidebar_select',	'default'),
(1795,	2375,	'zn_zn_disable_subheader',	'no'),
(1796,	2375,	'zn_page_title_show',	'yes'),
(1797,	2375,	'zn_page_title',	''),
(1798,	2375,	'zn_page_subtitle',	''),
(1799,	2375,	'zn_page_builder_status',	'enabled'),
(1800,	2375,	'zn_page_builder_els',	'a:12:{i:0;a:6:{s:6:\"object\";s:23:\"TH_StaticContentDefault\";s:7:\"options\";a:29:{s:9:\"ww_height\";s:3:\"600\";s:13:\"sc_fullscreen\";s:1:\"0\";s:14:\"ww_slide_title\";s:0:\"\";s:17:\"ww_slide_subtitle\";s:244:\"<span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful [tooltip placement=\"top\" border=\"no\" title=\"Highly premium actually\"]premium[/tooltip]</span><br> piece of work, for the typical modern website.</span>\";s:12:\"sc_alignment\";s:4:\"left\";s:17:\"ww_slide_m_button\";s:45:\"<strong>exclusive on</strong> themeforest.net\";s:15:\"ww_slide_l_text\";s:7:\"BUY NOW\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"sc_scrolling\";s:1:\"1\";s:17:\"sc_scrolling_type\";s:12:\"translate_op\";s:15:\"ww_header_style\";s:10:\"light_gray\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#1e73be\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"40\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid43dc4da1\";}i:1;a:6:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:7:{s:8:\"ac_style\";s:6:\"style1\";s:13:\"page_ac_title\";s:42:\"Want to be updated with our latest offers?\";s:16:\"page_ac_subtitle\";s:0:\"\";s:14:\"page_ac_b_text\";s:19:\"JOIN OUR NEWSLETTER\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:33:\"https://truma.youarenearly.online\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:12:\"modal_iframe\";}s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida29b93b3\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:11:{s:16:\"background_color\";s:7:\"#ededed\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"3\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"3\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:7:\"#ffffff\";s:13:\"corner_radius\";s:1:\"4\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:40:\"ONE OF THE MOST COMPLETE WORDPRESS THEME\";s:11:\"te_subtitle\";s:193:\"We always had this statement and we\'re keeping our promise. Beside a powerful yet easy to use frontend Page Builder, Kallyas has packed inside lots of sweet features that wait to be discovered.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"45\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluideb9f93bf\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5fd042f2\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid53018a06\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ca60b0f\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1b57ccd9\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"20\";s:14:\"bottom_padding\";s:2:\"40\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:21:\"MULTIPURPOSE TEMPLATE\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style3\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:19:\"image_box_link_text\";s:9:\"READ ON +\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcb4f0387\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid477351d4\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:15:\"WELL DOCUMENTED\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style3\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:19:\"image_box_link_text\";s:9:\"READ ON +\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2d6f042f\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc1826062\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:13:\"GREAT SUPPORT\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style3\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:9:\"READ ON +\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8613aa36\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide4d4e73b\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid06a5d7e9\";}i:4;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:29:\"SO WHY KALLYAS THEME, ANYWAY?\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:7:\"border2\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid792f9879\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6e307b85\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:20:\"PLENTY REASONS WHY!!\";s:11:\"te_subtitle\";s:187:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.<br><br>\r\n\r\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur.. \";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"38px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#3d3d3d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#939393\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7cb75028\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3a3feef\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:7:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:15:\"WELL DOCUMENTED\";s:8:\"ibx_desc\";s:65:\"Documentation included with explanations for most of the options.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue032\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95312ab3\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid74c4a1bc\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:12:\"PAGE BUILDER\";s:8:\"ibx_desc\";s:107:\"Kallyas is now loaded with a custom made (awesome!) <span class=\"fw-semibold\">frontend</span> page builder.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue012\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd2e3dab4\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid52ab65b6\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:17:\"CUSTOM SHORTCODES\";s:8:\"ibx_desc\";s:62:\"Useful custom shortcodes which are meant to ease up your work.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue254\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid34ca298f\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida2187de9\";}i:3;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";s:5:\"color\";s:0:\"\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid358c4453\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid918a6f93\";}i:4;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:19:\"MULTILANGUAGE READY\";s:8:\"ibx_desc\";s:62:\"You can install as many languages as you want and extend them.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue034\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida8742a3c\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2dfa9dd0\";}i:5;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:12:\"HTML5 & CSS3\";s:8:\"ibx_desc\";s:54:\"Built with modern technologies such as HTML5 and CSS3.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue162\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb44eb07b\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc334707f\";}i:6;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:19:\"HIGHLY CUSTOMIZABLE\";s:8:\"ibx_desc\";s:61:\"This themes includes lots of customizations and combinations.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue137\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida702d8fe\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida1fc16e3\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid014da660\";}}s:5:\"width\";s:8:\"col-md-9\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid971be89e\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75afcd24\";}i:5;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:14:\"TH_RecentWork2\";s:7:\"options\";a:4:{s:9:\"rw_height\";s:3:\"165\";s:8:\"rw_title\";s:0:\"\";s:12:\"rw_port_link\";s:1:\"#\";s:14:\"ports_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1c41b133\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc94d7fdd\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd1667fef\";}i:6;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"TH_TestimonialFader\";s:7:\"options\";a:4:{s:8:\"tf_title\";s:7:\"REVIEWS\";s:7:\"tf_desc\";s:165:\"Assertively restore resource-leveling value vis-a-vis alternative experiences. Intrinsicly deploy team driven infomediaries through high standards in best practices.\";s:8:\"tf_speed\";s:4:\"8000\";s:19:\"testimonials_single\";a:2:{i:0;a:3:{s:14:\"tf_single_test\";s:260:\"Rapidiously formulate high standards in strategic theme areas before state of the art materials. Uniquely utilize cooperative functionalities via sticky human capital. Continually underwhelm maintainable core competencies through multidisciplinary e-services. \";s:15:\"tf_author_photo\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"tf_single_author\";s:23:\"Travis Jones, Developer\";}i:1;a:3:{s:14:\"tf_single_test\";s:250:\"Objectively underwhelm intuitive \"outside the box\" thinking and market-driven scenarios. Globally unleash superior results via performance based strategic theme areas. Competently iterate multidisciplinary methodologies with equity invested content. \";s:15:\"tf_author_photo\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"tf_single_author\";s:24:\"Mark Simonsen, Architect\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluideecf8e27\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8698d0d1\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidef5daec5\";}i:7;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"50\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ededed\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:13:\"TH_FlickrFeed\";s:7:\"options\";a:4:{s:8:\"ff_title\";s:11:\"FLICKR FEED\";s:5:\"ff_id\";s:12:\"52617155@N08\";s:13:\"ff_image_size\";s:6:\"normal\";s:9:\"ff_images\";s:1:\"8\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid510cd69f\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid49a7880d\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style1\";s:16:\"ctb_circle_title\";s:3:\"WHO\";s:14:\"ctb_main_title\";s:6:\"WE ARE\";s:11:\"ctb_content\";s:251:\"Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.\r\n<ul class=\"list-style1\">\r\n	<li>Aliquam feugiat eleifend</li>\r\n	<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\nPhasellus in risus quis lectus iaculis tate.\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaa557ecb\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8698c1f0\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_LatestPosts2\";s:7:\"options\";a:4:{s:8:\"lp_title\";s:12:\"LATEST POSTS\";s:12:\"lp_blog_page\";s:18:\"carousel-portfolio\";s:12:\"lp_num_posts\";s:1:\"2\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidedb802fc\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8ffc67eb\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid502bdcf5\";}i:8;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"55\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:12:\"TH_StepsBox2\";s:7:\"options\";a:2:{s:9:\"stp_title\";s:23:\"OK! HERE\'S HOW IT WORKS\";s:13:\"steps_single2\";a:3:{i:0;a:4:{s:16:\"stp_single_title\";s:19:\"planning & strategy\";s:15:\"stp_single_desc\";s:80:\"Appropriately productivate distributed infrastructures for one-to-one expertise.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:2:\"no\";}i:1;a:4:{s:16:\"stp_single_title\";s:16:\"design & develop\";s:15:\"stp_single_desc\";s:94:\"Credibly develop cross functional internal or \"organic\" sources vis-a-vis magnetic e-services.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:2:\"no\";}i:2;a:4:{s:16:\"stp_single_title\";s:14:\"test & deliver\";s:15:\"stp_single_desc\";s:79:\"Continually promote empowered resources for professional manufactured products.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:3:\"yes\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid861eb3a7\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf9fb00fa\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd08e12bc\";}i:9;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"20\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:6:{s:9:\"ssb_title\";s:142:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work.</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:7:\"BUY NOW\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:21:\"FRONTEND PAGE BUILDER\";s:15:\"ssb_single_desc\";s:55:\"Comfortable and intuitive visual drag and drop builder.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:16:\"UNLIMITED COLORS\";s:15:\"ssb_single_desc\";s:76:\"Personalize the theme’s colors as much as you want for almost any element.\";}i:2;a:2:{s:16:\"ssb_single_title\";s:19:\"HIGHLY CUSTOMIZABLE\";s:15:\"ssb_single_desc\";s:77:\"Yet highly intuitive and easy to use, in just a matter of hours become a pro.\";}}s:15:\"ssb_imag_single\";a:3:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}i:1;a:1:{s:22:\"ssb_single_screenshoot\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}i:2;a:1:{s:22:\"ssb_single_screenshoot\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7a82f7b9\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid037e1205\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid104d26f1\";}i:10;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_PartnersLogos\";s:7:\"options\";a:3:{s:8:\"pl_title\";s:32:\"OUR PARTNERS // TEHNOLOGIES USED\";s:14:\"pl_title_style\";s:6:\"style1\";s:15:\"partners_single\";a:6:{i:0;a:2:{s:14:\"lp_single_logo\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/wordpress.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:1;a:2:{s:14:\"lp_single_logo\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/html5.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:2;a:2:{s:14:\"lp_single_logo\";s:69:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/css3.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:3;a:2:{s:14:\"lp_single_logo\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/themeforest.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:4;a:2:{s:14:\"lp_single_logo\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/jquery.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:5;a:2:{s:14:\"lp_single_logo\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/joomla.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb36b0391\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf634f9bc\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid78176355\";}i:11;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:18:\"TH_KeywordsElement\";s:7:\"options\";a:4:{s:16:\"keywordbox_style\";s:6:\"style1\";s:11:\"kb_bg_image\";s:0:\"\";s:11:\"kb_bg_color\";s:0:\"\";s:10:\"kw_content\";s:59:\"just some keywords here, services or what any text you want\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida91791dc\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5f2e0212\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb364ae92\";}}'),
(1801,	2375,	'zn_page_custom_css',	''),
(1802,	2375,	'show_header',	''),
(1803,	2375,	'show_footer',	''),
(1804,	2375,	'zn_page_custom_js',	''),
(1805,	2376,	'zn_page_builder_status',	'enabled'),
(1806,	2376,	'slide_template',	'default'),
(1807,	2376,	'zn_page_layout',	'default'),
(1808,	2376,	'zn_sidebar_select',	'default'),
(1809,	2376,	'zn_zn_disable_subheader',	'no'),
(1810,	2376,	'zn_page_title_show',	'yes'),
(1811,	2376,	'zn_page_title',	''),
(1812,	2376,	'zn_page_subtitle',	''),
(1813,	2376,	'zn_page_builder_els',	'a:12:{i:0;a:5:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:13:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"43\";s:13:\"io_s_autoplay\";s:14:\"zn_dummy_value\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:11:\"io_s_scroll\";s:1:\"0\";s:21:\"io_s_scrolling_effect\";s:1:\"1\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:16:\"single_iosslider\";a:4:{i:0;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#0a0000\";s:24:\"io_slide_overlay_opacity\";s:2:\"20\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#0a0101\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:34:\"<strong>SUMMER SALE</strong> STEAM\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:30:\"UP TO <strong>40% OFF</strong>\";s:16:\"io_slide_s_title\";s:37:\"FOR NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"bottom\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"1\";s:22:\"io_slide_overlay_color\";s:7:\"#0a0000\";s:24:\"io_slide_overlay_opacity\";s:2:\"10\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"30\";s:22:\"io_slide_caption_style\";s:6:\"style2\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:33:\"<strong>HUGE</strong> SUMMER SALE\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:49:\"<span style=\"ff-alternative\">ALL UNDER $49</span>\";s:16:\"io_slide_s_title\";s:38:\"NEW OUTFITS FOR YOUR SUMMER\'S WARDROBE\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"SHOP NOW\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:9:\"fromright\";s:26:\"io_slide_caption_pos_horiz\";s:10:\"alignright\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:11:\"bottom-left\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#042b87\";s:24:\"io_slide_overlay_opacity\";s:2:\"45\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"30\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:35:\"CHIC • RAFINEMENT<br>FULL COMFORT\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:36:\"DISCOUNTS <strong>UP TO 50%</strong>\";s:16:\"io_slide_s_title\";s:37:\"FOR NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"START SHOPPING\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:10:\"alignright\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:20:\"io_slide_vd_self_ogg\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.ogv\";s:21:\"io_slide_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:14:\"io_slide_vd_vp\";s:79:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/50-Percent-Off.jpg\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:2:\"no\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"1\";s:22:\"io_slide_overlay_color\";s:7:\"#000000\";s:24:\"io_slide_overlay_opacity\";s:2:\"30\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"25\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:33:\"<strong>GRAND</strong><br>OPENING\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"1\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:58:\"<strong>INNOVATION AND PERFORMANCE </strong><br>SINCE 1978\";s:16:\"io_slide_s_title\";s:0:\"\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:21:\"SEE OUR LATEST OFFERS\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:6:\"zoomin\";s:26:\"io_slide_caption_pos_horiz\";s:11:\"aligncenter\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida1544641\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:7:{s:8:\"ac_style\";s:6:\"style1\";s:13:\"page_ac_title\";s:42:\"Want to be updated with our latest offers?\";s:16:\"page_ac_subtitle\";s:0:\"\";s:14:\"page_ac_b_text\";s:19:\"JOIN OUR NEWSLETTER\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:33:\"https://truma.youarenearly.online\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:12:\"modal_iframe\";}s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd8054a60\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"40\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:21:\"MULTIPURPOSE TEMPLATE\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:15:\"imgboxes_style1\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:19:\"image_box_link_text\";s:9:\"READ ON +\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid610bc804\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide5e29266\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:15:\"WELL DOCUMENTED\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:15:\"imgboxes_style1\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:19:\"image_box_link_text\";s:9:\"READ ON +\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid00f0e41e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid364ef958\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:13:\"GREAT SUPPORT\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:15:\"imgboxes_style1\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:9:\"READ ON +\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid934a12f3\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid7f7844d8\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid55370961\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:7:\"classic\";s:17:\"service_box_title\";s:15:\"WEB DEVELOPMENT\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:144:\"Content management systens\r\nVirtual shops and ecommerce \r\nPresentation websites\r\nOnline catalogues\r\nPortal systems\r\n& any other dynamic website \";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"26\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfa0385bb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid0fd92c72\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:7:\"classic\";s:17:\"service_box_title\";s:14:\"GRAPHIC DESIGN\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:122:\"Logo design\r\nFlyers & Brochures\r\nBusiness Cards\r\nStationery Design\r\nPowerpoint presentation\r\nPrint Ads / Magazine\r\nBanners\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"30\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide1a7b012\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid403afd88\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:7:\"classic\";s:17:\"service_box_title\";s:18:\"INTERNET MARKETING\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:103:\"Search engine optimisation\r\nSearch engine marketing\r\nInternet advertising\r\nWeb analysis\r\nBlog marketing\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:0:\"\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"30\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7402863d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid4ea302f3\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7facc73f\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"45\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#effdff\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_RecentWork\";s:7:\"options\";a:8:{s:9:\"rw_height\";s:3:\"190\";s:8:\"rw_style\";s:1:\"1\";s:8:\"rw_title\";s:11:\"RECENT WORK\";s:7:\"rw_desc\";s:81:\"These are our latest and brightest projects that we\'ve put a lot of passion into.\";s:12:\"rw_port_link\";s:18:\"carousel-portfolio\";s:17:\"rw_port_link_text\";s:8:\"VIEW ALL\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:14:\"ports_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd0e815b5\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid6ca13570\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5e557d4f\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"10\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#effdff\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_CallOutBanner\";s:7:\"options\";a:6:{s:16:\"calloutbox_style\";s:6:\"style1\";s:14:\"cab_main_title\";s:207:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work</span>, destined for the typical modern website that needs to stand out.</span>\";s:13:\"cab_sec_title\";s:134:\"Currently one of the best selling items on ThemeForest, featured across the marketplace and awarded with thousands of 5 stars ratings.\";s:15:\"cab_button_text\";s:44:\"FIND OUT <span class=\"fw-normal\">MORE</span>\";s:16:\"cab_button_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/callout2.svg\";s:15:\"cab_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd138a07d\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid56ee05e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6ade193b\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:10:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:29:\"SO WHY KALLYAS THEME, ANYWAY?\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:7:\"border2\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8325813f\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid0f1512c6\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:16:\"CUSTOMER SUPPORT\";s:8:\"ibx_desc\";s:44:\"Great customer support! Check out our forum.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue111\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14bc64fd\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid9b20250f\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:15:\"WELL DOCUMENTED\";s:8:\"ibx_desc\";s:65:\"Documentation included with explanations for most of the options.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue032\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcba608c0\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidc96e8e62\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:12:\"PAGE BUILDER\";s:8:\"ibx_desc\";s:107:\"Kallyas is now loaded with a custom made (awesome!) <span class=\"fw-semibold\">frontend</span> page builder.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue012\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide5cdcdb7\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid1ec5d9e8\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:17:\"CUSTOM SHORTCODES\";s:8:\"ibx_desc\";s:62:\"Useful custom shortcodes which are meant to ease up your work.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue254\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf46c6a5a\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid46f3420c\";}i:5;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";s:5:\"color\";s:0:\"\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf9e4f13e\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid82415986\";}i:6;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:17:\"RESPONSIVE DESIGN\";s:8:\"ibx_desc\";s:70:\"The theme has a redesigned responsive layout. Try resizing the window.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue140\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid12307927\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid673ea887\";}i:7;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:19:\"MULTILANGUAGE READY\";s:8:\"ibx_desc\";s:62:\"You can install as many languages as you want and extend them.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue034\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb908bb9f\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid223d5813\";}i:8;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:12:\"HTML5 & CSS3\";s:8:\"ibx_desc\";s:54:\"Built with modern technologies such as HTML5 and CSS3.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue162\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7f101ea5\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6bccf0e2\";}i:9;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:19:\"HIGHLY CUSTOMIZABLE\";s:8:\"ibx_desc\";s:61:\"This themes includes lots of customizations and combinations.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue137\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#6b6b6b\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"14\";s:18:\"ibx_shaped_padding\";s:2:\"14\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide91f8ad8\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid1ccbe8d3\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidee9557c7\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:14:\"TH_LatestPosts\";s:7:\"options\";a:3:{s:8:\"lp_title\";s:12:\"LATEST POSTS\";s:12:\"lp_blog_page\";s:18:\"carousel-portfolio\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc139c5e9\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8a9aa36f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8e4ef7b1\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ededed\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style2\";s:16:\"ctb_circle_title\";s:3:\"WHO\";s:14:\"ctb_main_title\";s:6:\"WE ARE\";s:11:\"ctb_content\";s:308:\"Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.\r\n<ul class=\"list-style1\">\r\n	<li>Aliquam feugiat eleifend</li>\r\n	<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\nPhasellus in risus quis lectus iaculis tate. Nullam facilisis mattis lacus, ut fermentum massa justo.\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid12b45a41\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidbe3b1eda\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:46:\"Hey there! Welcome to Kallyas WordPress Theme!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"5\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid37a90f3d\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:602:\"<a class=\"hoverBorder alignright\" href=\"#\"><img class=\"alignnone wp-image-1137 size-medium\" src=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/team-img-1-300x152.jpg\" alt=\"Our Team\" width=\"300\" height=\"152\" /></a>Vivamus ut molestie nulla. Aenean vel tortor velit. Morbi quis varius tortor. Quisque sit amet leo purus, eget accumsan lorem.\r\nCurabitur fringilla ipsum id quam lacinia venenatis.\r\n\r\nNullam facilisis mattis lacus, ut fermentum massa justo. Suspendisse potenti.\r\n\r\nNunc sodales dolor at justo posuere vitae pretium magna rhoncus. Sed quis velit eget diam condimentum tempus.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid554af252\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidf8da1fae\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:2:\"20\";s:5:\"color\";s:0:\"\";s:6:\"height\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5bf1dcca\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8505d56a\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_TestimonialBox\";s:7:\"options\";a:7:{s:8:\"tb_style\";s:6:\"style3\";s:11:\"tb_bg_color\";s:7:\"#ffffff\";s:11:\"tb_fg_style\";s:10:\"dark-quote\";s:9:\"tb_author\";s:11:\"Clint Jones\";s:13:\"tb_author_com\";s:10:\"Travis Co.\";s:15:\"tb_author_quote\";s:403:\"Globally engage compelling meta-services vis-a-vis collaborative catalysts for change. Competently disintermediate goal-oriented interfaces after cross-unit action items. Compellingly fabricate accurate architectures via timely products. Credibly administrate prospective paradigms vis-a-vis virtual manufactured products. Conveniently redefine premium supply chains before cross-platform meta-services.\";s:14:\"tb_author_logo\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid06c9058b\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidcc6928b9\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_TestimonialBox\";s:7:\"options\";a:7:{s:8:\"tb_style\";s:6:\"style3\";s:11:\"tb_bg_color\";s:7:\"#ffffff\";s:11:\"tb_fg_style\";s:10:\"dark-quote\";s:9:\"tb_author\";s:11:\"Clint Jones\";s:13:\"tb_author_com\";s:10:\"Travis Co.\";s:15:\"tb_author_quote\";s:171:\"Globally engage compelling meta-services vis-a-vis collaborative catalysts for change. Competently disintermediate goal-oriented interfaces after cross-unit action items. \";s:14:\"tb_author_logo\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logotest11-60x60.png\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid13a25d58\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc91b1b5b\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfbd1a0ff\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"55\";s:14:\"bottom_padding\";s:2:\"10\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_StepsBox\";s:7:\"options\";a:10:{s:14:\"stepsbox_style\";s:6:\"style1\";s:10:\"stp_height\";s:3:\"235\";s:11:\"stp_bgcolor\";s:5:\"light\";s:8:\"stp_size\";s:2:\"62\";s:9:\"stp_title\";s:19:\"our working process\";s:12:\"stp_subtitle\";s:10:\"in 3 steps\";s:8:\"stp_desc\";s:170:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi.\";s:13:\"stp_text_link\";s:13:\"MORE ABOUT US\";s:8:\"stp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"steps_single\";a:3:{i:0;a:7:{s:16:\"stp_single_title\";s:19:\"planning & strategy\";s:15:\"stp_single_desc\";s:97:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.\";s:12:\"stp_icontype\";s:8:\"fonticon\";s:14:\"stp_icon_color\";s:7:\"#ffffff\";s:15:\"stp_single_icon\";s:0:\"\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue60f\";}s:15:\"stp_single_anim\";s:4:\"tada\";}i:1;a:7:{s:16:\"stp_single_title\";s:16:\"design & develop\";s:15:\"stp_single_desc\";s:97:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.\";s:12:\"stp_icontype\";s:8:\"fonticon\";s:14:\"stp_icon_color\";s:7:\"#ffffff\";s:15:\"stp_single_icon\";s:0:\"\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}s:15:\"stp_single_anim\";s:5:\"pulse\";}i:2;a:7:{s:16:\"stp_single_title\";s:14:\"test & deliver\";s:15:\"stp_single_desc\";s:97:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.\";s:12:\"stp_icontype\";s:8:\"fonticon\";s:14:\"stp_icon_color\";s:7:\"#ffffff\";s:15:\"stp_single_icon\";s:0:\"\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}s:15:\"stp_single_anim\";s:15:\"fadeOutRightBig\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7d02e06b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfa36df9e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid74a2937e\";}i:10;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_PartnersLogos\";s:7:\"options\";a:3:{s:8:\"pl_title\";s:32:\"OUR PARTNERS // TEHNOLOGIES USED\";s:14:\"pl_title_style\";s:6:\"style1\";s:15:\"partners_single\";a:6:{i:0;a:2:{s:14:\"lp_single_logo\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/wordpress.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:1;a:2:{s:14:\"lp_single_logo\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/html5.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:2;a:2:{s:14:\"lp_single_logo\";s:69:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/css3.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:3;a:2:{s:14:\"lp_single_logo\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/themeforest.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:4;a:2:{s:14:\"lp_single_logo\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/jquery.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}i:5;a:2:{s:14:\"lp_single_logo\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/joomla.png\";s:7:\"lp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1d1c0332\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid38dd013a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid06d7ad1a\";}i:11;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:18:\"TH_KeywordsElement\";s:7:\"options\";a:4:{s:16:\"keywordbox_style\";s:6:\"style1\";s:11:\"kb_bg_image\";s:0:\"\";s:11:\"kb_bg_color\";s:0:\"\";s:10:\"kw_content\";s:59:\"just some keywords here, services or what any text you want\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc6ed6ebf\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid658e167b\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6c432115\";}}'),
(1814,	2376,	'zn_page_custom_css',	''),
(1815,	2377,	'zn_page_builder_status',	'enabled'),
(1816,	2377,	'slide_template',	'default'),
(1817,	2377,	'zn_page_layout',	'default'),
(1818,	2377,	'zn_sidebar_select',	'default'),
(1819,	2377,	'zn_zn_disable_subheader',	'no'),
(1820,	2377,	'zn_page_title_show',	'yes'),
(1821,	2377,	'zn_page_title',	''),
(1822,	2377,	'zn_page_subtitle',	''),
(1823,	2377,	'zn_page_builder_els',	'a:12:{i:0;a:6:{s:6:\"object\";s:26:\"TH_StaticContentWeatherBox\";s:7:\"options\";a:37:{s:9:\"ww_height\";s:3:\"850\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:14:\"ww_slide_title\";s:22:\"TAKE YOUR VACATION NOW\";s:17:\"ww_slide_subtitle\";s:24:\"You know you deserve it!\";s:17:\"ww_slide_m_button\";s:34:\"AND GET 20% DISCOUNT ON YOUR ORDER\";s:15:\"ww_slide_l_text\";s:14:\"SEE OUR OFFERS\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:10:\"scw_enable\";s:1:\"1\";s:9:\"scw_woeid\";s:8:\"12589335\";s:12:\"scw_location\";s:12:\"Brooklyn, NY\";s:8:\"scw_unit\";s:1:\"f\";s:15:\"ww_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:13:\"video_youtube\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:11:\"tACbGF4LHdg\";s:18:\"source_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:12:\"source_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:2:\"no\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#00518c\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3bab2123\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:39:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:6:\"1170px\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:14:\"section_scheme\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:17:{s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"626\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:6:\"Safari\";s:14:\"image_box_text\";s:0:\"\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:16:\"ib_bottom_margin\";s:1:\"0\";s:13:\"corner_radius\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8ab45fe4\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4e407418\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:23:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:3:\"30%\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:3:\"30%\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:3:\"15%\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:3:\"15%\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"5%\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"5%\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:4:\"15px\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:4:\"15px\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:5:\"-50px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:39:{s:12:\"mc_link_type\";s:2:\"pb\";s:13:\"mc_link_style\";s:5:\"lined\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:6:\"center\";s:21:\"mc_height_breakpoints\";s:2:\"xs\";s:12:\"mc_height_lg\";s:3:\"626\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"350\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:23:\"source_overlay_color_v2\";s:19:\"rgba(53,53,53,0.65)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:24:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:17:\"DISCOVER BOTSWANA\";s:11:\"te_subtitle\";s:218:\"Blessed with some of the greatest wildlife spectacles on earth, Botswana is one of the great safari destinations in Africa. <br/>\r\n<strong><i>There are more elephants in Botswana than any other country, </i></strong>\r\n\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#222222\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcd573261\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid958af5a4\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddd9e1a0b\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbfaef737\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid28886816\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9d614bee\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac76e0ef\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:41:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:6:\"1170px\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:23:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"xs\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:3:\"20%\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"1%\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"1%\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:39:{s:12:\"mc_link_type\";s:2:\"pb\";s:13:\"mc_link_style\";s:5:\"lined\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:6:\"center\";s:21:\"mc_height_breakpoints\";s:2:\"xs\";s:12:\"mc_height_lg\";s:3:\"685\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"420\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:23:\"source_overlay_color_v2\";s:19:\"rgba(53,53,53,0.65)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:24:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:27:\"YOUR FAVOURITE TRAVEL GUIDE\";s:11:\"te_subtitle\";s:221:\"Thanks to many years of experience, high professionalism of employees and mutual respect policy vis-à-vis clients and partners, the company has earned the trust and credibility among travel agencies, and private clients.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"9\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:7:\"#222222\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid442fb454\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:8:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:15:{s:11:\"button_text\";s:8:\"BOOK NOW\";s:11:\"button_link\";a:3:{s:3:\"url\";s:42:\"https://truma.youarenearly.onlines/travel/\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:13:\"btn-fullblack\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"button_width\";s:13:\"btn-halfwidth\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide34f5bdb\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7b6cbed5\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidee8576da\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid898ee9b2\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8b99d708\";}}s:5:\"width\";s:8:\"col-md-5\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1dda70f7\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:23:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"sm\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"1%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:6:\"-110px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:17:{s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"593\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:0:\"\";s:14:\"image_box_text\";s:0:\"\";s:15:\"image_box_style\";s:15:\"imgboxes_style1\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:16:\"ib_bottom_margin\";s:1:\"0\";s:13:\"corner_radius\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"150\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid55601fea\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:23:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"xs\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:3:\"60%\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"0%\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:6:\"-150px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:5:\"-80px\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:3:\"0px\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:35:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:5:\"lined\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"340\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"275\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"300\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"500\";s:7:\"unit_xs\";s:2:\"px\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:23:\"source_overlay_color_v2\";s:18:\"rgba(53,53,53,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:18:\"rgba(53,53,53,0.3)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:10:\"u-zindex-2\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"250\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc33d5183\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid725836d5\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid20e502aa\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb0cd2efb\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95673356\";}}s:5:\"width\";s:8:\"col-md-7\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9212d77f\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4ec6673e\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:39:{s:11:\"top_padding\";s:3:\"100\";s:14:\"bottom_padding\";s:2:\"54\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:6:\"1170px\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#3bbfad\";s:14:\"section_scheme\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:10:\"u-zindex-1\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:5:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:24:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:33:\"TOP TRAVEL DESTINATIONS FOR 2016 \";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"11\";s:14:\"bottom_padding\";s:2:\"26\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid459c22fd\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc2e5c893\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd8887933\";}i:4;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:36:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:14:\"section_scheme\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:8:\"gutter-0\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:13:{s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"400\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:15:\"BALI, INDONESIA\";s:14:\"image_box_text\";s:0:\"\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:0:\"\";}s:16:\"ib_bottom_margin\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide7924a35\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb12652eb\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:13:{s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"400\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:12:\"SOUTH AFRICA\";s:14:\"image_box_text\";s:0:\"\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:0:\"\";}s:16:\"ib_bottom_margin\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0754aa2\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc93394b5\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:13:{s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"400\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:15:\"ITALIAN RIVIERA\";s:14:\"image_box_text\";s:0:\"\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:0:\"\";}s:16:\"ib_bottom_margin\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida7c560b9\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb13b0a08\";}i:3;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:13:{s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"400\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:13:\"KERALA, INDIA\";s:14:\"image_box_text\";s:0:\"\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:0:\"\";}s:16:\"ib_bottom_margin\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaa9adf82\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0adb098f\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid99fc57e2\";}i:5;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:39:{s:11:\"top_padding\";s:3:\"108\";s:14:\"bottom_padding\";s:3:\"145\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:6:\"1170px\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:14:\"section_scheme\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:8:\"te_title\";s:20:\"ADVENTURE EXPEDITION\";s:11:\"te_subtitle\";s:91:\"If you\'re an adventurer, or an adrenaline enthusiast these are our recommendations for you.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#222222\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidce0b36e9\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:23:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"1%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:8:\"gutter-0\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:8:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:23:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"1%\";s:5:\"right\";s:4:\"50px\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:30:{s:9:\"ibx_title\";s:10:\"SNORKELING\";s:8:\"ibx_desc\";s:111:\"We\'ve ranked the 25 island spots for the best snorkeling in the world, from No. 25 (the Galapagos) to No. 1 (?)\";s:13:\"ibx_link_type\";s:9:\"icontitle\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:9:\"Read more\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:72:\"https://truma.youarenearly.online/wp-content/uploads/2016/03/icon1-1.png\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#444444\";s:15:\"ibx_shape_color\";s:7:\"#ffffff\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#1bb56d\";s:8:\"ibx_size\";s:2:\"40\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"24\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_floated\";s:5:\"fleft\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"200\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf4491d33\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:30:{s:9:\"ibx_title\";s:7:\"SKYDIVE\";s:8:\"ibx_desc\";s:143:\"Skydive Dubai is a leading skydiving company in the Dubai. See Dubai from above and watch incredible views as you swoop over the Palm Jumeirah.\";s:13:\"ibx_link_type\";s:9:\"icontitle\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:9:\"Read more\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:72:\"https://truma.youarenearly.online/wp-content/uploads/2016/03/icon2-1.png\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#444444\";s:15:\"ibx_shape_color\";s:7:\"#ffffff\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#1bb56d\";s:8:\"ibx_size\";s:2:\"40\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"24\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_floated\";s:5:\"fleft\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"200\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7b1b28a2\";}i:2;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:30:{s:9:\"ibx_title\";s:6:\"HIKING\";s:8:\"ibx_desc\";s:139:\"Expansive views, towering trees, and dramatic geology are just some of the astounding features of America’s most beautiful hiking trails.\";s:13:\"ibx_link_type\";s:9:\"icontitle\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:72:\"https://truma.youarenearly.online/wp-content/uploads/2016/03/icon3-1.png\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#444444\";s:15:\"ibx_shape_color\";s:7:\"#ffffff\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#1bb56d\";s:8:\"ibx_size\";s:2:\"40\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"24\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_floated\";s:5:\"fleft\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"200\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid19c69292\";}i:3;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:30:{s:9:\"ibx_title\";s:7:\"RAFTING\";s:8:\"ibx_desc\";s:128:\"Are you looking for the thrill of a lifetime? Prepare to conquer whitewater rapids that are as exciting as they are challenging.\";s:13:\"ibx_link_type\";s:9:\"icontitle\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:72:\"https://truma.youarenearly.online/wp-content/uploads/2016/03/icon4-1.png\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#444444\";s:15:\"ibx_shape_color\";s:7:\"#ffffff\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#1bb56d\";s:8:\"ibx_size\";s:2:\"40\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"24\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_floated\";s:5:\"fleft\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"200\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d2fd51f\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid15f18527\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd71d9818\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc9e0d780\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:8:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_PhotoGallery\";s:7:\"options\";a:13:{s:9:\"pg_layout\";s:3:\"sld\";s:11:\"pg_num_cols\";s:1:\"4\";s:13:\"pg_img_height\";s:0:\"\";s:17:\"pg_sld_car_height\";s:5:\"fixed\";s:13:\"pg_sld_height\";s:3:\"590\";s:12:\"sld_autoplay\";s:14:\"zn_dummy_value\";s:11:\"sld_timeout\";s:4:\"6000\";s:7:\"sld_nav\";s:4:\"both\";s:20:\"single_photo_gallery\";a:4:{i:0;a:4:{s:9:\"spg_title\";s:10:\"Snorkeling\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:12:\"modal_iframe\";}i:1;a:4:{s:9:\"spg_title\";s:7:\"Skydive\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:12:\"modal_iframe\";}i:2;a:4:{s:9:\"spg_title\";s:6:\"Hiking\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:12:\"modal_iframe\";}i:3;a:4:{s:9:\"spg_title\";s:7:\"Rafting\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:14:\"spg_url_target\";s:12:\"modal_iframe\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39755e58\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid92ee8629\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbf47376b\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfdd4ffc7\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbf54f6ea\";}i:6;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:36:{s:11:\"top_padding\";s:3:\"126\";s:14:\"bottom_padding\";s:3:\"124\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#191919\";s:14:\"section_scheme\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:8:\"gutter-0\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:19:{s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:8:\"gutter-0\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:9:\"css_class\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:19:{s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"40px\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:5:\"-10PX\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:8:\"te_title\";s:35:\"THEMATIC PACKAGES AROUND THE WORLD!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#cc0000\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"42px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:7:\"#cccccc\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#999999\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"200\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7949c4eb\";}i:1;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:25:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:0:\"\";s:11:\"te_subtitle\";s:154:\"Our all-including thematic packages are created according to your interests, and give you the opportunity to experience your passion all around the world.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"24\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#999999\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:20:\"znpb_hide_breakpoint\";a:1:{i:0;s:2:\"sm\";}s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"200\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7ff157d7\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid30034e96\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2a7c5dd7\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd040c586\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:36:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:5:\"lined\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:1:\"#\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"300\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"400\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75c484c5\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb5468484\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:36:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:6:\"dsadsa\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"300\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"600\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc7333645\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcf20ba25\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide7c5b9d9\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:19:{s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:8:\"gutter-0\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:36:{s:12:\"mc_link_type\";s:3:\"btn\";s:13:\"mc_link_style\";s:5:\"lined\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"300\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"200\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide9ae7d09\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4660b550\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:36:{s:12:\"mc_link_type\";s:3:\"btn\";s:13:\"mc_link_style\";s:6:\"circle\";s:11:\"mc_btn_text\";s:4:\"Play\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=wD0Xiq9aWQQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"300\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"400\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2a4d6783\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid51adbe0b\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:39:{s:12:\"mc_link_type\";s:3:\"btn\";s:13:\"mc_link_style\";s:5:\"lined\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:21:\"mc_height_breakpoints\";s:2:\"lg\";s:12:\"mc_height_lg\";s:3:\"300\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:23:\"source_overlay_color_v2\";s:18:\"rgba(53,53,53,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:18:\"rgba(53,53,53,0.3)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"200\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida8a76a14\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid977ba5b7\";}i:3;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:40:{s:12:\"mc_link_type\";s:3:\"btn\";s:13:\"mc_link_style\";s:5:\"lined\";s:11:\"mc_btn_text\";s:3:\"dsa\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:21:\"mc_height_breakpoints\";s:2:\"lg\";s:12:\"mc_height_lg\";s:3:\"300\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:23:\"source_overlay_color_v2\";s:18:\"rgba(53,53,53,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:18:\"rgba(53,53,53,0.3)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:20:\"znpb_hide_breakpoint\";a:1:{i:0;s:2:\"xs\";}s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcb52d059\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1725c79d\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbc55f7ea\";}i:2;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:19:{s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:8:\"gutter-0\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:39:{s:12:\"mc_link_type\";s:2:\"pb\";s:13:\"mc_link_style\";s:5:\"lined\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:6:\"center\";s:21:\"mc_height_breakpoints\";s:2:\"xs\";s:12:\"mc_height_lg\";s:3:\"300\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"300\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:23:\"source_overlay_color_v2\";s:19:\"rgba(53,53,53,0.65)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:8:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:15:{s:11:\"button_text\";s:17:\"VIEW ALL PACKAGES\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:30:\"btn-fullcolor btn-custom-color\";s:16:\"btn_custom_color\";s:7:\"#3bbfad\";s:11:\"button_size\";s:6:\"btn-lg\";s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"600\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3322800d\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid65188cc7\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09fa6028\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid663b649d\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:36:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:6:\"circle\";s:11:\"mc_btn_text\";s:6:\"dsadsa\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:1:\"#\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"300\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"200\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc13c0538\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd2f53d2b\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:36:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim1\";s:11:\"mc_btn_text\";s:8:\"thailand\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:1:\"#\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"300\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:12:\"fadeInUp wow\";s:12:\"appear_delay\";s:3:\"400\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid560602a5\";}}s:5:\"width\";s:8:\"col-md-3\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid74061a14\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid678831fb\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid66a1b798\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd7d159e4\";}i:7;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:35:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"section_scheme\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:8:\"gutter-0\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:8:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:36:{s:12:\"mc_link_type\";s:3:\"btn\";s:13:\"mc_link_style\";s:6:\"circle\";s:11:\"mc_btn_text\";s:14:\"Kallyas button\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=wD0Xiq9aWQQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"700\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"385\";s:12:\"mc_height_xs\";s:3:\"485\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5bee52c\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid796d22f8\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:8:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:23:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"xs\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"0%\";s:5:\"right\";s:3:\"30%\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:3:\"30%\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:3:\"20%\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:3:\"20%\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:3:\"10%\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:3:\"10%\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:4:\"10px\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:4:\"10px\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:39:{s:12:\"mc_link_type\";s:2:\"pb\";s:13:\"mc_link_style\";s:5:\"lined\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:6:\"center\";s:21:\"mc_height_breakpoints\";s:2:\"sm\";s:12:\"mc_height_lg\";s:3:\"700\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"450\";s:12:\"mc_height_xs\";s:3:\"450\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:23:\"source_overlay_color_v2\";s:19:\"rgba(53,53,53,0.65)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:24:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:16:\"DISCOVER TAILAND\";s:11:\"te_subtitle\";s:455:\"Now is the perfect time to Discover Thailand, as Travel + Leisure recently named Bangkok one of the best cities in the world—describing it as \r\n\r\n<br/>\r\n<h4><strong><i>“Frenetic, colorful, and a curious amalgamation of past and present.”</i></strong></h4>\r\n\r\nWith us, you’ll spend three nights in Bangkok, witnessing its remarkable sights and immersing yourself in the local culture. But don’t delay—space on this trip is sure to fill quickly.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#222222\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:3:\"div\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcf0f35ea\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1928e634\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0534e47\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb6d06443\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcdd4f6bd\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf38b1c8c\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida5783d32\";}i:8;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:41:{s:11:\"top_padding\";s:2:\"77\";s:14:\"bottom_padding\";s:3:\"160\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:6:\"1170px\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:24:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:21:\"FEATURED DESTINATIONS\";s:11:\"te_subtitle\";s:64:\"We\'ve selected a few destinations for you witch are crazy cheap.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"14\";s:14:\"bottom_padding\";s:2:\"14\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#222222\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid444d9d76\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid76b1ad57\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:39:{s:12:\"mc_link_type\";s:2:\"pb\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:45:\"FIVE WARMEST PLACES TO SPEND WINTER IN EUROPE\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:6:\"center\";s:21:\"mc_height_breakpoints\";s:2:\"lg\";s:12:\"mc_height_lg\";s:3:\"475\";s:12:\"mc_height_md\";s:3:\"475\";s:12:\"mc_height_sm\";s:3:\"475\";s:12:\"mc_height_xs\";s:3:\"475\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:23:\"source_overlay_color_v2\";s:15:\"rgba(0,0,0,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:18:\"rgba(53,53,53,0.3)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:8:\"te_title\";s:13:\"SYDNEY<BR/>\r\n\";s:11:\"te_subtitle\";s:61:\"Sydney  the exclusive club of cities that generate excitement\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"15\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#ffffff\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidae2cca12\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:6:{s:12:\"el_alignment\";s:6:\"center\";s:10:\"single_btn\";a:1:{i:0;a:13:{s:11:\"button_text\";s:4:\"MORE\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:9:\"btn-lined\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:0:\"\";s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9fbf7420\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid320a287f\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6e77688a\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid418cd357\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:39:{s:12:\"mc_link_type\";s:2:\"pb\";s:13:\"mc_link_style\";s:11:\"borderanim1\";s:11:\"mc_btn_text\";s:6:\"HAWAII\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:6:\"center\";s:21:\"mc_height_breakpoints\";s:2:\"lg\";s:12:\"mc_height_lg\";s:3:\"475\";s:12:\"mc_height_md\";s:3:\"475\";s:12:\"mc_height_sm\";s:3:\"475\";s:12:\"mc_height_xs\";s:3:\"475\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:23:\"source_overlay_color_v2\";s:15:\"rgba(0,0,0,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:18:\"rgba(53,53,53,0.3)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:8:\"te_title\";s:6:\"HAWAII\";s:11:\"te_subtitle\";s:68:\"The People of Hawaii would like to<br/>share their Islands with you.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"15\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#ffffff\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida9294d67\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:6:{s:12:\"el_alignment\";s:6:\"center\";s:10:\"single_btn\";a:1:{i:0;a:13:{s:11:\"button_text\";s:4:\"MORE\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:9:\"btn-lined\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:0:\"\";s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid11548cd6\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid12a6c4b3\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid233ffbeb\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5b5105a2\";}i:3;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:39:{s:12:\"mc_link_type\";s:2:\"pb\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:45:\"FIVE WARMEST PLACES TO SPEND WINTER IN EUROPE\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:6:\"center\";s:21:\"mc_height_breakpoints\";s:2:\"lg\";s:12:\"mc_height_lg\";s:3:\"475\";s:12:\"mc_height_md\";s:3:\"475\";s:12:\"mc_height_sm\";s:3:\"475\";s:12:\"mc_height_xs\";s:3:\"475\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:23:\"source_overlay_color_v2\";s:15:\"rgba(0,0,0,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:18:\"rgba(53,53,53,0.3)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:8:\"te_title\";s:5:\"ITALY\";s:11:\"te_subtitle\";s:62:\"The best beaches in Italy as awarded by millions of travelers.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"15\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#ffffff\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid28449867\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:6:{s:12:\"el_alignment\";s:6:\"center\";s:10:\"single_btn\";a:1:{i:0;a:13:{s:11:\"button_text\";s:4:\"MORE\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:9:\"btn-lined\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:0:\"\";s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5813ee84\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1094e631\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid73229152\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0918ca8\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0a9b560b\";}i:9;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:41:{s:11:\"top_padding\";s:3:\"100\";s:14:\"bottom_padding\";s:3:\"100\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:6:\"1170px\";s:16:\"background_color\";s:7:\"#0a0a0a\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:123:\"https://truma.youarenearly.onlines/travel/wp-content/uploads/sites/7/revslider/slider 1/shutterstock_265782335-1-resize.jpg\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:3:\"yes\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#350000\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:19:{s:8:\"te_title\";s:16:\"WHAT CLIENTS SAY\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";}s:9:\"css_class\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid19f8adbf\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid639f3d3c\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:7:{s:15:\"pts_color_theme\";s:0:\"\";s:10:\"tst_single\";a:1:{i:0;a:9:{s:8:\"tst_name\";s:11:\"Jake Sparow\";s:12:\"tst_position\";s:9:\"Architect\";s:15:\"tst_testimonial\";s:111:\"We are using Keys Please for all our holidays, they have the smallest prices and the most interesting packages.\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"4\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb709f408\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1e7bd711\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:7:{s:15:\"pts_color_theme\";s:0:\"\";s:10:\"tst_single\";a:1:{i:0;a:9:{s:8:\"tst_name\";s:7:\"Jessica\";s:12:\"tst_position\";s:10:\"Vanderlust\";s:15:\"tst_testimonial\";s:60:\"My experience with Keys Please  was.. well... a 5 stars one.\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"4\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3dd5a75a\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb3967e1f\";}i:3;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:7:{s:15:\"pts_color_theme\";s:0:\"\";s:10:\"tst_single\";a:1:{i:0;a:9:{s:8:\"tst_name\";s:5:\"Casey\";s:12:\"tst_position\";s:8:\"Wanderer\";s:15:\"tst_testimonial\";s:86:\"I recommend them with pleasure the trip was excellent, their staff are awesome people.\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"4\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid94900ca5\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid81079cab\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid53c2d85f\";}i:10;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:36:{s:11:\"top_padding\";s:3:\"120\";s:14:\"bottom_padding\";s:3:\"120\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#3bbfad\";s:14:\"section_scheme\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:8:\"te_title\";s:13:\"GET AN OFFER!\";s:11:\"te_subtitle\";s:111:\"Do not bother with your holidays , let us handle them for you.<br/>We will send you the best prices and offers.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid445c07cf\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:6:{s:12:\"el_alignment\";s:6:\"center\";s:10:\"single_btn\";a:1:{i:0;a:13:{s:11:\"button_text\";s:10:\"CONTACT US\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:9:\"btn-lined\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:0:\"\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8a78fee3\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid053aa20d\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida83148f9\";}i:11;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:39:{s:11:\"top_padding\";s:3:\"150\";s:14:\"bottom_padding\";s:3:\"150\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:6:\"1170px\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ededed\";s:14:\"section_scheme\";s:5:\"light\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:6:{s:13:\"column_offset\";s:15:\"col-sm-offset-3\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";s:9:\"css_class\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";}s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:6:{s:12:\"el_alignment\";s:6:\"center\";s:10:\"single_btn\";a:3:{i:0;a:13:{s:11:\"button_text\";s:4:\"HOME\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:8:\"btn-link\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:0:\"\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:13:{s:11:\"button_text\";s:5:\"ABOUT\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:8:\"btn-link\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:0:\"\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:13:{s:11:\"button_text\";s:4:\"BLOG\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:8:\"btn-link\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:11:\"button_size\";s:0:\"\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:5:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0a9787f2\";}i:1;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:8:\"te_title\";s:56:\"Receive our latest travel offers straight to your inbox.\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"50\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid79b27fca\";}i:2;a:6:{s:6:\"object\";s:16:\"TH_NewsletterBox\";s:7:\"options\";a:17:{s:7:\"nb_mlid\";s:10:\"69c75c8a90\";s:8:\"nb_style\";s:6:\"normal\";s:9:\"nb_layout\";s:6:\"single\";s:8:\"nb_em_pl\";s:21:\"youremail@address.com\";s:13:\"nb_btn_height\";s:2:\"55\";s:11:\"nb_btn_type\";s:4:\"text\";s:12:\"nb_btn_color\";s:7:\"#ffcc00\";s:16:\"nb_btn_color_hov\";s:7:\"#000000\";s:8:\"nb_sb_pl\";s:9:\"SUBSCRIBE\";s:7:\"nb_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue072\";}s:12:\"nb_font_size\";s:2:\"16\";s:12:\"nb_btn_width\";s:3:\"190\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5e7f3c05\";}i:3;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:8:\"te_title\";s:9:\"FOLLOW US\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"13\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05d539aa\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbe099d53\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:14:\"TH_SocialIcons\";s:7:\"options\";a:15:{s:12:\"el_alignment\";s:6:\"center\";s:8:\"sc_style\";s:5:\"clean\";s:9:\"sc_layout\";s:6:\"normal\";s:8:\"sc_shape\";s:7:\"rounded\";s:7:\"sc_size\";s:2:\"18\";s:12:\"icon_padding\";s:2:\"14\";s:13:\"icon_distance\";s:2:\"22\";s:18:\"icon_distance_vert\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:14:\"element_scheme\";s:0:\"\";s:9:\"single_sc\";a:3:{i:0;a:5:{s:13:\"sc_icon_title\";s:8:\"Facebook\";s:12:\"sc_icon_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:13:\"sc_icon_color\";s:7:\"#81d742\";s:17:\"sc_icon_textcolor\";s:7:\"#666666\";s:12:\"sc_icon_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:1;a:5:{s:13:\"sc_icon_title\";s:7:\"Twitter\";s:12:\"sc_icon_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:13:\"sc_icon_color\";s:7:\"#000000\";s:17:\"sc_icon_textcolor\";s:7:\"#666666\";s:12:\"sc_icon_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}i:2;a:5:{s:13:\"sc_icon_title\";s:9:\"Instagram\";s:12:\"sc_icon_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:13:\"sc_icon_color\";s:7:\"#000000\";s:17:\"sc_icon_textcolor\";s:7:\"#666666\";s:12:\"sc_icon_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue859\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:16:\"appear_animation\";s:16:\"wow no_animation\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6b1d1b32\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:9:{s:14:\"element_scheme\";s:0:\"\";s:11:\"stb_content\";s:119:\"<p style=\"text-align: center;\">Copyright <a href=\"http://kallyas.net\">Kallyas.net</a> © 2016. All rights reserved.</p>\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:9:\"css_class\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddcecb001\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfe8acfd2\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05b4ee39\";}}'),
(1824,	2377,	'show_header',	'show_header'),
(1825,	2377,	'show_footer',	'zn_dummy_value'),
(1826,	2377,	'zn_page_custom_css',	'/*back to top round*/\r\n.on--totop #totop {\r\n    border-radius:50%!important;\r\n}\r\n\r\n\r\n/*newsletter*/\r\n.kl-newsletter-field{\r\n    box-shadow:none;\r\n}\r\n.form-control{border-radius:0;}\r\n\r\n.kl-newsletter-submit {  width: 175px; }\r\n\r\n.video-grid-overlay:after{background-image:none;}\r\n\r\n\r\n.u-zindex-2{\r\n    position:relative;\r\n    bottom:50px;\r\n}\r\n@media only screen and (min-width: 768px) {\r\n    .u-zindex-2{\r\n         bottom:-50px;\r\n    }\r\n}'),
(1827,	2377,	'zn_page_custom_js',	''),
(1828,	2377,	'zn_subheader_style',	'zn_def_header_style'),
(1829,	2377,	'zn_page_override_boxed_layout',	'def'),
(1830,	2377,	'zn-custom-layout',	'0'),
(1831,	2378,	'zn_page_builder_status',	'enabled'),
(1832,	2378,	'slide_template',	'default'),
(1833,	2378,	'zn_page_layout',	'default'),
(1834,	2378,	'zn_sidebar_select',	'default'),
(1835,	2378,	'zn_zn_disable_subheader',	'no'),
(1836,	2378,	'zn_page_title_show',	'yes'),
(1837,	2378,	'zn_page_title',	''),
(1838,	2378,	'zn_page_subtitle',	'');
INSERT INTO `wpmq_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1839,	2378,	'zn_page_builder_els',	'a:11:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:3:\"215\";s:14:\"bottom_padding\";s:2:\"90\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#000000\";s:22:\"source_overlay_opacity\";s:2:\"70\";s:29:\"source_overlay_color_gradient\";s:7:\"#26221c\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"85\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:18:\"shadow_simple_down\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:86:\"<span class=\"fw-semibold text-custom\">Innovation and Technological</span> Breakthrough\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:5:\"light\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"15\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#ffffff\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"46px\";s:11:\"line-height\";s:4:\"49px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcda2e036\";}i:1;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:0:\"\";s:11:\"te_subtitle\";s:163:\"Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. <br>Vestibulum accumsan lorem nisl, bibendum congue mauris aliquam vel.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:5:\"light\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#ffffff\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"42px\";s:11:\"line-height\";s:4:\"49px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2788a81f\";}i:2;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:2:{s:12:\"el_alignment\";s:6:\"center\";s:10:\"single_btn\";a:1:{i:0;a:10:{s:11:\"button_text\";s:10:\"CONTACT US\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:20:\"btn-lined btn-skewed\";s:11:\"button_size\";s:6:\"btn-md\";s:12:\"button_width\";s:9:\"btn-forth\";s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcf2dc370\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide5b01733\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:3:\"100\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16462e43\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:3:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";a:8:{i:0;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo1.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo2.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo3.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo4.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo5.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:5;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo6.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:6;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo7.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:7;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo8.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1d5b6125\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid791bc151\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid998f49cb\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:13:\"shadow_simple\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:40:\"CONTINUALLY ARCHITECT PROGRESSIVE NICHES\";s:11:\"te_subtitle\";s:80:\"APPROPRIATELY MORPH TECHNICALLY SOUND LEADERSHIP SKILLS WITH VERTICAL MINDSHARE.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"6\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"42px\";s:11:\"line-height\";s:4:\"62px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#424242\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid466c2a7a\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf2d44893\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:0:\"\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:395:\"<h4>Monotonectally parallel task market positioning metrics after quality schemas. Credibly provide access to unique portals through ubiquitous vortals. Intrinsicly orchestrate resource-leveling web-readiness rather than turnkey benefits. Compellingly enhance real-time innovation rather than front-end value. Appropriately morph technically sound leadership skills with vertical mindshare.</h4>\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"32px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#424242\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6c1b6d5a\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluid7db1476d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-3\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:26:{s:9:\"ibx_title\";s:19:\"CONTINUOUS CASHFLOW\";s:8:\"ibx_desc\";s:0:\"\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/business-set1-05.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"38\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:6:\"center\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"22px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid58753410\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid9b81acc7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:26:{s:9:\"ibx_title\";s:17:\"EXCELLENT SUPPORT\";s:8:\"ibx_desc\";s:0:\"\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/business-set1-04.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"38\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:6:\"center\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"22px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida958feee\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid261a5d7f\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:26:{s:9:\"ibx_title\";s:15:\"UPRISING MARKET\";s:8:\"ibx_desc\";s:0:\"\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/business-set1-03.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"38\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:6:\"center\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"22px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidad31ac65\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid0e929c5f\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:26:{s:9:\"ibx_title\";s:19:\"DAILY INFO & BRIEFS\";s:8:\"ibx_desc\";s:0:\"\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/business-set1-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"38\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:6:\"center\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"22px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8c35b6be\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid29e8cce1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide6de854d\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid1f589344\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid677e125b\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"55\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:82:\"EFFICIENTLY RE-ENGINEER <br>\r\n<span class=\"fw-bold\">END-TO-END ACTION ITEMS</span>\";s:11:\"te_subtitle\";s:154:\"Efficiently re-engineer end-to-end action items for web-enabled paradigms. Proactively productivate worldwide expertise before economically sound markets.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"30\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"34px\";s:11:\"font-weight\";s:3:\"100\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#280202\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid19696533\";}i:1;a:5:{s:6:\"object\";s:17:\"TH_TestimonialBox\";s:7:\"options\";a:7:{s:8:\"tb_style\";s:6:\"style3\";s:11:\"tb_bg_color\";s:7:\"#ffffff\";s:11:\"tb_fg_style\";s:10:\"dark-quote\";s:9:\"tb_author\";s:11:\"Clint Jones\";s:13:\"tb_author_com\";s:10:\"Travis Co.\";s:15:\"tb_author_quote\";s:403:\"Globally engage compelling meta-services vis-a-vis collaborative catalysts for change. Competently disintermediate goal-oriented interfaces after cross-unit action items. Compellingly fabricate accurate architectures via timely products. Credibly administrate prospective paradigms vis-a-vis virtual manufactured products. Conveniently redefine premium supply chains before cross-platform meta-services.\";s:14:\"tb_author_logo\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7283e282\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid5566591c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:9:\"TH_Skills\";s:7:\"options\";a:9:{s:12:\"sk_main_text\";s:12:\"market share\";s:8:\"sk_width\";s:3:\"520\";s:11:\"sk_fontsize\";s:2:\"20\";s:12:\"sk_maincolor\";s:7:\"#cd2122\";s:16:\"sk_maintextcolor\";s:7:\"#ffffff\";s:15:\"sk_enablelegend\";s:14:\"zn_dummy_value\";s:14:\"sk_legend_text\";s:6:\"LEGEND\";s:15:\"sk_legend_align\";s:8:\"topright\";s:13:\"skills_single\";a:5:{i:0;a:3:{s:10:\"skill_text\";s:10:\"Javascript\";s:11:\"skill_color\";s:7:\"#2b2b2b\";s:11:\"skill_level\";s:2:\"80\";}i:1;a:3:{s:10:\"skill_text\";s:7:\"SEO/SEM\";s:11:\"skill_color\";s:7:\"#424242\";s:11:\"skill_level\";s:2:\"90\";}i:2;a:3:{s:10:\"skill_text\";s:9:\"Wordpress\";s:11:\"skill_color\";s:7:\"#595959\";s:11:\"skill_level\";s:2:\"77\";}i:3;a:3:{s:10:\"skill_text\";s:6:\"Design\";s:11:\"skill_color\";s:7:\"#828282\";s:11:\"skill_level\";s:2:\"64\";}i:4;a:3:{s:10:\"skill_text\";s:6:\"Swift \";s:11:\"skill_color\";s:7:\"#a5a5a5\";s:11:\"skill_level\";s:2:\"65\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd8f3870e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid00eaee93\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbd1cf823\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:2:\"65\";s:5:\"color\";s:7:\"#eaeaea\";s:6:\"height\";s:1:\"3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid63c75efc\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid271558d9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:40:\"Actively productive worldwide expertise.\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#686868\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaed562ce\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid24442d55\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:266:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid30b39328\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid0b863bf3\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:234:\"Assertively integrate resource sucking sources through resource maximizing channels.\r\n\r\nSeamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid32adcb55\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidd4bd5526\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95741fed\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluid4ce5b211\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfb90048a\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"29\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:20:\"READY FOR CHALLENGES\";s:14:\"image_box_text\";s:148:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf162fb72\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd2b67506\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:15:\"ALWAYS INFORMED\";s:14:\"image_box_text\";s:130:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus, tortor mauris condimentum nibh, ut fermentum massa justo.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid763c4f86\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida9920113\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:20:\"ENVIRONMENT FRIENDLY\";s:14:\"image_box_text\";s:148:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9b671238\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidfc4b545c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc9024386\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:6:\"modern\";s:17:\"service_box_title\";s:15:\"web development\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:144:\"Content management systens\r\nVirtual shops and ecommerce \r\nPresentation websites\r\nOnline catalogues\r\nPortal systems\r\n& any other dynamic website \";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"40\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluided124e00\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid522c135f\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:6:\"modern\";s:17:\"service_box_title\";s:14:\"graphic design\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:122:\"Logo design\r\nFlyers & Brochures\r\nBusiness Cards\r\nStationery Design\r\nPowerpoint presentation\r\nPrint Ads / Magazine\r\nBanners\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5ece6623\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid2609b546\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:6:\"modern\";s:17:\"service_box_title\";s:18:\"internet marketing\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:103:\"Search engine optimisation\r\nSearch engine marketing\r\nInternet advertising\r\nWeb analysis\r\nBlog marketing\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:0:\"\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"40\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfa42add3\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid7f1269af\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid573932e6\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:3:\"290\";s:14:\"bottom_padding\";s:3:\"170\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:10:\"video_self\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:12:\"source_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:2:\"no\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#000000\";s:22:\"source_overlay_opacity\";s:2:\"80\";s:29:\"source_overlay_color_gradient\";s:7:\"#2c3838\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"60\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:12:\"mask3 mask3l\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-2\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:94:\"<span class=\"fw-semibold text-custom\">Innovation<br> and Technological</span><br> Breakthrough\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:5:\"light\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"15\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#ffffff\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"46px\";s:11:\"line-height\";s:4:\"49px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2cb4d000\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidbf05c4e8\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f11286c\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:33:\"IT\'S ACTUALLY A VERY EASY PROCESS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"40\";s:14:\"bottom_padding\";s:2:\"25\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid32057d73\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_StepsBox2\";s:7:\"options\";a:2:{s:9:\"stp_title\";s:0:\"\";s:13:\"steps_single2\";a:3:{i:0;a:4:{s:16:\"stp_single_title\";s:19:\"planning & strategy\";s:15:\"stp_single_desc\";s:80:\"Appropriately productivate distributed infrastructures for one-to-one expertise.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:2:\"no\";}i:1;a:4:{s:16:\"stp_single_title\";s:16:\"design & develop\";s:15:\"stp_single_desc\";s:94:\"Credibly develop cross functional internal or \"organic\" sources vis-a-vis magnetic e-services.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:2:\"no\";}i:2;a:4:{s:16:\"stp_single_title\";s:14:\"test & deliver\";s:15:\"stp_single_desc\";s:79:\"Continually promote empowered resources for professional manufactured products.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:3:\"yes\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5b44b1c9\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid025dac68\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb4b8f58a\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"70\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#353535\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:16:\"JOIN OUR VENTURE\";s:11:\"te_subtitle\";s:57:\"We\'ll do everything we can to make our next best project!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"32px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#e8e8e8\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#f7f7f7\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8788866a\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluidd4719773\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid93283f43\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:2:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:10:{s:11:\"button_text\";s:15:\"START INVESTING\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:9:\"btn-lined\";s:11:\"button_size\";s:6:\"btn-md\";s:12:\"button_width\";s:0:\"\";s:12:\"button_block\";s:9:\"btn-block\";s:13:\"button_margin\";s:10:\"0 0 10px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc4c7ebf0\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidaa5c3a71\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddc0e0e90\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:18:\"shadow_simple_down\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:22:\"CORPORATE HEADQUARTERS\";s:11:\"te_subtitle\";s:25:\"Kallyas Innovations, Inc.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"25\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid51ac0710\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf26f759a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:68:\"<strong><em>145 Gates Avenue, NY 10018,</em></strong>\r\nUnited States\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05e41a5e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid28e6f526\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:57:\"<strong>Tel: 0345 / 5587 57</strong>\r\nFax: 0345 / 5587 58\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluided2b3533\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid6e879d58\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:66:\"<strong>Email: hq@thewebsite.com</strong>\r\nWeb: www.thewebsite.com\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75d2f47a\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid944bc1a6\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7d50b6dc\";}i:10;a:5:{s:6:\"object\";s:11:\"ZnGoogleMap\";s:7:\"options\";a:24:{s:20:\"single_multiple_maps\";a:3:{i:0;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.699707\";s:16:\"sc_map_longitude\";s:10:\"-73.947043\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"20\";}i:1;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.703871\";s:16:\"sc_map_longitude\";s:10:\"-73.904729\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"40\";}i:2;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.696063\";s:16:\"sc_map_longitude\";s:10:\"-73.913913\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"40\";}}s:11:\"sc_map_zoom\";s:2:\"14\";s:11:\"sc_map_type\";s:7:\"ROADMAP\";s:17:\"sc_map_directions\";s:14:\"zn_dummy_value\";s:22:\"sc_map_directions_text\";s:16:\"Visit us from...\";s:13:\"show_overview\";s:14:\"zn_dummy_value\";s:15:\"show_streetview\";s:14:\"zn_dummy_value\";s:12:\"show_maptype\";s:14:\"zn_dummy_value\";s:15:\"ww_mapinfo_type\";s:9:\"infopanel\";s:17:\"ww_slide_m_button\";s:0:\"\";s:15:\"ww_slide_l_text\";s:0:\"\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:16:\"sc_map_panel_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"sc_map_panel_title\";s:17:\"The Kallyas Theme\";s:17:\"sc_map_panel_text\";s:261:\"We’re a multi-featured small team, focused on designing and developing awesome themes and templates for <br class=\"hidden-xs\" /> multiple platforms such as <strong>WordPress</strong> or <strong>Joomla</strong>, as well others soon ( Magento, Open Cart etc. ).\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:13:\"sc_fullscreen\";s:2:\"no\";s:13:\"sc_map_height\";s:3:\"580\";s:16:\"use_custom_style\";s:3:\"yes\";s:12:\"custom_style\";s:1456:\"[{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#e9e9e9\"},{\"lightness\":17}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#f5f5f5\"},{\"lightness\":20}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#ffffff\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#ffffff\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#ffffff\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#ffffff\"},{\"lightness\":16}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#f5f5f5\"},{\"lightness\":21}]},{\"featureType\":\"poi.park\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#dedede\"},{\"lightness\":21}]},{\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#ffffff\"},{\"lightness\":16}]},{\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#333333\"},{\"lightness\":40}]},{\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#f2f2f2\"},{\"lightness\":19}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#fefefe\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#fefefe\"},{\"lightness\":17},{\"weight\":1.2}]}]\";s:19:\"custom_style_active\";s:0:\"\";s:25:\"sc_map_zooming_mousewheel\";s:14:\"zn_dummy_value\";s:19:\"sc_map_localization\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0e9638a\";}}'),
(1840,	2378,	'zn_page_custom_css',	'.eluid1d5b6125 {opacity:.3;}'),
(1841,	2379,	'zn_page_builder_status',	'enabled'),
(1842,	2379,	'slide_template',	'default'),
(1843,	2379,	'zn_page_layout',	'default'),
(1844,	2379,	'zn_sidebar_select',	'default'),
(1845,	2379,	'zn_zn_disable_subheader',	'no'),
(1846,	2379,	'zn_page_title_show',	'yes'),
(1847,	2379,	'zn_page_title',	''),
(1848,	2379,	'zn_page_subtitle',	''),
(1849,	2379,	'zn_page_builder_els',	'a:10:{i:0;a:6:{s:6:\"object\";s:18:\"TH_PortfolioSlider\";s:7:\"options\";a:26:{s:14:\"psl_fullscreen\";s:1:\"0\";s:9:\"ww_height\";s:3:\"760\";s:15:\"ps_slider_title\";s:62:\"Our <span class=\"fw-normal\">best WordPress theme</span> so far\";s:14:\"ps_slider_desc\";s:190:\"Packed with all the goodies you can get, Kallyas is our flagship WordPress theme, one of the bestselling item ever on ThemeForest and one amazing piece of work that has been released so far.\";s:20:\"ps_sliding_direction\";s:20:\"horizontal psl--left\";s:19:\"ps_scrolling_effect\";s:1:\"1\";s:14:\"single_pslides\";a:2:{i:0;a:5:{s:14:\"ps_slide_title\";s:25:\"The amazing Kallyas Theme\";s:13:\"ps_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:15:\"ps_slide_image1\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"ps_slide_image2\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"ps_slide_image3\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}i:1;a:5:{s:14:\"ps_slide_title\";s:25:\"The amazing Kallyas Theme\";s:13:\"ps_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:15:\"ps_slide_image1\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"ps_slide_image2\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"ps_slide_image3\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}}s:15:\"ps_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#066ed9\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#0da3be\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask5\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5e70c4f8\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:0:\"\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"30\";s:9:\"te_symbol\";s:4:\"icon\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#c6c6c6\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue615\";}s:9:\"icon_size\";s:2:\"60\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#303030\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid92836373\";}i:1;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:49:\"EXACTLY! ONE OF THE MOST COMPLETE WORDPRESS THEME\";s:11:\"te_subtitle\";s:193:\"We always had this statement and we\'re keeping our promise. Beside a powerful yet easy to use frontend Page Builder, Kallyas has packed inside lots of sweet features that wait to be discovered.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"45\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#c6c6c6\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue615\";}s:9:\"icon_size\";s:2:\"46\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#303030\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb74344c1\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1e5a18cf\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:2:{s:12:\"el_alignment\";s:6:\"center\";s:10:\"single_btn\";a:1:{i:0;a:10:{s:11:\"button_text\";s:7:\"BUY NOW\";s:11:\"button_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"button_style\";s:24:\"btn-fullcolor btn-skewed\";s:11:\"button_size\";s:6:\"btn-md\";s:12:\"button_width\";s:9:\"btn-forth\";s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc6e7f04c\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida9669586\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbce8256d\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:6:\"shadow\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_DevicesImages\";s:7:\"options\";a:10:{s:10:\"di_imgtype\";s:5:\"frame\";s:16:\"di_macbook_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"di_frame_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"di_iphone_image\";s:0:\"\";s:12:\"di_direction\";s:6:\"center\";s:16:\"di_center_height\";s:3:\"300\";s:7:\"di_type\";s:6:\"vector\";s:9:\"di_appear\";s:1:\"1\";s:16:\"di_appear_effect\";s:3:\"sfb\";s:15:\"di_appear_delay\";s:3:\"250\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid517471fb\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide26d4825\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0ae94ea4\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:22:\"OTHER KALLYAS FEATURES\";s:11:\"te_subtitle\";s:307:\"Dramatically expedite emerging ROI through diverse deliverables. Phosfluorescently integrate covalent portals without cooperative e-services. Energistically synergize business methods of empowerment with intuitive systems. Energistically extend accurate web-readiness without user-centric leadership skills.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"41\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac17e99b\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid38d67489\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2623a158\";}i:4;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_IconBoxesGrid\";s:7:\"options\";a:12:{s:10:\"ibg_height\";s:3:\"260\";s:8:\"ibg_size\";s:2:\"42\";s:10:\"ibg_perrow\";s:1:\"3\";s:9:\"ibg_style\";s:10:\"lined-full\";s:9:\"ibg_hover\";s:22:\"grid-ibx--hover-shadow\";s:14:\"ibg_titleorder\";s:1:\"1\";s:6:\"ibg_ib\";a:6:{i:0;a:6:{s:9:\"ibg_title\";s:15:\"WELL DOCUMENTED\";s:8:\"ibg_desc\";s:64:\"Documentation include with explanations for most of the options.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue605\";}}i:1;a:6:{s:9:\"ibg_title\";s:16:\"UNLIMITED COLORS\";s:8:\"ibg_desc\";s:54:\"With just a few clicks you can add any color you want.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue603\";}}i:2;a:6:{s:9:\"ibg_title\";s:17:\"CUSTOM SHORTCODES\";s:8:\"ibg_desc\";s:60:\"Great custom shortcodes which are ment to ease up your work.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue600\";}}i:3;a:6:{s:9:\"ibg_title\";s:26:\"MULTILANGUAGE & WPML READY\";s:8:\"ibg_desc\";s:61:\"You can install languages and extend the website\'s languages.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue602\";}}i:4;a:6:{s:9:\"ibg_title\";s:19:\"HIGHLY CUSTOMIZABLE\";s:8:\"ibg_desc\";s:63:\"This template includes lots of customizations and combinations.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue60d\";}}i:5;a:6:{s:9:\"ibg_title\";s:16:\"CUSTOMER SUPPORT\";s:8:\"ibg_desc\";s:44:\"Great customer support! Check out our forum.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue604\";}}}s:12:\"ibg_bg_color\";s:7:\"#ffffff\";s:14:\"ibg_icon_color\";s:7:\"#e2e2e2\";s:20:\"ibg_icon_color_hover\";s:7:\"#cd2122\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5202bb62\";}}s:5:\"width\";s:9:\"col-md-10\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid608b7c3d\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9363525f\";}i:5;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"55\";s:14:\"bottom_padding\";s:3:\"100\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_DevicesImages\";s:7:\"options\";a:12:{s:10:\"di_imgtype\";s:7:\"macbook\";s:16:\"di_macbook_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"di_frame_image\";s:0:\"\";s:15:\"di_iphone_image\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/devices-02.jpg\";s:12:\"di_direction\";s:3:\"rtl\";s:16:\"di_center_height\";s:1:\"0\";s:21:\"di_custom_frame_width\";s:4:\"1160\";s:22:\"di_custom_frame_height\";s:3:\"520\";s:7:\"di_type\";s:6:\"vector\";s:9:\"di_appear\";s:14:\"zn_dummy_value\";s:16:\"di_appear_effect\";s:6:\"fadein\";s:15:\"di_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac0ab692\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid021e5590\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:19:\"TOTALLY FACELIFTED!\";s:11:\"te_subtitle\";s:154:\"Efficiently re-engineer end-to-end action items for web-enabled paradigms. Proactively productivate worldwide expertise before economically sound markets.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"30\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"34px\";s:11:\"font-weight\";s:3:\"100\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#280202\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid88d9d795\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:0:\"\";s:8:\"ibx_desc\";s:0:\"\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/included.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"42\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddfa9735f\";}i:2;a:6:{s:6:\"object\";s:17:\"TH_TestimonialBox\";s:7:\"options\";a:7:{s:8:\"tb_style\";s:6:\"style3\";s:11:\"tb_bg_color\";s:7:\"#ffffff\";s:11:\"tb_fg_style\";s:10:\"dark-quote\";s:9:\"tb_author\";s:11:\"Clint Jones\";s:13:\"tb_author_com\";s:10:\"Travis Co.\";s:15:\"tb_author_quote\";s:403:\"Globally engage compelling meta-services vis-a-vis collaborative catalysts for change. Competently disintermediate goal-oriented interfaces after cross-unit action items. Compellingly fabricate accurate architectures via timely products. Credibly administrate prospective paradigms vis-a-vis virtual manufactured products. Conveniently redefine premium supply chains before cross-platform meta-services.\";s:14:\"tb_author_logo\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid27e67a5d\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5457e8d4\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6a053394\";}i:6;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#ba1b1b\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:12:\"mask3 mask3l\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_large\";s:8:\"col-lg-3\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:8:{i:0;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidafceca89\";}i:1;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"35\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8f67130e\";}i:2;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:5:{s:13:\"spacer_height\";s:2:\"60\";s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:1:\"1\";s:14:\"spacer_hide_sm\";s:1:\"1\";s:14:\"spacer_hide_xs\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac69c82e\";}i:3;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:28:{s:9:\"ibx_title\";s:23:\"WooCommerce Integration\";s:8:\"ibx_desc\";s:116:\"Nunc metus ante, fermentum varius tortor eu, tincidunt sollicitudin neque. Nunc lobortis fringilla est nec posuere. \";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_floated\";s:0:\"\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#e2e2e2\";s:10:\"font-style\";s:6:\"normal\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb887f83a\";}i:4;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:15:\"Custom Elements\";s:8:\"ibx_desc\";s:116:\"Nunc metus ante, fermentum varius tortor eu, tincidunt sollicitudin neque. Nunc lobortis fringilla est nec posuere. \";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"42\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#e2e2e2\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidad279cc6\";}i:5;a:6:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:20:\"Very, Very Flexible!\";s:8:\"ibx_desc\";s:75:\"Nunc metus ante, fermentum varius tortor eu, tincidunt sollicitudin neque. \";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"42\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#e2e2e2\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3fed5599\";}i:6;a:6:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:2:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:10:{s:11:\"button_text\";s:7:\"BUY NOW\";s:11:\"button_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"button_style\";s:9:\"btn-lined\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4db51794\";}i:7;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:5:{s:13:\"spacer_height\";s:2:\"80\";s:14:\"spacer_hide_lg\";s:1:\"1\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8dff7feb\";}}s:5:\"width\";s:9:\"col-md-10\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1ffd9f37\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:8:\"col-lg-8\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:30:{s:12:\"mc_link_type\";s:0:\"\";s:11:\"mc_btn_text\";s:0:\"\";s:13:\"mc_link_style\";s:5:\"lined\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:0:\"\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"720\";s:12:\"mc_height_md\";s:3:\"550\";s:12:\"mc_height_sm\";s:3:\"500\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:6:\"bottom\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd580c102\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8edd06f5\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid443ebb55\";}i:7;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"66\";s:14:\"bottom_padding\";s:2:\"40\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:11:\"get a quote\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:65:\"Share your idea and let’s create<br>\r\na great project together!\";s:7:\"hb_icon\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/quote1.svg\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-2\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbfad2160\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid74b8b983\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:10:\"hiring: ON\";s:11:\"hb_subtitle\";s:18:\"Developer wanted! \";s:7:\"hb_desc\";s:51:\"Send your kickass resume<br>\r\non jobs@mywebsite.com\";s:7:\"hb_icon\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/hb-hiring.svg\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-2\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0182b7e4\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid64656ff0\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:18:\"download catalogue\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:90:\"Read our latest catalog, collateral material or print advertisements for your publication.\";s:7:\"hb_icon\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/hb-catalogue1.png\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0c486ea0\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbbe7feca\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide9ad79d4\";}i:8;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:14:\"TH_LatestPosts\";s:7:\"options\";a:3:{s:8:\"lp_title\";s:0:\"\";s:12:\"lp_blog_page\";s:18:\"carousel-portfolio\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9646792b\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid23fc63c1\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidacff27ad\";}i:9;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:1:\"5\";s:14:\"bottom_padding\";s:1:\"5\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:16:\"background_color\";s:7:\"#6b6b6b\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:8:\"col-lg-6\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:11:\"ZnGoogleMap\";s:7:\"options\";a:24:{s:20:\"single_multiple_maps\";a:1:{i:0;a:6:{s:15:\"sc_map_latitude\";s:9:\"41.447390\";s:16:\"sc_map_longitude\";s:10:\"-72.843868\";s:7:\"tooltip\";s:0:\"\";s:11:\"sc_map_icon\";s:0:\"\";s:21:\"sc_map_icon_animation\";s:0:\"\";s:9:\"icon_size\";s:2:\"20\";}}s:11:\"sc_map_zoom\";s:2:\"14\";s:11:\"sc_map_type\";s:7:\"ROADMAP\";s:17:\"sc_map_directions\";s:3:\"yes\";s:22:\"sc_map_directions_text\";s:16:\"Visit us from...\";s:13:\"show_overview\";s:14:\"zn_dummy_value\";s:15:\"show_streetview\";s:14:\"zn_dummy_value\";s:12:\"show_maptype\";s:14:\"zn_dummy_value\";s:15:\"ww_mapinfo_type\";s:7:\"infobox\";s:17:\"ww_slide_m_button\";s:0:\"\";s:15:\"ww_slide_l_text\";s:0:\"\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:16:\"sc_map_panel_img\";s:0:\"\";s:18:\"sc_map_panel_title\";s:0:\"\";s:17:\"sc_map_panel_text\";s:0:\"\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:13:\"sc_fullscreen\";s:2:\"no\";s:13:\"sc_map_height\";s:3:\"600\";s:16:\"use_custom_style\";s:14:\"zn_dummy_value\";s:12:\"custom_style\";s:0:\"\";s:19:\"custom_style_active\";s:0:\"\";s:25:\"sc_map_zooming_mousewheel\";s:14:\"zn_dummy_value\";s:19:\"sc_map_localization\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1682882b\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6d6aee42\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:8:\"col-lg-5\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:4:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:2:{i:0;a:9:{s:8:\"tst_name\";s:13:\"JIMMY FERRARA\";s:12:\"tst_position\";s:15:\"GENERAL MANAGER\";s:15:\"tst_testimonial\";s:234:\"“Credibly innovate granular internal or \"organic\" sources whereas high standards in web readiness. Energistically scale future-proof core competencies vis-a-vis impactful experiences. Dramatically synthesize integrated schemas with.\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"35\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:12:\"SAMMY BROWNS\";s:12:\"tst_position\";s:17:\"CFO, Perfect Inc.\";s:15:\"tst_testimonial\";s:101:\"“Credibly innovate granular internal or \"organic\" sources whereas high standards in web readiness. \";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"80\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";a:8:{i:0;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo1.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo2.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo3.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo4.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo5.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:5;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo6.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:6;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo7.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:7;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo8.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid18222e0c\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9c98b928\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida5c766d0\";}}'),
(1850,	2379,	'zn_page_custom_css',	'/* \n* On Large Screens, move the perspective image 45px top, to create an \"off edge\" effect\n*/\n@media screen and (min-width:1200px){\n    .eluidd580c102 { margin-top:-45px; }\n    /* Also make sure the margin is not applied in edit mode (Page Builder) */\n    div.zn_edit_mode .eluidd580c102 { margin-top:0; }\n}\n/* On extra small screen, shift the image 15 px to the right */\n@media screen and (max-width:767px){\n    .eluidd580c102 {margin-right:-15px;}\n}'),
(1851,	2379,	'show_header',	''),
(1852,	2379,	'show_footer',	''),
(1853,	2379,	'zn_page_custom_js',	''),
(1854,	2380,	'zn_page_builder_status',	'enabled'),
(1855,	2380,	'slide_template',	'default'),
(1856,	2380,	'zn_page_layout',	'default'),
(1857,	2380,	'zn_sidebar_select',	'default'),
(1858,	2380,	'zn_zn_disable_subheader',	'no'),
(1859,	2380,	'zn_page_title_show',	'yes'),
(1860,	2380,	'zn_page_title',	''),
(1861,	2380,	'zn_page_subtitle',	''),
(1862,	2380,	'zn_page_builder_els',	'a:8:{i:0;a:5:{s:6:\"object\";s:13:\"TH_FlexSlider\";s:7:\"options\";a:29:{s:9:\"fs_height\";s:3:\"470\";s:8:\"fs_style\";s:6:\"modern\";s:13:\"fs_transition\";s:5:\"slide\";s:8:\"fs_speed\";s:4:\"5000\";s:18:\"ww_slider_autoplay\";s:1:\"1\";s:6:\"fs_nav\";s:4:\"true\";s:10:\"fs_bullets\";s:4:\"true\";s:14:\"fs_show_thumbs\";s:1:\"0\";s:9:\"fs_shadow\";s:6:\"lifted\";s:11:\"single_flex\";a:4:{i:0;a:5:{s:14:\"fs_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"fs_slide_title\";s:77:\"MULTIPLE TRANSITION EFECTS, <br>SUCH AS FADE OR SLIDE HORIZONTALLY/VERTICALLY\";s:13:\"fs_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:14:\"fs_slide_label\";s:8:\"FEATURES\";s:20:\"fs_slide_label_color\";s:7:\"#8e1fc1\";}i:1;a:5:{s:14:\"fs_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"fs_slide_title\";s:68:\"RESPONSIVE AND ACCESSIBLE<br>READY FOR BOTH SMALL AND BIGGER DEVICES\";s:13:\"fs_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:14:\"fs_slide_label\";s:13:\"ACCESSIBILITY\";s:20:\"fs_slide_label_color\";s:7:\"#8e8e8e\";}i:2;a:5:{s:14:\"fs_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"fs_slide_title\";s:69:\"PACKED WITH A HUGE VARIETY <br>OF SLIDERS FOR MANY DIFFERENT PURPOSES\";s:13:\"fs_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:14:\"fs_slide_label\";s:13:\"RICH FEATURED\";s:20:\"fs_slide_label_color\";s:7:\"#db231a\";}i:3;a:5:{s:14:\"fs_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"fs_slide_title\";s:34:\"SO POWERFUL <br>YET SO EASY TO USE\";s:13:\"fs_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:14:\"fs_slide_label\";s:8:\"FEATURES\";s:20:\"fs_slide_label_color\";s:7:\"#1986d3\";}}s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"3\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"75\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"95\";s:16:\"hm_header_bmasks\";s:12:\"mask4 mask4l\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4e24dbb6\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"3\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:1:\"0\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_CallOutBanner\";s:7:\"options\";a:6:{s:16:\"calloutbox_style\";s:6:\"style3\";s:14:\"cab_main_title\";s:207:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work</span>, destined for the typical modern website that needs to stand out.</span>\";s:13:\"cab_sec_title\";s:134:\"Currently one of the best selling items on ThemeForest, featured across the marketplace and awarded with thousands of 5 stars ratings.\";s:15:\"cab_button_text\";s:44:\"FIND OUT <span class=\"fw-normal\">MORE</span>\";s:16:\"cab_button_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/bolt_white2.svg\";s:15:\"cab_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid72e5c175\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid06db4cf9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid59234edd\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"47\";s:14:\"bottom_padding\";s:2:\"10\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-bg.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:6:\"shadow\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"25\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4f8bd60d\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:15:\"BLUETOOTH / NFC\";s:8:\"ibx_desc\";s:82:\"Intrinsicly formulate scalable web services before fully researched methodologies.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:80:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-bluetooth.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue193\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#d1d1d1\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#121212\";}s:17:\"ibstg_point_stage\";s:13:\"eluiddcac528b\";s:11:\"ibstg_point\";s:6:\"77, 45\";s:17:\"ibstg_point_title\";s:15:\"BLUETOOTH & NFC\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8b63c632\";}i:2;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:11:\"FINGERPRINT\";s:8:\"ibx_desc\";s:82:\"Intrinsicly formulate scalable web services before fully researched methodologies.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:82:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-fingerprint.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue193\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#d1d1d1\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#121212\";}s:17:\"ibstg_point_stage\";s:13:\"eluiddcac528b\";s:11:\"ibstg_point\";s:8:\"205, 200\";s:17:\"ibstg_point_title\";s:20:\"FINGERPRINT SCANNING\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid12c22dd4\";}i:3;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:14:\"TURBO CHARGING\";s:8:\"ibx_desc\";s:82:\"Intrinsicly formulate scalable web services before fully researched methodologies.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-battery.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue193\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#d1d1d1\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#121212\";}s:17:\"ibstg_point_stage\";s:13:\"eluiddcac528b\";s:11:\"ibstg_point\";s:8:\"210, 335\";s:17:\"ibstg_point_title\";s:13:\"HIGH FIDELITY\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidff6e3846\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd6803d36\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_StageImageBox\";s:7:\"options\";a:5:{s:14:\"ibstg_stageimg\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"ibstg_stageimg_alt\";s:0:\"\";s:18:\"ibstg_points_color\";s:7:\"#28cce5\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddcac528b\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid90c259b7\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"25\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9e1b64de\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:13:\"VOICE CONTROL\";s:8:\"ibx_desc\";s:82:\"Intrinsicly formulate scalable web services before fully researched methodologies.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-mic.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue193\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#d1d1d1\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#121212\";}s:17:\"ibstg_point_stage\";s:13:\"eluiddcac528b\";s:11:\"ibstg_point\";s:8:\"270, 170\";s:17:\"ibstg_point_title\";s:13:\"VOICE CONTROL\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid843413ef\";}i:2;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:12:\"MUSIC PLAYER\";s:8:\"ibx_desc\";s:82:\"Intrinsicly formulate scalable web services before fully researched methodologies.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-headphones.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue193\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#d1d1d1\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#121212\";}s:17:\"ibstg_point_stage\";s:13:\"eluiddcac528b\";s:11:\"ibstg_point\";s:7:\"30, 340\";s:17:\"ibstg_point_title\";s:12:\"MUSIC PLAYER\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid06e3a00a\";}i:3;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:25:{s:9:\"ibx_title\";s:15:\"WATER RESISTANT\";s:8:\"ibx_desc\";s:82:\"Intrinsicly formulate scalable web services before fully researched methodologies.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-water.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue193\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#d1d1d1\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#121212\";}s:17:\"ibstg_point_stage\";s:13:\"eluiddcac528b\";s:11:\"ibstg_point\";s:8:\"125, 420\";s:17:\"ibstg_point_title\";s:15:\"WATER RESISTANT\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd179ee7f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid77431567\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0321dd0d\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:17:\"FAST CONNECTIVITY\";s:14:\"image_box_text\";s:148:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4f35d095\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide141971c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:13:\"WRIST COMFORT\";s:14:\"image_box_text\";s:130:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus, tortor mauris condimentum nibh, ut fermentum massa justo.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2a5a63e0\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb3eab3df\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:20:\"PERFECT FOR OUTDOORS\";s:14:\"image_box_text\";s:148:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf91c104f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid77bc34db\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid41e64e95\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:18:\"QUICK F.A.Q. GUIDE\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"10\";s:9:\"te_symbol\";s:4:\"icon\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#b2b2b2\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue101\";}s:9:\"icon_size\";s:2:\"22\";s:13:\"te_symbol_pos\";s:10:\"left-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc5f8ca1d\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:3:{s:9:\"acc_title\";s:0:\"\";s:9:\"acc_style\";s:6:\"style3\";s:16:\"accordion_single\";a:4:{i:0;a:3:{s:16:\"acc_single_title\";s:29:\"How to properly use outdoors?\";s:15:\"acc_single_desc\";s:279:\"Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership.\";s:12:\"acc_colapsed\";s:3:\"yes\";}i:1;a:3:{s:16:\"acc_single_title\";s:39:\"Is it safe to plug it into 220V system?\";s:15:\"acc_single_desc\";s:386:\"Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:3:{s:16:\"acc_single_title\";s:51:\"How much does the battery should normally last for?\";s:15:\"acc_single_desc\";s:386:\"Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:3:{s:16:\"acc_single_title\";s:36:\"Is there any documentation included?\";s:15:\"acc_single_desc\";s:386:\"Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.\";s:12:\"acc_colapsed\";s:2:\"no\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb917eb6f\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluid6d4e520c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style2\";s:16:\"ctb_circle_title\";s:3:\"OUR\";s:14:\"ctb_main_title\";s:15:\"DEVELOPERS TEAM\";s:11:\"ctb_content\";s:543:\"Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.\r\n<ul class=\"list-style1\">\r\n	<li>Aliquam feugiat eleifend</li>\r\n	<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\nPhasellus in risus quis lectus iaculis tate.\r\n\r\nEtiam arcu nulla, malesuada eget venenatis et, porta in mi. Praesent ultrices efficitur vehicula. Sed lacinia ipsum tincidunt aliquam gravida. Vivamus vitae lacus purus.\r\n\r\nNullam vel feugiat lectus, eget molestie arcu. Phasellus vulputate auctor tellus, sed ullamcorper nisi lobortis at.\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida85d9744\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid33e72ef3\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39ee1242\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"10\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_StepsBox\";s:7:\"options\";a:10:{s:14:\"stepsbox_style\";s:6:\"style2\";s:10:\"stp_height\";s:3:\"271\";s:11:\"stp_bgcolor\";s:5:\"light\";s:8:\"stp_size\";s:2:\"42\";s:9:\"stp_title\";s:19:\"our working process\";s:12:\"stp_subtitle\";s:10:\"in 3 steps\";s:8:\"stp_desc\";s:170:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi.\";s:13:\"stp_text_link\";s:13:\"MORE ABOUT US\";s:8:\"stp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"steps_single\";a:3:{i:0;a:7:{s:16:\"stp_single_title\";s:19:\"planning & strategy\";s:15:\"stp_single_desc\";s:86:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque.\";s:12:\"stp_icontype\";s:3:\"img\";s:14:\"stp_icon_color\";s:7:\"#cd2122\";s:15:\"stp_single_icon\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/process1.svg\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue212\";}s:15:\"stp_single_anim\";s:4:\"tada\";}i:1;a:7:{s:16:\"stp_single_title\";s:16:\"design & develop\";s:15:\"stp_single_desc\";s:86:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque.\";s:12:\"stp_icontype\";s:3:\"img\";s:14:\"stp_icon_color\";s:7:\"#cd2122\";s:15:\"stp_single_icon\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/process2.svg\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue064\";}s:15:\"stp_single_anim\";s:5:\"pulse\";}i:2;a:7:{s:16:\"stp_single_title\";s:14:\"test & deliver\";s:15:\"stp_single_desc\";s:86:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque.\";s:12:\"stp_icontype\";s:3:\"img\";s:14:\"stp_icon_color\";s:7:\"#cd2122\";s:15:\"stp_single_icon\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/process3.svg\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue095\";}s:15:\"stp_single_anim\";s:15:\"fadeOutRightBig\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide2ce124a\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1b95ede8\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid067c4150\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:6:\"shadow\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_LatestPosts4\";s:7:\"options\";a:5:{s:15:\"lp_style_select\";s:10:\"kl-style-2\";s:12:\"lp_placement\";s:7:\"flipped\";s:8:\"lp_title\";s:12:\"LATEST POSTS\";s:12:\"lp_num_posts\";s:1:\"3\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1ac6708b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf274ce36\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid94fa47d7\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_BigSocial\";s:7:\"options\";a:5:{s:8:\"bs_style\";s:22:\"bigsocialblock--style1\";s:9:\"bs_bgtype\";s:11:\"type-chover\";s:12:\"bs_maincolor\";s:7:\"#e5e5e5\";s:13:\"bs_themecolor\";s:4:\"dark\";s:13:\"bs_iconblocks\";a:3:{i:0;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"Facebook\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#3b5998\";s:8:\"bs_title\";s:13:\"Like our page\";s:8:\"bs_count\";s:4:\"5894\";s:8:\"bs_ftext\";s:5:\"LIKES\";}i:1;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"Twitter\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#5ea9dd\";s:8:\"bs_title\";s:9:\"Follow Us\";s:8:\"bs_count\";s:5:\"25374\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}i:2;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:11:\"Google Plus\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#df4b38\";s:8:\"bs_title\";s:9:\"Circle Us\";s:8:\"bs_count\";s:4:\"3841\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1edfd4f5\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4b0b6019\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida53480da\";}}'),
(1863,	2380,	'zn_page_custom_css',	''),
(1864,	2381,	'zn_page_builder_status',	'enabled'),
(1865,	2381,	'slide_template',	'default'),
(1866,	2381,	'zn_page_layout',	'default'),
(1867,	2381,	'zn_sidebar_select',	'default'),
(1868,	2381,	'zn_zn_disable_subheader',	'no'),
(1869,	2381,	'zn_page_title_show',	'yes'),
(1870,	2381,	'zn_page_title',	''),
(1871,	2381,	'zn_page_subtitle',	''),
(1872,	2381,	'zn_page_builder_els',	'a:13:{i:0;a:5:{s:6:\"object\";s:13:\"TH_CSS3Panels\";s:7:\"options\";a:5:{s:10:\"css_height\";s:3:\"700\";s:12:\"panel_effect\";s:15:\"anim--grayscale\";s:20:\"panel_caption_effect\";s:7:\"fadeout\";s:12:\"panel_resize\";s:1:\"1\";s:16:\"single_css_panel\";a:4:{i:0;a:12:{s:11:\"panel_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"panel_title\";s:5:\"SPEED\";s:16:\"panel_title_size\";s:6:\"normal\";s:10:\"panel_text\";s:139:\"Seamlessly transform client-centric leadership and progressive web-readiness. Professionally visualize fabricate bleeding-edge outsourcing.\";s:10:\"title_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:8:\"sec_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:17:\"panel_title_style\";s:0:\"\";s:16:\"panel_text_theme\";s:5:\"light\";s:20:\"panel_title_position\";s:0:\"\";s:14:\"panel__overlay\";s:1:\"0\";s:20:\"panel__overlay_color\";s:7:\"#473000\";s:22:\"panel__overlay_opacity\";s:2:\"35\";}i:1;a:12:{s:11:\"panel_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"panel_title\";s:11:\"PERFORMANCE\";s:16:\"panel_title_size\";s:6:\"normal\";s:10:\"panel_text\";s:96:\"Seamlessly transform client-centric leadership and progressive web-readiness. Mesh just in time.\";s:10:\"title_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"SEE MORE\";s:6:\"target\";s:5:\"_self\";}s:8:\"sec_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"BUY NOW\";s:6:\"target\";s:5:\"_self\";}s:17:\"panel_title_style\";s:17:\"captiontitle--dbg\";s:16:\"panel_text_theme\";s:5:\"light\";s:20:\"panel_title_position\";s:0:\"\";s:14:\"panel__overlay\";s:1:\"1\";s:20:\"panel__overlay_color\";s:7:\"#001742\";s:22:\"panel__overlay_opacity\";s:2:\"35\";}i:2;a:12:{s:11:\"panel_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"panel_title\";s:5:\"LOOKS\";s:16:\"panel_title_size\";s:6:\"normal\";s:10:\"panel_text\";s:134:\"Dynamically scale wireless leadership whereas optimal e-business. Progressively restore sustainable methodologies through 2.0 markets.\";s:10:\"title_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"sec_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"SEE MORE\";s:6:\"target\";s:5:\"_self\";}s:17:\"panel_title_style\";s:0:\"\";s:16:\"panel_text_theme\";s:5:\"light\";s:20:\"panel_title_position\";s:0:\"\";s:14:\"panel__overlay\";s:1:\"0\";s:20:\"panel__overlay_color\";s:7:\"#001742\";s:22:\"panel__overlay_opacity\";s:2:\"35\";}i:3;a:12:{s:11:\"panel_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"panel_title\";s:9:\"STABILITY\";s:16:\"panel_title_size\";s:6:\"normal\";s:10:\"panel_text\";s:136:\"Authoritatively mesh next-generation synergy through multidisciplinary markets. Globally synthesize customer directed \"outside the box\".\";s:10:\"title_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:8:\"sec_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:17:\"panel_title_style\";s:0:\"\";s:16:\"panel_text_theme\";s:5:\"light\";s:20:\"panel_title_position\";s:0:\"\";s:14:\"panel__overlay\";s:1:\"0\";s:20:\"panel__overlay_color\";s:7:\"#001742\";s:22:\"panel__overlay_opacity\";s:2:\"35\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid066b8a8e\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:3:\"yes\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#cd2122\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:1:\"1\";s:16:\"hm_header_bmasks\";s:12:\"mask3 mask3l\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:26:\"KALLYAS THEME... RELOADED!\";s:11:\"te_subtitle\";s:122:\"This is the brand new 4.0 series of the Kallyas Theme, resurrected, totally re-shaped and hungry for new awesome features.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"10\";s:14:\"bottom_padding\";s:2:\"10\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#ffffff\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"28px\";s:11:\"line-height\";s:4:\"34px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#eaeaea\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3a7216c7\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluidf3938a8b\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"70\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid69c261d0\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:2:{s:12:\"el_alignment\";s:5:\"right\";s:10:\"single_btn\";a:2:{i:0;a:10:{s:11:\"button_text\";s:7:\"BUY NOW\";s:11:\"button_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"button_style\";s:13:\"btn-fullwhite\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:13:\"0 10px 10px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:10:{s:11:\"button_text\";s:10:\"LEARN MORE\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:9:\"btn-lined\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:10:\"0 0 10px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0ac8d52e\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluide7f419be\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide409d669\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"3\";s:20:\"source_overlay_color\";s:7:\"#f5f5f5\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:12:\"OUR SERVICES\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"icon\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#e0e0e0\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue234\";}s:9:\"icon_size\";s:2:\"30\";s:13:\"te_symbol_pos\";s:10:\"left-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"38px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7f7f7f\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9a63d721\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid0686a6d0\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:5:\"boxed\";s:17:\"service_box_title\";s:15:\"web development\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:144:\"Content management systens\r\nVirtual shops and ecommerce \r\nPresentation websites\r\nOnline catalogues\r\nPortal systems\r\n& any other dynamic website \";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd6e3fe02\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid64262681\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:5:\"boxed\";s:17:\"service_box_title\";s:14:\"graphic design\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:122:\"Logo design\r\nFlyers & Brochures\r\nBusiness Cards\r\nStationery Design\r\nPowerpoint presentation\r\nPrint Ads / Magazine\r\nBanners\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75fb426f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid1a880642\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:5:\"boxed\";s:17:\"service_box_title\";s:18:\"internet marketing\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:103:\"Search engine optimisation\r\nSearch engine marketing\r\nInternet advertising\r\nWeb analysis\r\nBlog marketing\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:0:\"\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid736d4a27\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide81ea630\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb03db6cd\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:25:\"CLIENT OPINIONS & REVIEWS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"13\";s:14:\"bottom_padding\";s:2:\"18\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0d416870\";}i:1;a:5:{s:6:\"object\";s:20:\"TH_TestimonialSlider\";s:7:\"options\";a:3:{s:8:\"tf_title\";s:0:\"\";s:8:\"tf_speed\";s:5:\"10000\";s:26:\"testimonials_slider_single\";a:2:{i:0;a:3:{s:14:\"tf_single_test\";s:208:\"Dynamically restore enterprise value vis-a-vis robust resources. Globally monetize multimedia based leadership skills vis-a-vis client-focused customer service. Objectively synthesize e-business deliverables.\";s:15:\"ts_author_photo\";s:0:\"\";s:16:\"tf_single_author\";s:17:\"Andrew Kline, CTO\";}i:1;a:3:{s:14:\"tf_single_test\";s:208:\"Dynamically restore enterprise value vis-a-vis robust resources. Globally monetize multimedia based leadership skills vis-a-vis client-focused customer service. Objectively synthesize e-business deliverables.\";s:15:\"ts_author_photo\";s:0:\"\";s:16:\"tf_single_author\";s:21:\"Sammy Jones, Designer\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid59d43888\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluid14a207b8\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style3\";s:16:\"ctb_circle_title\";s:3:\"WHO\";s:14:\"ctb_main_title\";s:42:\"<span class=\"ff-alternative\">WE ARE</span>\";s:11:\"ctb_content\";s:251:\"Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.\r\n<ul class=\"list-style1\">\r\n	<li>Aliquam feugiat eleifend</li>\r\n	<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\nPhasellus in risus quis lectus iaculis tate.\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide6152c6b\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid50f1b3cc\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluided462cc7\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:1:\"0\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:27:\"SOME OF OUR LATEST PROJECTS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"30\";s:14:\"bottom_padding\";s:2:\"18\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#383838\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc8e0a97d\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidaf402f64\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid676da8f4\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:1:\"0\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_RecentWork\";s:7:\"options\";a:8:{s:9:\"rw_height\";s:3:\"230\";s:8:\"rw_style\";s:1:\"3\";s:8:\"rw_title\";s:0:\"\";s:7:\"rw_desc\";s:143:\"These are our latest and brightest projects that we\'ve put a lot of passion and efforts.\r\n<br><br>\r\nDon\'t forget to check our entire portfolio!\";s:12:\"rw_port_link\";s:18:\"carousel-portfolio\";s:17:\"rw_port_link_text\";s:8:\"VIEW ALL\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:14:\"ports_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2a3efd33\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid3bd7967a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid22628a55\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"55\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:6:\"shadow\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_VerticalTabs\";s:7:\"options\";a:2:{s:11:\"vtabs_style\";s:10:\"kl-style-1\";s:19:\"single_vertical_tab\";a:5:{i:0;a:4:{s:13:\"vts_tab_title\";s:16:\"Customer Support\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue604\";}s:15:\"vts_tab_c_title\";s:47:\"Support is given through a well organized forum\";s:17:\"vts_tab_c_content\";s:1111:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\"><img class=\"alignright size-full wp-image-462\" src=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\" alt=\"support\" width=\"194\" height=\"199\" /></a>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium\r\ndoloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.\r\n\r\nUt enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem.\";}i:1;a:4:{s:13:\"vts_tab_title\";s:15:\"Well documented\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue605\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 2 content\";s:17:\"vts_tab_c_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";}i:2;a:4:{s:13:\"vts_tab_title\";s:16:\"Unlimited colors\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue603\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 3 content\";s:17:\"vts_tab_c_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";}i:3;a:4:{s:13:\"vts_tab_title\";s:17:\"Custom shortcodes\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue600\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 4 content\";s:17:\"vts_tab_c_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";}i:4;a:4:{s:13:\"vts_tab_title\";s:19:\"Highly customizable\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue601\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 5 content\";s:17:\"vts_tab_c_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";}}}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:47:\"Support is given through a well organized forum\";s:11:\"stb_content\";s:1111:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\"><img class=\"alignright size-full wp-image-462\" src=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\" alt=\"support\" width=\"194\" height=\"199\" /></a>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium\r\ndoloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.\r\n\r\nUt enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0d50f81a\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidaf419312\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:14:\"Pane 2 content\";s:11:\"stb_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid279e6b84\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid75107d30\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:14:\"Pane 3 content\";s:11:\"stb_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3de50d4b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid898f8618\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:14:\"Pane 4 content\";s:11:\"stb_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid36d01176\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid5a44415e\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:14:\"Pane 5 content\";s:11:\"stb_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";s:17:\"stb_title_heading\";s:2:\"h4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf1f5a7be\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf56d8805\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1eede982\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid5193c8e2\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid24a5a8d3\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"50\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"3\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:45:\"SO, AMONG OTHER FEATURES, HERE\'S A FEW OTHERS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"13\";s:14:\"bottom_padding\";s:2:\"18\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc3d93b3b\";}i:1;a:5:{s:6:\"object\";s:16:\"TH_IconBoxesGrid\";s:7:\"options\";a:12:{s:10:\"ibg_height\";s:3:\"320\";s:8:\"ibg_size\";s:2:\"57\";s:10:\"ibg_perrow\";s:1:\"4\";s:9:\"ibg_style\";s:14:\"lined-gradient\";s:9:\"ibg_hover\";s:22:\"grid-ibx--hover-shadow\";s:14:\"ibg_titleorder\";s:14:\"zn_dummy_value\";s:6:\"ibg_ib\";a:4:{i:0;a:6:{s:9:\"ibg_title\";s:15:\"WELL DOCUMENTED\";s:8:\"ibg_desc\";s:64:\"Documentation include with explanations for most of the options.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"SEE MORE\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue605\";}}i:1;a:6:{s:9:\"ibg_title\";s:16:\"UNLIMITED COLORS\";s:8:\"ibg_desc\";s:54:\"With just a few clicks you can add any color you want.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue603\";}}i:2;a:6:{s:9:\"ibg_title\";s:17:\"CUSTOM SHORTCODES\";s:8:\"ibg_desc\";s:60:\"Great custom shortcodes which are ment to ease up your work.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue600\";}}i:3;a:6:{s:9:\"ibg_title\";s:26:\"MULTILANGUAGE & WPML READY\";s:8:\"ibg_desc\";s:61:\"You can install languages and extend the website\'s languages.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue602\";}}}s:12:\"ibg_bg_color\";s:7:\"#f5f5f5\";s:14:\"ibg_icon_color\";s:7:\"#d1d1d1\";s:20:\"ibg_icon_color_hover\";s:7:\"#cd2122\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid61a837e2\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd6ee72e4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida8868409\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"40\";s:14:\"bottom_padding\";s:2:\"50\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_StepsBox2\";s:7:\"options\";a:2:{s:9:\"stp_title\";s:0:\"\";s:13:\"steps_single2\";a:3:{i:0;a:4:{s:16:\"stp_single_title\";s:19:\"planning & strategy\";s:15:\"stp_single_desc\";s:80:\"Appropriately productivate distributed infrastructures for one-to-one expertise.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:2:\"no\";}i:1;a:4:{s:16:\"stp_single_title\";s:16:\"design & develop\";s:15:\"stp_single_desc\";s:94:\"Credibly develop cross functional internal or \"organic\" sources vis-a-vis magnetic e-services.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:2:\"no\";}i:2;a:4:{s:16:\"stp_single_title\";s:14:\"test & deliver\";s:15:\"stp_single_desc\";s:79:\"Continually promote empowered resources for professional manufactured products.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:3:\"yes\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4bc1c02c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4e3f975a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid19eeaa1d\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"85\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:105:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#000000\";s:22:\"source_overlay_opacity\";s:2:\"85\";s:29:\"source_overlay_color_gradient\";s:7:\"#270030\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"50\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:17:{s:8:\"te_title\";s:26:\"THIS YEAR\'S AWESOME FACTS \";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:5:\"light\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";}s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid01bf9fd9\";}i:1;a:5:{s:6:\"object\";s:13:\"TH_Statistics\";s:7:\"options\";a:5:{s:13:\"th_stat_style\";s:6:\"style1\";s:19:\"th_stat_theme_color\";s:5:\"light\";s:17:\"th_stat_bar_color\";s:7:\"#898989\";s:12:\"th_stat_size\";s:2:\"80\";s:17:\"statistics_single\";a:4:{i:0;a:5:{s:20:\"th_stat_single_title\";s:6:\"25000+\";s:19:\"th_stat_single_desc\";s:21:\"CODE LINES THIS MONTH\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}i:1;a:5:{s:20:\"th_stat_single_title\";s:4:\"150+\";s:19:\"th_stat_single_desc\";s:17:\"LAUNCHED PROJECTS\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue612\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}i:2;a:5:{s:20:\"th_stat_single_title\";s:5:\"9900+\";s:19:\"th_stat_single_desc\";s:21:\"COFFEE CUPS THIS YEAR\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue609\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}i:3;a:5:{s:20:\"th_stat_single_title\";s:4:\"180+\";s:19:\"th_stat_single_desc\";s:19:\"REVIEWS AND RATINGS\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue613\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5dd0745c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid33ebfe58\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8dbfc912\";}i:10;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_CallOutBanner\";s:7:\"options\";a:6:{s:16:\"calloutbox_style\";s:6:\"style2\";s:14:\"cab_main_title\";s:207:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work</span>, destined for the typical modern website that needs to stand out.</span>\";s:13:\"cab_sec_title\";s:134:\"Currently one of the best selling items on ThemeForest, featured across the marketplace and awarded with thousands of 5 stars ratings.\";s:15:\"cab_button_text\";s:44:\"FIND OUT <span class=\"fw-normal\">MORE</span>\";s:16:\"cab_button_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/callout2.svg\";s:15:\"cab_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida1c0a715\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid52220cba\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb8d54217\";}i:11;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:14:\"TH_LatestPosts\";s:7:\"options\";a:3:{s:8:\"lp_title\";s:50:\"<span class=\"ff-alternative\">LATEST STORIES</span>\";s:12:\"lp_blog_page\";s:18:\"carousel-portfolio\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8245254c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd541934e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0d85ae26\";}i:12;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:18:\"TH_KeywordsElement\";s:7:\"options\";a:4:{s:16:\"keywordbox_style\";s:6:\"style1\";s:11:\"kb_bg_image\";s:0:\"\";s:11:\"kb_bg_color\";s:0:\"\";s:10:\"kw_content\";s:59:\"just some keywords here, services or what any text you want\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8e64a91b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd324bfe4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida616de8a\";}}'),
(1873,	2381,	'zn_page_custom_css',	''),
(1874,	2381,	'show_header',	''),
(1875,	2381,	'show_footer',	''),
(1876,	2381,	'zn_page_custom_js',	''),
(1877,	2382,	'zn_page_builder_status',	'enabled'),
(1878,	2382,	'slide_template',	'default'),
(1879,	2382,	'zn_page_layout',	'default'),
(1880,	2382,	'zn_sidebar_select',	'default'),
(1881,	2382,	'zn_zn_disable_subheader',	'no'),
(1882,	2382,	'zn_page_title_show',	'yes'),
(1883,	2382,	'zn_page_title',	''),
(1884,	2382,	'zn_page_subtitle',	''),
(1885,	2382,	'zn_page_builder_els',	'a:10:{i:0;a:5:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:13:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:3:\"42%\";s:13:\"io_s_autoplay\";s:14:\"zn_dummy_value\";s:10:\"io_s_trans\";s:4:\"5000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:11:\"io_s_scroll\";s:1:\"0\";s:21:\"io_s_scrolling_effect\";s:1:\"1\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";s:16:\"single_iosslider\";a:5:{i:0;a:39:{s:13:\"io_slide_type\";s:10:\"video_self\";s:20:\"io_slide_vd_self_mp4\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:14:\"io_slide_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:2:\"no\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"1\";s:22:\"io_slide_overlay_color\";s:7:\"#516f7f\";s:24:\"io_slide_overlay_opacity\";s:2:\"40\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"30\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:69:\"<strong>SUMMER SALE</strong> STEAM<br> UP TO <strong>40% OFF</strong>\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"1\";s:16:\"io_slide_b_title\";s:0:\"\";s:16:\"io_slide_s_title\";s:37:\"FOR NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:6:\"btn-md\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:3:\"sfb\";s:26:\"io_slide_caption_pos_horiz\";s:11:\"aligncenter\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#d90693\";s:24:\"io_slide_overlay_opacity\";s:2:\"20\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#ffffff\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"20\";s:22:\"io_slide_caption_style\";s:12:\"style3 s3ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:34:\"<strong>SUMMER SALE</strong> STEAM\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:50:\"<span class=\"stronger fw-bold opacity8\">40%</span>\";s:16:\"io_slide_s_title\";s:41:\"FOR NEW ARRIVALS OF <br>2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:2:\"40\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"25\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:34:\"<strong>SUMMER SALE</strong> STEAM\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:30:\"UP TO <strong>40% OFF</strong>\";s:16:\"io_slide_s_title\";s:41:\"FOR THE NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:2:\"60\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"25\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:81:\"KALLYAS IS A CUTTING EDGE TEMPLATE<br> THAT WILL <strong>ROCK YOUR WORLD</strong>\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:33:\"Plus your customers will love it!\";s:16:\"io_slide_s_title\";s:0:\"\";s:20:\"io_slide_s_title_top\";s:32:\"WEB  •  MOBILE  •  ECOMMERCE\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"BUY NOW\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:12:\"MORE DETAILS\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:6:\"btn-md\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:2:\"60\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#761287\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"25\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:13:\"GRAND OPENING\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:60:\"<span class=\"lt-spacing-10\"><strong>NOV</strong> 2015</span>\";s:16:\"io_slide_s_title\";s:52:\"AND GET <strong>20% OFF</strong> ON YOUR FIRST ORDER\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:15:\"BOOK YOUR TABLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:6:\"btn-lg\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:11:\"aligncenter\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide6373b38\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"50\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_CallOutBanner\";s:7:\"options\";a:6:{s:16:\"calloutbox_style\";s:6:\"style3\";s:14:\"cab_main_title\";s:207:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work</span>, destined for the typical modern website that needs to stand out.</span>\";s:13:\"cab_sec_title\";s:134:\"Currently one of the best selling items on ThemeForest, featured across the marketplace and awarded with thousands of 5 stars ratings.\";s:15:\"cab_button_text\";s:44:\"FIND OUT <span class=\"fw-normal\">MORE</span>\";s:16:\"cab_button_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/callout2.svg\";s:15:\"cab_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8e67dd37\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd7133c0f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2a08548b\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:38:\"WE USUALLY OFFER A VARIETY OF SERVICES\";s:11:\"te_subtitle\";s:307:\"Dramatically expedite emerging ROI through diverse deliverables. Phosfluorescently integrate covalent portals without cooperative e-services. Energistically synergize business methods of empowerment with intuitive systems. Energistically extend accurate web-readiness without user-centric leadership skills.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6351d818\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8d0bf534\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:6:\"modern\";s:17:\"service_box_title\";s:15:\"web development\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:144:\"Content management systens\r\nVirtual shops and ecommerce \r\nPresentation websites\r\nOnline catalogues\r\nPortal systems\r\n& any other dynamic website \";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"40\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f6a54cf\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidabd94bd7\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:6:\"modern\";s:17:\"service_box_title\";s:14:\"graphic design\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:122:\"Logo design\r\nFlyers & Brochures\r\nBusiness Cards\r\nStationery Design\r\nPowerpoint presentation\r\nPrint Ads / Magazine\r\nBanners\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid826af5e3\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid5d83b40d\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:6:\"modern\";s:17:\"service_box_title\";s:18:\"internet marketing\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:103:\"Search engine optimisation\r\nSearch engine marketing\r\nInternet advertising\r\nWeb analysis\r\nBlog marketing\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:0:\"\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"40\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb867ffd7\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd96e0012\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida88e0c72\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:14:\"TH_RecentWork3\";s:7:\"options\";a:6:{s:9:\"rw_height\";s:3:\"280\";s:8:\"rw_title\";s:47:\"<span class=\"ff-alternative\">RECENT WORK</span>\";s:12:\"rw_port_link\";s:18:\"carousel-portfolio\";s:17:\"rw_port_link_text\";s:8:\"VIEW ALL\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:14:\"ports_per_page\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid120ed56d\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc2ddc77e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0f42a4a1\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_StepsBox\";s:7:\"options\";a:10:{s:14:\"stepsbox_style\";s:6:\"style1\";s:10:\"stp_height\";s:3:\"235\";s:11:\"stp_bgcolor\";s:5:\"light\";s:8:\"stp_size\";s:2:\"62\";s:9:\"stp_title\";s:19:\"our working process\";s:12:\"stp_subtitle\";s:10:\"in 3 steps\";s:8:\"stp_desc\";s:170:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi.\";s:13:\"stp_text_link\";s:13:\"MORE ABOUT US\";s:8:\"stp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"steps_single\";a:3:{i:0;a:7:{s:16:\"stp_single_title\";s:19:\"planning & strategy\";s:15:\"stp_single_desc\";s:97:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.\";s:12:\"stp_icontype\";s:8:\"fonticon\";s:14:\"stp_icon_color\";s:7:\"#ffffff\";s:15:\"stp_single_icon\";s:0:\"\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue60f\";}s:15:\"stp_single_anim\";s:4:\"tada\";}i:1;a:7:{s:16:\"stp_single_title\";s:16:\"design & develop\";s:15:\"stp_single_desc\";s:97:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.\";s:12:\"stp_icontype\";s:8:\"fonticon\";s:14:\"stp_icon_color\";s:7:\"#ffffff\";s:15:\"stp_single_icon\";s:0:\"\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}s:15:\"stp_single_anim\";s:5:\"pulse\";}i:2;a:7:{s:16:\"stp_single_title\";s:14:\"test & deliver\";s:15:\"stp_single_desc\";s:97:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.\";s:12:\"stp_icontype\";s:8:\"fonticon\";s:14:\"stp_icon_color\";s:7:\"#ffffff\";s:15:\"stp_single_icon\";s:0:\"\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}s:15:\"stp_single_anim\";s:15:\"fadeOutRightBig\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf4e3683a\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf2429c48\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidba2a9f68\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style2\";s:16:\"ctb_circle_title\";s:3:\"WHO\";s:14:\"ctb_main_title\";s:6:\"WE ARE\";s:11:\"ctb_content\";s:251:\"Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.\r\n<ul class=\"list-style1\">\r\n	<li>Aliquam feugiat eleifend</li>\r\n	<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\nPhasellus in risus quis lectus iaculis tate.\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid165fc865\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid38e5a274\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:14:\"RESCUE SUPPORT\";s:14:\"image_box_text\";s:113:\"Our support team will do its best to provide the best possible and helpful answer for the issues you’re having.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc9606e4c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd0ca18a5\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:16:\"E-COMMERCE READY\";s:14:\"image_box_text\";s:103:\"Build an online store blazing fast with WooCommerce and Kallyas\'s ready-made ecommerce functionalities.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidca26b2ae\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid11038f47\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid487e9286\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"70\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#222222\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#3a3a3a\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#7a7a7a\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:1:\"1\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:4:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:13:\"JIMMY FERRARA\";s:12:\"tst_position\";s:15:\"GENERAL MANAGER\";s:15:\"tst_testimonial\";s:234:\"“Credibly innovate granular internal or \"organic\" sources whereas high standards in web readiness. Energistically scale future-proof core competencies vis-a-vis impactful experiences. Dramatically synthesize integrated schemas with.\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:13:\"PERRY ANDREWS\";s:12:\"tst_position\";s:10:\"SWIFT Inc.\";s:15:\"tst_testimonial\";s:101:\"“Credibly innovate granular internal or \"organic\" sources whereas high standards in web readiness. \";s:9:\"tst_stars\";s:1:\"4\";s:7:\"tst_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:12:\"SAMMY BROWNS\";s:12:\"tst_position\";s:17:\"CFO, Perfect Inc.\";s:15:\"tst_testimonial\";s:101:\"“Credibly innovate granular internal or \"organic\" sources whereas high standards in web readiness. \";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:12:\"TECHNOLOGIES\";s:10:\"prt_single\";a:8:{i:0;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo1.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo2.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo3.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo4.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo5.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:5;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo6.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:6;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo7.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:7;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo8.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9c382ede\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc0593e78\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7a1a285e\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"70\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_LatestPosts4\";s:7:\"options\";a:4:{s:15:\"lp_style_select\";s:13:\"default-style\";s:8:\"lp_title\";s:50:\"<span class=\"ff-alternative\">LATEST STORIES</span>\";s:12:\"lp_num_posts\";s:1:\"3\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidde039272\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid0be58fa7\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7d720720\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";s:5:\"color\";s:7:\"#e0e0e0\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6b440767\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid19dce20d\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid62ac7e75\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"55\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:40:\"ONE OF THE MOST COMPLETE WORDPRESS THEME\";s:11:\"te_subtitle\";s:226:\"We always had this statement and we\'re keeping our promise. Beside a <span class=\"fw-semibold\">powerful yet easy to use frontend Page Builder</span>, Kallyas has packed inside lots of sweet features that wait to be discovered.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidea4ca4b6\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid2aa580b0\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:5:{s:13:\"spacer_height\";s:2:\"30\";s:14:\"spacer_hide_lg\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_md\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_sm\";s:14:\"zn_dummy_value\";s:14:\"spacer_hide_xs\";s:14:\"zn_dummy_value\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidca82e8c0\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:2:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:10:{s:11:\"button_text\";s:15:\"BUY KALLYAS NOW\";s:11:\"button_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:6:\"btn-md\";s:12:\"button_width\";s:0:\"\";s:12:\"button_block\";s:9:\"btn-block\";s:13:\"button_margin\";s:0:\"\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid23b641b2\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid360d5e9f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16725fa7\";}}'),
(1886,	2382,	'zn_page_custom_css',	''),
(1887,	2383,	'zn_page_builder_status',	'enabled'),
(1888,	2383,	'slide_template',	''),
(1889,	2383,	'zn_page_layout',	'default'),
(1890,	2383,	'zn_sidebar_select',	'default'),
(1891,	2383,	'zn_zn_disable_subheader',	'no'),
(1892,	2383,	'zn_page_title_show',	'yes'),
(1893,	2383,	'zn_page_title',	''),
(1894,	2383,	'zn_page_subtitle',	''),
(1895,	2383,	'zn_page_builder_els',	'a:10:{i:0;a:6:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:20:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"47\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:14:\"io_s_clickdrag\";s:1:\"1\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:23:\"io_s_fixdwidth_relative\";s:14:\"zn_dummy_value\";s:11:\"io_s_scroll\";s:1:\"0\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"single_iosslider\";a:1:{i:0;a:42:{s:13:\"io_slide_type\";s:5:\"image\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:14:\"io_slide_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/LeisureSales-scaled.jpg\";s:23:\"io_slide_image_vert_pos\";s:6:\"center\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:1:\"0\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:0:\"\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:37:\"Still the UK\'s Number 1 Caravan Mover\";s:16:\"io_slide_s_title\";s:31:\"Maneuvering caravans since 1991\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:4:\"#why\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:12:\"Find Out Why\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";s:0:\"\";s:3:\"uid\";s:13:\"eluida87a01a4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:65:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:3:\"why\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:15:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:159:\"<span class=\"fw-thin\">Powrtouch is the <span class=\"fw-semibold\">best motor mover</span> on the market and is backed by our 5 year no quibble guarantee!</span>\";s:16:\"page_ac_subtitle\";s:47:\"The hassle-free way to manoeuvring your caravan\";s:14:\"element_scheme\";s:0:\"\";s:14:\"page_ac_b_text\";s:24:\"Where\'s my local dealer?\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:29:\"/elements-search-box-element/\";s:6:\"target\";s:12:\"modal_iframe\";s:5:\"title\";s:0:\"\";}s:20:\"page_ac_b_link_style\";s:13:\"btn-fullwhite\";s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:21:\"page_ac_b_link2_style\";s:13:\"btn-fullcolor\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91fd4acb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid433d6915\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3b7aab4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"OKAY, SO WHY POWRTOUCH?\";s:11:\"te_subtitle\";s:54:\"Well, lots of reasons, but most importantly because...\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"44px\";s:11:\"line-height\";s:4:\"44px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#c8c8c8\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ed53a24\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f283e03\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09defe66\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"16\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"55\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:12:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"0\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:11:\"gutter_size\";s:9:\"gutter-md\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason One\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b5d0763\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6e30b380\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason Two\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c513217\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid275db0ce\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:12:\"Reason Three\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid353555af\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid82f98c7f\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:11:\"Reason Four\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0744e87\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid74d7b11a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida493fd7c\";}}s:5:\"width\";s:9:\"col-md-10\";s:3:\"uid\";s:13:\"eluid552752fe\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5927e1b\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:55:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:10:\"mc_pb_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"615\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"480\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"460\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"400\";s:7:\"unit_xs\";s:2:\"px\";}s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/truma-building-2.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:5:\"right\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:14:\"source_overlay\";s:1:\"2\";s:23:\"source_overlay_color_v2\";s:21:\"rgba(137,173,178,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaba43c07\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid89389bee\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"5%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"5%\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:58:\"About <span class=\"text-custom fw-normal\">Powrtouch</span>\";s:11:\"te_subtitle\";s:89:\"Strong 2 sentence statement about powrtouch. Strong 2 sentence statement about powrtouch.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf379133\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40ed4648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbe29e832\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:419:\"text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\r\n\r\ntext text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide026230f\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"More About Us\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:8:\"Click me\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidfb35db8a\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidbb0577fb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:25:{s:7:\"vb_type\";s:5:\"modal\";s:15:\"vb_video_source\";s:10:\"selfhosted\";s:12:\"vb_video_url\";s:43:\"https://www.youtube.com/watch?v=umrO9cm4wjg\";s:19:\"vb_video_url_player\";s:0:\"\";s:14:\"vb_video_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/large-image.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"1\";s:14:\"source_vd_loop\";s:1:\"1\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc34483c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddc87da72\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb2fd83c\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluida360c38a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39a0f171\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"81\";s:14:\"bottom_padding\";s:2:\"88\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:12:{s:9:\"ssb_title\";s:119:\"<span class=\"fw-thin\">As standadard the Powrtouch come with <span class=\"fw-semibold\">everything you need</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:16:\"Find Your Dealer\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:14:\"element_scheme\";s:0:\"\";s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:25:\"PROFESSIONAL INSTALLATION\";s:15:\"ssb_single_desc\";s:77:\"High standard installation by a specialist at one of our trusted dealerships.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:12:\"DEMONSTATION\";s:15:\"ssb_single_desc\";s:63:\"Before you leave we will ensure you\'re shown exactly what to do\";}i:2;a:2:{s:16:\"ssb_single_title\";s:16:\"5 Years Warranty\";s:15:\"ssb_single_desc\";s:71:\"Real peace of mind, in the unlikely event of anything ever going wrong.\";}}s:15:\"ssb_imag_single\";a:1:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1381be60\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid01edc7e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0b43df6\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"26\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:59:\"Our <span class=\"text-custom fw-normal\">Motor Movers</span>\";s:11:\"te_subtitle\";s:109:\"Our range of caravan movers are well-suited for all caravans. See the Powrtouch family of motor movers below.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid616680e9\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcab38fce\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfae0a288\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:82:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Freedom.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:7:\"Freedom\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3806fc67\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:10:\"Learn More\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:23:\"btn-block btn-fullwidth\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9dead8c1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid218b9fb2\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc9e84675\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida1366778\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:96:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Single-Axle.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:23:\"Evolution (Single Axle)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4a00051a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid86f684b8\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid71ac714d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:35:\"/evolution-single-axle-auto-engage/\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluide4fafc03\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid29cd982c\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc47f9d29\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid46975d2e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:89:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Twin.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:30:\"Evolution (Twin Axle, 2 Motor)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e112a5a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidb09509c5\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluiddf43c44c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9bdeb25e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid4c752ecd\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidaeb26f50\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidba62844c\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:88:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-AWD.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:31:\"Evolution (Twin Axle, 4 Motor) \";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16078f63\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid6a591746\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid59a6184c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidf958e2da\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidb17d3cc3\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid325c06ac\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid767a4bc4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid631417c6\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"88\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:11:\"Help Centre\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:52:\"here we keep our manuals and troubleshooting guides.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6104520\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddbdefdb7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:16:\"Customer Service\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:64:\"We\'re dedicated to helping you! Contact us if you need anything.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb62d574f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb4fd9e3d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:19:\"Our Support Network\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:82:\"With our mobile engineers around the country, you\'re in safe hands with powrtouch!\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75d4229e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid715c8779\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid350c7d28\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"Customer Feedback\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:5:\"light\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide82ea897\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:11:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:9:\"MR TURNER\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:256:\"\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:11:\"MRS ANDREWS\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:79:\"“Text text text text text text text text text text text text text text text.\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:8:\"MR SMITH\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:118:\"“Text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";s:0:\"\";s:12:\"slidesToShow\";s:1:\"5\";s:13:\"autoplaySpeed\";s:4:\"3000\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid046edef1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid874b92a1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf3608cd8\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"WORK WITH US\";s:11:\"te_subtitle\";s:52:\"Are you a dealer or a mobile engineer? Get in touch!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3771e7bf\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid5ff7e00c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83ef0711\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:9:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:24:{s:11:\"button_text\";s:12:\"GET IN TOUCH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:20:\"cta_custom_color_hov\";s:0:\"\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:12:\"button_block\";s:9:\"btn-block\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:1:\"0\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac7595fc\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid93ef961e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida357b549\";}}'),
(1896,	2383,	'zn_page_custom_css',	'/* Add negative top margin to Action Box */\n.eluid91fd4acb {margin-top:-25px;}'),
(1897,	2383,	'show_header',	''),
(1898,	2383,	'show_footer',	''),
(1899,	2383,	'zn_page_custom_js',	''),
(1900,	2384,	'slide_template',	'default'),
(1901,	2384,	'zn_page_layout',	'default'),
(1902,	2384,	'zn_sidebar_select',	'default'),
(1903,	2384,	'zn_zn_disable_subheader',	'no'),
(1904,	2384,	'zn_page_title_show',	'yes'),
(1905,	2384,	'zn_page_title',	''),
(1906,	2384,	'zn_page_subtitle',	''),
(1907,	2384,	'zn_page_builder_status',	'enabled'),
(1908,	2384,	'zn_page_builder_els',	'a:6:{i:0;a:5:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:13:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"43\";s:13:\"io_s_autoplay\";s:14:\"zn_dummy_value\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:11:\"io_s_scroll\";s:1:\"0\";s:21:\"io_s_scrolling_effect\";s:1:\"1\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:16:\"single_iosslider\";a:4:{i:0;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#0a0000\";s:24:\"io_slide_overlay_opacity\";s:2:\"20\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#0a0101\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:34:\"<strong>SUMMER SALE</strong> STEAM\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:30:\"UP TO <strong>40% OFF</strong>\";s:16:\"io_slide_s_title\";s:37:\"FOR NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"bottom\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"1\";s:22:\"io_slide_overlay_color\";s:7:\"#0a0000\";s:24:\"io_slide_overlay_opacity\";s:2:\"10\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"30\";s:22:\"io_slide_caption_style\";s:6:\"style2\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:33:\"<strong>HUGE</strong> SUMMER SALE\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:49:\"<span style=\"ff-alternative\">ALL UNDER $49</span>\";s:16:\"io_slide_s_title\";s:38:\"NEW OUTFITS FOR YOUR SUMMER\'S WARDROBE\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"SHOP NOW\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:9:\"fromright\";s:26:\"io_slide_caption_pos_horiz\";s:10:\"alignright\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:11:\"bottom-left\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#042b87\";s:24:\"io_slide_overlay_opacity\";s:2:\"45\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"30\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:35:\"CHIC • RAFINEMENT<br>FULL COMFORT\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:36:\"DISCOUNTS <strong>UP TO 50%</strong>\";s:16:\"io_slide_s_title\";s:37:\"FOR NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"START SHOPPING\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:10:\"alignright\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:20:\"io_slide_vd_self_ogg\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.ogv\";s:21:\"io_slide_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:14:\"io_slide_vd_vp\";s:79:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/50-Percent-Off.jpg\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:2:\"no\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"1\";s:22:\"io_slide_overlay_color\";s:7:\"#000000\";s:24:\"io_slide_overlay_opacity\";s:2:\"30\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"25\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:33:\"<strong>GRAND</strong><br>OPENING\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"1\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:58:\"<strong>INNOVATION AND PERFORMANCE </strong><br>SINCE 1978\";s:16:\"io_slide_s_title\";s:0:\"\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:21:\"SEE OUR LATEST OFFERS\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:6:\"zoomin\";s:26:\"io_slide_caption_pos_horiz\";s:11:\"aligncenter\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1aa46038\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:7:{s:8:\"ac_style\";s:6:\"style1\";s:13:\"page_ac_title\";s:42:\"Want to be updated with our latest offers?\";s:16:\"page_ac_subtitle\";s:0:\"\";s:14:\"page_ac_b_text\";s:19:\"JOIN OUR NEWSLETTER\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:33:\"https://truma.youarenearly.online\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:12:\"modal_iframe\";}s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb2110e5b\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"30\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:25:\"SOME OF OUR LATEST OFFERS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5565570f\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_ImageBox2\";s:7:\"options\";a:2:{s:15:\"image_box_title\";s:0:\"\";s:10:\"ib2_single\";a:4:{i:0;a:3:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:9:\"one-third\";}i:1;a:3:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:5:\"span5\";}i:2;a:3:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:4:\"four\";}i:3;a:3:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:4:\"four\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid216939bd\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid9eda8c45\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid49dffa57\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"30\";s:14:\"bottom_padding\";s:2:\"30\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:27:\"TH_ShopProductsPresentation\";s:7:\"options\";a:8:{s:11:\"woo_lp_prod\";s:1:\"1\";s:12:\"woo_lp_title\";s:0:\"\";s:11:\"woo_bs_prod\";s:1:\"1\";s:13:\"woo_bsp_title\";s:0:\"\";s:11:\"woo_fp_prod\";s:1:\"1\";s:12:\"woo_fp_title\";s:0:\"\";s:14:\"woo_categories\";a:7:{i:0;s:2:\"30\";i:1;s:2:\"31\";i:2;s:2:\"32\";i:3;s:2:\"33\";i:4;s:2:\"34\";i:5;s:2:\"35\";i:6;s:2:\"36\";}s:14:\"prods_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidecdd8bb8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida9df9a44\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc6d36de6\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"30\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:14:\"LIMITED OFFERS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"10\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"22px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05d33ec2\";}i:1;a:5:{s:6:\"object\";s:20:\"TH_ShopLimitedOffers\";s:7:\"options\";a:3:{s:12:\"woo_lo_title\";s:0:\"\";s:14:\"woo_categories\";a:7:{i:0;s:2:\"30\";i:1;s:2:\"31\";i:2;s:2:\"32\";i:3;s:2:\"33\";i:4;s:2:\"34\";i:5;s:2:\"35\";i:6;s:2:\"36\";}s:14:\"prods_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6c454d83\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluid665d2ed4\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:30:{s:12:\"mc_link_type\";s:3:\"btn\";s:11:\"mc_btn_text\";s:0:\"\";s:13:\"mc_link_style\";s:6:\"circle\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=RoLTPcD1S4Q\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"280\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:10:\"video_self\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:12:\"source_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:2:\"no\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9eafe780\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid694f2341\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid767f21d9\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"50\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#efefef\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:24:\"SO WHAT\'S <br>\r\nTHE FUZZ\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"10\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidce4b7a96\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidfa0285bb\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:26:{s:9:\"ibx_title\";s:7:\"31 DAYS\";s:8:\"ibx_desc\";s:13:\"RETURN POLICY\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue617\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#878787\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"50\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"12px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid929f7e88\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidc4a4610b\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:26:{s:9:\"ibx_title\";s:13:\"FREE AND FAST\";s:8:\"ibx_desc\";s:8:\"DELIVERY\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue619\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#878787\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"58\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"12px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid10cb3e78\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid4c050d61\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:26:{s:9:\"ibx_title\";s:10:\"BEST PRICE\";s:8:\"ibx_desc\";s:10:\"GUARANTEED\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue618\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#878787\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"50\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"18px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"12px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:11:\"ibx_opacity\";s:3:\"100\";s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6fe1500c\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidf636eb97\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid643f50b5\";}}'),
(1909,	2384,	'zn_page_custom_css',	''),
(1910,	2385,	'slide_template',	'default'),
(1911,	2385,	'zn_page_layout',	'default'),
(1912,	2385,	'zn_sidebar_select',	'default'),
(1913,	2385,	'zn_zn_disable_subheader',	'no'),
(1914,	2385,	'zn_page_title_show',	'yes'),
(1915,	2385,	'zn_page_title',	''),
(1916,	2385,	'zn_page_subtitle',	''),
(1917,	2385,	'zn_page_builder_status',	'enabled'),
(1918,	2385,	'zn_page_builder_els',	'a:8:{i:0;a:5:{s:6:\"object\";s:19:\"TH_RevolutionSlider\";s:7:\"options\";a:4:{s:15:\"ww_header_style\";s:10:\"light_gray\";s:12:\"revslider_id\";s:14:\"shop-slider-v4\";s:17:\"revslider_paralax\";s:1:\"0\";s:16:\"hm_header_bmasks\";s:5:\"mask5\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid57e5760f\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_CallOutBanner\";s:7:\"options\";a:6:{s:16:\"calloutbox_style\";s:6:\"style3\";s:14:\"cab_main_title\";s:207:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work</span>, destined for the typical modern website that needs to stand out.</span>\";s:13:\"cab_sec_title\";s:134:\"Currently one of the best selling items on ThemeForest, featured across the marketplace and awarded with thousands of 5 stars ratings.\";s:15:\"cab_button_text\";s:44:\"FIND OUT <span class=\"fw-normal\">MORE</span>\";s:16:\"cab_button_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/callout2.svg\";s:15:\"cab_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidda25a360\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid25b1410b\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluided94705b\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ImageBox2\";s:7:\"options\";a:2:{s:15:\"image_box_title\";s:0:\"\";s:10:\"ib2_single\";a:4:{i:0;a:3:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:9:\"one-third\";}i:1;a:3:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:5:\"span5\";}i:2;a:3:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:4:\"four\";}i:3;a:3:{s:9:\"ib2_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"ib2_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:9:\"ib2_width\";s:4:\"four\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidab2bace2\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd9082abb\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid057577d9\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:27:\"TH_ShopProductsPresentation\";s:7:\"options\";a:8:{s:11:\"woo_lp_prod\";s:1:\"1\";s:12:\"woo_lp_title\";s:0:\"\";s:11:\"woo_bs_prod\";s:1:\"1\";s:13:\"woo_bsp_title\";s:0:\"\";s:11:\"woo_fp_prod\";s:1:\"1\";s:12:\"woo_fp_title\";s:0:\"\";s:14:\"woo_categories\";a:7:{i:0;s:2:\"30\";i:1;s:2:\"31\";i:2;s:2:\"32\";i:3;s:2:\"33\";i:4;s:2:\"34\";i:5;s:2:\"35\";i:6;s:2:\"36\";}s:14:\"prods_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1b4546e0\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida63a8c67\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfb7badf7\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:14:\"TH_LatestPosts\";s:7:\"options\";a:3:{s:8:\"lp_title\";s:50:\"<span class=\"ff-alternative\">RECENT STORIES</span>\";s:12:\"lp_blog_page\";s:1:\"#\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbf81da23\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid26fb5a18\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid94358206\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:18:\"QUICK F.A.Q. GUIDE\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"10\";s:9:\"te_symbol\";s:4:\"icon\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#b2b2b2\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue101\";}s:9:\"icon_size\";s:2:\"22\";s:13:\"te_symbol_pos\";s:10:\"left-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid520a3350\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:3:{s:9:\"acc_title\";s:0:\"\";s:9:\"acc_style\";s:6:\"style3\";s:16:\"accordion_single\";a:4:{i:0;a:3:{s:16:\"acc_single_title\";s:29:\"How to properly use outdoors?\";s:15:\"acc_single_desc\";s:279:\"Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership.\";s:12:\"acc_colapsed\";s:3:\"yes\";}i:1;a:3:{s:16:\"acc_single_title\";s:39:\"Is it safe to plug it into 220V system?\";s:15:\"acc_single_desc\";s:386:\"Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:3:{s:16:\"acc_single_title\";s:51:\"How much does the battery should normally last for?\";s:15:\"acc_single_desc\";s:386:\"Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:3:{s:16:\"acc_single_title\";s:36:\"Is there any documentation included?\";s:15:\"acc_single_desc\";s:386:\"Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.\";s:12:\"acc_colapsed\";s:2:\"no\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd3e47730\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluid55a3ad15\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style2\";s:16:\"ctb_circle_title\";s:2:\"US\";s:14:\"ctb_main_title\";s:12:\"& WHO WE ARE\";s:11:\"ctb_content\";s:543:\"Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.\r\n<ul class=\"list-style1\">\r\n	<li>Aliquam feugiat eleifend</li>\r\n	<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\nPhasellus in risus quis lectus iaculis tate.\r\n\r\nEtiam arcu nulla, malesuada eget venenatis et, porta in mi. Praesent ultrices efficitur vehicula. Sed lacinia ipsum tincidunt aliquam gravida. Vivamus vitae lacus purus.\r\n\r\nNullam vel feugiat lectus, eget molestie arcu. Phasellus vulputate auctor tellus, sed ullamcorper nisi lobortis at.\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9bec6bfc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddd2a2b03\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb821c40a\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"20\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:3:{s:15:\"pts_color_theme\";s:4:\"dark\";s:10:\"pts_ptitle\";s:12:\"STORE BRANDS\";s:10:\"prt_single\";a:8:{i:0;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo1_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo2_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo3_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo4_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo5_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:5;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo6_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:6;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo7_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:7;a:2:{s:7:\"prt_img\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/09/logo8_dark.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3c6a0924\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f461abd\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6c16f5fe\";}i:7;a:5:{s:6:\"object\";s:12:\"TH_BigSocial\";s:7:\"options\";a:5:{s:8:\"bs_style\";s:22:\"bigsocialblock--style1\";s:9:\"bs_bgtype\";s:11:\"type-chover\";s:12:\"bs_maincolor\";s:7:\"#898989\";s:13:\"bs_themecolor\";s:5:\"light\";s:13:\"bs_iconblocks\";a:3:{i:0;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"Facebook\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#3b5998\";s:8:\"bs_title\";s:13:\"Like our page\";s:8:\"bs_count\";s:4:\"5894\";s:8:\"bs_ftext\";s:5:\"LIKES\";}i:1;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"Twitter\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#5ea9dd\";s:8:\"bs_title\";s:9:\"Follow Us\";s:8:\"bs_count\";s:5:\"25374\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}i:2;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:11:\"Google Plus\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#df4b38\";s:8:\"bs_title\";s:9:\"Circle Us\";s:8:\"bs_count\";s:4:\"3841\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7b52e754\";}}'),
(1919,	2385,	'zn_page_custom_css',	''),
(1922,	2386,	'_thumbnail_id',	'182'),
(1923,	2386,	'zn_page_layout',	'default'),
(1924,	2386,	'zn_sidebar_select',	'default'),
(1925,	2386,	'zn_show_social',	'default'),
(1926,	2386,	'zn_zn_disable_subheader',	'no'),
(1927,	2386,	'zn_page_builder_status',	'disabled'),
(1928,	2386,	'_thumbnail_id',	'808'),
(1929,	2386,	'slide_template',	'default'),
(1930,	2386,	'zn_subheader_style',	'zn_def_header_style'),
(1931,	2386,	'zn-custom-layout',	'0'),
(1934,	2387,	'_thumbnail_id',	'182'),
(1935,	2387,	'slide_template',	'default'),
(1936,	2387,	'zn_page_layout',	'default'),
(1937,	2387,	'zn_sidebar_select',	'default'),
(1938,	2387,	'zn_show_social',	'default'),
(1939,	2387,	'zn_zn_disable_subheader',	'no'),
(1940,	2387,	'zn_page_builder_status',	''),
(1941,	2387,	'_thumbnail_id',	'1232'),
(1942,	2388,	'slide_template',	'default'),
(1943,	2388,	'zn_page_layout',	'right_sidebar'),
(1944,	2388,	'zn_sidebar_select',	'Minimal Sidebar'),
(1945,	2388,	'zn_zn_disable_subheader',	'no'),
(1946,	2388,	'zn_page_title_show',	'no'),
(1947,	2388,	'zn_page_title',	''),
(1948,	2388,	'zn_page_subtitle',	''),
(1949,	2388,	'zn_page_builder_status',	'enabled'),
(1950,	2388,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:12:\"SIDEBAR PAGE\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:20:\"FOR QUICK NAVIGATION\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d6efa8d\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:17:\"PAGE WITH SIDEBAR\";s:11:\"te_subtitle\";s:107:\"This is a simple page that does display a sidebar. Oh, and it\'s a bit fat actually, stretched on 4 columns!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5f7643eb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid75649e4e\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5c4e5586\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid8963f217\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6163a946\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidfdfb966e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:1123:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\r\n\r\n<img class=\"img-responsive wp-image-795 size-medium alignleft\" src=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/home-office-569359_640-300x217.jpg\" alt=\"home-office-569359_640\" width=\"300\" height=\"217\" />Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\r\n\r\n&nbsp;\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71216744\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida7584fca\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluideff4aa86\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidfe4b14a2\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_Sidebar\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid51c2a6ba\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid234cf900\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4e7f3097\";}}'),
(1951,	2388,	'zn_page_custom_css',	''),
(1952,	2389,	'slide_template',	'default'),
(1953,	2389,	'zn_page_layout',	'no_sidebar'),
(1954,	2389,	'zn_sidebar_select',	'default'),
(1955,	2389,	'zn_zn_disable_subheader',	'no'),
(1956,	2389,	'zn_page_title_show',	'no'),
(1957,	2389,	'zn_page_title',	''),
(1958,	2389,	'zn_page_subtitle',	''),
(1959,	2389,	'zn_page_builder_status',	'enabled'),
(1960,	2389,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:15:\"NO SIDEBAR HERE\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:22:\"JUST A FULL-WIDTH PAGE\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7e75e4f8\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:15:\"FULL-WIDTH PAGE\";s:11:\"te_subtitle\";s:54:\"This is a simple page that doesn\'t display a sidebar .\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid76516adf\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf9e49ae0\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc895b952\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidbb6d3b38\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc8896fd9\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid06de10a1\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidea671079\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid5b8d0b45\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid829fddff\";}}'),
(1961,	2389,	'zn_page_custom_css',	''),
(1962,	2390,	'slide_template',	'default'),
(1963,	2390,	'zn_page_layout',	'default'),
(1964,	2390,	'zn_sidebar_select',	'default'),
(1965,	2390,	'zn_zn_disable_subheader',	'no'),
(1966,	2390,	'zn_page_title_show',	'yes'),
(1967,	2390,	'zn_page_title',	''),
(1968,	2390,	'zn_page_subtitle',	''),
(1969,	2390,	'zn_page_builder_status',	''),
(1970,	2391,	'slide_template',	'default'),
(1971,	2391,	'zn_page_layout',	'default'),
(1972,	2391,	'zn_sidebar_select',	'default'),
(1973,	2391,	'zn_zn_disable_subheader',	'no'),
(1974,	2391,	'zn_page_title_show',	'yes'),
(1975,	2391,	'zn_page_title',	''),
(1976,	2391,	'zn_page_subtitle',	''),
(1977,	2391,	'zn_page_builder_status',	''),
(1978,	2392,	'slide_template',	'default'),
(1979,	2392,	'zn_page_layout',	'default'),
(1980,	2392,	'zn_sidebar_select',	'default'),
(1981,	2392,	'zn_zn_disable_subheader',	'no'),
(1982,	2392,	'zn_page_title_show',	'yes'),
(1983,	2392,	'zn_page_title',	''),
(1984,	2392,	'zn_page_subtitle',	''),
(1985,	2392,	'zn_page_builder_status',	'enabled'),
(1986,	2392,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:13:\"JOB OFFERINGS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:13:\"JOIN OUR TEAM\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"360\";s:11:\"top_padding\";s:3:\"190\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#242424\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#6b6b6b\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid20b18cf2\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:25:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:7:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:13:\"WE\'RE HIRING!\";s:11:\"te_subtitle\";s:90:\"This page should serve as a simple and practical way to display your latest job offerings.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf919aa6f\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd144561b\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1fe353b7\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb4ccd035\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida73ecc90\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid1b6db3c1\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc0b53d47\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid17eb368b\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:3:{s:9:\"acc_title\";s:0:\"\";s:9:\"acc_style\";s:13:\"default-style\";s:16:\"accordion_single\";a:3:{i:0;a:3:{s:16:\"acc_single_title\";s:15:\"System engineer\";s:15:\"acc_single_desc\";s:943:\"[row]\r\n\r\n[one_half_column]\r\n<h4>Description</h4>\r\nMauris laoreet arcu tortor. Fusce neque felis, bibendum vel lacinia et, eleifend ut tortor. Sed imperdiet, purus porttitor vestibulum lobortis, lorem nunc adipiscing ipsum, at ullamcorper sem odio a tellus. Mauris a luctus nunc.\r\nMaecenas at nisl leo. Sed sed nisl a ligula eleifend posuere ut nec sapien. Proin tempor neque mi. Duis pretium dignissim elit nec feugiat. Morbi non orci felis. Nam vitae metus a orci iaculis facilisis.\r\n[/one_half_column]\r\n\r\n[one_half_column]\r\n<h4>Technical Skills</h4>\r\n[list type=\"list-style2\"]\r\n<ul>\r\n	<li>Aliquam feugiat eleifend metus vehicula;</li>\r\n	<li>Fusce sit amet orci quis arcu;</li>\r\n	<li>Quisque eget arcu ipsum. Nam sapien sem;</li>\r\n	<li>Aliquam ultricies tincidunt augue quis;</li>\r\n	<li>Vivamus id orci nec lacus pharetra fringilla;</li>\r\n	<li>Donec ornare lobortis elit, non viverra diam.</li>\r\n</ul>\r\n[/list]\r\n\r\n[/one_half_column]\r\n\r\n[/row]\";s:12:\"acc_colapsed\";s:3:\"yes\";}i:1;a:3:{s:16:\"acc_single_title\";s:14:\"Ruby Developer\";s:15:\"acc_single_desc\";s:943:\"[row]\r\n\r\n[one_half_column]\r\n<h4>Description</h4>\r\nMauris laoreet arcu tortor. Fusce neque felis, bibendum vel lacinia et, eleifend ut tortor. Sed imperdiet, purus porttitor vestibulum lobortis, lorem nunc adipiscing ipsum, at ullamcorper sem odio a tellus. Mauris a luctus nunc.\r\nMaecenas at nisl leo. Sed sed nisl a ligula eleifend posuere ut nec sapien. Proin tempor neque mi. Duis pretium dignissim elit nec feugiat. Morbi non orci felis. Nam vitae metus a orci iaculis facilisis.\r\n[/one_half_column]\r\n\r\n[one_half_column]\r\n<h4>Technical Skills</h4>\r\n[list type=\"list-style2\"]\r\n<ul>\r\n	<li>Aliquam feugiat eleifend metus vehicula;</li>\r\n	<li>Fusce sit amet orci quis arcu;</li>\r\n	<li>Quisque eget arcu ipsum. Nam sapien sem;</li>\r\n	<li>Aliquam ultricies tincidunt augue quis;</li>\r\n	<li>Vivamus id orci nec lacus pharetra fringilla;</li>\r\n	<li>Donec ornare lobortis elit, non viverra diam.</li>\r\n</ul>\r\n[/list]\r\n\r\n[/one_half_column]\r\n\r\n[/row]\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:3:{s:16:\"acc_single_title\";s:20:\"Illustrations Artist\";s:15:\"acc_single_desc\";s:943:\"[row]\r\n\r\n[one_half_column]\r\n<h4>Description</h4>\r\nMauris laoreet arcu tortor. Fusce neque felis, bibendum vel lacinia et, eleifend ut tortor. Sed imperdiet, purus porttitor vestibulum lobortis, lorem nunc adipiscing ipsum, at ullamcorper sem odio a tellus. Mauris a luctus nunc.\r\nMaecenas at nisl leo. Sed sed nisl a ligula eleifend posuere ut nec sapien. Proin tempor neque mi. Duis pretium dignissim elit nec feugiat. Morbi non orci felis. Nam vitae metus a orci iaculis facilisis.\r\n[/one_half_column]\r\n\r\n[one_half_column]\r\n<h4>Technical Skills</h4>\r\n[list type=\"list-style2\"]\r\n<ul>\r\n	<li>Aliquam feugiat eleifend metus vehicula;</li>\r\n	<li>Fusce sit amet orci quis arcu;</li>\r\n	<li>Quisque eget arcu ipsum. Nam sapien sem;</li>\r\n	<li>Aliquam ultricies tincidunt augue quis;</li>\r\n	<li>Vivamus id orci nec lacus pharetra fringilla;</li>\r\n	<li>Donec ornare lobortis elit, non viverra diam.</li>\r\n</ul>\r\n[/list]\r\n\r\n[/one_half_column]\r\n\r\n[/row]\";s:12:\"acc_colapsed\";s:2:\"no\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfca7950b\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluid075f2a41\";}i:5;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:31:{s:12:\"mc_link_type\";s:3:\"btn\";s:11:\"mc_btn_text\";s:8:\"KNOW US!\";s:13:\"mc_link_style\";s:6:\"circle\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=RAfIDUTPJJM\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"495\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"390\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:13:\"video_youtube\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:11:\"RAfIDUTPJJM\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:2:\"no\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"80\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:17:\"mc_rounded_corner\";s:1:\"1\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3444f168\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid5e876c9e\";}i:6;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"65\";s:13:\"bottom_margin\";s:1:\"0\";s:5:\"color\";s:7:\"#eaeaea\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9f4420cb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf53f08a8\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidae57d10f\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0d2563c4\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid7d098954\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:176:\"<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9dfd4b6b\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidb546ff79\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd8c52eb7\";}}'),
(1987,	2392,	'zn_page_custom_css',	''),
(1988,	2393,	'slide_template',	'default'),
(1989,	2393,	'zn_page_layout',	'default'),
(1990,	2393,	'zn_sidebar_select',	'default'),
(1991,	2393,	'zn_zn_disable_subheader',	'no'),
(1992,	2393,	'zn_page_title_show',	'yes'),
(1993,	2393,	'zn_page_title',	''),
(1994,	2393,	'zn_page_subtitle',	''),
(1995,	2393,	'zn_page_builder_status',	'enabled'),
(1996,	2393,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:15:\"PROCESS & STEPS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:20:\"FOR ONGOING BUSINESS\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#8e0a1d\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#000000\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid85ebd438\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:16:\"MEET THE PROCESS\";s:11:\"te_subtitle\";s:91:\"This page should serve as a quick way to explain how your workflow and process is evolving.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf5da3e0d\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid13d1ef66\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7957ff9c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluiddddc1e8b\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7bdf0971\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:25:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"75\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_StepsBox3\";s:7:\"options\";a:2:{s:9:\"stp_title\";s:0:\"\";s:13:\"steps_single3\";a:4:{i:0;a:2:{s:16:\"stp_single_title\";s:10:\"Evaluation\";s:15:\"stp_single_desc\";s:351:\"Uniquely envisioneer leading-edge \"outside the box\" thinking with impactful total linkage. Completely streamline cutting-edge innovation whereas goal-oriented networks. Credibly fabricate frictionless infomediaries and superior metrics. Intrinsicly procrastinate revolutionary niche markets through bricks-and-clicks communities. Compellingly develop.\";}i:1;a:2:{s:16:\"stp_single_title\";s:8:\"Planning\";s:15:\"stp_single_desc\";s:336:\"Dramatically implement timely manufactured products for equity invested infrastructures. Professionally leverage existing competitive solutions for distinctive experiences. Distinctively visualize ubiquitous niches through fully tested total linkage. Continually syndicate multidisciplinary methods of empowerment and proactive schemas.\";}i:2;a:2:{s:16:\"stp_single_title\";s:10:\"Assessment\";s:15:\"stp_single_desc\";s:326:\"Authoritatively plagiarize extensible e-services for accurate collaboration and idea-sharing. Monotonectally maximize pandemic users and state of the art potentialities. Credibly implement performance based data and extensive web services. Appropriately coordinate bricks-and-clicks applications through interdependent supply.\";}i:3;a:2:{s:16:\"stp_single_title\";s:12:\"Intervention\";s:15:\"stp_single_desc\";s:330:\"Efficiently incentivize unique web services with front-end ideas. Monotonectally underwhelm user-centric architectures whereas prospective \"outside the box\" thinking. Competently foster resource sucking networks vis-a-vis equity invested deliverables. Professionally aggregate holistic results with customized vortals. Seamlessly.\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71409331\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7c94ae79\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid99ad224f\";}}'),
(1997,	2393,	'zn_page_custom_css',	''),
(1998,	2394,	'slide_template',	'default'),
(1999,	2394,	'zn_page_layout',	'default'),
(2000,	2394,	'zn_sidebar_select',	'default'),
(2001,	2394,	'zn_zn_disable_subheader',	'no'),
(2002,	2394,	'zn_page_title_show',	'yes'),
(2003,	2394,	'zn_page_title',	''),
(2004,	2394,	'zn_page_subtitle',	''),
(2005,	2394,	'zn_page_builder_status',	'enabled'),
(2006,	2394,	'zn_page_builder_els',	'a:4:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:66:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:15:\"enable_parallax\";s:2:\"no\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:26:\"Frequently Asked Questions\";s:11:\"te_subtitle\";s:33:\"Answering the most common queries\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid81381874\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7818c017\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf930c8ae\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 1\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid82bd955e\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid243b0216\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfbb8a324\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida7b4d316\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0302f0e5\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid45ff1e64\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid511f9d89\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid2d074d58\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid50656a47\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide09af146\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid46b79861\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidcdc0fb4c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid70728fbb\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:66:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:15:\"enable_parallax\";s:2:\"no\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 2\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidecf44c53\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb7482d01\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid25fbfe75\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid416c7255\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7e9d7fcc\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidca564ba2\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidca2c9194\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7f05a31c\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid529d3257\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb425a3a0\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbff41a76\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid5ddb96bb\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid55751eac\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 3\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf9710548\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid832a5fa9\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide512ebf0\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid9f46ba37\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid944a20f8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidaf3a58b0\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14396bf3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid246f2ff6\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7f8b3e9f\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid70751cc0\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1c4cc6f3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid25f5ceb1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcdd909f5\";}}'),
(2007,	2394,	'zn_page_custom_css',	''),
(2008,	2395,	'slide_template',	'default'),
(2009,	2395,	'zn_page_layout',	'default'),
(2010,	2395,	'zn_sidebar_select',	'default'),
(2011,	2395,	'zn_zn_disable_subheader',	'no'),
(2012,	2395,	'zn_page_title_show',	'yes'),
(2013,	2395,	'zn_page_title',	''),
(2014,	2395,	'zn_page_subtitle',	''),
(2015,	2395,	'zn_page_builder_status',	'enabled'),
(2016,	2395,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:66:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:15:\"enable_parallax\";s:2:\"no\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:15:\"About Powrtouch\";s:11:\"te_subtitle\";s:40:\"Find out what makes us who we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"1\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid54cbc889\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8a709407\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:83:\"\"By listening to our customers we have been able to evolve and constantly improve!\"\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"p\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"italic\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb7d37e95\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida9daa5f1\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3020f0d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida47a9efd\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d42baeb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd88d3555\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid22113bfc\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:11:\"Our History\";s:11:\"te_subtitle\";s:120:\"We\'re proud of our achievements - and rightly so! </br>\r\nFollow our history to find out how we go to where we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"50px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71e4729f\";}i:1;a:5:{s:6:\"object\";s:18:\"TH_HistoricElement\";s:7:\"options\";a:9:{s:8:\"he_start\";s:22:\"1990 › ESTABLISHMENT\";s:6:\"he_end\";s:7:\"PRESENT\";s:14:\"element_scheme\";s:0:\"\";s:15:\"historic_single\";a:6:{i:0;a:4:{s:14:\"she_event_name\";s:25:\"The beginning of the road\";s:14:\"she_event_date\";s:4:\"1990\";s:14:\"she_event_desc\";s:368:\"In early 1990 when Powrwheel Limited was an aerospace engineering company based in Dorset a member of our electrical design team who was also an ardent caravanner had a \"wonderful\" idea to design and manufacture a motorised jockey wheel. The idea was to increase the product range of the company whose products at that time were strictly in aircraft handling equipment\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:4:{s:14:\"she_event_name\";s:33:\"Powrwheel was launched at the NEC\";s:14:\"she_event_date\";s:4:\"1991\";s:14:\"she_event_desc\";s:165:\"After extensive design and testing the product eventually came to fruition and Powrwheel was launched during the Caravan Show at the NEC Birmingham in February 1991.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:4:{s:14:\"she_event_name\";s:23:\"Launch of the Powrhitch\";s:14:\"she_event_date\";s:4:\"2000\";s:14:\"she_event_desc\";s:354:\"Following on from the unparalleled success of the Powrwheel the company moved forward with the release in 2000 of the Powrhitch that provided more moving options to caravans and trailers. The new system could provide a greater range of voltage and torque options it also had the capability to carry its own leisure battery becoming a self-contained unit.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:4:{s:14:\"she_event_name\";s:32:\"Launch of the original Powrtouch\";s:14:\"she_event_date\";s:4:\"2001\";s:14:\"she_event_desc\";s:431:\"Due to the success of the Powrwheel and Powrhitch, Powrwheel Limited were encouraged to look further into trailer and caravan mover systems and with the design of the Original Powrtouch caravan mover that was first sold in January 2001. The combination of the range of caravan mover systems placed Powrwheel Limited as the UK\'s number one manufacturer and supplier of caravan mover systems a proud position that it still maintains.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:4:{s:14:\"she_event_name\";s:38:\"The big move from Dorset to Derbyshire\";s:14:\"she_event_date\";s:4:\"2011\";s:14:\"she_event_desc\";s:395:\"In 2011 after 20 years based in Dorset, the decision was taken by the Parent Company of Powrwheel Limited to move the company to its brand new factory site in South Derbyshire. Completely separate office suites, manufacturing and assembly areas were created in the factory allowing Powrwheel Limited complete autonomy from the parent company and the move was finally completed in September 2011.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:5;a:4:{s:14:\"she_event_name\";s:33:\"Launch of the Powrtouch Evolution\";s:14:\"she_event_date\";s:4:\"2012\";s:14:\"she_event_desc\";s:269:\"This moved allowed Powrwheel Limited to further strengthen is hold as the UK\'s Number ONE Caravan Mover Manufacturer and Supplier with launch in late 2012 of its new and revolutionary design of caravan mover the Powrtouch Evolution taking Caravan Movers to a new level.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3950720c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid67eff23c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f4bc793\";}}'),
(2017,	2395,	'zn_page_custom_css',	''),
(2018,	2396,	'slide_template',	'default'),
(2019,	2396,	'zn_page_layout',	'default'),
(2020,	2396,	'zn_sidebar_select',	'default'),
(2021,	2396,	'zn_zn_disable_subheader',	'no'),
(2022,	2396,	'zn_page_title_show',	'yes'),
(2023,	2396,	'zn_page_title',	''),
(2024,	2396,	'zn_page_subtitle',	''),
(2025,	2396,	'zn_page_builder_status',	'enabled'),
(2026,	2396,	'zn_page_builder_els',	'a:5:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:24:\"TESTIMONIALS AND REVIEWS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:23:\"THAT WE\'RE SO PROUD OF!\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#ba0303\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"85\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc18db009\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:12:\"TESTIMONIALS\";s:11:\"te_subtitle\";s:88:\"This page holds various testimonials element for displaying client reviews and feedback.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5bc5df4e\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc97a3c56\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid35a43049\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid8f730055\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:20:\"TH_TestimonialSlider\";s:7:\"options\";a:3:{s:8:\"tf_title\";s:7:\"REVIEWS\";s:8:\"tf_speed\";s:4:\"2500\";s:26:\"testimonials_slider_single\";a:2:{i:0;a:3:{s:14:\"tf_single_test\";s:208:\"Dynamically restore enterprise value vis-a-vis robust resources. Globally monetize multimedia based leadership skills vis-a-vis client-focused customer service. Objectively synthesize e-business deliverables.\";s:15:\"ts_author_photo\";s:0:\"\";s:16:\"tf_single_author\";s:17:\"Andrew Kline, CTO\";}i:1;a:3:{s:14:\"tf_single_test\";s:208:\"Dynamically restore enterprise value vis-a-vis robust resources. Globally monetize multimedia based leadership skills vis-a-vis client-focused customer service. Objectively synthesize e-business deliverables.\";s:15:\"ts_author_photo\";s:0:\"\";s:16:\"tf_single_author\";s:21:\"Sammy Jones, Designer\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd8ab5227\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid4f963f3b\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid51427f40\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide0cdeb9a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3656d359\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:19:\"TH_TestimonialFader\";s:7:\"options\";a:4:{s:8:\"tf_title\";s:7:\"REVIEWS\";s:7:\"tf_desc\";s:165:\"Assertively restore resource-leveling value vis-a-vis alternative experiences. Intrinsicly deploy team driven infomediaries through high standards in best practices.\";s:8:\"tf_speed\";s:4:\"5000\";s:19:\"testimonials_single\";a:2:{i:0;a:3:{s:14:\"tf_single_test\";s:414:\"Rapidiously formulate high standards in strategic theme areas before state of the art materials. Uniquely utilize cooperative functionalities via sticky human capital. Continually underwhelm maintainable core competencies through multidisciplinary e-services. Dramatically develop economically sound materials rather than corporate solutions. Energistically extend vertical relationships and alternative e-markets.\";s:15:\"tf_author_photo\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"tf_single_author\";s:23:\"Travis Jones, Developer\";}i:1;a:3:{s:14:\"tf_single_test\";s:403:\"Objectively underwhelm intuitive \"outside the box\" thinking and market-driven scenarios. Globally unleash superior results via performance based strategic theme areas. Competently iterate multidisciplinary methodologies with equity invested content. Energistically procrastinate customized channels whereas unique resources. Monotonectally maintain frictionless web-readiness for team driven e-business.\";s:15:\"tf_author_photo\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"tf_single_author\";s:24:\"Mark Simonsen, Architect\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8e5fed84\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid44ad5977\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3965ef10\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:26:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_TestimonialBox\";s:7:\"options\";a:7:{s:8:\"tb_style\";s:6:\"style3\";s:11:\"tb_bg_color\";s:7:\"#ffffff\";s:11:\"tb_fg_style\";s:10:\"dark-quote\";s:9:\"tb_author\";s:11:\"Clint Jones\";s:13:\"tb_author_com\";s:10:\"Travis Co.\";s:15:\"tb_author_quote\";s:403:\"Globally engage compelling meta-services vis-a-vis collaborative catalysts for change. Competently disintermediate goal-oriented interfaces after cross-unit action items. Compellingly fabricate accurate architectures via timely products. Credibly administrate prospective paradigms vis-a-vis virtual manufactured products. Conveniently redefine premium supply chains before cross-platform meta-services.\";s:14:\"tb_author_logo\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc52d7dd3\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid1a36f0c8\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_TestimonialBox\";s:7:\"options\";a:7:{s:8:\"tb_style\";s:6:\"style3\";s:11:\"tb_bg_color\";s:7:\"#ffffff\";s:11:\"tb_fg_style\";s:10:\"dark-quote\";s:9:\"tb_author\";s:14:\"James D. Flows\";s:13:\"tb_author_com\";s:10:\"Robix Inc.\";s:15:\"tb_author_quote\";s:316:\"Competently disintermediate goal-oriented interfaces after cross-unit action items. Compellingly fabricate accurate architectures via timely products. Credibly administrate prospective paradigms vis-a-vis virtual manufactured products. Conveniently redefine premium supply chains before cross-platform meta-services.\";s:14:\"tb_author_logo\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid239c882e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid2c0bf203\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf5d4fbae\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:25:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#131a20\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:5:\"light\";s:8:\"te_title\";s:22:\"OUR PARTNERS & REVIEWS\";s:14:\"te_title_color\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:7:\"te_text\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71b177a9\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:4:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:13:\"JIMMY FERRARA\";s:12:\"tst_position\";s:15:\"GENERAL MANAGER\";s:15:\"tst_testimonial\";s:234:\"“Credibly innovate granular internal or \"organic\" sources whereas high standards in web readiness. Energistically scale future-proof core competencies vis-a-vis impactful experiences. Dramatically synthesize integrated schemas with.\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:13:\"PERRY ANDREWS\";s:12:\"tst_position\";s:10:\"SWIFT Inc.\";s:15:\"tst_testimonial\";s:101:\"“Credibly innovate granular internal or \"organic\" sources whereas high standards in web readiness. \";s:9:\"tst_stars\";s:1:\"4\";s:7:\"tst_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:12:\"SAMMY BROWNS\";s:12:\"tst_position\";s:17:\"CFO, Perfect Inc.\";s:15:\"tst_testimonial\";s:101:\"“Credibly innovate granular internal or \"organic\" sources whereas high standards in web readiness. \";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:12:\"TECHNOLOGIES\";s:10:\"prt_single\";a:8:{i:0;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo1.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo2.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo3.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo4.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo5.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:5;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo6.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:6;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo7.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:7;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo8.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcdd5ad17\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid71d53c8e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6be67aa7\";}}'),
(2027,	2396,	'zn_page_custom_css',	''),
(2028,	2397,	'slide_template',	'default'),
(2029,	2397,	'zn_page_layout',	'default'),
(2030,	2397,	'zn_sidebar_select',	'default'),
(2031,	2397,	'zn_zn_disable_subheader',	'no'),
(2032,	2397,	'zn_page_title_show',	'yes'),
(2033,	2397,	'zn_page_title',	''),
(2034,	2397,	'zn_page_subtitle',	''),
(2035,	2397,	'zn_page_builder_status',	''),
(2036,	2398,	'slide_template',	'default'),
(2037,	2398,	'zn_page_layout',	'default'),
(2038,	2398,	'zn_sidebar_select',	'default'),
(2039,	2398,	'zn_zn_disable_subheader',	'no'),
(2040,	2398,	'zn_page_title_show',	'yes'),
(2041,	2398,	'zn_page_title',	''),
(2042,	2398,	'zn_page_subtitle',	''),
(2043,	2398,	'zn_page_builder_status',	'enabled'),
(2044,	2398,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:0:\"\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:0:\"\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid61c98461\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:19:\"TH_GridPhotoGallery\";s:7:\"options\";a:3:{s:11:\"pg_num_cols\";s:1:\"4\";s:13:\"pg_img_height\";s:6:\"square\";s:20:\"single_photo_gallery\";a:9:{i:0;a:5:{s:9:\"spg_title\";s:12:\"Girl Smiling\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"2\";}i:1;a:5:{s:9:\"spg_title\";s:14:\"Morning Coffee\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:2;a:5:{s:9:\"spg_title\";s:10:\"Stone Arch\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:3;a:5:{s:9:\"spg_title\";s:17:\"A bunch of grapes\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}i:4;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"2\";}i:5;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}i:6;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:7;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:8;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9c38a14b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid57eb5ccf\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0b21fd85\";}}'),
(2045,	2398,	'zn_page_custom_css',	''),
(2046,	2399,	'slide_template',	'default'),
(2047,	2399,	'zn_page_layout',	'default'),
(2048,	2399,	'zn_sidebar_select',	'default'),
(2049,	2399,	'zn_zn_disable_subheader',	'no'),
(2050,	2399,	'zn_page_title_show',	'yes'),
(2051,	2399,	'zn_page_title',	''),
(2052,	2399,	'zn_page_subtitle',	''),
(2053,	2399,	'zn_page_builder_status',	''),
(2054,	2400,	'slide_template',	'default'),
(2055,	2400,	'zn_page_layout',	'default'),
(2056,	2400,	'zn_sidebar_select',	'default'),
(2057,	2400,	'zn_zn_disable_subheader',	'no'),
(2058,	2400,	'zn_page_title_show',	'yes'),
(2059,	2400,	'zn_page_title',	''),
(2060,	2400,	'zn_page_subtitle',	''),
(2061,	2400,	'zn_page_builder_status',	'enabled'),
(2062,	2400,	'zn_page_builder_els',	'a:4:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:13:\"MEET THE TEAM\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:32:\"WE\'RE SO READY FOR NEW PROJECTS!\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"389\";s:11:\"top_padding\";s:3:\"205\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#7603ba\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#8f1515\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9bf9ba9f\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:8:\"OUR TEAM\";s:11:\"te_subtitle\";s:86:\"Compellingly cultivate world-class imperatives whereas stand-alone testing procedures.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid34c2eb7c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid9b22b791\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid69545da3\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TeamBox\";s:7:\"options\";a:8:{s:8:\"teb_name\";s:13:\"Michael Jonas\";s:12:\"teb_position\";s:13:\"CEO / Founder\";s:8:\"teb_desc\";s:131:\"Synergistically foster extensive technologies via extensible quality vectors. Synergistically unleash client-centric niche markets.\";s:9:\"teb_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"teb_image_sizew\";s:3:\"370\";s:15:\"teb_image_sizeh\";s:3:\"370\";s:8:\"teb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:18:\"single_team_social\";a:4:{i:0;a:4:{s:16:\"teb_social_title\";s:8:\"Facebook\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#3b579d\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:1;a:4:{s:16:\"teb_social_title\";s:7:\"Twitter\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#5ea9dd\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}i:2;a:4:{s:16:\"teb_social_title\";s:11:\"Google Plus\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#df4b38\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}}i:3;a:4:{s:16:\"teb_social_title\";s:8:\"LinkedIn\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#007ab5\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue828\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida784bfb3\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid300c8086\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TeamBox\";s:7:\"options\";a:8:{s:8:\"teb_name\";s:10:\"Amy McGill\";s:12:\"teb_position\";s:16:\"CFO / Co-Founder\";s:8:\"teb_desc\";s:131:\"Synergistically foster extensive technologies via extensible quality vectors. Synergistically unleash client-centric niche markets.\";s:9:\"teb_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"teb_image_sizew\";s:3:\"370\";s:15:\"teb_image_sizeh\";s:3:\"370\";s:8:\"teb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:18:\"single_team_social\";a:4:{i:0;a:4:{s:16:\"teb_social_title\";s:8:\"Facebook\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#3b579d\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:1;a:4:{s:16:\"teb_social_title\";s:7:\"Twitter\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#5ea9dd\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}i:2;a:4:{s:16:\"teb_social_title\";s:11:\"Google Plus\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#df4b38\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}}i:3;a:4:{s:16:\"teb_social_title\";s:8:\"LinkedIn\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#007ab5\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue828\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbf52c1d9\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid95e0c887\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TeamBox\";s:7:\"options\";a:8:{s:8:\"teb_name\";s:16:\"Patricia Knowles\";s:12:\"teb_position\";s:28:\"CFO / Co-Founder / Marketing\";s:8:\"teb_desc\";s:131:\"Synergistically foster extensive technologies via extensible quality vectors. Synergistically unleash client-centric niche markets.\";s:9:\"teb_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"teb_image_sizew\";s:3:\"370\";s:15:\"teb_image_sizeh\";s:3:\"370\";s:8:\"teb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:18:\"single_team_social\";a:4:{i:0;a:4:{s:16:\"teb_social_title\";s:8:\"Facebook\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#3b579d\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:1;a:4:{s:16:\"teb_social_title\";s:7:\"Twitter\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#5ea9dd\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}i:2;a:4:{s:16:\"teb_social_title\";s:11:\"Google Plus\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#df4b38\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}}i:3;a:4:{s:16:\"teb_social_title\";s:8:\"LinkedIn\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#007ab5\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue828\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf30ed1c4\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid5f17e820\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf9b7d5d6\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TeamBox\";s:7:\"options\";a:6:{s:8:\"teb_name\";s:13:\"Jonathan Jane\";s:12:\"teb_position\";s:17:\"Creative Director\";s:8:\"teb_desc\";s:131:\"Synergistically foster extensive technologies via extensible quality vectors. Synergistically unleash client-centric niche markets.\";s:9:\"teb_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"teb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:18:\"single_team_social\";a:4:{i:0;a:4:{s:16:\"teb_social_title\";s:8:\"Facebook\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#3b579d\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:1;a:4:{s:16:\"teb_social_title\";s:7:\"Twitter\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#5ea9dd\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}i:2;a:4:{s:16:\"teb_social_title\";s:11:\"Google Plus\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#df4b38\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}}i:3;a:4:{s:16:\"teb_social_title\";s:8:\"LinkedIn\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#007ab5\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue828\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05ebc12b\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid18d5aedf\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TeamBox\";s:7:\"options\";a:6:{s:8:\"teb_name\";s:15:\"Arthur Bertrand\";s:12:\"teb_position\";s:15:\"Project Manager\";s:8:\"teb_desc\";s:131:\"Synergistically foster extensive technologies via extensible quality vectors. Synergistically unleash client-centric niche markets.\";s:9:\"teb_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"teb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:18:\"single_team_social\";a:4:{i:0;a:4:{s:16:\"teb_social_title\";s:8:\"Facebook\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#3b579d\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:1;a:4:{s:16:\"teb_social_title\";s:7:\"Twitter\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#5ea9dd\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}i:2;a:4:{s:16:\"teb_social_title\";s:11:\"Google Plus\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#df4b38\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}}i:3;a:4:{s:16:\"teb_social_title\";s:8:\"LinkedIn\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#007ab5\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue828\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0864eb97\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid480180dd\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TeamBox\";s:7:\"options\";a:6:{s:8:\"teb_name\";s:11:\"Kelly Lewis\";s:12:\"teb_position\";s:17:\"Managing Director\";s:8:\"teb_desc\";s:131:\"Synergistically foster extensive technologies via extensible quality vectors. Synergistically unleash client-centric niche markets.\";s:9:\"teb_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"teb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:18:\"single_team_social\";a:4:{i:0;a:4:{s:16:\"teb_social_title\";s:8:\"Facebook\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#3b579d\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:1;a:4:{s:16:\"teb_social_title\";s:7:\"Twitter\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#5ea9dd\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}i:2;a:4:{s:16:\"teb_social_title\";s:11:\"Google Plus\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#df4b38\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}}i:3;a:4:{s:16:\"teb_social_title\";s:8:\"LinkedIn\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#007ab5\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue828\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd4877254\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid978ffb3a\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TeamBox\";s:7:\"options\";a:8:{s:8:\"teb_name\";s:13:\"James Clayton\";s:12:\"teb_position\";s:20:\"Sales Representative\";s:8:\"teb_desc\";s:131:\"Synergistically foster extensive technologies via extensible quality vectors. Synergistically unleash client-centric niche markets.\";s:9:\"teb_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"teb_image_sizew\";s:3:\"270\";s:15:\"teb_image_sizeh\";s:3:\"270\";s:8:\"teb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:18:\"single_team_social\";a:4:{i:0;a:4:{s:16:\"teb_social_title\";s:8:\"Facebook\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#3b579d\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:1;a:4:{s:16:\"teb_social_title\";s:7:\"Twitter\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#5ea9dd\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}i:2;a:4:{s:16:\"teb_social_title\";s:11:\"Google Plus\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#df4b38\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}}i:3;a:4:{s:16:\"teb_social_title\";s:8:\"LinkedIn\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#007ab5\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue828\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc41aa034\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid97acb2d1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6de48a1a\";}}'),
(2063,	2400,	'zn_page_custom_css',	''),
(2064,	2401,	'slide_template',	'default'),
(2065,	2401,	'zn_page_layout',	'default'),
(2066,	2401,	'zn_sidebar_select',	'default'),
(2067,	2401,	'zn_zn_disable_subheader',	'no'),
(2068,	2401,	'zn_page_title_show',	'yes'),
(2069,	2401,	'zn_page_title',	''),
(2070,	2401,	'zn_page_subtitle',	''),
(2071,	2401,	'zn_page_builder_status',	'enabled'),
(2072,	2401,	'zn_page_builder_els',	'a:6:{i:0;a:5:{s:6:\"object\";s:23:\"TH_StaticContentDefault\";s:7:\"options\";a:29:{s:9:\"ww_height\";s:3:\"510\";s:13:\"sc_fullscreen\";s:1:\"0\";s:14:\"ww_slide_title\";s:0:\"\";s:17:\"ww_slide_subtitle\";s:244:\"<span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful [tooltip placement=\"top\" border=\"no\" title=\"Highly premium actually\"]premium[/tooltip]</span><br> piece of work, for the typical modern website.</span>\";s:12:\"sc_alignment\";s:4:\"left\";s:17:\"ww_slide_m_button\";s:45:\"<strong>exclusive on</strong> themeforest.net\";s:15:\"ww_slide_l_text\";s:7:\"BUY NOW\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:163:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&open_purchase_for_item_id=4091658&purchasable=source&ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:15:\"ww_header_style\";s:10:\"light_gray\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#1e73be\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd11c48c7\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:12:\"OUR SERVICES\";s:11:\"te_subtitle\";s:84:\"We\'re offering a full range of services for almost any web-industry related company.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"25\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#a8a8a8\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3bc9a5c6\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbb75b6ad\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide1160197\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:6:\"modern\";s:17:\"service_box_title\";s:15:\"web development\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:144:\"Content management systens\r\nVirtual shops and ecommerce \r\nPresentation websites\r\nOnline catalogues\r\nPortal systems\r\n& any other dynamic website \";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"40\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid18ec8a1e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid213771fa\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:6:\"modern\";s:17:\"service_box_title\";s:14:\"graphic design\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:122:\"Logo design\r\nFlyers & Brochures\r\nBusiness Cards\r\nStationery Design\r\nPowerpoint presentation\r\nPrint Ads / Magazine\r\nBanners\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid11120f66\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid57e45299\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:6:\"modern\";s:17:\"service_box_title\";s:18:\"internet marketing\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:103:\"Search engine optimisation\r\nSearch engine marketing\r\nInternet advertising\r\nWeb analysis\r\nBlog marketing\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:0:\"\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"40\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2db1c4b6\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid989ee508\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid297ad8d1\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"15\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf896b5c9\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid09a5da41\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:266:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluideb7f22be\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluidd87057ca\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3b2f1395\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:5:\"boxed\";s:17:\"service_box_title\";s:15:\"web development\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:144:\"Content management systens\r\nVirtual shops and ecommerce \r\nPresentation websites\r\nOnline catalogues\r\nPortal systems\r\n& any other dynamic website \";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid321e0a61\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid6370c522\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:5:\"boxed\";s:17:\"service_box_title\";s:14:\"graphic design\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:122:\"Logo design\r\nFlyers & Brochures\r\nBusiness Cards\r\nStationery Design\r\nPowerpoint presentation\r\nPrint Ads / Magazine\r\nBanners\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1b691bc7\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidf4d20a24\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_ServiceBox\";s:7:\"options\";a:9:{s:9:\"sbx_style\";s:5:\"boxed\";s:17:\"service_box_title\";s:18:\"internet marketing\";s:16:\"service_box_desc\";s:119:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus sollicitudin odio, eu tempor velit pellentesque et.\";s:20:\"service_box_features\";s:103:\"Search engine optimisation\r\nSearch engine marketing\r\nInternet advertising\r\nWeb analysis\r\nBlog marketing\";s:8:\"sbx_type\";s:4:\"icon\";s:17:\"service_box_image\";s:0:\"\";s:23:\"service_box_image_hover\";s:0:\"\";s:8:\"sbx_size\";s:2:\"50\";s:8:\"sbx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidefc5ffca\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc6727817\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid49946835\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:25:{s:11:\"top_padding\";s:2:\"62\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_CallOutBanner\";s:7:\"options\";a:6:{s:16:\"calloutbox_style\";s:6:\"style3\";s:14:\"cab_main_title\";s:207:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work</span>, destined for the typical modern website that needs to stand out.</span>\";s:13:\"cab_sec_title\";s:134:\"Currently one of the best selling items on ThemeForest, featured across the marketplace and awarded with thousands of 5 stars ratings.\";s:15:\"cab_button_text\";s:44:\"FIND OUT <span class=\"fw-normal\">MORE</span>\";s:16:\"cab_button_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/callout2.svg\";s:15:\"cab_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid72f999f9\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbfbdd397\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0aa2ed93\";}}'),
(2073,	2401,	'zn_page_custom_css',	''),
(2074,	2402,	'slide_template',	'default'),
(2075,	2402,	'zn_page_layout',	'default'),
(2076,	2402,	'zn_sidebar_select',	'default'),
(2077,	2402,	'zn_zn_disable_subheader',	'no'),
(2078,	2402,	'zn_page_title_show',	'yes'),
(2079,	2402,	'zn_page_title',	''),
(2080,	2402,	'zn_page_subtitle',	''),
(2081,	2402,	'zn_page_builder_status',	'enabled'),
(2082,	2402,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:11:\"ZnGoogleMap\";s:7:\"options\";a:24:{s:20:\"single_multiple_maps\";a:3:{i:0;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.699707\";s:16:\"sc_map_longitude\";s:10:\"-73.947043\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"20\";}i:1;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.703871\";s:16:\"sc_map_longitude\";s:10:\"-73.904729\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"40\";}i:2;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.696063\";s:16:\"sc_map_longitude\";s:10:\"-73.913913\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"40\";}}s:11:\"sc_map_zoom\";s:2:\"14\";s:11:\"sc_map_type\";s:7:\"ROADMAP\";s:17:\"sc_map_directions\";s:14:\"zn_dummy_value\";s:22:\"sc_map_directions_text\";s:16:\"Visit us from...\";s:13:\"show_overview\";s:14:\"zn_dummy_value\";s:15:\"show_streetview\";s:14:\"zn_dummy_value\";s:12:\"show_maptype\";s:14:\"zn_dummy_value\";s:15:\"ww_mapinfo_type\";s:9:\"infopanel\";s:17:\"ww_slide_m_button\";s:0:\"\";s:15:\"ww_slide_l_text\";s:0:\"\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:16:\"sc_map_panel_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"sc_map_panel_title\";s:13:\"Hogash Studio\";s:17:\"sc_map_panel_text\";s:261:\"We’re a multi-featured small team, focused on designing and developing awesome themes and templates for <br class=\"hidden-xs\" /> multiple platforms such as <strong>WordPress</strong> or <strong>Joomla</strong>, as well others soon ( Magento, Open Cart etc. ).\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:13:\"sc_fullscreen\";s:2:\"no\";s:13:\"sc_map_height\";s:3:\"720\";s:16:\"use_custom_style\";s:14:\"zn_dummy_value\";s:12:\"custom_style\";s:0:\"\";s:19:\"custom_style_active\";s:0:\"\";s:25:\"sc_map_zooming_mousewheel\";s:14:\"zn_dummy_value\";s:19:\"sc_map_localization\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9394725b\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5b15545a\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid66202030\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:176:\"<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf1de969e\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida01ffca1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid24520a8b\";}}'),
(2083,	2402,	'zn_page_custom_css',	''),
(2084,	2403,	'slide_template',	'default'),
(2085,	2403,	'zn_page_layout',	'default'),
(2086,	2403,	'zn_sidebar_select',	'default'),
(2087,	2403,	'zn_zn_disable_subheader',	''),
(2088,	2403,	'zn_page_title_show',	'yes'),
(2089,	2403,	'zn_page_title',	''),
(2090,	2403,	'zn_page_subtitle',	''),
(2091,	2403,	'zn_page_builder_status',	'enabled'),
(2092,	2403,	'zn_page_builder_els',	'a:7:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:17:\"ABOUT OUR COMPANY\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:21:\"GET TO KNOW US BETTER\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"520\";s:11:\"top_padding\";s:3:\"270\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:10:\"video_self\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:12:\"source_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:2:\"no\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#8224e3\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#339edd\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"40\";s:16:\"hm_header_bmasks\";s:5:\"mask6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida4c4407f\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:25:\"WHO WE ARE AND WHAT WE DO\";s:11:\"te_subtitle\";s:307:\"Dramatically expedite emerging ROI through diverse deliverables. Phosfluorescently integrate covalent portals without cooperative e-services. Energistically synergize business methods of empowerment with intuitive systems. Energistically extend accurate web-readiness without user-centric leadership skills.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"67\";s:14:\"bottom_padding\";s:2:\"58\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"28px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidabb74176\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"15\";s:13:\"bottom_margin\";s:2:\"65\";s:5:\"color\";s:7:\"#e2e2e2\";s:6:\"height\";s:1:\"3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb81653ba\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide778ac54\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:19:\"WEB DESIGN SERVICES\";s:8:\"ibx_desc\";s:132:\"Phosfluorescently seize effective collaboration and idea-sharing whereas market-driven services. Monotonectally seize revolutionary.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-12.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue064\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#cd2122\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cc0000\";s:8:\"ibx_size\";s:2:\"32\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1a855a46\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid259604fc\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:14:\"GRAPHIC DESIGN\";s:8:\"ibx_desc\";s:143:\"Phosfluorescently seize effective collaboration and idea-sharing whereas market-driven services. Monotonectally seize revolutionary alignments.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-21.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue064\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#cd2122\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cc0000\";s:8:\"ibx_size\";s:2:\"32\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid99a58b46\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid7a5c0dcf\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid17577e63\";}i:1;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:12:\"SEO SERVICES\";s:8:\"ibx_desc\";s:132:\"Phosfluorescently seize effective collaboration and idea-sharing whereas market-driven services. Monotonectally seize revolutionary.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-4.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue064\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#cd2122\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cc0000\";s:8:\"ibx_size\";s:2:\"32\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid86002c0d\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidbc161d89\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:9:\"MARKETING\";s:8:\"ibx_desc\";s:143:\"Phosfluorescently seize effective collaboration and idea-sharing whereas market-driven services. Monotonectally seize revolutionary alignments.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-5.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue064\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#cd2122\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cc0000\";s:8:\"ibx_size\";s:2:\"32\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#535353\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4ac83544\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid76935e6c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2a2b8c92\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidd5211fa0\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"60\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb753bee9\";}i:1;a:5:{s:6:\"object\";s:9:\"TH_Skills\";s:7:\"options\";a:9:{s:12:\"sk_main_text\";s:6:\"skills\";s:8:\"sk_width\";s:3:\"520\";s:11:\"sk_fontsize\";s:2:\"20\";s:12:\"sk_maincolor\";s:7:\"#2c3e50\";s:16:\"sk_maintextcolor\";s:7:\"#ffffff\";s:15:\"sk_enablelegend\";s:1:\"1\";s:14:\"sk_legend_text\";s:6:\"LEGEND\";s:15:\"sk_legend_align\";s:8:\"topright\";s:13:\"skills_single\";a:5:{i:0;a:3:{s:10:\"skill_text\";s:10:\"Javascript\";s:11:\"skill_color\";s:7:\"#97be0d\";s:11:\"skill_level\";s:2:\"80\";}i:1;a:3:{s:10:\"skill_text\";s:7:\"SEO/SEM\";s:11:\"skill_color\";s:7:\"#d84f5f\";s:11:\"skill_level\";s:2:\"90\";}i:2;a:3:{s:10:\"skill_text\";s:9:\"WordPress\";s:11:\"skill_color\";s:7:\"#6eabe5\";s:11:\"skill_level\";s:2:\"77\";}i:3;a:3:{s:10:\"skill_text\";s:6:\"Design\";s:11:\"skill_color\";s:7:\"#8dc9e8\";s:11:\"skill_level\";s:2:\"64\";}i:4;a:3:{s:10:\"skill_text\";s:6:\"Swift \";s:11:\"skill_color\";s:7:\"#bdc3c7\";s:11:\"skill_level\";s:2:\"65\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcba3d1cf\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid00923ec7\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid62e85582\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"15\";s:13:\"bottom_margin\";s:2:\"65\";s:5:\"color\";s:7:\"#e2e2e2\";s:6:\"height\";s:1:\"3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddd945056\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc61cee60\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid548aed61\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"79\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_RecentWork\";s:7:\"options\";a:8:{s:9:\"rw_height\";s:3:\"240\";s:8:\"rw_style\";s:1:\"3\";s:8:\"rw_title\";s:16:\"SOME OF OUR WORK\";s:7:\"rw_desc\";s:161:\"Efficiently incubate functionalized e-commerce after enterprise-wide e-markets. Collaboratively visualize just in time paradigms through functionalized benefits.\";s:12:\"rw_port_link\";s:1:\"#\";s:17:\"rw_port_link_text\";s:8:\"VIEW ALL\";s:20:\"portfolio_categories\";a:2:{i:0;s:2:\"24\";i:1;s:2:\"26\";}s:14:\"ports_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid19673d2d\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid3dafdc55\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2715f652\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:29:{s:12:\"mc_link_type\";s:3:\"btn\";s:11:\"mc_btn_text\";s:13:\"KALLYAS THEME\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:4:\"self\";s:11:\"mc_btn_link\";s:1:\"#\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"400\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#000000\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7e5d91a1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluideefd9639\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8243a2b3\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"45\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#000000\";s:22:\"source_overlay_opacity\";s:2:\"85\";s:29:\"source_overlay_color_gradient\";s:7:\"#5e1818\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"40\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:17:\"STATS & FUN FACTS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:4:\"dark\";s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"45\";s:9:\"te_symbol\";s:11:\"line_border\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"28px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#232323\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7721a4f0\";}i:1;a:5:{s:6:\"object\";s:13:\"TH_Statistics\";s:7:\"options\";a:5:{s:13:\"th_stat_style\";s:6:\"style1\";s:19:\"th_stat_theme_color\";s:4:\"dark\";s:17:\"th_stat_bar_color\";s:7:\"#d6d6d6\";s:12:\"th_stat_size\";s:2:\"80\";s:17:\"statistics_single\";a:4:{i:0;a:5:{s:20:\"th_stat_single_title\";s:6:\"25000+\";s:19:\"th_stat_single_desc\";s:21:\"CODE LINES THIS MONTH\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}i:1;a:5:{s:20:\"th_stat_single_title\";s:4:\"150+\";s:19:\"th_stat_single_desc\";s:17:\"LAUNCHED PROJECTS\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue612\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}i:2;a:5:{s:20:\"th_stat_single_title\";s:5:\"9900+\";s:19:\"th_stat_single_desc\";s:21:\"COFFEE CUPS THIS YEAR\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue609\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}i:3;a:5:{s:20:\"th_stat_single_title\";s:4:\"180+\";s:19:\"th_stat_single_desc\";s:19:\"REVIEWS AND RATINGS\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue613\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid195870b2\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc1616f8b\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6f5201c0\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"60\";s:13:\"bottom_margin\";s:2:\"65\";s:5:\"color\";s:7:\"#efefef\";s:6:\"height\";s:1:\"3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddfb19257\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf1933483\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:12:\"WORK WITH US\";s:11:\"te_subtitle\";s:57:\"We\'ll do everything we can to make our next best project!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#cd2122\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid410ad186\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid694e81bb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd1fb2f25\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:1:{s:10:\"single_btn\";a:1:{i:0;a:10:{s:11:\"button_text\";s:11:\"GET A QUOTE\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:11:\"button_size\";s:6:\"btn-md\";s:12:\"button_width\";s:0:\"\";s:12:\"button_block\";s:9:\"btn-block\";s:13:\"button_margin\";s:10:\"0 0 10px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid711a9eb6\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid8a58959d\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91588880\";}}'),
(2093,	2403,	'zn_page_custom_css',	''),
(2094,	2404,	'zn_page_builder_status',	'enabled'),
(2095,	2404,	'slide_template',	'default'),
(2096,	2404,	'zn_page_layout',	'default'),
(2097,	2404,	'zn_sidebar_select',	'default'),
(2098,	2404,	'zn_zn_disable_subheader',	'no'),
(2099,	2404,	'zn_page_title_show',	'yes'),
(2100,	2404,	'zn_page_title',	''),
(2101,	2404,	'zn_page_subtitle',	''),
(2102,	2404,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:0:\"\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:0:\"\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida2eb727d\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:22:\"JUST A PAGE TITLE HERE\";s:13:\"te_tt_heading\";s:1:\"2\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:38:\"And a page description would be great!\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14160e5e\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:0:\"\";s:11:\"stb_content\";s:56:\"A text box will fulfil most of your need to add content.\";s:9:\"stb_style\";s:6:\"style1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3ad2d164\";}i:2;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:0:\"\";s:8:\"ibx_desc\";s:0:\"\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue017\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5af97d7c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid68a367b7\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0872353e\";}}'),
(2103,	2404,	'zn_page_custom_css',	''),
(2104,	2405,	'zn_page_builder_status',	'enabled'),
(2105,	2405,	'slide_template',	'default'),
(2106,	2405,	'zn_page_layout',	'default'),
(2107,	2405,	'zn_sidebar_select',	'default'),
(2108,	2405,	'zn_zn_disable_subheader',	'no'),
(2109,	2405,	'zn_page_title_show',	'yes'),
(2110,	2405,	'zn_page_title',	''),
(2111,	2405,	'zn_page_subtitle',	''),
(2112,	2405,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:12:\"TEAM ELEMENT\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:19:\"COLLEAGUE SHOWCASED\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidec4d06d0\";}i:1;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:0:\"\";s:14:\"te_title_color\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:45:\"Just a few examples below, more on Team Page.\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:11:\"top_padding\";s:2:\"70\";s:14:\"bottom_padding\";s:2:\"35\";s:7:\"te_text\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidabfc6f6d\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:3:\"100\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-3\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TeamBox\";s:7:\"options\";a:6:{s:8:\"teb_name\";s:12:\"PAUL ANDREWS\";s:12:\"teb_position\";s:7:\"MANAGER\";s:8:\"teb_desc\";s:144:\"Proactively brand bricks-and-clicks data after flexible models. Progressively incubate effective platforms vis-a-vis open-source niche markets. \";s:9:\"teb_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"teb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:18:\"single_team_social\";a:3:{i:0;a:4:{s:16:\"teb_social_title\";s:9:\"Follow me\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#55acee\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}i:1;a:4:{s:16:\"teb_social_title\";s:9:\"Follow me\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#3b5998\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:2;a:4:{s:16:\"teb_social_title\";s:8:\"Dribbble\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#ea4c89\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue820\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidee55e01f\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid68114d8d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TeamBox\";s:7:\"options\";a:6:{s:8:\"teb_name\";s:12:\"KAYLA BROWNS\";s:12:\"teb_position\";s:17:\"ASSISTANT MANAGER\";s:8:\"teb_desc\";s:144:\"Proactively brand bricks-and-clicks data after flexible models. Progressively incubate effective platforms vis-a-vis open-source niche markets. \";s:9:\"teb_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:8:\"teb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:18:\"single_team_social\";a:3:{i:0;a:4:{s:16:\"teb_social_title\";s:9:\"Follow me\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#55acee\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}i:1;a:4:{s:16:\"teb_social_title\";s:9:\"Follow me\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#3b5998\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:2;a:4:{s:16:\"teb_social_title\";s:8:\"Dribbble\";s:15:\"teb_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:20:\"teb_social_iconcolor\";s:7:\"#ea4c89\";s:15:\"teb_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue820\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14866ea0\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid3da1a6bb\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14ca3e5b\";}}'),
(2113,	2405,	'zn_page_custom_css',	''),
(2114,	2406,	'zn_page_builder_status',	'enabled'),
(2115,	2406,	'slide_template',	'default'),
(2116,	2406,	'zn_page_layout',	'default'),
(2117,	2406,	'zn_sidebar_select',	'default'),
(2118,	2406,	'zn_zn_disable_subheader',	'no'),
(2119,	2406,	'zn_page_title_show',	'yes'),
(2120,	2406,	'zn_page_title',	''),
(2121,	2406,	'zn_page_subtitle',	''),
(2122,	2406,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:18:\"STAGE & ICON BOXES\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:26:\"PRODUCT DISPLAY & DETAILED\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"370\";s:11:\"top_padding\";s:3:\"195\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#282737\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#ea1010\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5820eb24\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:25:\"STAGE IMAGE WITH FEATURES\";s:14:\"te_title_color\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:28:\"Notice those bullets inside!\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:7:\"te_text\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc4af41be\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4e8b48fe\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0d97a83a\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:3:\"105\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1ece444c\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"HIGH FIDELITY\";s:8:\"ibx_desc\";s:82:\"Intrinsicly formulate scalable web services before fully researched methodologies.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue193\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#d1d1d1\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:13:\"eluidc3514d19\";s:11:\"ibstg_point\";s:8:\"120, 295\";s:17:\"ibstg_point_title\";s:13:\"HIGH FIDELITY\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8516ce32\";}i:2;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:16:\"PROFFESIONAL USE\";s:8:\"ibx_desc\";s:82:\"Intrinsicly formulate scalable web services before fully researched methodologies.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue210\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#d1d1d1\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:13:\"eluidc3514d19\";s:11:\"ibstg_point\";s:7:\"140, 25\";s:17:\"ibstg_point_title\";s:16:\"PROFESSIONAL USE\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddbff73d8\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidcaee1974\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:16:\"TH_StageImageBox\";s:7:\"options\";a:5:{s:14:\"ibstg_stageimg\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"ibstg_stageimg_alt\";s:0:\"\";s:18:\"ibstg_points_color\";s:7:\"#cd2122\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc3514d19\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid586d682a\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:3:\"105\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcb98fb4d\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:10:\"BOOM SOUND\";s:8:\"ibx_desc\";s:82:\"Intrinsicly formulate scalable web services before fully researched methodologies.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue035\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#d1d1d1\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:13:\"eluidc3514d19\";s:11:\"ibstg_point\";s:8:\"100, 125\";s:17:\"ibstg_point_title\";s:10:\"BOOM SOUND\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid79455363\";}i:2;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:15:\"NOISE REDUCTION\";s:8:\"ibx_desc\";s:82:\"Intrinsicly formulate scalable web services before fully researched methodologies.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue122\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#d1d1d1\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:13:\"eluidc3514d19\";s:11:\"ibstg_point\";s:8:\"190, 295\";s:17:\"ibstg_point_title\";s:15:\"NOISE REDUCTION\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid74985079\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb6fe0f27\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid48e34ae6\";}}'),
(2123,	2406,	'zn_page_custom_css',	''),
(2124,	2407,	'zn_page_builder_status',	'enabled'),
(2125,	2407,	'slide_template',	'default'),
(2126,	2407,	'zn_page_layout',	'default'),
(2127,	2407,	'zn_sidebar_select',	'default'),
(2128,	2407,	'zn_zn_disable_subheader',	'no'),
(2129,	2407,	'zn_page_title_show',	'yes'),
(2130,	2407,	'zn_page_title',	''),
(2131,	2407,	'zn_page_subtitle',	''),
(2132,	2407,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:23:\"PARTNERS & TESTIMONIALS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:33:\"BEST REVIEWS, GREAT RELATIONSHIPS\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida82d2fa7\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:17:{s:8:\"te_title\";s:22:\"OUR PARTNERS & REVIEWS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:5:\"light\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";}s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidea7e3b4b\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:4:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:13:\"JIMMY FERRARA\";s:12:\"tst_position\";s:15:\"GENERAL MANAGER\";s:15:\"tst_testimonial\";s:234:\"“Credibly innovate granular internal or \"organic\" sources whereas high standards in web readiness. Energistically scale future-proof core competencies vis-a-vis impactful experiences. Dramatically synthesize integrated schemas with.\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:13:\"PERRY ANDREWS\";s:12:\"tst_position\";s:10:\"SWIFT Inc.\";s:15:\"tst_testimonial\";s:101:\"“Credibly innovate granular internal or \"organic\" sources whereas high standards in web readiness. \";s:9:\"tst_stars\";s:1:\"4\";s:7:\"tst_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:12:\"SAMMY BROWNS\";s:12:\"tst_position\";s:17:\"CFO, Perfect Inc.\";s:15:\"tst_testimonial\";s:101:\"“Credibly innovate granular internal or \"organic\" sources whereas high standards in web readiness. \";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:12:\"TECHNOLOGIES\";s:10:\"prt_single\";a:8:{i:0;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo1.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo2.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo3.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo4.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo5.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:5;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo6.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:6;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo7.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:7;a:2:{s:7:\"prt_img\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/logo8.svg\";s:8:\"prt_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0c5dec2b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid23bb5fc2\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5a14ae49\";}}'),
(2133,	2407,	'zn_page_custom_css',	''),
(2134,	2407,	'show_header',	''),
(2135,	2407,	'show_footer',	''),
(2136,	2407,	'zn_page_custom_js',	''),
(2137,	2408,	'zn_page_builder_status',	'enabled'),
(2138,	2408,	'slide_template',	'default'),
(2139,	2408,	'zn_page_layout',	'default'),
(2140,	2408,	'zn_sidebar_select',	'default'),
(2141,	2408,	'zn_zn_disable_subheader',	'no'),
(2142,	2408,	'zn_page_title_show',	'yes'),
(2143,	2408,	'zn_page_title',	''),
(2144,	2408,	'zn_page_subtitle',	''),
(2145,	2408,	'zn_page_builder_els',	'a:6:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:16:\"MEDIA CONTAINERS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:24:\"DISPLAY SOME AWESOMENESS\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"370\";s:11:\"top_padding\";s:3:\"200\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#ba0303\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"85\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f5ff480\";}i:1;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:3:\"105\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6d2bf5f0\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:28:{s:12:\"mc_link_type\";s:3:\"btn\";s:11:\"mc_btn_text\";s:13:\"KALLYAS THEME\";s:13:\"mc_link_style\";s:11:\"borderanim1\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"545\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9db9da37\";}}s:5:\"width\";s:8:\"col-md-5\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid93884832\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:11:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:7:\"eq_last\";s:11:\"top_padding\";s:1:\"6\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"6\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:26:\"BORDER ANIMATION BUTTON #1\";s:11:\"te_subtitle\";s:32:\"VERY SIMPLE DISPLAY OF A BUTTON.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfaf5f6e0\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:775:\"Synergistically leverage other\'s premier synergy for prospective communities. Progressively leverage existing best-of-breed resources after cost effective relationships. Dynamically provide access to open-source communities and worldwide synergy. Continually underwhelm pandemic ROI with ubiquitous ideas. Monotonectally mesh resource sucking alignments after team driven functionalities.\r\n\r\nAppropriately scale economically sound functionalities after effective niche markets. Rapidiously re-engineer 24/365 convergence for effective materials.\r\n\r\nCredibly build ubiquitous infrastructures after ethical customer service. Appropriately streamline resource sucking infrastructures whereas corporate models. Interactively iterate wireless e-services via collaborative models.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide7e4d886\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0954829f\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid99555278\";}}s:5:\"width\";s:8:\"col-md-7\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbe89177b\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3c93f63f\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"70\";s:14:\"bottom_padding\";s:2:\"50\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:26:\"BORDER ANIMATION BUTTON #2\";s:11:\"te_subtitle\";s:32:\"VERY SIMPLE DISPLAY OF A BUTTON.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluideda8f8a4\";}i:1;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:28:{s:12:\"mc_link_type\";s:3:\"btn\";s:11:\"mc_btn_text\";s:13:\"KALLYAS THEME\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"600\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#340377\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"80\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid90f3f536\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc9554810\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6f5bef48\";}i:4;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"70\";s:14:\"bottom_padding\";s:2:\"50\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:22:\"CIRCLE ANIMATED BUTTON\";s:11:\"te_subtitle\";s:37:\"VERY SIMPLE DISPLAY OF A PLAY BUTTON.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83685bde\";}i:1;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:28:{s:12:\"mc_link_type\";s:3:\"btn\";s:11:\"mc_btn_text\";s:0:\"\";s:13:\"mc_link_style\";s:6:\"circle\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"500\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:10:\"video_self\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:12:\"source_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:2:\"no\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"85\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"70\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c77a093\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1ef39f46\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide774a2dc\";}i:5;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:11:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:8:\"eq_first\";s:11:\"top_padding\";s:1:\"7\";s:13:\"right_padding\";s:1:\"6\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"6\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"LINED BUTTON\";s:11:\"te_subtitle\";s:32:\"VERY SIMPLE DISPLAY OF A BUTTON.\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid17c96ed7\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:777:\"Synergistically leverage other\'s premier synergy for prospective communities. Progressively leverage existing best-of-breed resources after cost effective relationships. Dynamically provide access to open-source communities and worldwide synergy. Continually underwhelm pandemic ROI with ubiquitous ideas. Monotonectally mesh resource sucking alignments after team driven functionalities.\r\n\r\nAppropriately scale economically sound functionalities after effective niche markets. Rapidiously re-engineer 24/365 convergence for effective materials.\r\n\r\nCredibly build ubiquitous infrastructures after ethical customer service.\r\n\r\nAppropriately streamline resource sucking infrastructures whereas corporate models. Interactively iterate wireless e-services via collaborative models.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4115586b\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0821f9ad\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd439e13b\";}}s:5:\"width\";s:8:\"col-md-7\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8a28e4d9\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:28:{s:12:\"mc_link_type\";s:3:\"btn\";s:11:\"mc_btn_text\";s:13:\"KALLYAS THEME\";s:13:\"mc_link_style\";s:9:\"linedplay\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_height_lg\";s:3:\"625\";s:12:\"mc_height_md\";s:3:\"300\";s:12:\"mc_height_sm\";s:3:\"300\";s:12:\"mc_height_xs\";s:3:\"400\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8210f6b8\";}}s:5:\"width\";s:8:\"col-md-5\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid534e648e\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9ee00072\";}}'),
(2146,	2408,	'zn_page_custom_css',	''),
(2147,	2408,	'show_header',	''),
(2148,	2408,	'show_footer',	''),
(2149,	2408,	'zn_page_custom_js',	''),
(2150,	2409,	'zn_page_builder_status',	'enabled'),
(2151,	2409,	'slide_template',	'default'),
(2152,	2409,	'zn_page_layout',	'default'),
(2153,	2409,	'zn_sidebar_select',	'default'),
(2154,	2409,	'zn_zn_disable_subheader',	'no'),
(2155,	2409,	'zn_page_title_show',	'yes'),
(2156,	2409,	'zn_page_title',	''),
(2157,	2409,	'zn_page_subtitle',	''),
(2158,	2409,	'zn_page_builder_els',	'a:7:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:13:\"MISCELLANEOUS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:18:\"LAST BUT NOT LEAST\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"370\";s:11:\"top_padding\";s:3:\"195\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#282737\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#513494\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac68e2e4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:11:\"FLICKR FEED\";s:14:\"te_title_color\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:7:\"te_text\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid489f0b9f\";}i:1;a:5:{s:6:\"object\";s:13:\"TH_FlickrFeed\";s:7:\"options\";a:4:{s:8:\"ff_title\";s:0:\"\";s:5:\"ff_id\";s:12:\"52617155@N08\";s:13:\"ff_image_size\";s:6:\"normal\";s:9:\"ff_images\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfcbaffed\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluida2aceb98\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:9:\"VIDEO BOX\";s:14:\"te_title_color\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:7:\"te_text\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8fe82bc4\";}i:1;a:5:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:3:{s:12:\"vb_video_url\";s:26:\"https://vimeo.com/23237102\";s:14:\"vb_video_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"vb_video_title\";s:39:\"Here you can add a title for this video\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4ce739d2\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid88204ce2\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfd20c39b\";}i:2;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:35:\"KEYWORDS ELEMENT STYLE 2, SINCE V4+\";s:14:\"te_title_color\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"30\";s:14:\"bottom_padding\";s:2:\"30\";s:7:\"te_text\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb239b36b\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:18:\"TH_KeywordsElement\";s:7:\"options\";a:4:{s:16:\"keywordbox_style\";s:6:\"style2\";s:11:\"kb_bg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"kb_bg_color\";s:0:\"\";s:10:\"kw_content\";s:59:\"just some keywords here, services or what any text you want\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcd2ee958\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida6d1c314\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7ae55262\";}i:4;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:35:\"KEYWORDS ELEMENT STYLE 3, SINCE V4+\";s:14:\"te_title_color\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"30\";s:7:\"te_text\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcd63b4cb\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:18:\"TH_KeywordsElement\";s:7:\"options\";a:4:{s:16:\"keywordbox_style\";s:6:\"style3\";s:11:\"kb_bg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"kb_bg_color\";s:0:\"\";s:10:\"kw_content\";s:59:\"just some keywords here, services or what any text you want\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0333c3da\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid115ca412\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc8a24005\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:35:\"KEYWORDS ELEMENT STYLE 4, SINCE V4+\";s:14:\"te_title_color\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"30\";s:7:\"te_text\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid04960d29\";}i:1;a:5:{s:6:\"object\";s:18:\"TH_KeywordsElement\";s:7:\"options\";a:4:{s:16:\"keywordbox_style\";s:6:\"style4\";s:11:\"kb_bg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"kb_bg_color\";s:7:\"#cd2122\";s:10:\"kw_content\";s:59:\"just some keywords here, services or what any text you want\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd822c313\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida225a035\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid94e938ec\";}}'),
(2159,	2409,	'zn_page_custom_css',	''),
(2160,	2410,	'zn_page_builder_status',	'enabled'),
(2161,	2410,	'slide_template',	'default'),
(2162,	2410,	'zn_page_layout',	'default'),
(2163,	2410,	'zn_sidebar_select',	'default'),
(2164,	2410,	'zn_zn_disable_subheader',	'no'),
(2165,	2410,	'zn_page_title_show',	'yes'),
(2166,	2410,	'zn_page_title',	''),
(2167,	2410,	'zn_page_subtitle',	''),
(2168,	2410,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:11:\"HOVER BOXES\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:19:\"MAKE YOUR STATEMENT\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid81d97e7c\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:22:\"JUST A PAGE TITLE HERE\";s:13:\"te_tt_heading\";s:1:\"2\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:38:\"And a page description would be great!\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid552eddea\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:0:\"\";s:11:\"stb_content\";s:56:\"A text box will fulfil most of your need to add content.\";s:9:\"stb_style\";s:6:\"style1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid01df7865\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid3da8b87a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:11:\"get a quote\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:65:\"Share your idea and let’s create<br>\r\na great project together!\";s:7:\"hb_icon\";s:71:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/quote1.svg\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-2\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0734553\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidcf1a23f0\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:10:\"hiring: ON\";s:11:\"hb_subtitle\";s:18:\"Developer wanted! \";s:7:\"hb_desc\";s:51:\"Send your kickass resume<br>\r\non jobs@mywebsite.com\";s:7:\"hb_icon\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/hb-hiring.svg\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-2\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd8800104\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddfca5a01\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:9:{s:8:\"hb_title\";s:18:\"download catalogue\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:90:\"Read our latest catalog, collateral material or print advertisements for your publication.\";s:7:\"hb_icon\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/hb-catalogue1.png\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid077c3d8b\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid44440991\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8e3d6b35\";}}'),
(2169,	2410,	'zn_page_custom_css',	''),
(2170,	2411,	'zn_page_builder_status',	'enabled'),
(2171,	2411,	'slide_template',	'default'),
(2172,	2411,	'zn_page_layout',	'default'),
(2173,	2411,	'zn_sidebar_select',	'default'),
(2174,	2411,	'zn_zn_disable_subheader',	'no'),
(2175,	2411,	'zn_page_title_show',	'yes'),
(2176,	2411,	'zn_page_title',	''),
(2177,	2411,	'zn_page_subtitle',	''),
(2178,	2411,	'zn_page_builder_els',	'a:5:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:17:\"iDEVICES & FRAMES\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:18:\"SHOWCASE YOUR BEST\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"370\";s:11:\"top_padding\";s:3:\"195\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#7603ba\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#8f1515\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9e8321bd\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"75\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:38:\"RIGHT SIDED VECTOR LAPTOP & SMARTPHONE\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb802368\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid531822d8\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:25:\"JUST A SIDE TITLE TO DEMO\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidba5fe737\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:775:\"Synergistically leverage other\'s premier synergy for prospective communities. Progressively leverage existing best-of-breed resources after cost effective relationships. Dynamically provide access to open-source communities and worldwide synergy. Continually underwhelm pandemic ROI with ubiquitous ideas. Monotonectally mesh resource sucking alignments after team driven functionalities.\r\n\r\nAppropriately scale economically sound functionalities after effective niche markets. Rapidiously re-engineer 24/365 convergence for effective materials.\r\n\r\nCredibly build ubiquitous infrastructures after ethical customer service. Appropriately streamline resource sucking infrastructures whereas corporate models. Interactively iterate wireless e-services via collaborative models.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb9be4d47\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidccf5a27e\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_DevicesImages\";s:7:\"options\";a:10:{s:10:\"di_imgtype\";s:7:\"macbook\";s:16:\"di_macbook_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"di_frame_image\";s:0:\"\";s:15:\"di_iphone_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:12:\"di_direction\";s:3:\"ltr\";s:16:\"di_center_height\";s:1:\"0\";s:7:\"di_type\";s:6:\"vector\";s:9:\"di_appear\";s:14:\"zn_dummy_value\";s:16:\"di_appear_effect\";s:6:\"fadein\";s:15:\"di_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid534f11ba\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid92493c39\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddda5f983\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:51:\"LEFT SIDED LAPTOP & SMARTPHONE WITH ENTRANCE EFFECT\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2649557d\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid684b667a\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_DevicesImages\";s:7:\"options\";a:10:{s:10:\"di_imgtype\";s:7:\"macbook\";s:16:\"di_macbook_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"di_frame_image\";s:0:\"\";s:15:\"di_iphone_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:12:\"di_direction\";s:3:\"rtl\";s:16:\"di_center_height\";s:1:\"0\";s:7:\"di_type\";s:3:\"img\";s:9:\"di_appear\";s:1:\"1\";s:16:\"di_appear_effect\";s:3:\"sfl\";s:15:\"di_appear_delay\";s:3:\"250\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid786d881f\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid01de4c4e\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:25:\"JUST A SIDE TITLE TO DEMO\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:3:\"103\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:7:\"te_text\";s:197:\"<p>Distinctively conceptualize user-centric services with scalable expertise. Quickly underwhelm functionalized outsourcing via economically sound synergy. Synergistically matrix performance.</p>\r\n\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8ce8491e\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:775:\"Synergistically leverage other\'s premier synergy for prospective communities. Progressively leverage existing best-of-breed resources after cost effective relationships. Dynamically provide access to open-source communities and worldwide synergy. Continually underwhelm pandemic ROI with ubiquitous ideas. Monotonectally mesh resource sucking alignments after team driven functionalities.\r\n\r\nAppropriately scale economically sound functionalities after effective niche markets. Rapidiously re-engineer 24/365 convergence for effective materials.\r\n\r\nCredibly build ubiquitous infrastructures after ethical customer service. Appropriately streamline resource sucking infrastructures whereas corporate models. Interactively iterate wireless e-services via collaborative models.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9cdc804b\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d953642\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac0aed2c\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:30:\"RIGHT SIDED FRAME & SMARTPHONE\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluide7ef8ee3\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2516e931\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:25:\"JUST A SIDE TITLE TO DEMO\";s:14:\"te_title_color\";s:7:\"#777777\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:12:\"before-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:7:\"te_text\";s:131:\"Distinctively conceptualize user-centric services with scalable expertise. Quickly underwhelm functionalized outsourcing.\r\n\r\n&nbsp;\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidab751c54\";}i:1;a:6:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:775:\"Synergistically leverage other\'s premier synergy for prospective communities. Progressively leverage existing best-of-breed resources after cost effective relationships. Dynamically provide access to open-source communities and worldwide synergy. Continually underwhelm pandemic ROI with ubiquitous ideas. Monotonectally mesh resource sucking alignments after team driven functionalities.\r\n\r\nAppropriately scale economically sound functionalities after effective niche markets. Rapidiously re-engineer 24/365 convergence for effective materials.\r\n\r\nCredibly build ubiquitous infrastructures after ethical customer service. Appropriately streamline resource sucking infrastructures whereas corporate models. Interactively iterate wireless e-services via collaborative models.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid04ca3b20\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid81ddf4a3\";}i:2;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_DevicesImages\";s:7:\"options\";a:10:{s:10:\"di_imgtype\";s:5:\"frame\";s:16:\"di_macbook_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"di_frame_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"di_iphone_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:12:\"di_direction\";s:3:\"ltr\";s:16:\"di_center_height\";s:1:\"0\";s:7:\"di_type\";s:6:\"vector\";s:9:\"di_appear\";s:1:\"1\";s:16:\"di_appear_effect\";s:3:\"sfr\";s:15:\"di_appear_delay\";s:3:\"250\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbe06916c\";}}s:5:\"width\";s:8:\"col-md-6\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcbd5b0c9\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd52d3ae2\";}i:4;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:12:\"CENTER FRAME\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1e1863fa\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid575af432\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"TH_DevicesImages\";s:7:\"options\";a:10:{s:10:\"di_imgtype\";s:5:\"frame\";s:16:\"di_macbook_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"di_frame_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"di_iphone_image\";s:0:\"\";s:12:\"di_direction\";s:6:\"center\";s:16:\"di_center_height\";s:3:\"300\";s:7:\"di_type\";s:6:\"vector\";s:9:\"di_appear\";s:1:\"1\";s:16:\"di_appear_effect\";s:3:\"sfb\";s:15:\"di_appear_delay\";s:3:\"250\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd2dc61bb\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida7bba1ea\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid286cbdaa\";}}'),
(2179,	2411,	'zn_page_custom_css',	''),
(2180,	2411,	'show_header',	''),
(2181,	2411,	'show_footer',	''),
(2182,	2411,	'zn_page_custom_js',	''),
(2183,	2412,	'zn_page_builder_status',	'enabled'),
(2184,	2412,	'slide_template',	'default'),
(2185,	2412,	'zn_page_layout',	'default'),
(2186,	2412,	'zn_sidebar_select',	'default'),
(2187,	2412,	'zn_zn_disable_subheader',	'no'),
(2188,	2412,	'zn_page_title_show',	'yes'),
(2189,	2412,	'zn_page_title',	''),
(2190,	2412,	'zn_page_subtitle',	''),
(2191,	2412,	'zn_page_builder_els',	'a:10:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:15:\"SYSTEM ELEMENTS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:15:\"FROM THE BASICS\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#ba0303\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"85\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc5ab8b81\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:13:\"TITLE ELEMENT\";s:14:\"te_title_color\";s:7:\"#0a0a0a\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:284:\"It\'s only purpose is to help you add a customisable title to either a page, element or whatever, in various colors or states.  You can change the heading level, add subtitle, paragraph and even a custom made symbol like a dash or icon. <br><br>Here\'s a few examples of what it can do.\";s:9:\"te_symbol\";s:6:\"border\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"15\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid62330c2c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid60d64eb6\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:9:\"THE TITLE\";s:13:\"te_tt_heading\";s:1:\"2\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:26:\"Here\'s a subtitle example.\";s:7:\"te_text\";s:132:\"This example has a H2 level, semibold font weight, a subtitle and a paragraph. As a symbol, it has a red dash right after the title.\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid76396859\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid39be818d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:9:\"THE TITLE\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:4:\"thin\";s:11:\"te_subtitle\";s:26:\"Here\'s a subtitle example.\";s:7:\"te_text\";s:142:\"This example has a H3 level, thin font weight, a subtitle and a paragraph. As a symbol, it has a red dash with a border right after the title.\";s:9:\"te_symbol\";s:11:\"line_border\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcd220b06\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc4779bfe\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:4:\"dark\";s:8:\"te_title\";s:9:\"THE TITLE\";s:13:\"te_tt_heading\";s:1:\"4\";s:12:\"te_tt_weight\";s:4:\"bold\";s:11:\"te_subtitle\";s:26:\"Here\'s a subtitle example.\";s:7:\"te_text\";s:176:\"This example is centrally aligned, has a H4 level, bold font weight, a subtitle and a paragraph. As a symbol, it has a simple after the title. It\'s also darker than the others.\";s:9:\"te_symbol\";s:4:\"icon\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue125\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfac9083e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide9c167a2\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid21540783\";}i:2;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"15\";s:13:\"bottom_margin\";s:2:\"15\";s:5:\"color\";s:7:\"#c1c1c1\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc4355632\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:9:\"SEPARATOR\";s:14:\"te_title_color\";s:7:\"#0a0a0a\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:93:\"Just a few pixels before, that\'s a separator. you can change color, height, size and margins.\";s:9:\"te_symbol\";s:6:\"border\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"15\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14a33da4\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1222867f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf42685e9\";}i:4;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"15\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#c1c1c1\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluided5f5c83\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:13:\"SPACER HELPER\";s:14:\"te_title_color\";s:7:\"#0a0a0a\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:189:\"It\'s sole purpose is to help get a pixel perfect layout by helping you with some height pixels wherever you need some. <br><br>\r\nIt\'s invisible but right below there\'s a 50px height spacer.\";s:9:\"te_symbol\";s:6:\"border\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"15\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c4f009e\";}i:1;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"50\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb80e0a3f\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidea8d8ae2\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb04bed37\";}i:6;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"15\";s:13:\"bottom_margin\";s:2:\"15\";s:5:\"color\";s:7:\"#c1c1c1\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida5b118c8\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:22:\"TEXTBOX & PAGE CONTENT\";s:14:\"te_title_color\";s:7:\"#0a0a0a\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:0:\"\";s:9:\"te_symbol\";s:6:\"border\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"15\";s:7:\"te_text\";s:278:\"The textbox element is a very, very simple element that just displays a box with.. text. It\'s packed with a visual editor so you can customise the text as much as you want.\r\n\r\nThe Page Content Element is the only way you can add the page backend content into the page builder.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid768326e7\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid2c3cc521\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0c1d7fb4\";}i:8;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"15\";s:13:\"bottom_margin\";s:2:\"15\";s:5:\"color\";s:7:\"#c1c1c1\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e9b2476\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:6:\"OTHERS\";s:14:\"te_title_color\";s:7:\"#0a0a0a\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:0:\"\";s:9:\"te_symbol\";s:6:\"border\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"15\";s:7:\"te_text\";s:406:\"Other elements might be: <strong>Sidebar</strong> Element, <strong>Custom Subheader</strong> Element, <strong>Column</strong> Element, <strong>Section</strong> Element, <strong>Custom container</strong> Element and <strong>Comments</strong> Element.\r\n\r\nThese are all quite easy to understand but there\'s no big reason to display them here so you can find inside the documentation a lot of info about them\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0c3ff351\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid9b614013\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcb9ba51c\";}}'),
(2192,	2412,	'zn_page_custom_css',	''),
(2193,	2413,	'zn_page_layout',	'no_sidebar'),
(2194,	2413,	'zn_sidebar_select',	'default'),
(2195,	2413,	'zn_zn_disable_subheader',	'yes'),
(2196,	2413,	'zn_page_title_show',	'no'),
(2197,	2413,	'zn_page_title',	'aasdasd'),
(2198,	2413,	'zn_page_subtitle',	'asdasdas'),
(2199,	2413,	'zn_page_builder_status',	'enabled'),
(2200,	2413,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:3:\"160\";s:14:\"bottom_padding\";s:3:\"160\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#eaeaea\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#010b11\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:46:\"Local Dealer Idea (not setup so will not work)\";s:11:\"te_subtitle\";s:22:\"Find your local dealer\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"30px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaea66613\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid654ecbe9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_SearchBox\";s:7:\"options\";a:13:{s:8:\"sb_style\";s:6:\"normal\";s:14:\"sb_placeholder\";s:6:\"typing\";s:19:\"sb_placeholder_text\";s:28:\"Start typing your address...\";s:11:\"sb_btn_type\";s:4:\"icon\";s:11:\"sb_btn_text\";s:0:\"\";s:12:\"sb_btn_width\";s:3:\"130\";s:13:\"sb_btn_height\";s:2:\"55\";s:14:\"sb_search_type\";s:2:\"wp\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd6a9f127\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4c174365\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05a120b4\";}}'),
(9039,	2413,	'show_header',	'zn_dummy_value'),
(9040,	2413,	'show_footer',	'zn_dummy_value'),
(9041,	2413,	'zn_page_custom_js',	''),
(9042,	3100,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:3:\"160\";s:14:\"bottom_padding\";s:3:\"160\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#eaeaea\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#010b11\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:25:\"DEFAULT SEARCHBOX ELEMENT\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaea66613\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid654ecbe9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_SearchBox\";s:7:\"options\";a:7:{s:8:\"sb_style\";s:6:\"normal\";s:14:\"sb_placeholder\";s:6:\"typing\";s:19:\"sb_placeholder_text\";s:0:\"\";s:11:\"sb_btn_type\";s:4:\"icon\";s:11:\"sb_btn_text\";s:0:\"\";s:12:\"sb_btn_width\";s:3:\"130\";s:13:\"sb_btn_height\";s:2:\"55\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd6a9f127\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4c174365\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05a120b4\";}}'),
(9043,	3100,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:3:\"160\";s:14:\"bottom_padding\";s:3:\"160\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#eaeaea\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#010b11\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:25:\"DEFAULT SEARCHBOX ELEMENT\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaea66613\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid654ecbe9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_SearchBox\";s:7:\"options\";a:7:{s:8:\"sb_style\";s:6:\"normal\";s:14:\"sb_placeholder\";s:6:\"typing\";s:19:\"sb_placeholder_text\";s:0:\"\";s:11:\"sb_btn_type\";s:4:\"icon\";s:11:\"sb_btn_text\";s:0:\"\";s:12:\"sb_btn_width\";s:3:\"130\";s:13:\"sb_btn_height\";s:2:\"55\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd6a9f127\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4c174365\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05a120b4\";}}'),
(9044,	2413,	'_edit_last',	'1'),
(9045,	2413,	'zn_subheader_style',	'zn_def_header_style'),
(9046,	2413,	'zn_page_override_boxed_layout',	'def'),
(9047,	2413,	'zn-custom-layout',	'0'),
(9048,	2413,	'_yoast_wpseo_content_score',	'30'),
(9049,	2413,	'_wp_page_template',	''),
(9050,	3102,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:3:\"160\";s:14:\"bottom_padding\";s:3:\"160\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#eaeaea\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#010b11\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:25:\"DEFAULT SEARCHBOX ELEMENT\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaea66613\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid654ecbe9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_SearchBox\";s:7:\"options\";a:7:{s:8:\"sb_style\";s:6:\"normal\";s:14:\"sb_placeholder\";s:6:\"typing\";s:19:\"sb_placeholder_text\";s:0:\"\";s:11:\"sb_btn_type\";s:4:\"icon\";s:11:\"sb_btn_text\";s:0:\"\";s:12:\"sb_btn_width\";s:3:\"130\";s:13:\"sb_btn_height\";s:2:\"55\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd6a9f127\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4c174365\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05a120b4\";}}'),
(9051,	3102,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:3:\"160\";s:14:\"bottom_padding\";s:3:\"160\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#eaeaea\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#010b11\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:25:\"DEFAULT SEARCHBOX ELEMENT\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaea66613\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid654ecbe9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_SearchBox\";s:7:\"options\";a:7:{s:8:\"sb_style\";s:6:\"normal\";s:14:\"sb_placeholder\";s:6:\"typing\";s:19:\"sb_placeholder_text\";s:0:\"\";s:11:\"sb_btn_type\";s:4:\"icon\";s:11:\"sb_btn_text\";s:0:\"\";s:12:\"sb_btn_width\";s:3:\"130\";s:13:\"sb_btn_height\";s:2:\"55\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd6a9f127\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4c174365\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05a120b4\";}}'),
(2201,	2413,	'zn_page_custom_css',	''),
(2202,	2413,	'_dp_original',	'204'),
(2203,	2413,	'slide_template',	'default'),
(2204,	2414,	'slide_template',	'default'),
(2205,	2414,	'zn_page_layout',	'default'),
(2206,	2414,	'zn_sidebar_select',	'default'),
(2207,	2414,	'zn_zn_disable_subheader',	'no'),
(2208,	2414,	'zn_page_title_show',	'yes'),
(2209,	2414,	'zn_page_title',	''),
(2210,	2414,	'zn_page_subtitle',	''),
(2211,	2414,	'zn_page_builder_status',	'enabled'),
(2212,	2414,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:23:\"TH_StaticContentDefault\";s:7:\"options\";a:29:{s:9:\"ww_height\";s:3:\"650\";s:13:\"sc_fullscreen\";s:1:\"0\";s:14:\"ww_slide_title\";s:10:\"HEY THERE!\";s:17:\"ww_slide_subtitle\";s:244:\"<span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful [tooltip placement=\"top\" border=\"no\" title=\"Highly premium actually\"]premium[/tooltip]</span><br> piece of work, for the typical modern website.</span>\";s:12:\"sc_alignment\";s:6:\"center\";s:17:\"ww_slide_m_button\";s:45:\"<strong>exclusive on</strong> themeforest.net\";s:15:\"ww_slide_l_text\";s:7:\"BUY NOW\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"sc_scrolling\";s:1:\"1\";s:17:\"sc_scrolling_type\";s:12:\"translate_op\";s:15:\"ww_header_style\";s:10:\"light_gray\";s:11:\"source_type\";s:10:\"video_self\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:12:\"source_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#1e73be\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:6:\"shadow\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide8703801\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:13:\"SIMPLE LAYOUT\";s:11:\"te_subtitle\";s:152:\"Previously known as Static Content, this hero scene should be used to hold any visual media in the background, but also to call user to action interact.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5b3c6bd\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid3794f174\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid589ce115\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid6f899e10\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf709b372\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid97bb9532\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc7e6b3f9\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid71e8e984\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid984ae180\";}}'),
(2213,	2414,	'zn_page_custom_css',	''),
(2214,	2415,	'slide_template',	'default'),
(2215,	2415,	'zn_page_layout',	'default'),
(2216,	2415,	'zn_sidebar_select',	'default'),
(2217,	2415,	'zn_zn_disable_subheader',	'no'),
(2218,	2415,	'zn_page_title_show',	'yes'),
(2219,	2415,	'zn_page_title',	''),
(2220,	2415,	'zn_page_subtitle',	''),
(2221,	2415,	'zn_page_builder_status',	'enabled'),
(2222,	2415,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:23:\"TH_StaticContentTextPop\";s:7:\"options\";a:30:{s:9:\"ww_height\";s:3:\"680\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"1\";s:17:\"sc_scrolling_type\";s:12:\"translate_op\";s:12:\"sc_pop_line1\";s:10:\"HEY THERE!\";s:12:\"sc_pop_line2\";s:11:\"I\'M KALLYAS\";s:12:\"sc_pop_line3\";s:29:\"AN EPIC / WONDERFUL / PREMIUM\";s:12:\"sc_pop_line4\";s:15:\"WORDPRESS THEME\";s:17:\"ww_slide_m_button\";s:45:\"<strong>exclusive on</strong> themeforest.net\";s:15:\"ww_slide_l_text\";s:7:\"BUY NOW\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"ww_header_style\";s:10:\"light_gray\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#8224e3\";s:22:\"source_overlay_opacity\";s:2:\"35\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"55\";s:16:\"hm_header_bmasks\";s:5:\"mask5\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8536ea72\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:8:\"TEXT POP\";s:11:\"te_subtitle\";s:35:\"When hovering becomes a child play!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1c6cc6a3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid279c7c15\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfd8217f8\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid7ac95138\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidecc683b0\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc73593ab\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4100c421\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid370903bc\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2847d6b9\";}}'),
(2223,	2415,	'zn_page_custom_css',	''),
(2224,	2416,	'slide_template',	'default'),
(2225,	2416,	'zn_page_layout',	'default'),
(2226,	2416,	'zn_sidebar_select',	'default'),
(2227,	2416,	'zn_zn_disable_subheader',	'no'),
(2228,	2416,	'zn_page_title_show',	'yes'),
(2229,	2416,	'zn_page_title',	''),
(2230,	2416,	'zn_page_subtitle',	''),
(2231,	2416,	'zn_page_builder_status',	'enabled'),
(2232,	2416,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:26:\"TH_StaticContentSimpleText\";s:7:\"options\";a:29:{s:9:\"ww_height\";s:0:\"\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:5:\"sc_sc\";s:422:\"<h2>HEY THERE!</h2>\r\n\r\n<h3><span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful [tooltip placement=\"top\" border=\"no\" title=\"Highly premium actually\"]premium[/tooltip]</span> piece of work, for the typical modern website.</span></h3>\r\n\r\n<h4 class=\"can_be_used\">I CAN BE USED FOR: <span class=\"fw-semibold\">PRESENTATION WEBSITES, SHOPS, ONLINE CATALOGUES OR OTHER WEBSITES</span></h4>\";s:14:\"sc_button_text\";s:6:\"BUY ME\";s:15:\"sc_button_style\";s:20:\"btn-lined btn-skewed\";s:13:\"sc_text_theme\";s:5:\"light\";s:14:\"sc_button_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:11:\"sc_fademask\";s:1:\"1\";s:12:\"sc_fadeboxed\";s:1:\"1\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:105:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#392208\";s:22:\"source_overlay_opacity\";s:2:\"70\";s:29:\"source_overlay_color_gradient\";s:7:\"#1d244c\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"70\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddb1f3662\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"20\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:21:\"SIMPLE TEXT WITH MASK\";s:11:\"te_subtitle\";s:58:\"Simple way of displaying text and call to action elements.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9db7b022\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd3e29483\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid27dd8278\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid32a8ccac\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95c960d8\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid99c9b9ad\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05440791\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb1019bbc\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf2052283\";}}'),
(2233,	2416,	'zn_page_custom_css',	'.static-content--simple h2 {font-size: 42px; letter-spacing: -2px;}\n.static-content--simple h3 {font-size: 30px; margin-bottom: 20px;}\n.sc__simpleaction {margin-left:20px;}\n.static-content--simple .sc__line:after {background: rgba(255, 255, 255, 0.35);}'),
(2234,	2417,	'slide_template',	'default'),
(2235,	2417,	'zn_page_layout',	'default'),
(2236,	2417,	'zn_sidebar_select',	'default'),
(2237,	2417,	'zn_zn_disable_subheader',	'no'),
(2238,	2417,	'zn_page_title_show',	'yes'),
(2239,	2417,	'zn_page_title',	''),
(2240,	2417,	'zn_page_subtitle',	''),
(2241,	2417,	'zn_page_builder_status',	'enabled'),
(2242,	2417,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:26:\"TH_StaticContentSimpleText\";s:7:\"options\";a:29:{s:9:\"ww_height\";s:0:\"\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:5:\"sc_sc\";s:402:\"<h2>HEY THERE!</h2>\r\n\r\n<h3><span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful [tooltip placement=\"top\" border=\"no\" title=\"Highly premium actually\"]premium[/tooltip]</span> piece of work, for the typical modern website.</span></h3>\r\n\r\n<h4 class=\"can_be_used\">I CAN BE USED FOR: <span>PRESENTATION WEBSITES, SHOPS, ONLINE CATALOGUES OR OTHER WEBSITES</span></h4>\";s:14:\"sc_button_text\";s:6:\"BUY ME\";s:15:\"sc_button_style\";s:13:\"btn-fullcolor\";s:13:\"sc_text_theme\";s:7:\"grayish\";s:14:\"sc_button_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:11:\"sc_fademask\";s:1:\"0\";s:12:\"sc_fadeboxed\";s:1:\"0\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd0a302e7\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:11:\"SIMPLE TEXT\";s:11:\"te_subtitle\";s:41:\"It all comes down to plain text actually!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddbd10056\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida39108e0\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfecb2341\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid047fc639\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid80b65a70\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid1476f1a7\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e098455\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid88cc0e5f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid172eb5f8\";}}'),
(2243,	2417,	'zn_page_custom_css',	'.static-content--simple h2 {font-size: 42px; letter-spacing: -2px;}\n.static-content--simple h3 {font-size: 30px; margin-bottom: 20px;}\n.static-content--simple .can_be_used span {color: #ff6b6b;}'),
(2244,	2418,	'slide_template',	'default'),
(2245,	2418,	'zn_page_layout',	'default'),
(2246,	2418,	'zn_sidebar_select',	'default'),
(2247,	2418,	'zn_zn_disable_subheader',	'no'),
(2248,	2418,	'zn_page_title_show',	'yes'),
(2249,	2418,	'zn_page_title',	''),
(2250,	2418,	'zn_page_subtitle',	''),
(2251,	2418,	'zn_page_builder_status',	'enabled'),
(2252,	2418,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:31:\"TH_StaticContentVideoBackground\";s:7:\"options\";a:26:{s:9:\"ww_height\";s:3:\"600\";s:13:\"sc_fullscreen\";s:1:\"1\";s:12:\"sc_scrolling\";s:1:\"1\";s:17:\"sc_scrolling_type\";s:9:\"translate\";s:11:\"sc_vb_line1\";s:33:\"As images serve a thousand words,\";s:11:\"sc_vb_line2\";s:68:\" A video\'s worth <span class=\"fw-semibold\">a thousand images.</span>\";s:14:\"sc_caption_pos\";s:6:\"middle\";s:15:\"ww_header_style\";s:13:\"neutral_color\";s:16:\"sc_vb_video_type\";s:4:\"self\";s:11:\"sc_vb_embed\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:15:\"sc_vb_sh_video1\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:15:\"sc_vb_sh_video2\";s:0:\"\";s:19:\"source_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:20:\"sc_vb_sh_video_cover\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8a1230b8\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:16:\"VIDEO BACKGROUND\";s:11:\"te_subtitle\";s:32:\"Video with captions? Nuff\' said!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid80738039\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8895c233\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid468f9c86\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid89e0cac8\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddc8cb4f2\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide776b419\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide33bc09c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid2ad60389\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5e5fb60a\";}}'),
(2253,	2418,	'zn_page_custom_css',	''),
(2254,	2419,	'slide_template',	'default'),
(2255,	2419,	'zn_page_layout',	'default'),
(2256,	2419,	'zn_sidebar_select',	'default'),
(2257,	2419,	'zn_zn_disable_subheader',	'no'),
(2258,	2419,	'zn_page_title_show',	'yes'),
(2259,	2419,	'zn_page_title',	''),
(2260,	2419,	'zn_page_subtitle',	''),
(2261,	2419,	'zn_page_builder_status',	'enabled'),
(2262,	2419,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:21:\"TH_StaticContentVideo\";s:7:\"options\";a:26:{s:9:\"ww_height\";s:3:\"700\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"1\";s:17:\"sc_scrolling_type\";s:9:\"translate\";s:14:\"ww_slide_title\";s:165:\"<span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful premium</span><br> piece of work, for the typical modern website.</span>\";s:14:\"ww_slide_video\";s:27:\"https://vimeo.com/128771883\";s:19:\"ww_slide_video_text\";s:35:\"THE ICONIC KALLYAS THEME. RELOADED.\";s:15:\"ww_header_style\";s:10:\"light_gray\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#02263c\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6e405d26\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:14:\"VIDEO LAUNCHER\";s:11:\"te_subtitle\";s:24:\"Launch videos, in style!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb255b6d1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid76a49009\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluideb787e07\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida7b0c3ab\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbe42d90e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid5bf88cac\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcd6d5756\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid351a4d93\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc9969380\";}}'),
(2263,	2419,	'zn_page_custom_css',	''),
(2264,	2420,	'slide_template',	'default'),
(2265,	2420,	'zn_page_layout',	'default'),
(2266,	2420,	'zn_sidebar_select',	'default'),
(2267,	2420,	'zn_zn_disable_subheader',	'no'),
(2268,	2420,	'zn_page_title_show',	'yes'),
(2269,	2420,	'zn_page_title',	''),
(2270,	2420,	'zn_page_subtitle',	''),
(2271,	2420,	'zn_page_builder_status',	'enabled'),
(2272,	2420,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:28:\"TH_StaticContentProductLoupe\";s:7:\"options\";a:46:{s:9:\"ww_height\";s:3:\"700\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:8:\"sc_title\";s:114:\"<span class=\"fw-semibold\">The Powrtouch Evolution </span></br><span class=\"fw-thin\">Single Axle Auto Engage</span>\";s:11:\"sc_lp_image\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";s:18:\"sc_lp_custom_width\";s:3:\"653\";s:14:\"sc_lp_features\";s:124:\"High Performance\r\nManoeuvre caravans up to 2000kg\r\nRobust & Lightweight materials\r\nManufactured in the UK\r\n5 years guarantee\";s:13:\"sc_lp_button1\";s:10:\"LEARN MORE\";s:18:\"sc_lp_button1_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button1_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue086\";}s:19:\"sc_lp_button1_style\";s:13:\"btn btn-lined\";s:24:\"sc_lp_button1_icon_style\";s:1:\"0\";s:10:\"sc_bt_text\";s:2:\"or\";s:13:\"sc_2p_button1\";s:22:\"FIND YOUR LOCAL DEALER\";s:18:\"sc_lp_button2_link\";a:3:{s:3:\"url\";s:27:\"elements-search-box-element\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button2_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue062\";}s:19:\"sc_lp_button2_style\";s:17:\"btn btn-fullcolor\";s:24:\"sc_lp_button2_icon_style\";s:1:\"0\";s:15:\"ww_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/building-unit.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:8:\"##cd2122\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:8:\"##535353\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"50\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3ddd649\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:50:\"The Powrtouch Evolution (Single Axle, Auto Engage)\";s:11:\"te_subtitle\";s:41:\"Makes manoeuvring your caravan effortless\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95b9e50b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid69922d8a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:65:\"The only option when it comes to choosing your next caravan mover\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8810abcc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid746f3726\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:448:\"The powrtouch evolution single axle, auto engage is the most advanced caravan mover on the market. With it\'s turning circle precise to 1mm and ability to move a caravan of up to 2000kg up a 1/4 (25%) incline it is a truly remarkable piece of kit.\r\n\r\nManufactured within the UK, The Powrtouch evolution single axle, automatic engagement, caravan mover is built to last and for your peace of mind provided with a generous 5-year no-quibble guarantee!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2817559c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide477de10\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:13:\"TH_CustomHTML\";s:7:\"options\";a:6:{s:11:\"custom_html\";s:634:\"<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<style>\r\ntable {\r\n  border-collapse: collapse;\r\n  width: 100%;\r\n}\r\n\r\nth, td {\r\n  text-align: left;\r\n  padding: 8px;\r\n}\r\n\r\ntr:nth-child(odd) {background-color: #f2f2f2;}\r\n</style>\r\n</head>\r\n<body>\r\n\r\n<table>\r\n  <tr>\r\n  <td>Model</td>\r\n  <td>Powrtouch Evolution Single Axle, Auto Engage</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Roller Engagement</td>\r\n  <td>Auto</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Operating Voltate</td>\r\n  <td>12v</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Average Current Consumption</td>\r\n  <td>20 A</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Max Current Consumption</td>\r\n  <td>80 A</td>\r\n  </tr>\r\n</table>\r\n\r\n</body>\r\n</html>\r\n\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidbdf866b8\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc5f099db\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid38d43504\";}}'),
(9071,	2420,	'zn_page_override_boxed_layout',	'def'),
(9072,	2420,	'zn-custom-layout',	'0'),
(9073,	2420,	'_yoast_wpseo_content_score',	'60'),
(2273,	2420,	'zn_page_custom_css',	''),
(2274,	2421,	'slide_template',	'default'),
(2275,	2421,	'zn_page_layout',	'default'),
(2276,	2421,	'zn_sidebar_select',	'default'),
(2277,	2421,	'zn_zn_disable_subheader',	'no'),
(2278,	2421,	'zn_page_title_show',	'yes'),
(2279,	2421,	'zn_page_title',	''),
(2280,	2421,	'zn_page_subtitle',	''),
(2281,	2421,	'zn_page_builder_status',	'enabled'),
(2282,	2421,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:11:\"ZnGoogleMap\";s:7:\"options\";a:24:{s:20:\"single_multiple_maps\";a:3:{i:0;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.699707\";s:16:\"sc_map_longitude\";s:10:\"-73.947043\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"20\";}i:1;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.703871\";s:16:\"sc_map_longitude\";s:10:\"-73.904729\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"40\";}i:2;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.696063\";s:16:\"sc_map_longitude\";s:10:\"-73.913913\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"40\";}}s:11:\"sc_map_zoom\";s:2:\"14\";s:11:\"sc_map_type\";s:7:\"ROADMAP\";s:17:\"sc_map_directions\";s:14:\"zn_dummy_value\";s:22:\"sc_map_directions_text\";s:16:\"Visit us from...\";s:13:\"show_overview\";s:14:\"zn_dummy_value\";s:15:\"show_streetview\";s:14:\"zn_dummy_value\";s:12:\"show_maptype\";s:14:\"zn_dummy_value\";s:15:\"ww_mapinfo_type\";s:9:\"infopanel\";s:17:\"ww_slide_m_button\";s:0:\"\";s:15:\"ww_slide_l_text\";s:0:\"\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:16:\"sc_map_panel_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"sc_map_panel_title\";s:13:\"Hogash Studio\";s:17:\"sc_map_panel_text\";s:261:\"We’re a multi-featured small team, focused on designing and developing awesome themes and templates for <br class=\"hidden-xs\" /> multiple platforms such as <strong>WordPress</strong> or <strong>Joomla</strong>, as well others soon ( Magento, Open Cart etc. ).\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:13:\"sc_fullscreen\";s:2:\"no\";s:13:\"sc_map_height\";s:3:\"720\";s:16:\"use_custom_style\";s:3:\"yes\";s:12:\"custom_style\";s:675:\"[{\"featureType\":\"landscape\",\"elementType\":\"labels\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"transit\",\"elementType\":\"labels\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"poi\",\"elementType\":\"labels\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"water\",\"elementType\":\"labels\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"road\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"stylers\":[{\"hue\":\"#00aaff\"},{\"saturation\":-100},{\"gamma\":2.15},{\"lightness\":12}]},{\"featureType\":\"road\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"visibility\":\"on\"},{\"lightness\":24}]},{\"featureType\":\"road\",\"elementType\":\"geometry\",\"stylers\":[{\"lightness\":57}]}]\";s:19:\"custom_style_active\";s:675:\"[{\"featureType\":\"landscape\",\"elementType\":\"labels\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"transit\",\"elementType\":\"labels\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"poi\",\"elementType\":\"labels\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"water\",\"elementType\":\"labels\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"road\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"stylers\":[{\"hue\":\"#00aaff\"},{\"saturation\":-100},{\"gamma\":2.15},{\"lightness\":12}]},{\"featureType\":\"road\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"visibility\":\"on\"},{\"lightness\":24}]},{\"featureType\":\"road\",\"elementType\":\"geometry\",\"stylers\":[{\"lightness\":57}]}]\";s:25:\"sc_map_zooming_mousewheel\";s:14:\"zn_dummy_value\";s:19:\"sc_map_localization\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid81ce3eec\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:38:\"GOOGLE MAP ( WITH MULTIPLE LOCATIONS )\";s:11:\"te_subtitle\";s:62:\"Maps will always be in handy, good to be used at it\'s fullest!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd6ec7bbf\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1e4cd1c5\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid491302ea\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid6e279ea4\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidefec8c1a\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc5c1ca03\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid74ff8182\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidcfdb54dc\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7e9569f2\";}}'),
(2283,	2421,	'zn_page_custom_css',	''),
(2284,	2422,	'slide_template',	'default'),
(2285,	2422,	'zn_page_layout',	'default'),
(2286,	2422,	'zn_sidebar_select',	'default'),
(2287,	2422,	'zn_zn_disable_subheader',	'no'),
(2288,	2422,	'zn_page_title_show',	'yes'),
(2289,	2422,	'zn_page_title',	''),
(2290,	2422,	'zn_page_subtitle',	''),
(2291,	2422,	'zn_page_builder_status',	'enabled'),
(2292,	2422,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:30:\"TH_StaticContentEventCountdown\";s:7:\"options\";a:30:{s:9:\"ww_height\";s:0:\"\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:11:\"sc_ec_title\";s:155:\"<span class=\"fw-thin\">This is Kallyas, <span class=\"fw-semibold\">an epic and wonderful premium</span> piece of work, for the typical modern website.</span>\";s:10:\"sc_ec_vime\";s:26:\"https://vimeo.com/23237102\";s:14:\"sc_ec_vid_desc\";s:12:\"A sneakpeak:\";s:10:\"sc_ec_date\";a:2:{s:4:\"date\";s:10:\"2017-08-23\";s:4:\"time\";s:5:\"22:00\";}s:10:\"sc_ec_mlid\";s:10:\"69c75c8a90\";s:18:\"sc_ec_social_color\";s:5:\"clean\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"3\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"20\";s:29:\"source_overlay_color_gradient\";s:7:\"#5c5247\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"70\";s:16:\"hm_header_bmasks\";s:5:\"mask6\";s:16:\"single_ec_social\";a:4:{i:0;a:4:{s:18:\"sc_ec_social_title\";s:8:\"Facebook\";s:17:\"sc_ec_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:22:\"sc_ec_social_iconcolor\";s:4:\"#000\";s:17:\"sc_ec_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}}i:1;a:4:{s:18:\"sc_ec_social_title\";s:7:\"Twitter\";s:17:\"sc_ec_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:22:\"sc_ec_social_iconcolor\";s:4:\"#000\";s:17:\"sc_ec_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}}i:2;a:4:{s:18:\"sc_ec_social_title\";s:8:\"LinkedIn\";s:17:\"sc_ec_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:22:\"sc_ec_social_iconcolor\";s:4:\"#000\";s:17:\"sc_ec_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue828\";}}i:3;a:4:{s:18:\"sc_ec_social_title\";s:6:\"Envato\";s:17:\"sc_ec_social_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:22:\"sc_ec_social_iconcolor\";s:4:\"#000\";s:17:\"sc_ec_social_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue86d\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd4aae8ce\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:15:\"EVENT COUNTDOWN\";s:11:\"te_subtitle\";s:33:\"Perfect for your upcoming events!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5a052572\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf07a5701\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid627c1ddc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid93d8a161\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid607cbfe9\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid852a162b\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e82943b\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd6aa4d23\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb6e44f33\";}}'),
(2293,	2422,	'zn_page_custom_css',	''),
(2294,	2423,	'slide_template',	'default'),
(2295,	2423,	'zn_page_layout',	'default'),
(2296,	2423,	'zn_sidebar_select',	'default'),
(2297,	2423,	'zn_zn_disable_subheader',	'no'),
(2298,	2423,	'zn_page_title_show',	'yes'),
(2299,	2423,	'zn_page_title',	''),
(2300,	2423,	'zn_page_subtitle',	''),
(2301,	2423,	'zn_page_builder_status',	'enabled'),
(2302,	2423,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:31:\"TH_StaticContentTextAndRegister\";s:7:\"options\";a:28:{s:9:\"ww_height\";s:3:\"820\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:14:\"ww_slide_title\";s:10:\"HEY THERE!\";s:17:\"ww_slide_subtitle\";s:161:\"<span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful premium</span> piece of work, for the typical modern website.</span>\";s:17:\"ww_slide_m_button\";s:0:\"\";s:15:\"ww_slide_l_text\";s:0:\"\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#000000\";s:22:\"source_overlay_opacity\";s:2:\"20\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2483a282\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:18:\"TEXT WITH REGISTER\";s:11:\"te_subtitle\";s:34:\"Visually attract site subscribers!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid18ef8f28\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida7b01427\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddbdcd44a\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid12e754cf\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide0bed2e6\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidff65f6e2\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7e22ea7d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide80c56a7\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac58c8e1\";}}'),
(2303,	2423,	'zn_page_custom_css',	''),
(2304,	2424,	'zn_page_builder_status',	'enabled'),
(2305,	2424,	'slide_template',	'default'),
(2306,	2424,	'zn_page_layout',	'default'),
(2307,	2424,	'zn_sidebar_select',	'default'),
(2308,	2424,	'zn_zn_disable_subheader',	'no'),
(2309,	2424,	'zn_page_title_show',	'yes'),
(2310,	2424,	'zn_page_title',	''),
(2311,	2424,	'zn_page_subtitle',	''),
(2312,	2424,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_RevolutionSlider\";s:7:\"options\";a:4:{s:15:\"ww_header_style\";s:10:\"light_gray\";s:12:\"revslider_id\";s:18:\"shop-slider-part-2\";s:17:\"revslider_paralax\";s:1:\"0\";s:16:\"hm_header_bmasks\";s:5:\"mask5\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf6c8a66\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:22:\"SHOP SLIDER ( PART 2 )\";s:11:\"te_subtitle\";s:74:\"One of the very best slider on the market. If you want custom, you got it!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida94a5fce\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfd796ff3\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid49d65094\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid8ccd9f0b\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid72967db9\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidcb4ac462\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddd17ced4\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid2416bff2\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf315ace7\";}}'),
(2313,	2424,	'zn_page_custom_css',	''),
(2314,	2424,	'_dp_original',	'563'),
(2315,	2425,	'zn_page_builder_status',	'enabled'),
(2316,	2425,	'slide_template',	'default'),
(2317,	2425,	'zn_page_layout',	'default'),
(2318,	2425,	'zn_sidebar_select',	'default'),
(2319,	2425,	'zn_zn_disable_subheader',	'no'),
(2320,	2425,	'zn_page_title_show',	'yes'),
(2321,	2425,	'zn_page_title',	''),
(2322,	2425,	'zn_page_subtitle',	''),
(2323,	2425,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:12:\"TH_WowSlider\";s:7:\"options\";a:26:{s:12:\"ww_sl_height\";s:3:\"470\";s:13:\"ww_transition\";s:6:\"blinds\";s:16:\"ww_caption_style\";s:0:\"\";s:11:\"ww_autoplay\";s:4:\"true\";s:10:\"ww_timeout\";s:4:\"3000\";s:10:\"single_wow\";a:4:{i:0;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:26:\"AWESOME VISUAL TRANSITIONS\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:17:\"FANCY YET ELEGANT\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:25:\"RESPONSIVE AND ACCESSIBLE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:25:\"CUSTOMISABLE WITH OPTIONS\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}s:9:\"ww_shadow\";s:6:\"lifted\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"80\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide5e448a3\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:19:\"WOW SLIDER / BLINDS\";s:11:\"te_subtitle\";s:16:\"Woow all along!!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb05fa5be\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid619dfe86\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid52e4662a\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid88a304b0\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4042c631\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid913bbef1\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd0c46074\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidbbe3d796\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida8043539\";}}'),
(2324,	2425,	'zn_page_custom_css',	''),
(2325,	2426,	'zn_page_builder_status',	'enabled'),
(2326,	2426,	'slide_template',	'default'),
(2327,	2426,	'zn_page_layout',	'default'),
(2328,	2426,	'zn_sidebar_select',	'default'),
(2329,	2426,	'zn_zn_disable_subheader',	'no'),
(2330,	2426,	'zn_page_title_show',	'yes'),
(2331,	2426,	'zn_page_title',	''),
(2332,	2426,	'zn_page_subtitle',	''),
(2333,	2426,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:12:\"TH_WowSlider\";s:7:\"options\";a:26:{s:12:\"ww_sl_height\";s:3:\"470\";s:13:\"ww_transition\";s:3:\"fly\";s:16:\"ww_caption_style\";s:3:\"alt\";s:11:\"ww_autoplay\";s:4:\"true\";s:10:\"ww_timeout\";s:4:\"3000\";s:10:\"single_wow\";a:4:{i:0;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:19:\"AWESOME TRANSITIONS\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:17:\"FANCY YET ELEGANT\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:23:\"RESPONSIVE & ACCESSIBLE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:12:\"CUSTOMISABLE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}s:9:\"ww_shadow\";s:6:\"lifted\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"80\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc814dd6e\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:19:\"WOW SLIDER / FLYOUT\";s:11:\"te_subtitle\";s:16:\"Woow all along!!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbe94695d\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid69cb50c3\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1b09a2b9\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb997efcc\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida71e134c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid83582c0a\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3a0691d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid66b0c689\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid524ab45f\";}}'),
(2334,	2426,	'zn_page_custom_css',	''),
(2335,	2427,	'zn_page_builder_status',	'enabled'),
(2336,	2427,	'slide_template',	'default'),
(2337,	2427,	'zn_page_layout',	'default'),
(2338,	2427,	'zn_sidebar_select',	'default'),
(2339,	2427,	'zn_zn_disable_subheader',	'no'),
(2340,	2427,	'zn_page_title_show',	'yes'),
(2341,	2427,	'zn_page_title',	''),
(2342,	2427,	'zn_page_subtitle',	''),
(2343,	2427,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:12:\"TH_WowSlider\";s:7:\"options\";a:26:{s:12:\"ww_sl_height\";s:3:\"470\";s:13:\"ww_transition\";s:5:\"blast\";s:16:\"ww_caption_style\";s:3:\"alt\";s:11:\"ww_autoplay\";s:4:\"true\";s:10:\"ww_timeout\";s:4:\"3000\";s:10:\"single_wow\";a:4:{i:0;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:12:\"TRAIN HARDER\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:16:\"RUN LIKE A CHAMP\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:11:\"GET RESULTS\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:15:\"CARDIO TRAINING\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}s:9:\"ww_shadow\";s:6:\"lifted\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"80\";s:29:\"source_overlay_color_gradient\";s:7:\"#c3c3c3\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"80\";s:16:\"hm_header_bmasks\";s:5:\"mask6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9a226f83\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:18:\"WOW SLIDER / BLAST\";s:11:\"te_subtitle\";s:16:\"Woow all along!!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid629743df\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid3cba3052\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5a8ca7a2\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc363621b\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e7a21dc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide2e48354\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid058e05a8\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddee49299\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidba3efe7c\";}}'),
(2344,	2427,	'zn_page_custom_css',	''),
(2345,	2428,	'zn_page_builder_status',	'enabled'),
(2346,	2428,	'slide_template',	'default'),
(2347,	2428,	'zn_page_layout',	'default'),
(2348,	2428,	'zn_sidebar_select',	'default'),
(2349,	2428,	'zn_zn_disable_subheader',	'no'),
(2350,	2428,	'zn_page_title_show',	'yes'),
(2351,	2428,	'zn_page_title',	''),
(2352,	2428,	'zn_page_subtitle',	''),
(2353,	2428,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:13:\"TH_NivoSlider\";s:7:\"options\";a:25:{s:12:\"nv_sl_height\";s:3:\"470\";s:13:\"nv_transition\";s:6:\"random\";s:13:\"nv_auto_slide\";s:1:\"0\";s:13:\"nv_pause_time\";s:4:\"6000\";s:11:\"single_nivo\";a:4:{i:0;a:3:{s:14:\"nv_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"nv_slide_title\";s:26:\"AWESOME VISUAL TRANSITIONS\";s:13:\"nv_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:3:{s:14:\"nv_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"nv_slide_title\";s:17:\"FANCY YET ELEGANT\";s:13:\"nv_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:3:{s:14:\"nv_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"nv_slide_title\";s:25:\"RESPONSIVE AND ACCESSIBLE\";s:13:\"nv_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:3:{s:14:\"nv_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"nv_slide_title\";s:25:\"CUSTOMISABLE WITH OPTIONS\";s:13:\"nv_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}s:9:\"nv_shadow\";s:6:\"lifted\";s:15:\"nv_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#e9e9e9\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida215f322\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:11:\"NIVO SLIDER\";s:11:\"te_subtitle\";s:63:\"This is a classic that changed sliders forever, hats off Nivo!!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidba22591c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida30808a0\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidff56a2a5\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid49d2c3bc\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7a1bad4c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid5b0f98a1\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3cac4a96\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid9c516dad\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid84fcef3f\";}}'),
(2354,	2428,	'zn_page_custom_css',	''),
(2355,	2429,	'zn_page_builder_status',	'enabled'),
(2356,	2429,	'slide_template',	'default'),
(2357,	2429,	'zn_page_layout',	'default'),
(2358,	2429,	'zn_sidebar_select',	'default'),
(2359,	2429,	'zn_zn_disable_subheader',	'no'),
(2360,	2429,	'zn_page_title_show',	'yes'),
(2361,	2429,	'zn_page_title',	''),
(2362,	2429,	'zn_page_subtitle',	''),
(2363,	2429,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:13:\"TH_FlexSlider\";s:7:\"options\";a:29:{s:9:\"fs_height\";s:3:\"470\";s:8:\"fs_style\";s:7:\"calssic\";s:13:\"fs_transition\";s:5:\"slide\";s:8:\"fs_speed\";s:4:\"5000\";s:18:\"ww_slider_autoplay\";s:1:\"1\";s:6:\"fs_nav\";s:4:\"true\";s:10:\"fs_bullets\";s:4:\"true\";s:14:\"fs_show_thumbs\";s:1:\"1\";s:9:\"fs_shadow\";s:6:\"lifted\";s:11:\"single_flex\";a:4:{i:0;a:5:{s:14:\"fs_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"fs_slide_title\";s:77:\"MULTIPLE TRANSITION EFECTS, <br>SUCH AS FADE OR SLIDE HORIZONTALLY/VERTICALLY\";s:13:\"fs_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:14:\"fs_slide_label\";s:0:\"\";s:20:\"fs_slide_label_color\";s:7:\"#cd2122\";}i:1;a:5:{s:14:\"fs_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"fs_slide_title\";s:68:\"RESPONSIVE AND ACCESSIBLE<br>READY FOR BOTH SMALL AND BIGGER DEVICES\";s:13:\"fs_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:14:\"fs_slide_label\";s:0:\"\";s:20:\"fs_slide_label_color\";s:7:\"#cd2122\";}i:2;a:5:{s:14:\"fs_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"fs_slide_title\";s:69:\"PACKED WITH A HUGE VARIETY <br>OF SLIDERS FOR MANY DIFFERENT PURPOSES\";s:13:\"fs_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:14:\"fs_slide_label\";s:0:\"\";s:20:\"fs_slide_label_color\";s:7:\"#cd2122\";}i:3;a:5:{s:14:\"fs_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"fs_slide_title\";s:34:\"SO POWERFUL <br>YET SO EASY TO USE\";s:13:\"fs_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:14:\"fs_slide_label\";s:0:\"\";s:20:\"fs_slide_label_color\";s:7:\"#cd2122\";}}s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"90\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask5\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid48c1749f\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:42:\"SIMPLE N\' CLASSIC ( FORMERLY FLEX SLIDER )\";s:11:\"te_subtitle\";s:54:\"Always in handy to display visual media with captions.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5c9772df\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid6250bcdf\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddeb3c8a8\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid3308ae24\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbc5f1e2d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid7c05d0a8\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd9e6f080\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid6cccec43\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1758fe47\";}}'),
(2364,	2429,	'zn_page_custom_css',	''),
(2365,	2430,	'zn_page_builder_status',	'enabled'),
(2366,	2430,	'slide_template',	'default'),
(2367,	2430,	'zn_page_layout',	'default'),
(2368,	2430,	'zn_sidebar_select',	'default'),
(2369,	2430,	'zn_zn_disable_subheader',	'no'),
(2370,	2430,	'zn_page_title_show',	'yes'),
(2371,	2430,	'zn_page_title',	''),
(2372,	2430,	'zn_page_subtitle',	''),
(2373,	2430,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:14:\"TH_FancySlider\";s:7:\"options\";a:9:{s:15:\"ww_slide_height\";s:3:\"620\";s:18:\"ww_slider_autoplay\";s:1:\"1\";s:17:\"ww_slider_timeout\";s:4:\"6000\";s:13:\"ww_slider_nav\";s:7:\"bullets\";s:20:\"ww_slider_controlpos\";s:15:\"controls-inside\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"single_fancy\";a:4:{i:0;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:14:\"ww_slide_color\";s:7:\"#699100\";}i:1;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:14:\"ww_slide_color\";s:7:\"#b70000\";}i:2;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:14:\"ww_slide_color\";s:7:\"#13d7fd\";}i:3;a:3:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:14:\"ww_slide_color\";s:7:\"#f5c2e5\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc679fe09\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:12:\"FANCY SLIDER\";s:11:\"te_subtitle\";s:60:\"We thought naming this element Fancy. We were right indeed!!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid863620cd\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb90e58a9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid32ad4cd0\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid206d8113\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid41554e25\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid7a7ae956\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid448218d2\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidee5e945d\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbc0e60dd\";}}'),
(2374,	2430,	'zn_page_custom_css',	''),
(2375,	2431,	'zn_page_builder_status',	'enabled'),
(2376,	2431,	'slide_template',	'default'),
(2377,	2431,	'zn_page_layout',	'default'),
(2378,	2431,	'zn_sidebar_select',	'default'),
(2379,	2431,	'zn_zn_disable_subheader',	'no'),
(2380,	2431,	'zn_page_title_show',	'yes'),
(2381,	2431,	'zn_page_title',	''),
(2382,	2431,	'zn_page_subtitle',	''),
(2383,	2431,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CircularContentStyle2\";s:7:\"options\";a:22:{s:18:\"ww_slider_autoplay\";s:1:\"1\";s:17:\"ww_slider_timeout\";s:4:\"7000\";s:12:\"single_circ2\";a:4:{i:0;a:12:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:13:\"TRIPLY JACKET\";s:19:\"ww_slide_title_left\";s:3:\"260\";s:18:\"ww_slide_title_top\";s:3:\"150\";s:19:\"ww_slide_title_size\";s:6:\"medium\";s:21:\"ww_slide_title_arrpos\";s:8:\"top-left\";s:21:\"ww_slide_bottom_title\";s:8:\"CLOTHING\";s:18:\"ww_slide_read_text\";s:4:\"MORE\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1981:\"<p>Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models.</p>\r\n<p>Dynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces.</p>\r\n<p>Uniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence.</p>\r\n<p>Seamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies.</p>\r\n<p>Quickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.</p>\r\n\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:12:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:14:\"LEATHER BOOTIE\";s:19:\"ww_slide_title_left\";s:3:\"258\";s:18:\"ww_slide_title_top\";s:3:\"269\";s:19:\"ww_slide_title_size\";s:6:\"medium\";s:21:\"ww_slide_title_arrpos\";s:11:\"bottom-left\";s:21:\"ww_slide_bottom_title\";s:5:\"SHOES\";s:18:\"ww_slide_read_text\";s:4:\"MORE\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1981:\"<p>Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models.</p>\r\n<p>Dynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces.</p>\r\n<p>Uniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence.</p>\r\n<p>Seamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies.</p>\r\n<p>Quickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.</p>\r\n\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:12:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:12:\"SHORTY JEANS\";s:19:\"ww_slide_title_left\";s:2:\"10\";s:18:\"ww_slide_title_top\";s:3:\"200\";s:19:\"ww_slide_title_size\";s:5:\"small\";s:21:\"ww_slide_title_arrpos\";s:9:\"top-right\";s:21:\"ww_slide_bottom_title\";s:8:\"ONLY $29\";s:18:\"ww_slide_read_text\";s:4:\"MORE\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1981:\"<p>Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models.</p>\r\n<p>Dynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces.</p>\r\n<p>Uniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence.</p>\r\n<p>Seamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies.</p>\r\n<p>Quickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.</p>\r\n\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:12:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:35:\"THE <strong>MAGIC</strong> BRACELET\";s:19:\"ww_slide_title_left\";s:3:\"245\";s:18:\"ww_slide_title_top\";s:3:\"190\";s:19:\"ww_slide_title_size\";s:5:\"large\";s:21:\"ww_slide_title_arrpos\";s:8:\"top-left\";s:21:\"ww_slide_bottom_title\";s:11:\"ACCESSORIES\";s:18:\"ww_slide_read_text\";s:4:\"MORE\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1981:\"<p>Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models.</p>\r\n<p>Dynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces.</p>\r\n<p>Uniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence.</p>\r\n<p>Seamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies.</p>\r\n<p>Quickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.</p>\r\n\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#345370\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide995b060\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:33:\"CIRCULAR CAROUSEL ( ALTERNATIVE )\";s:11:\"te_subtitle\";s:122:\"Very useful and gorgeous element, in handy in many situations for displaying media along complex content, into a carousel.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid725531cf\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc9c90d12\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid64c48d07\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid949a25bc\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb3c4d218\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide75ecebf\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid37d7c88b\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidbeb30c3d\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2d822663\";}}'),
(2384,	2431,	'zn_page_custom_css',	''),
(2385,	2432,	'zn_page_builder_status',	'enabled'),
(2386,	2432,	'slide_template',	'default'),
(2387,	2432,	'zn_page_layout',	'default'),
(2388,	2432,	'zn_sidebar_select',	'default'),
(2389,	2432,	'zn_zn_disable_subheader',	'no'),
(2390,	2432,	'zn_page_title_show',	'yes'),
(2391,	2432,	'zn_page_title',	''),
(2392,	2432,	'zn_page_subtitle',	''),
(2393,	2432,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CircularContentStyle1\";s:7:\"options\";a:23:{s:16:\"ww_slider_height\";s:3:\"450\";s:18:\"ww_slider_autoplay\";s:1:\"1\";s:17:\"ww_slider_timeout\";s:4:\"9000\";s:12:\"single_circ1\";a:5:{i:0;a:9:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:14:\"ULTRAWIDE 34\'\'\";s:13:\"ww_slide_desc\";s:244:\"Appropriately optimize intermandated human capital whereas granular relationships. Seamlessly repurpose granular core competencies rather than corporate process improvements. Seamlessly promote one-to-one expertise after go forward convergence.\";s:21:\"ww_slide_bottom_title\";s:8:\"DISPLAYS\";s:18:\"ww_slide_read_text\";s:8:\"SEE MORE\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1981:\"<p>Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models.</p>\r\n<p>Dynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces.</p>\r\n<p>Uniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence.</p>\r\n<p>Seamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies.</p>\r\n<p>Quickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.</p>\r\n\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:9:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:17:\"VISIX IN-EAR BUDS\";s:13:\"ww_slide_desc\";s:244:\"Appropriately optimize intermandated human capital whereas granular relationships. Seamlessly repurpose granular core competencies rather than corporate process improvements. Seamlessly promote one-to-one expertise after go forward convergence.\";s:21:\"ww_slide_bottom_title\";s:10:\"HEADPHONES\";s:18:\"ww_slide_read_text\";s:8:\"SEE MORE\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1981:\"<p>Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models.</p>\r\n<p>Dynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces.</p>\r\n<p>Uniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence.</p>\r\n<p>Seamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies.</p>\r\n<p>Quickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.</p>\r\n\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:9:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:22:\"ALL NEW APPY TV SERIES\";s:13:\"ww_slide_desc\";s:244:\"Appropriately optimize intermandated human capital whereas granular relationships. Seamlessly repurpose granular core competencies rather than corporate process improvements. Seamlessly promote one-to-one expertise after go forward convergence.\";s:21:\"ww_slide_bottom_title\";s:18:\"starting from $159\";s:18:\"ww_slide_read_text\";s:7:\"BUY NOW\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1952:\"Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models.\r\n\r\nDynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces.\r\n\r\nUniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence.\r\n\r\nSeamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies.\r\n\r\nQuickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:9:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:19:\"G4 PORTABLE SPEAKER\";s:13:\"ww_slide_desc\";s:244:\"Appropriately optimize intermandated human capital whereas granular relationships. Seamlessly repurpose granular core competencies rather than corporate process improvements. Seamlessly promote one-to-one expertise after go forward convergence.\";s:21:\"ww_slide_bottom_title\";s:8:\"SPEAKERS\";s:18:\"ww_slide_read_text\";s:8:\"SEE MORE\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1952:\"Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models.\r\n\r\nDynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces.\r\n\r\nUniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence.\r\n\r\nSeamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies.\r\n\r\nQuickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:9:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:20:\"SMARTWATCH SERIES II\";s:13:\"ww_slide_desc\";s:244:\"Appropriately optimize intermandated human capital whereas granular relationships. Seamlessly repurpose granular core competencies rather than corporate process improvements. Seamlessly promote one-to-one expertise after go forward convergence.\";s:21:\"ww_slide_bottom_title\";s:9:\"WEARABLES\";s:18:\"ww_slide_read_text\";s:8:\"SEE MORE\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1952:\"Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models.\r\n\r\nDynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces.\r\n\r\nUniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence.\r\n\r\nSeamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies.\r\n\r\nQuickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#909090\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida4975cd8\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:17:\"CIRCULAR CAROUSEL\";s:11:\"te_subtitle\";s:109:\"Very useful element, in handy in many situations for displaying media along complex content, into a carousel.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide1c7cc9a\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbdfaf2ff\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide22d4b42\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluideef53714\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f39c0c9\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid97716480\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9cad1350\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidfcec386b\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid92502b12\";}}'),
(2394,	2432,	'zn_page_custom_css',	''),
(2395,	2433,	'zn_page_builder_status',	'enabled'),
(2396,	2433,	'slide_template',	'default'),
(2397,	2433,	'zn_page_layout',	'default'),
(2398,	2433,	'zn_sidebar_select',	'default'),
(2399,	2433,	'zn_zn_disable_subheader',	'no'),
(2400,	2433,	'zn_page_title_show',	'yes'),
(2401,	2433,	'zn_page_title',	''),
(2402,	2433,	'zn_page_subtitle',	''),
(2403,	2433,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:28:\"TH_CircularCatalogueCarousel\";s:7:\"options\";a:22:{s:18:\"ww_slider_autoplay\";s:1:\"1\";s:17:\"ww_slider_timeout\";s:4:\"9000\";s:11:\"single_item\";a:4:{i:0;a:15:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:20:\"White Summer Glasses\";s:12:\"ww_top_label\";s:11:\"ACCESSORIES\";s:15:\"ww_bottom_label\";s:3:\"$39\";s:14:\"cc_enablepanel\";s:1:\"1\";s:18:\"cc_slide_read_text\";s:4:\"MORE\";s:19:\"cc_slide_more_theme\";s:4:\"dark\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1981:\"<p>Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models.</p>\r\n<p>Dynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces.</p>\r\n<p>Uniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence.</p>\r\n<p>Seamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies.</p>\r\n<p>Quickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.</p>\r\n\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"cc_sidegal_w\";s:3:\"170\";s:11:\"cc_sidegal1\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"cc_sidegal2\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"cc_sidegal3\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}i:1;a:15:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:12:\"One-tone top\";s:12:\"ww_top_label\";s:4:\"TOPS\";s:15:\"ww_bottom_label\";s:3:\"$19\";s:14:\"cc_enablepanel\";s:1:\"1\";s:18:\"cc_slide_read_text\";s:4:\"MORE\";s:19:\"cc_slide_more_theme\";s:4:\"dark\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1949:\"<p>Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models. Dynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces. Uniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence. Seamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies. Quickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.</p>\r\n\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"cc_sidegal_w\";s:3:\"170\";s:11:\"cc_sidegal1\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"cc_sidegal2\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"cc_sidegal3\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}i:2;a:15:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:13:\"JJ Blue Jeans\";s:12:\"ww_top_label\";s:8:\"CLOTHING\";s:15:\"ww_bottom_label\";s:3:\"$64\";s:14:\"cc_enablepanel\";s:1:\"1\";s:18:\"cc_slide_read_text\";s:4:\"MORE\";s:19:\"cc_slide_more_theme\";s:4:\"dark\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1949:\"<p>Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models. Dynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces. Uniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence. Seamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies. Quickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.</p>\r\n\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"cc_sidegal_w\";s:3:\"170\";s:11:\"cc_sidegal1\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"cc_sidegal2\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"cc_sidegal3\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}i:3;a:15:{s:14:\"ww_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ww_slide_title\";s:16:\"Jackart sneakers\";s:12:\"ww_top_label\";s:5:\"SHOES\";s:15:\"ww_bottom_label\";s:3:\"$44\";s:14:\"cc_enablepanel\";s:1:\"1\";s:18:\"cc_slide_read_text\";s:4:\"MORE\";s:19:\"cc_slide_more_theme\";s:4:\"dark\";s:22:\"ww_slide_content_title\";s:30:\"Integrate cutting-edge quality\";s:18:\"ww_slide_desc_full\";s:1981:\"<p>Proactively incentivize equity invested sources for error-free communities. Compellingly unleash synergistic models for functionalized schemas. Seamlessly generate low-risk high-yield outsourcing for highly efficient imperatives. Authoritatively foster client-centered leadership and cost effective communities. Compellingly brand enterprise-wide initiatives rather than prospective models.</p>\r\n<p>Dynamically morph resource sucking products and backward-compatible collaboration and idea-sharing. Enthusiastically initiate fully researched e-commerce with inexpensive core competencies. Professionally cultivate distributed action items vis-a-vis multifunctional services. Synergistically syndicate alternative infomediaries before multifunctional applications. Competently target cross-platform information for B2B interfaces.</p>\r\n<p>Uniquely benchmark bleeding-edge action items before professional total linkage. Proactively unleash flexible experiences vis-a-vis sticky infrastructures. Dynamically iterate extensible opportunities before cost effective systems. Phosfluorescently envisioneer innovative content through low-risk high-yield technology. Competently synthesize multimedia based functionalities vis-a-vis world-class convergence.</p>\r\n<p>Seamlessly transition diverse collaboration and idea-sharing without world-class core competencies. Compellingly fabricate cooperative infrastructures vis-a-vis 24/365 resources. Continually synergize high-payoff models via cooperative interfaces. Energistically integrate cutting-edge quality vectors rather than value-added networks. Professionally streamline frictionless infrastructures and client-centered methodologies.</p>\r\n<p>Quickly plagiarize enterprise-wide products through client-centric portals. Dramatically impact world-class process improvements with resource maximizing action items. Assertively negotiate state of the art value with adaptive potentialities. Intrinsicly create multidisciplinary.</p>\r\n\";s:26:\"ww_slide_read_text_content\";s:9:\"READ MORE\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"cc_sidegal_w\";s:3:\"170\";s:11:\"cc_sidegal1\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"cc_sidegal2\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"cc_sidegal3\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}}s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#7d7e82\";s:22:\"source_overlay_opacity\";s:2:\"90\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidccf66b3b\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:18:\"CIRCULAR CATALOGUE\";s:11:\"te_subtitle\";s:109:\"Very useful element, in handy in many situations for displaying media along complex content, into a carousel.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7634ebe3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluiddee17dae\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid181a207f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidea6a23d6\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf4c06ecf\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid75771397\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid19521322\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid31c9f5b4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidba185515\";}}'),
(2404,	2433,	'zn_page_custom_css',	''),
(2405,	2434,	'zn_page_builder_status',	'enabled'),
(2406,	2434,	'slide_template',	'default'),
(2407,	2434,	'zn_page_layout',	'default'),
(2408,	2434,	'zn_sidebar_select',	'default'),
(2409,	2434,	'zn_zn_disable_subheader',	'no'),
(2410,	2434,	'zn_page_title_show',	'yes'),
(2411,	2434,	'zn_page_title',	''),
(2412,	2434,	'zn_page_subtitle',	''),
(2413,	2434,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_RevolutionSlider\";s:7:\"options\";a:4:{s:15:\"ww_header_style\";s:10:\"light_gray\";s:12:\"revslider_id\";s:14:\"shop-slider-v4\";s:17:\"revslider_paralax\";s:1:\"0\";s:16:\"hm_header_bmasks\";s:5:\"mask5\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf6c8a66\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:22:\"SHOP SLIDER ( PART 1 )\";s:11:\"te_subtitle\";s:74:\"One of the very best slider on the market. If you want custom, you got it!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd8f37009\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid3462f967\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid576a128f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide2321e5c\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5c12ba24\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidbfd77ab2\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid48ad546c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid6d0e36c5\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6a309ca9\";}}'),
(2414,	2434,	'zn_page_custom_css',	''),
(2415,	2435,	'zn_page_builder_status',	'enabled'),
(2416,	2435,	'slide_template',	'default'),
(2417,	2435,	'zn_page_layout',	'default'),
(2418,	2435,	'zn_sidebar_select',	'default'),
(2419,	2435,	'zn_zn_disable_subheader',	'no'),
(2420,	2435,	'zn_page_title_show',	'yes'),
(2421,	2435,	'zn_page_title',	''),
(2422,	2435,	'zn_page_subtitle',	''),
(2423,	2435,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ICarousel\";s:7:\"options\";a:38:{s:9:\"ic_height\";s:3:\"680\";s:13:\"ic_car_height\";s:3:\"320\";s:12:\"ic_car_width\";s:3:\"490\";s:11:\"ic_autoplay\";s:4:\"true\";s:10:\"ic_timeout\";s:4:\"5000\";s:14:\"ic_perspective\";s:2:\"75\";s:15:\"ic_slidesspaces\";s:3:\"300\";s:9:\"ic_slides\";s:1:\"7\";s:12:\"ic_direction\";s:3:\"ltr\";s:11:\"ic_keyboard\";s:4:\"true\";s:13:\"ic_mousewheel\";s:4:\"true\";s:8:\"ic_timer\";s:3:\"Bar\";s:16:\"ic_timer_opacity\";s:2:\"40\";s:17:\"ic_timer_diameter\";s:3:\"220\";s:13:\"ic_timercolor\";s:4:\"#fff\";s:16:\"ic_timerposition\";s:13:\"bottom-center\";s:17:\"ic_timer_offset_x\";s:1:\"0\";s:17:\"ic_timer_offset_y\";s:3:\"-20\";s:16:\"single_icarousel\";a:8:{i:0;a:3:{s:14:\"ic_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ic_slide_title\";s:18:\"VISUALLY FANTASTIC\";s:13:\"ic_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:3:{s:14:\"ic_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ic_slide_title\";s:18:\"VISUALLY FANTASTIC\";s:13:\"ic_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:3:{s:14:\"ic_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ic_slide_title\";s:18:\"VISUALLY FANTASTIC\";s:13:\"ic_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:3:{s:14:\"ic_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ic_slide_title\";s:18:\"VISUALLY FANTASTIC\";s:13:\"ic_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:3:{s:14:\"ic_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ic_slide_title\";s:18:\"VISUALLY FANTASTIC\";s:13:\"ic_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:5;a:3:{s:14:\"ic_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ic_slide_title\";s:18:\"VISUALLY FANTASTIC\";s:13:\"ic_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:6;a:3:{s:14:\"ic_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ic_slide_title\";s:18:\"VISUALLY FANTASTIC\";s:13:\"ic_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:7;a:3:{s:14:\"ic_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ic_slide_title\";s:18:\"VISUALLY FANTASTIC\";s:13:\"ic_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}s:15:\"ic_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:105:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#002e4f\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#37037a\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"60\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaac49b64\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:9:\"ICAROUSEL\";s:11:\"te_subtitle\";s:51:\"Add some perspective flavor to your projects shots!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid148df25f\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid96a1baf7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95789427\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid94c48634\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid337222ab\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid53a500ac\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7e9761ba\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid87ef5a61\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc6125f1e\";}}'),
(2424,	2435,	'zn_page_custom_css',	''),
(2425,	2436,	'zn_page_builder_status',	'enabled'),
(2426,	2436,	'slide_template',	'default'),
(2427,	2436,	'zn_page_layout',	'default'),
(2428,	2436,	'zn_sidebar_select',	'default'),
(2429,	2436,	'zn_zn_disable_subheader',	'no'),
(2430,	2436,	'zn_page_title_show',	'yes'),
(2431,	2436,	'zn_page_title',	''),
(2432,	2436,	'zn_page_subtitle',	''),
(2433,	2436,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_LaptopSlider\";s:7:\"options\";a:31:{s:13:\"ls_fullscreen\";s:1:\"0\";s:14:\"ls_slider_desc\";s:105:\"We’re into <span class=\"fw-normal\">graphic design</span> and <span class=\"fw-normal\">development</span>\";s:17:\"ls_slider_display\";s:9:\"lapt_desc\";s:14:\"ls_slide_title\";s:0:\"\";s:13:\"ls_slide_desc\";s:0:\"\";s:13:\"ls_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:17:\"ls_slide_link_sec\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:16:\"ls_slide_bullets\";s:1:\"1\";s:15:\"ls_slide_arrows\";s:1:\"1\";s:8:\"ls_trans\";s:4:\"5000\";s:14:\"ls_theme_color\";s:5:\"light\";s:14:\"single_lslides\";a:3:{i:0;a:5:{s:14:\"ls_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ls_slide_title\";s:10:\"IOS SLIDER\";s:13:\"ls_slide_desc\";s:153:\"Kallyas Theme uses a powerful and highly customisable slider that can display all types of media along with a couple of awesome animated caption styles. \";s:13:\"ls_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"SEE DEMO\";s:6:\"target\";s:5:\"_self\";}s:17:\"ls_slide_link_sec\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}}i:1;a:5:{s:14:\"ls_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ls_slide_title\";s:15:\"CREATIVE SLIDER\";s:13:\"ls_slide_desc\";s:136:\"Based on Revolution Slider, an epic slider that now with it\'s 5.0 version release, is by far the most customisable slider on the market.\";s:13:\"ls_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"SEE DEMO\";s:6:\"target\";s:5:\"_self\";}s:17:\"ls_slide_link_sec\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}}i:2;a:5:{s:14:\"ls_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ls_slide_title\";s:15:\"TRULY COMPLETE!\";s:13:\"ls_slide_desc\";s:193:\"We always had this statement and we\'re keeping our promise. Beside a powerful yet easy to use frontend Page Builder, Kallyas has packed inside lots of sweet features that wait to be discovered.\";s:13:\"ls_slide_link\";a:3:{s:3:\"url\";s:163:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&open_purchase_for_item_id=4091658&purchasable=source&ref=hogash\";s:5:\"title\";s:7:\"BUY NOW\";s:6:\"target\";s:6:\"_blank\";}s:17:\"ls_slide_link_sec\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}s:15:\"ls_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"10\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:11:\"source_mask\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2bba5f45\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:27:\"LAPTOP SLIDER (ALTERNATIVE)\";s:11:\"te_subtitle\";s:35:\"Perfect for your awesome projects!!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid60a089fc\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid033e7370\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb894f7cb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid2a981d21\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid798e1f65\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid12bbf7cb\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2f8c27b8\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid26d5504e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf274e648\";}}'),
(2434,	2436,	'zn_page_custom_css',	''),
(2435,	2437,	'zn_page_builder_status',	'enabled'),
(2436,	2437,	'slide_template',	'default'),
(2437,	2437,	'zn_page_layout',	'default'),
(2438,	2437,	'zn_sidebar_select',	'default'),
(2439,	2437,	'zn_zn_disable_subheader',	'no'),
(2440,	2437,	'zn_page_title_show',	'yes'),
(2441,	2437,	'zn_page_title',	''),
(2442,	2437,	'zn_page_subtitle',	''),
(2443,	2437,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_LaptopSlider\";s:7:\"options\";a:31:{s:13:\"ls_fullscreen\";s:1:\"0\";s:14:\"ls_slider_desc\";s:105:\"We’re into <span class=\"fw-normal\">graphic design</span> and <span class=\"fw-normal\">development</span>\";s:17:\"ls_slider_display\";s:6:\"laptop\";s:14:\"ls_slide_title\";s:0:\"\";s:13:\"ls_slide_desc\";s:0:\"\";s:13:\"ls_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:17:\"ls_slide_link_sec\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:16:\"ls_slide_bullets\";s:1:\"1\";s:15:\"ls_slide_arrows\";s:1:\"1\";s:8:\"ls_trans\";s:4:\"5000\";s:14:\"ls_theme_color\";s:5:\"light\";s:14:\"single_lslides\";a:3:{i:0;a:5:{s:14:\"ls_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ls_slide_title\";s:25:\"THE AMAZING KALLYAS THEME\";s:13:\"ls_slide_desc\";s:0:\"\";s:13:\"ls_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:17:\"ls_slide_link_sec\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:5:{s:14:\"ls_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ls_slide_title\";s:0:\"\";s:13:\"ls_slide_desc\";s:0:\"\";s:13:\"ls_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:17:\"ls_slide_link_sec\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:5:{s:14:\"ls_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"ls_slide_title\";s:0:\"\";s:13:\"ls_slide_desc\";s:0:\"\";s:13:\"ls_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:17:\"ls_slide_link_sec\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}s:15:\"ls_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#000000\";s:22:\"source_overlay_opacity\";s:2:\"15\";s:29:\"source_overlay_color_gradient\";s:7:\"#81d742\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:11:\"source_mask\";s:1:\"1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3b2bebe9\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:13:\"LAPTOP SLIDER\";s:11:\"te_subtitle\";s:35:\"Perfect for your awesome projects!!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid01f0e0a8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid411c9997\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid134bb23b\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid63202d04\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd25d7b9c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid8ce9cbaa\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5370e507\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid26fbfe61\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6e4bb8ee\";}}'),
(2444,	2437,	'zn_page_custom_css',	''),
(2445,	2438,	'zn_page_builder_status',	'enabled'),
(2446,	2438,	'slide_template',	'default'),
(2447,	2438,	'zn_page_layout',	'default'),
(2448,	2438,	'zn_sidebar_select',	'default'),
(2449,	2438,	'zn_zn_disable_subheader',	'no'),
(2450,	2438,	'zn_page_title_show',	'yes'),
(2451,	2438,	'zn_page_title',	''),
(2452,	2438,	'zn_page_subtitle',	''),
(2453,	2438,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:18:\"TH_PortfolioSlider\";s:7:\"options\";a:26:{s:14:\"psl_fullscreen\";s:1:\"0\";s:9:\"ww_height\";s:3:\"760\";s:15:\"ps_slider_title\";s:62:\"Our <span class=\"fw-normal\">best WordPress theme</span> so far\";s:14:\"ps_slider_desc\";s:190:\"Packed with all the goodies you can get, Kallyas is our flagship WordPress theme, one of the bestselling item ever on ThemeForest and one amazing piece of work that has been released so far.\";s:20:\"ps_sliding_direction\";s:20:\"horizontal psl--left\";s:19:\"ps_scrolling_effect\";s:1:\"1\";s:14:\"single_pslides\";a:2:{i:0;a:5:{s:14:\"ps_slide_title\";s:25:\"The amazing Kallyas Theme\";s:13:\"ps_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:15:\"ps_slide_image1\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"ps_slide_image2\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"ps_slide_image3\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}i:1;a:5:{s:14:\"ps_slide_title\";s:25:\"The amazing Kallyas Theme\";s:13:\"ps_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:15:\"ps_slide_image1\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"ps_slide_image2\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"ps_slide_image3\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}}s:15:\"ps_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#066ed9\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#0da3be\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask5\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida5fce982\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:16:\"PORTFOLIO FRAMES\";s:11:\"te_subtitle\";s:78:\"Great way to showcase your work into several browser frames with neat effects.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf1f06a21\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid6fd3bc99\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid842a5c6d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid1659d7eb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcb445e6c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidacdab86b\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8ab87487\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide3362738\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7e8f4ceb\";}}'),
(2454,	2438,	'zn_page_custom_css',	''),
(2455,	2439,	'zn_page_builder_status',	'enabled'),
(2456,	2439,	'slide_template',	'default'),
(2457,	2439,	'zn_page_layout',	'default'),
(2458,	2439,	'zn_sidebar_select',	'default'),
(2459,	2439,	'zn_zn_disable_subheader',	'no'),
(2460,	2439,	'zn_page_title_show',	'yes'),
(2461,	2439,	'zn_page_title',	''),
(2462,	2439,	'zn_page_subtitle',	''),
(2463,	2439,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:13:\"TH_CSS3Panels\";s:7:\"options\";a:5:{s:10:\"css_height\";s:3:\"700\";s:12:\"panel_effect\";s:0:\"\";s:20:\"panel_caption_effect\";s:7:\"default\";s:12:\"panel_resize\";s:1:\"1\";s:16:\"single_css_panel\";a:4:{i:0;a:12:{s:11:\"panel_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"panel_title\";s:7:\"FITNESS\";s:16:\"panel_title_size\";s:6:\"bigger\";s:10:\"panel_text\";s:0:\"\";s:10:\"title_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"sec_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"WATCH SEMINARS\";s:6:\"target\";s:5:\"_self\";}s:17:\"panel_title_style\";s:0:\"\";s:16:\"panel_text_theme\";s:5:\"light\";s:20:\"panel_title_position\";s:0:\"\";s:14:\"panel__overlay\";s:1:\"1\";s:20:\"panel__overlay_color\";s:7:\"#0da3be\";s:22:\"panel__overlay_opacity\";s:2:\"30\";}i:1;a:12:{s:11:\"panel_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"panel_title\";s:9:\"EXCERCISE\";s:16:\"panel_title_size\";s:6:\"bigger\";s:10:\"panel_text\";s:0:\"\";s:10:\"title_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"WATCH SEMINARS\";s:6:\"target\";s:5:\"_self\";}s:8:\"sec_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:17:\"panel_title_style\";s:0:\"\";s:16:\"panel_text_theme\";s:5:\"light\";s:20:\"panel_title_position\";s:0:\"\";s:14:\"panel__overlay\";s:1:\"1\";s:20:\"panel__overlay_color\";s:7:\"#bc0d76\";s:22:\"panel__overlay_opacity\";s:2:\"30\";}i:2;a:12:{s:11:\"panel_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"panel_title\";s:6:\"CARDIO\";s:16:\"panel_title_size\";s:6:\"bigger\";s:10:\"panel_text\";s:0:\"\";s:10:\"title_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"sec_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"WATCH SEMINARS\";s:6:\"target\";s:5:\"_self\";}s:17:\"panel_title_style\";s:0:\"\";s:16:\"panel_text_theme\";s:5:\"light\";s:20:\"panel_title_position\";s:0:\"\";s:14:\"panel__overlay\";s:1:\"1\";s:20:\"panel__overlay_color\";s:7:\"#01b219\";s:22:\"panel__overlay_opacity\";s:2:\"30\";}i:3;a:12:{s:11:\"panel_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"panel_title\";s:14:\"WEIGHT LIFTING\";s:16:\"panel_title_size\";s:6:\"bigger\";s:10:\"panel_text\";s:0:\"\";s:10:\"title_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"sec_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"WATCH SEMINARS\";s:6:\"target\";s:5:\"_self\";}s:17:\"panel_title_style\";s:0:\"\";s:16:\"panel_text_theme\";s:5:\"light\";s:20:\"panel_title_position\";s:0:\"\";s:14:\"panel__overlay\";s:1:\"1\";s:20:\"panel__overlay_color\";s:7:\"#081977\";s:22:\"panel__overlay_opacity\";s:2:\"30\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc095dafb\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:27:\"CSS3 PANELS ( ALTERNATIVE )\";s:11:\"te_subtitle\";s:129:\"Beside a unique and gorgeous design with a lot of features, this is one heck of a code beauty as it relies on the modern flexbox.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide42cfcc3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7bcb84ef\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide98fdf19\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid28a31fce\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid72a18652\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida5d1e987\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidce1f7df5\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidad242dd7\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd25ae069\";}}'),
(2464,	2439,	'zn_page_custom_css',	''),
(2465,	2440,	'zn_page_builder_status',	'enabled'),
(2466,	2440,	'slide_template',	'default'),
(2467,	2440,	'zn_page_layout',	'default'),
(2468,	2440,	'zn_sidebar_select',	'default'),
(2469,	2440,	'zn_zn_disable_subheader',	'no'),
(2470,	2440,	'zn_page_title_show',	'yes'),
(2471,	2440,	'zn_page_title',	''),
(2472,	2440,	'zn_page_subtitle',	''),
(2473,	2440,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:13:\"TH_CSS3Panels\";s:7:\"options\";a:5:{s:10:\"css_height\";s:3:\"700\";s:12:\"panel_effect\";s:10:\"anim--blur\";s:20:\"panel_caption_effect\";s:8:\"slideout\";s:12:\"panel_resize\";s:1:\"1\";s:16:\"single_css_panel\";a:4:{i:0;a:12:{s:11:\"panel_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"panel_title\";s:7:\"COMFORT\";s:16:\"panel_title_size\";s:6:\"normal\";s:10:\"panel_text\";s:139:\"Seamlessly transform client-centric leadership and progressive web-readiness. Professionally visualize fabricate bleeding-edge outsourcing.\";s:10:\"title_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:8:\"sec_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:17:\"panel_title_style\";s:0:\"\";s:16:\"panel_text_theme\";s:5:\"light\";s:20:\"panel_title_position\";s:0:\"\";s:14:\"panel__overlay\";s:1:\"0\";s:20:\"panel__overlay_color\";s:7:\"#473000\";s:22:\"panel__overlay_opacity\";s:2:\"35\";}i:1;a:12:{s:11:\"panel_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"panel_title\";s:11:\"PERFORMANCE\";s:16:\"panel_title_size\";s:6:\"normal\";s:10:\"panel_text\";s:96:\"Seamlessly transform client-centric leadership and progressive web-readiness. Mesh just in time.\";s:10:\"title_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"SEE MORE\";s:6:\"target\";s:5:\"_self\";}s:8:\"sec_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"BUY NOW\";s:6:\"target\";s:5:\"_self\";}s:17:\"panel_title_style\";s:17:\"captiontitle--wbg\";s:16:\"panel_text_theme\";s:5:\"light\";s:20:\"panel_title_position\";s:0:\"\";s:14:\"panel__overlay\";s:1:\"0\";s:20:\"panel__overlay_color\";s:7:\"#001742\";s:22:\"panel__overlay_opacity\";s:2:\"35\";}i:2;a:12:{s:11:\"panel_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"panel_title\";s:7:\"GLAMOUR\";s:16:\"panel_title_size\";s:6:\"normal\";s:10:\"panel_text\";s:134:\"Dynamically scale wireless leadership whereas optimal e-business. Progressively restore sustainable methodologies through 2.0 markets.\";s:10:\"title_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"sec_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"SEE MORE\";s:6:\"target\";s:5:\"_self\";}s:17:\"panel_title_style\";s:0:\"\";s:16:\"panel_text_theme\";s:5:\"light\";s:20:\"panel_title_position\";s:0:\"\";s:14:\"panel__overlay\";s:1:\"0\";s:20:\"panel__overlay_color\";s:7:\"#001742\";s:22:\"panel__overlay_opacity\";s:2:\"35\";}i:3;a:12:{s:11:\"panel_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:11:\"panel_title\";s:12:\"ECO FRIENDLY\";s:16:\"panel_title_size\";s:6:\"normal\";s:10:\"panel_text\";s:136:\"Authoritatively mesh next-generation synergy through multidisciplinary markets. Globally synthesize customer directed \"outside the box\".\";s:10:\"title_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:8:\"sec_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:17:\"panel_title_style\";s:0:\"\";s:16:\"panel_text_theme\";s:5:\"light\";s:20:\"panel_title_position\";s:0:\"\";s:14:\"panel__overlay\";s:1:\"0\";s:20:\"panel__overlay_color\";s:7:\"#001742\";s:22:\"panel__overlay_opacity\";s:2:\"35\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf7eb2fd2\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:11:\"CSS3 PANELS\";s:11:\"te_subtitle\";s:129:\"Beside a unique and gorgeous design with a lot of features, this is one heck of a code beauty as it relies on the modern flexbox.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1a42de6c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid908a6a62\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc6bc8c3f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidf7d5a1d7\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid64c48c4e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb3f1ecd3\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf2c81840\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid8551a9a7\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8626f3b0\";}}'),
(2474,	2440,	'zn_page_custom_css',	''),
(2475,	2441,	'zn_page_builder_status',	'enabled'),
(2476,	2441,	'slide_template',	'default'),
(2477,	2441,	'zn_page_layout',	'default'),
(2478,	2441,	'zn_sidebar_select',	'default'),
(2479,	2441,	'zn_zn_disable_subheader',	'no'),
(2480,	2441,	'zn_page_title_show',	'yes'),
(2481,	2441,	'zn_page_title',	''),
(2482,	2441,	'zn_page_subtitle',	''),
(2483,	2441,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_3DCuteSlider\";s:7:\"options\";a:5:{s:15:\"ww_header_style\";s:10:\"light_gray\";s:13:\"cuteslider_id\";s:1:\"2\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:2:\"50\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddd1fdada\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:14:\"3D CUTE SLIDER\";s:11:\"te_subtitle\";s:46:\"3D-fy your media into an awesome display mode.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1cfe2cff\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid14c61a33\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4480d8d4\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid4452b8eb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid81997728\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid23e3b8a0\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid78d74800\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid9609b2f5\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6cc383dd\";}}'),
(2484,	2441,	'zn_page_custom_css',	''),
(2485,	2442,	'zn_page_builder_status',	'enabled'),
(2486,	2442,	'slide_template',	'default'),
(2487,	2442,	'zn_page_layout',	'default'),
(2488,	2442,	'zn_sidebar_select',	'default'),
(2489,	2442,	'zn_zn_disable_subheader',	'no'),
(2490,	2442,	'zn_page_title_show',	'yes'),
(2491,	2442,	'zn_page_title',	''),
(2492,	2442,	'zn_page_subtitle',	''),
(2493,	2442,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:13:\"TH_FlexSlider\";s:7:\"options\";a:29:{s:9:\"fs_height\";s:3:\"470\";s:8:\"fs_style\";s:6:\"modern\";s:13:\"fs_transition\";s:5:\"slide\";s:8:\"fs_speed\";s:4:\"5000\";s:18:\"ww_slider_autoplay\";s:1:\"1\";s:6:\"fs_nav\";s:4:\"true\";s:10:\"fs_bullets\";s:4:\"true\";s:14:\"fs_show_thumbs\";s:1:\"0\";s:9:\"fs_shadow\";s:6:\"lifted\";s:11:\"single_flex\";a:4:{i:0;a:5:{s:14:\"fs_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"fs_slide_title\";s:77:\"MULTIPLE TRANSITION EFECTS, <br>SUCH AS FADE OR SLIDE HORIZONTALLY/VERTICALLY\";s:13:\"fs_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:14:\"fs_slide_label\";s:8:\"FEATURES\";s:20:\"fs_slide_label_color\";s:7:\"#8e1fc1\";}i:1;a:5:{s:14:\"fs_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"fs_slide_title\";s:68:\"RESPONSIVE AND ACCESSIBLE<br>READY FOR BOTH SMALL AND BIGGER DEVICES\";s:13:\"fs_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:14:\"fs_slide_label\";s:13:\"ACCESSIBILITY\";s:20:\"fs_slide_label_color\";s:7:\"#8e8e8e\";}i:2;a:5:{s:14:\"fs_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"fs_slide_title\";s:69:\"PACKED WITH A HUGE VARIETY <br>OF SLIDERS FOR MANY DIFFERENT PURPOSES\";s:13:\"fs_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:14:\"fs_slide_label\";s:13:\"RICH FEATURED\";s:20:\"fs_slide_label_color\";s:7:\"#db231a\";}i:3;a:5:{s:14:\"fs_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"fs_slide_title\";s:34:\"SO POWERFUL <br>YET SO EASY TO USE\";s:13:\"fs_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:14:\"fs_slide_label\";s:8:\"FEATURES\";s:20:\"fs_slide_label_color\";s:7:\"#1986d3\";}}s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"90\";s:29:\"source_overlay_color_gradient\";s:7:\"#bb1010\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"20\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid50cfc4d3\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:23:\"SIMPLE N\' MODERN SLIDER\";s:11:\"te_subtitle\";s:44:\"Showcase your latest media in a stylish way.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2a578a80\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf9bea447\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid091012b1\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid850a21e1\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb21d216d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid9167f148\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid12235de5\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid70198bb5\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9350fcf0\";}}'),
(2494,	2442,	'zn_page_custom_css',	''),
(2495,	2443,	'slide_template',	'default'),
(2496,	2443,	'zn_page_layout',	'default'),
(2497,	2443,	'zn_sidebar_select',	'default'),
(2498,	2443,	'zn_zn_disable_subheader',	'no'),
(2499,	2443,	'zn_page_title_show',	'yes'),
(2500,	2443,	'zn_page_title',	''),
(2501,	2443,	'zn_page_subtitle',	''),
(2502,	2443,	'zn_page_builder_status',	'enabled'),
(2503,	2443,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:32:\"TH_StaticContentShowroomCarousel\";s:7:\"options\";a:29:{s:9:\"ww_height\";s:0:\"\";s:13:\"sc_fullscreen\";s:1:\"1\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:20:\"sc_shcar_textcontent\";s:67:\"<h3><strong>WE\'RE INTO</strong></h3>\r\n<h2>INTERIOR<br>\r\nDESIGN</h2>\";s:17:\"sc_shcar_prim_btn\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:12:\"OUR SERVICES\";s:6:\"target\";s:5:\"_self\";}s:16:\"sc_shcar_sec_btn\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:13:\"MORE PROJECTS\";s:6:\"target\";s:5:\"_self\";}s:14:\"sc_shcar_speed\";s:4:\"5000\";s:13:\"sc_shcar_pagi\";s:1:\"1\";s:12:\"single_shcar\";a:4:{i:0;a:3:{s:14:\"sc_shcar_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"sc_shcar_title\";s:18:\"CLASSIC YET MODERN\";s:14:\"sc_shcar_video\";s:0:\"\";}i:1;a:3:{s:14:\"sc_shcar_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"sc_shcar_title\";s:12:\"MINIMAL FEEL\";s:14:\"sc_shcar_video\";s:0:\"\";}i:2;a:3:{s:14:\"sc_shcar_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"sc_shcar_title\";s:26:\"THE PERFECT OFFICE FOR YOU\";s:14:\"sc_shcar_video\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";}i:3;a:3:{s:14:\"sc_shcar_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"sc_shcar_title\";s:26:\"THE PERFECT OFFICE FOR YOU\";s:14:\"sc_shcar_video\";s:0:\"\";}}s:15:\"ww_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"bottom\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#004a7f\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#004a7f\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"45\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid491e239e\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:17:\"SHOWROOM CAROUSEL\";s:11:\"te_subtitle\";s:62:\"Showcase any visual media into an interactive and dynamic way.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0049a503\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid727208dc\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid80f68b07\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid656bef6e\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid513ff3d3\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide38a9a34\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95291c73\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidf069b264\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4df59e97\";}}'),
(2504,	2443,	'zn_page_custom_css',	''),
(2505,	2444,	'slide_template',	'default'),
(2506,	2444,	'zn_page_layout',	'default'),
(2507,	2444,	'zn_sidebar_select',	'default'),
(2508,	2444,	'zn_zn_disable_subheader',	'no'),
(2509,	2444,	'zn_page_title_show',	'yes'),
(2510,	2444,	'zn_page_title',	''),
(2511,	2444,	'zn_page_subtitle',	''),
(2512,	2444,	'zn_page_builder_status',	'enabled'),
(2513,	2444,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:13:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:3:\"42%\";s:13:\"io_s_autoplay\";s:14:\"zn_dummy_value\";s:10:\"io_s_trans\";s:4:\"5000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:11:\"io_s_scroll\";s:1:\"0\";s:21:\"io_s_scrolling_effect\";s:1:\"1\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";s:16:\"single_iosslider\";a:5:{i:0;a:39:{s:13:\"io_slide_type\";s:10:\"video_self\";s:20:\"io_slide_vd_self_mp4\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:14:\"io_slide_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:2:\"no\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"1\";s:22:\"io_slide_overlay_color\";s:7:\"#516f7f\";s:24:\"io_slide_overlay_opacity\";s:2:\"40\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"30\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:69:\"<strong>SUMMER SALE</strong> STEAM<br> UP TO <strong>40% OFF</strong>\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"1\";s:16:\"io_slide_b_title\";s:0:\"\";s:16:\"io_slide_s_title\";s:37:\"FOR NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"LEARN MORE\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:6:\"btn-md\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:3:\"sfb\";s:26:\"io_slide_caption_pos_horiz\";s:11:\"aligncenter\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#d90693\";s:24:\"io_slide_overlay_opacity\";s:2:\"20\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#ffffff\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"20\";s:22:\"io_slide_caption_style\";s:12:\"style3 s3ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:34:\"<strong>SUMMER SALE</strong> STEAM\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:50:\"<span class=\"stronger fw-bold opacity8\">40%</span>\";s:16:\"io_slide_s_title\";s:41:\"FOR NEW ARRIVALS OF <br>2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:2:\"40\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"25\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:34:\"<strong>SUMMER SALE</strong> STEAM\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:30:\"UP TO <strong>40% OFF</strong>\";s:16:\"io_slide_s_title\";s:41:\"FOR THE NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:2:\"60\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"25\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:81:\"KALLYAS IS A CUTTING EDGE TEMPLATE<br> THAT WILL <strong>ROCK YOUR WORLD</strong>\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:33:\"Plus your customers will love it!\";s:16:\"io_slide_s_title\";s:0:\"\";s:20:\"io_slide_s_title_top\";s:32:\"WEB  •  MOBILE  •  ECOMMERCE\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"BUY NOW\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:12:\"MORE DETAILS\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:6:\"btn-md\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:2:\"60\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#761287\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"25\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:13:\"GRAND OPENING\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:60:\"<span class=\"lt-spacing-10\"><strong>NOV</strong> 2015</span>\";s:16:\"io_slide_s_title\";s:52:\"AND GET <strong>20% OFF</strong> ON YOUR FIRST ORDER\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:15:\"BOOK YOUR TABLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:6:\"btn-lg\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:11:\"aligncenter\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid61c72bb6\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:26:\"IOS SLIDER ( ALTERNATIVE )\";s:11:\"te_subtitle\";s:76:\"An amazing slider with fluid dragging navigation and awesome caption styles.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4c46a6e0\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidff41e802\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida63dd38d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb9a9cc8a\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7d59b21c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidefd49710\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6975f540\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid2bbc89b3\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3892de13\";}}'),
(2514,	2444,	'zn_page_custom_css',	''),
(2515,	2444,	'_dp_original',	'455'),
(2516,	2445,	'slide_template',	'default'),
(2517,	2445,	'zn_page_layout',	'default'),
(2518,	2445,	'zn_sidebar_select',	'default'),
(2519,	2445,	'zn_zn_disable_subheader',	'no'),
(2520,	2445,	'zn_page_title_show',	'yes'),
(2521,	2445,	'zn_page_title',	''),
(2522,	2445,	'zn_page_subtitle',	''),
(2523,	2445,	'zn_page_builder_status',	'enabled'),
(2524,	2445,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:31:\"TH_StaticContentReservationForm\";s:7:\"options\";a:33:{s:9:\"ww_height\";s:0:\"\";s:13:\"sc_fullscreen\";s:1:\"1\";s:12:\"sc_scrolling\";s:1:\"1\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:14:\"ww_slide_title\";s:22:\"TAKE YOUR VACATION NOW\";s:17:\"ww_slide_subtitle\";s:24:\"You know you deserve it!\";s:17:\"ww_slide_m_button\";s:19:\"Starting from 99€\";s:15:\"ww_slide_l_text\";s:8:\"BOOK NOW\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:15:\"ww_header_style\";s:10:\"light_gray\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#666016\";s:22:\"source_overlay_opacity\";s:2:\"25\";s:29:\"source_overlay_color_gradient\";s:7:\"#312d8d\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"60\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:14:\"ww_month_field\";s:0:\"\";s:12:\"ww_day_field\";s:0:\"\";s:15:\"ww_nights_field\";s:0:\"\";s:15:\"ww_guests_field\";s:0:\"\";s:15:\"ww_endpoint_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidec910b3d\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:13:\"BOOKING PANEL\";s:11:\"te_subtitle\";s:123:\"This simple hero scene should provide an easy way to call visitors to action and to send a reservation as easy as possible.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2437be37\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid379d0fd7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid173deca9\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidca75264e\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0616a6a6\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid95b4aaad\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid43af88ff\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidaeefe723\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid089bc42c\";}}'),
(2525,	2445,	'zn_page_custom_css',	''),
(2526,	2446,	'slide_template',	'default'),
(2527,	2446,	'zn_page_layout',	'default'),
(2528,	2446,	'zn_sidebar_select',	'default'),
(2529,	2446,	'zn_zn_disable_subheader',	'no'),
(2530,	2446,	'zn_page_title_show',	'yes'),
(2531,	2446,	'zn_page_title',	''),
(2532,	2446,	'zn_page_subtitle',	''),
(2533,	2446,	'zn_page_builder_status',	'enabled'),
(2534,	2446,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:26:\"TH_StaticContentWeatherBox\";s:7:\"options\";a:32:{s:9:\"ww_height\";s:0:\"\";s:13:\"sc_fullscreen\";s:1:\"1\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:14:\"ww_slide_title\";s:22:\"TAKE YOUR VACATION NOW\";s:17:\"ww_slide_subtitle\";s:24:\"You know you deserve it!\";s:17:\"ww_slide_m_button\";s:34:\"AND GET 20% DISCOUNT ON YOUR ORDER\";s:15:\"ww_slide_l_text\";s:14:\"SEE OUR OFFERS\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:10:\"scw_enable\";s:1:\"1\";s:9:\"scw_woeid\";s:8:\"12589335\";s:12:\"scw_location\";s:12:\"Brooklyn, NY\";s:8:\"scw_unit\";s:1:\"f\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:10:\"video_self\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:12:\"source_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:2:\"no\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#00518c\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide19dd735\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:13:\"WEATHER PANEL\";s:11:\"te_subtitle\";s:28:\"Promote a location in style!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc8781889\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid6b34d56f\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5c1b568c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida1743fc4\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfeb6dfaf\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida38ba38e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1a89c591\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid5bc4f6f3\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaffd10f2\";}}'),
(2535,	2446,	'zn_page_custom_css',	''),
(2536,	2447,	'slide_template',	'default'),
(2537,	2447,	'zn_page_layout',	'default'),
(2538,	2447,	'zn_sidebar_select',	'default'),
(2539,	2447,	'zn_zn_disable_subheader',	'no'),
(2540,	2447,	'zn_page_title_show',	'yes'),
(2541,	2447,	'zn_page_title',	''),
(2542,	2447,	'zn_page_subtitle',	''),
(2543,	2447,	'zn_page_builder_status',	'enabled'),
(2544,	2447,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:21:\"TH_StaticContentBoxes\";s:7:\"options\";a:33:{s:9:\"ww_height\";s:3:\"650\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"1\";s:17:\"sc_scrolling_type\";s:9:\"translate\";s:14:\"ww_slide_title\";s:244:\"<span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful [tooltip placement=\"top\" border=\"no\" title=\"Highly premium actually\"]premium[/tooltip]</span><br> piece of work, for the typical modern website.</span>\";s:13:\"ww_box1_title\";s:16:\"CUSTOMER SUPPORT\";s:13:\"ww_box1_image\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/noun_20052.svg\";s:12:\"ww_box1_desc\";s:92:\"Great customer support! Check out our forum or mail us through our themeforest profile page.\";s:13:\"ww_box2_title\";s:15:\"WELL DOCUMENTED\";s:13:\"ww_box2_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/noun_111341.svg\";s:12:\"ww_box2_desc\";s:93:\"The documentation includes explanations for most of the options and settings of the template.\";s:13:\"ww_box3_title\";s:16:\"UNLIMITED COLORS\";s:13:\"ww_box3_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/noun_4098.svg\";s:12:\"ww_box3_desc\";s:93:\"With just a few clicks you can add any color you want, making the template more personalised.\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:6:\"shadow\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid919ac3c2\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:12:\"SIMPLE BOXES\";s:11:\"te_subtitle\";s:52:\"Display your product\'s features detailed and nicely!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd0387b74\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb9979809\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9713c2fc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidace87124\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide36eafa0\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc39d601e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5194bfd3\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid22ad0c5d\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid79c3a137\";}}'),
(2545,	2447,	'zn_page_custom_css',	''),
(2546,	2448,	'slide_template',	'default'),
(2547,	2448,	'zn_page_layout',	'default'),
(2548,	2448,	'zn_sidebar_select',	'default'),
(2549,	2448,	'zn_zn_disable_subheader',	'no'),
(2550,	2448,	'zn_page_title_show',	'yes'),
(2551,	2448,	'zn_page_title',	''),
(2552,	2448,	'zn_page_subtitle',	''),
(2553,	2448,	'zn_page_builder_status',	'enabled');
INSERT INTO `wpmq_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2554,	2448,	'zn_page_builder_els',	'a:4:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:13:\"VERTICAL TABS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:19:\"HAVING FUN TOGGLING\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7825d242\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:24:\"VERTICAL TABS /  Style 1\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidff38e4cd\";}i:1;a:5:{s:6:\"object\";s:15:\"TH_VerticalTabs\";s:7:\"options\";a:2:{s:11:\"vtabs_style\";s:10:\"kl-style-2\";s:19:\"single_vertical_tab\";a:5:{i:0;a:4:{s:13:\"vts_tab_title\";s:16:\"Customer Support\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue111\";}s:15:\"vts_tab_c_title\";s:47:\"Support is given through a well organized forum\";s:17:\"vts_tab_c_content\";s:1136:\"<p><a href=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\"><img class=\"alignright size-full wp-image-462\" src=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\" alt=\"support\" width=\"194\" height=\"199\" /></a>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium<br />\r\ndoloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>\r\n<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>\r\n<p>Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem.</p>\r\n\";}i:1;a:4:{s:13:\"vts_tab_title\";s:15:\"Well documented\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue043\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 2 content\";s:17:\"vts_tab_c_content\";s:251:\"<p>Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.</p>\r\n\";}i:2;a:4:{s:13:\"vts_tab_title\";s:16:\"Unlimited colors\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue064\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 3 content\";s:17:\"vts_tab_c_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";}i:3;a:4:{s:13:\"vts_tab_title\";s:17:\"Custom shortcodes\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue052\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 4 content\";s:17:\"vts_tab_c_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";}i:4;a:4:{s:13:\"vts_tab_title\";s:19:\"Highly customizable\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue136\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 5 content\";s:17:\"vts_tab_c_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8644075a\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1dc04140\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid928c01ce\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:24:\"VERTICAL TABS /  Style 2\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf7e0d8e3\";}i:1;a:5:{s:6:\"object\";s:15:\"TH_VerticalTabs\";s:7:\"options\";a:2:{s:11:\"vtabs_style\";s:10:\"kl-style-1\";s:19:\"single_vertical_tab\";a:5:{i:0;a:4:{s:13:\"vts_tab_title\";s:16:\"Customer Support\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue111\";}s:15:\"vts_tab_c_title\";s:47:\"Support is given through a well organized forum\";s:17:\"vts_tab_c_content\";s:1136:\"<p><a href=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\"><img class=\"alignright size-full wp-image-462\" src=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\" alt=\"support\" width=\"194\" height=\"199\" /></a>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium<br />\r\ndoloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>\r\n<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>\r\n<p>Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem.</p>\r\n\";}i:1;a:4:{s:13:\"vts_tab_title\";s:15:\"Well documented\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue043\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 2 content\";s:17:\"vts_tab_c_content\";s:251:\"<p>Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.</p>\r\n\";}i:2;a:4:{s:13:\"vts_tab_title\";s:16:\"Unlimited colors\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue064\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 3 content\";s:17:\"vts_tab_c_content\";s:335:\"<p>Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.</p>\r\n\";}i:3;a:4:{s:13:\"vts_tab_title\";s:17:\"Custom shortcodes\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue052\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 4 content\";s:17:\"vts_tab_c_content\";s:251:\"<p>Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.</p>\r\n\";}i:4;a:4:{s:13:\"vts_tab_title\";s:19:\"Highly customizable\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue136\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 5 content\";s:17:\"vts_tab_c_content\";s:335:\"<p>Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.</p>\r\n\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0257d2bf\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7ebb57ac\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2d68ed9a\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:40:\"VERTICAL TABS /  Style 1 - Simple Arrows\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6c29de3b\";}i:1;a:5:{s:6:\"object\";s:15:\"TH_VerticalTabs\";s:7:\"options\";a:2:{s:11:\"vtabs_style\";s:10:\"kl-style-2\";s:19:\"single_vertical_tab\";a:5:{i:0;a:4:{s:13:\"vts_tab_title\";s:16:\"Customer Support\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue258\";}s:15:\"vts_tab_c_title\";s:47:\"Support is given through a well organized forum\";s:17:\"vts_tab_c_content\";s:1111:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\"><img class=\"alignright size-full wp-image-462\" src=\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\" alt=\"support\" width=\"194\" height=\"199\" /></a>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium\r\ndoloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.\r\n\r\nUt enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem.\";}i:1;a:4:{s:13:\"vts_tab_title\";s:15:\"Well documented\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue258\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 2 content\";s:17:\"vts_tab_c_content\";s:251:\"<p>Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.</p>\r\n\";}i:2;a:4:{s:13:\"vts_tab_title\";s:16:\"Unlimited colors\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue258\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 3 content\";s:17:\"vts_tab_c_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";}i:3;a:4:{s:13:\"vts_tab_title\";s:17:\"Custom shortcodes\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue258\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 4 content\";s:17:\"vts_tab_c_content\";s:242:\"Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.\";}i:4;a:4:{s:13:\"vts_tab_title\";s:19:\"Highly customizable\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue258\";}s:15:\"vts_tab_c_title\";s:14:\"Pane 5 content\";s:17:\"vts_tab_c_content\";s:326:\"Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1e577632\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid42e1b727\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid32ca4ac7\";}}'),
(2555,	2448,	'zn_page_custom_css',	''),
(2556,	2449,	'slide_template',	'default'),
(2557,	2449,	'zn_page_layout',	'default'),
(2558,	2449,	'zn_sidebar_select',	'default'),
(2559,	2449,	'zn_zn_disable_subheader',	'no'),
(2560,	2449,	'zn_page_title_show',	'yes'),
(2561,	2449,	'zn_page_title',	''),
(2562,	2449,	'zn_page_subtitle',	''),
(2563,	2449,	'zn_page_builder_status',	'enabled'),
(2564,	2449,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:13:{s:17:\"io_s_s_fullscreen\";s:1:\"1\";s:13:\"io_s_s_height\";s:0:\"\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:11:\"io_s_scroll\";s:1:\"0\";s:21:\"io_s_scrolling_effect\";s:1:\"1\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:16:\"single_iosslider\";a:5:{i:0;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:2:\"40\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"25\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:34:\"<strong>SUMMER SALE</strong> STEAM\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:30:\"UP TO <strong>40% OFF</strong>\";s:16:\"io_slide_s_title\";s:37:\"FOR NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:1;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"1\";s:22:\"io_slide_overlay_color\";s:7:\"#066fd9\";s:24:\"io_slide_overlay_opacity\";s:2:\"30\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"30\";s:22:\"io_slide_caption_style\";s:6:\"style4\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:33:\"<strong>HUGE</strong> SUMMER SALE\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:49:\"<span style=\"ff-alternative\">ALL UNDER $49</span>\";s:16:\"io_slide_s_title\";s:38:\"NEW OUTFITS FOR YOUR SUMMER\'S WARDROBE\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"SHOP NOW\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:9:\"fromright\";s:26:\"io_slide_caption_pos_horiz\";s:10:\"alignright\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:2;a:39:{s:13:\"io_slide_type\";s:10:\"video_self\";s:20:\"io_slide_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:11:\"bottom-left\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"1\";s:22:\"io_slide_overlay_color\";s:7:\"#042b87\";s:24:\"io_slide_overlay_opacity\";s:2:\"45\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"30\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:37:\"UNIQUE • RAFINEMENT<br>FULL COMFORT\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:36:\"DISCOUNTS <strong>UP TO 50%</strong>\";s:16:\"io_slide_s_title\";s:37:\"FOR NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"START SHOPPING\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"1\";s:24:\"io_slide_imgboxes_i1_src\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:3;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:20:\"io_slide_vd_self_ogg\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.ogv\";s:21:\"io_slide_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:14:\"io_slide_vd_vp\";s:79:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/50-Percent-Off.jpg\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:2:\"no\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#5b3000\";s:24:\"io_slide_overlay_opacity\";s:2:\"30\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#353535\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"25\";s:22:\"io_slide_caption_style\";s:6:\"style5\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:47:\"<strong>YOUR LIVING</strong><br>DESERVES BETTER\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"1\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:58:\"<strong>INNOVATION AND PERFORMANCE </strong><br>SINCE 1978\";s:16:\"io_slide_s_title\";s:0:\"\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:21:\"SEE OUR LATEST OFFERS\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:6:\"zoomin\";s:26:\"io_slide_caption_pos_horiz\";s:11:\"aligncenter\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}i:4;a:39:{s:13:\"io_slide_type\";s:5:\"image\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:16:\"io_slide_overlay\";s:1:\"2\";s:22:\"io_slide_overlay_color\";s:7:\"#841ec1\";s:24:\"io_slide_overlay_opacity\";s:2:\"25\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#3d0f0f\";s:36:\"io_slide_overlay_color_gradient_opac\";s:2:\"30\";s:22:\"io_slide_caption_style\";s:6:\"style6\";s:14:\"io_slide_s6_yt\";s:11:\"JaAWdljhD5o\";s:16:\"io_slide_m_title\";s:34:\"<strong>SUMMER SALE</strong> STEAM\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:30:\"UP TO <strong>39% OFF</strong>\";s:16:\"io_slide_s_title\";s:41:\"FOR THE NEW ARRIVALS OF 2015\'S COLLECTION\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:14:\"SEE COLLECTION\";s:6:\"target\";s:5:\"_self\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:11:\"aligncenter\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid61c72bb6\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:22:\"IOS SLIDER ( DEFAULT )\";s:11:\"te_subtitle\";s:76:\"An amazing slider with fluid dragging navigation and awesome caption styles.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb8d1d7b9\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8ba3a002\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6a418a0f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid6f2a56ed\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid28edf81d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid06089429\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida291cece\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid81b07abf\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidafb24aa0\";}}'),
(2565,	2449,	'zn_page_custom_css',	''),
(2566,	2450,	'slide_template',	'default'),
(2567,	2450,	'zn_page_layout',	'default'),
(2568,	2450,	'zn_sidebar_select',	'default'),
(2569,	2450,	'zn_zn_disable_subheader',	'no'),
(2570,	2450,	'zn_page_title_show',	'yes'),
(2571,	2450,	'zn_page_title',	''),
(2572,	2450,	'zn_page_subtitle',	''),
(2573,	2450,	'zn_page_builder_status',	'enabled'),
(2574,	2450,	'zn_page_builder_els',	'a:6:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:15:\"PROCESS & STEPS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:20:\"FOR ONGOING BUSINESS\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#2c3e50\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#34495e\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2eff0997\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:28:\"STEPS BOX #1 / STYLE 2 (v4+)\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6ac76465\";}i:1;a:5:{s:6:\"object\";s:11:\"TH_StepsBox\";s:7:\"options\";a:10:{s:14:\"stepsbox_style\";s:6:\"style2\";s:10:\"stp_height\";s:3:\"271\";s:11:\"stp_bgcolor\";s:5:\"light\";s:8:\"stp_size\";s:2:\"42\";s:9:\"stp_title\";s:19:\"our working process\";s:12:\"stp_subtitle\";s:10:\"in 3 steps\";s:8:\"stp_desc\";s:170:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi.\";s:13:\"stp_text_link\";s:13:\"MORE ABOUT US\";s:8:\"stp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"steps_single\";a:3:{i:0;a:7:{s:16:\"stp_single_title\";s:19:\"planning & strategy\";s:15:\"stp_single_desc\";s:86:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque.\";s:12:\"stp_icontype\";s:3:\"img\";s:14:\"stp_icon_color\";s:7:\"#cd2122\";s:15:\"stp_single_icon\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/process1.svg\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue212\";}s:15:\"stp_single_anim\";s:4:\"tada\";}i:1;a:7:{s:16:\"stp_single_title\";s:16:\"design & develop\";s:15:\"stp_single_desc\";s:86:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque.\";s:12:\"stp_icontype\";s:3:\"img\";s:14:\"stp_icon_color\";s:7:\"#cd2122\";s:15:\"stp_single_icon\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/process2.svg\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue064\";}s:15:\"stp_single_anim\";s:5:\"pulse\";}i:2;a:7:{s:16:\"stp_single_title\";s:14:\"test & deliver\";s:15:\"stp_single_desc\";s:86:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque.\";s:12:\"stp_icontype\";s:3:\"img\";s:14:\"stp_icon_color\";s:7:\"#cd2122\";s:15:\"stp_single_icon\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/process3.svg\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue095\";}s:15:\"stp_single_anim\";s:15:\"fadeOutRightBig\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid301c4ec0\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4756b768\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8582a1e3\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"3\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:1:\"0\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:22:\"STEPS BOX #1 / STYLE 1\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida34df5d6\";}i:1;a:5:{s:6:\"object\";s:11:\"TH_StepsBox\";s:7:\"options\";a:9:{s:14:\"stepsbox_style\";s:6:\"style1\";s:11:\"stp_bgcolor\";s:5:\"light\";s:8:\"stp_size\";s:2:\"62\";s:9:\"stp_title\";s:19:\"our working process\";s:12:\"stp_subtitle\";s:10:\"in 3 steps\";s:8:\"stp_desc\";s:170:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi.\";s:13:\"stp_text_link\";s:13:\"MORE ABOUT US\";s:8:\"stp_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:12:\"steps_single\";a:3:{i:0;a:7:{s:16:\"stp_single_title\";s:19:\"planning & strategy\";s:15:\"stp_single_desc\";s:97:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.\";s:12:\"stp_icontype\";s:8:\"fonticon\";s:14:\"stp_icon_color\";s:7:\"#ffffff\";s:15:\"stp_single_icon\";s:0:\"\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue60f\";}s:15:\"stp_single_anim\";s:4:\"tada\";}i:1;a:7:{s:16:\"stp_single_title\";s:16:\"design & develop\";s:15:\"stp_single_desc\";s:97:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.\";s:12:\"stp_icontype\";s:8:\"fonticon\";s:14:\"stp_icon_color\";s:7:\"#ffffff\";s:15:\"stp_single_icon\";s:0:\"\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue610\";}s:15:\"stp_single_anim\";s:5:\"pulse\";}i:2;a:7:{s:16:\"stp_single_title\";s:14:\"test & deliver\";s:15:\"stp_single_desc\";s:97:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.\";s:12:\"stp_icontype\";s:8:\"fonticon\";s:14:\"stp_icon_color\";s:7:\"#ffffff\";s:15:\"stp_single_icon\";s:0:\"\";s:19:\"stp_single_iconfont\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue611\";}s:15:\"stp_single_anim\";s:15:\"fadeOutRightBig\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1a0db3bf\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid5232b7f3\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid04402238\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"20\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#000000\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:12:\"STEPS BOX #2\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfca8cdaf\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_StepsBox2\";s:7:\"options\";a:2:{s:9:\"stp_title\";s:19:\"our working process\";s:13:\"steps_single2\";a:3:{i:0;a:4:{s:16:\"stp_single_title\";s:19:\"planning & strategy\";s:15:\"stp_single_desc\";s:80:\"Appropriately productivate distributed infrastructures for one-to-one expertise.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:2:\"no\";}i:1;a:4:{s:16:\"stp_single_title\";s:16:\"design & develop\";s:15:\"stp_single_desc\";s:94:\"Credibly develop cross functional internal or \"organic\" sources vis-a-vis magnetic e-services.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:2:\"no\";}i:2;a:4:{s:16:\"stp_single_title\";s:14:\"test & deliver\";s:15:\"stp_single_desc\";s:79:\"Continually promote empowered resources for professional manufactured products.\";s:15:\"stp_single_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:13:\"stp_single_ok\";s:3:\"yes\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid576aafe2\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc525efc8\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb67f0ae\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:12:\"STEPS BOX #3\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbdbe9d78\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_StepsBox3\";s:7:\"options\";a:2:{s:9:\"stp_title\";s:0:\"\";s:13:\"steps_single3\";a:4:{i:0;a:2:{s:16:\"stp_single_title\";s:10:\"Evaluation\";s:15:\"stp_single_desc\";s:351:\"Uniquely envisioneer leading-edge \"outside the box\" thinking with impactful total linkage. Completely streamline cutting-edge innovation whereas goal-oriented networks. Credibly fabricate frictionless infomediaries and superior metrics. Intrinsicly procrastinate revolutionary niche markets through bricks-and-clicks communities. Compellingly develop.\";}i:1;a:2:{s:16:\"stp_single_title\";s:8:\"Planning\";s:15:\"stp_single_desc\";s:336:\"Dramatically implement timely manufactured products for equity invested infrastructures. Professionally leverage existing competitive solutions for distinctive experiences. Distinctively visualize ubiquitous niches through fully tested total linkage. Continually syndicate multidisciplinary methods of empowerment and proactive schemas.\";}i:2;a:2:{s:16:\"stp_single_title\";s:10:\"Assessment\";s:15:\"stp_single_desc\";s:326:\"Authoritatively plagiarize extensible e-services for accurate collaboration and idea-sharing. Monotonectally maximize pandemic users and state of the art potentialities. Credibly implement performance based data and extensive web services. Appropriately coordinate bricks-and-clicks applications through interdependent supply.\";}i:3;a:2:{s:16:\"stp_single_title\";s:12:\"Intervention\";s:15:\"stp_single_desc\";s:330:\"Efficiently incentivize unique web services with front-end ideas. Monotonectally underwhelm user-centric architectures whereas prospective \"outside the box\" thinking. Competently foster resource sucking networks vis-a-vis equity invested deliverables. Professionally aggregate holistic results with customized vortals. Seamlessly.\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid92a66175\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidaf01b196\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid777803af\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:12:\"STEPS BOX #4\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid28141aab\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_StepsBox4\";s:7:\"options\";a:3:{s:14:\"stepsbox_style\";s:6:\"style2\";s:9:\"stp_title\";s:0:\"\";s:13:\"steps_single4\";a:3:{i:0;a:3:{s:16:\"stp_single_title\";s:19:\"Planning & Strategy\";s:15:\"stp_single_desc\";s:97:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue609\";}}i:1;a:3:{s:16:\"stp_single_title\";s:16:\"Design & Develop\";s:15:\"stp_single_desc\";s:97:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}}i:2;a:3:{s:16:\"stp_single_title\";s:14:\"Test & Deliver\";s:15:\"stp_single_desc\";s:97:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.\";s:12:\"vts_tab_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue607\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4256e7a0\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid6feefd13\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid55a7fe89\";}}'),
(2575,	2450,	'zn_page_custom_css',	''),
(2576,	2451,	'slide_template',	'default'),
(2577,	2451,	'zn_page_layout',	'default'),
(2578,	2451,	'zn_sidebar_select',	'default'),
(2579,	2451,	'zn_zn_disable_subheader',	'no'),
(2580,	2451,	'zn_page_title_show',	'yes'),
(2581,	2451,	'zn_page_title',	''),
(2582,	2451,	'zn_page_subtitle',	''),
(2583,	2451,	'zn_page_builder_status',	'enabled'),
(2584,	2451,	'zn_page_builder_els',	'a:5:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:18:\"STATISTICS ELEMENT\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:14:\"SHOW YOUR BEST\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#2d2d2d\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#5e5e5e\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid35286cbc\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:10:\"STATISTICS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid969e4fc7\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd5e8a3b3\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8d2e457b\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"85\";s:14:\"bottom_padding\";s:2:\"85\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#000000\";s:22:\"source_overlay_opacity\";s:2:\"85\";s:29:\"source_overlay_color_gradient\";s:7:\"#5e1818\";s:34:\"source_overlay_color_gradient_opac\";s:1:\"0\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"TH_Statistics\";s:7:\"options\";a:3:{s:13:\"th_stat_style\";s:6:\"style2\";s:12:\"th_stat_size\";s:2:\"80\";s:17:\"statistics_single\";a:4:{i:0;a:5:{s:20:\"th_stat_single_title\";s:6:\"25000+\";s:19:\"th_stat_single_desc\";s:21:\"CODE LINES THIS MONTH\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}i:1;a:5:{s:20:\"th_stat_single_title\";s:4:\"150+\";s:19:\"th_stat_single_desc\";s:17:\"LAUNCHED PROJECTS\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue612\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}i:2;a:5:{s:20:\"th_stat_single_title\";s:5:\"9900+\";s:19:\"th_stat_single_desc\";s:21:\"COFFEE CUPS THIS YEAR\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue609\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}i:3;a:5:{s:20:\"th_stat_single_title\";s:4:\"180+\";s:19:\"th_stat_single_desc\";s:19:\"REVIEWS AND RATINGS\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue613\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9bd9a4f8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid24bb7777\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidddf4d221\";}i:3;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:3:\"145\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6c15ac87\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"85\";s:14:\"bottom_padding\";s:2:\"85\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#522f51\";s:22:\"source_overlay_opacity\";s:2:\"25\";s:29:\"source_overlay_color_gradient\";s:7:\"#5e1818\";s:34:\"source_overlay_color_gradient_opac\";s:1:\"0\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:5:\"light\";s:8:\"te_title\";s:32:\"STATISTICS // ODD/EVEN PLACEMENT\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9b64fc0f\";}i:1;a:5:{s:6:\"object\";s:13:\"TH_Statistics\";s:7:\"options\";a:3:{s:13:\"th_stat_style\";s:6:\"style1\";s:12:\"th_stat_size\";s:2:\"80\";s:17:\"statistics_single\";a:4:{i:0;a:5:{s:20:\"th_stat_single_title\";s:6:\"25000+\";s:19:\"th_stat_single_desc\";s:21:\"CODE LINES THIS MONTH\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue614\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}i:1;a:5:{s:20:\"th_stat_single_title\";s:4:\"150+\";s:19:\"th_stat_single_desc\";s:17:\"LAUNCHED PROJECTS\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue612\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}i:2;a:5:{s:20:\"th_stat_single_title\";s:5:\"9900+\";s:19:\"th_stat_single_desc\";s:21:\"COFFEE CUPS THIS YEAR\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue609\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}i:3;a:5:{s:20:\"th_stat_single_title\";s:4:\"180+\";s:19:\"th_stat_single_desc\";s:19:\"REVIEWS AND RATINGS\";s:16:\"th_stat_icontype\";s:4:\"icon\";s:19:\"th_stat_single_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue613\";}s:22:\"th_stat_single_iconimg\";s:0:\"\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1df70760\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid65d7a540\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb84c010b\";}}'),
(2585,	2451,	'zn_page_custom_css',	''),
(2586,	2451,	'show_header',	''),
(2587,	2451,	'show_footer',	''),
(2588,	2451,	'zn_page_custom_js',	''),
(2589,	2452,	'slide_template',	'default'),
(2590,	2452,	'zn_page_layout',	'default'),
(2591,	2452,	'zn_sidebar_select',	'default'),
(2592,	2452,	'zn_zn_disable_subheader',	'no'),
(2593,	2452,	'zn_page_title_show',	'yes'),
(2594,	2452,	'zn_page_title',	''),
(2595,	2452,	'zn_page_subtitle',	''),
(2596,	2452,	'zn_page_builder_status',	'enabled'),
(2597,	2452,	'zn_page_builder_els',	'a:2:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"SCREENSHOT BOX\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:18:\"SHOWCASE YOUR BEST\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#7603ba\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#8f1515\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida390326a\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:14:\"SCREENSHOT BOX\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9ffafeb9\";}i:1;a:6:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:6:{s:9:\"ssb_title\";s:142:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work.</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:7:\"BUY NOW\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:21:\"FRONTEND PAGE BUILDER\";s:15:\"ssb_single_desc\";s:55:\"Comfortable and intuitive visual drag and drop builder.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:16:\"UNLIMITED COLORS\";s:15:\"ssb_single_desc\";s:76:\"Personalize the theme’s colors as much as you want for almost any element.\";}i:2;a:2:{s:16:\"ssb_single_title\";s:19:\"HIGHLY CUSTOMIZABLE\";s:15:\"ssb_single_desc\";s:77:\"Yet highly intuitive and easy to use, in just a matter of hours become a pro.\";}}s:15:\"ssb_imag_single\";a:3:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}i:1;a:1:{s:22:\"ssb_single_screenshoot\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}i:2;a:1:{s:22:\"ssb_single_screenshoot\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8316f22a\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1fcd65b1\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid23165652\";}}'),
(2598,	2452,	'zn_page_custom_css',	''),
(2599,	2452,	'show_header',	''),
(2600,	2452,	'show_footer',	''),
(2601,	2452,	'zn_page_custom_js',	''),
(2602,	2453,	'slide_template',	'default'),
(2603,	2453,	'zn_page_layout',	'default'),
(2604,	2453,	'zn_sidebar_select',	'default'),
(2605,	2453,	'zn_zn_disable_subheader',	'no'),
(2606,	2453,	'zn_page_title_show',	'yes'),
(2607,	2453,	'zn_page_title',	''),
(2608,	2453,	'zn_page_subtitle',	''),
(2609,	2453,	'zn_page_builder_status',	'enabled'),
(2610,	2453,	'zn_page_builder_els',	'a:6:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"PORTFOLIO WORK\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:30:\"RECENT WORK PROPERLY DISPLAYED\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8d46aa94\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"3\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:1:\"0\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:29:\"RECENT WORK 1 / STYLE 2 (v4+)\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluida2c794cc\";}i:1;a:6:{s:6:\"object\";s:13:\"TH_RecentWork\";s:7:\"options\";a:8:{s:9:\"rw_height\";s:3:\"300\";s:8:\"rw_style\";s:1:\"3\";s:8:\"rw_title\";s:11:\"RECENT WORK\";s:7:\"rw_desc\";s:81:\"These are our latest and brightest projects that we\'ve put a lot of passion into.\";s:12:\"rw_port_link\";s:18:\"carousel-portfolio\";s:17:\"rw_port_link_text\";s:8:\"VIEW ALL\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:14:\"ports_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3d34247f\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidffda7017\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid691bb0ae\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f4f4f4\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#effdff\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"RECENT WORK 1 / STYLE 1\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7441c15a\";}i:1;a:6:{s:6:\"object\";s:13:\"TH_RecentWork\";s:7:\"options\";a:8:{s:9:\"rw_height\";s:3:\"190\";s:8:\"rw_style\";s:1:\"1\";s:8:\"rw_title\";s:11:\"RECENT WORK\";s:7:\"rw_desc\";s:81:\"These are our latest and brightest projects that we\'ve put a lot of passion into.\";s:12:\"rw_port_link\";s:1:\"#\";s:17:\"rw_port_link_text\";s:8:\"VIEW ALL\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:14:\"ports_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7b4356d9\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5225806a\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7a5b3f05\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:13:\"RECENT WORK 2\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"50\";s:14:\"bottom_padding\";s:2:\"40\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac4b440c\";}i:1;a:6:{s:6:\"object\";s:14:\"TH_RecentWork2\";s:7:\"options\";a:4:{s:9:\"rw_height\";s:3:\"165\";s:8:\"rw_title\";s:0:\"\";s:12:\"rw_port_link\";s:0:\"\";s:14:\"ports_per_page\";s:1:\"6\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid26f38cc2\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1952712a\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfd11d619\";}i:4;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:19:\"RECENT WORK 3 (v4+)\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:1:\"0\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd4fa36be\";}i:5;a:6:{s:6:\"object\";s:14:\"TH_RecentWork3\";s:7:\"options\";a:6:{s:9:\"rw_height\";s:3:\"280\";s:8:\"rw_title\";s:15:\"RECENT PROJECTS\";s:12:\"rw_port_link\";s:18:\"carousel-portfolio\";s:17:\"rw_port_link_text\";s:8:\"VIEW ALL\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:14:\"ports_per_page\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5c79e6af\";}}'),
(2611,	2453,	'zn_page_custom_css',	''),
(2612,	2453,	'show_header',	''),
(2613,	2453,	'show_footer',	''),
(2614,	2453,	'zn_page_custom_js',	''),
(2615,	2454,	'slide_template',	'default'),
(2616,	2454,	'zn_page_layout',	'default'),
(2617,	2454,	'zn_sidebar_select',	'default'),
(2618,	2454,	'zn_zn_disable_subheader',	'no'),
(2619,	2454,	'zn_page_title_show',	'yes'),
(2620,	2454,	'zn_page_title',	''),
(2621,	2454,	'zn_page_subtitle',	''),
(2622,	2454,	'zn_page_builder_status',	'enabled'),
(2623,	2454,	'zn_page_builder_els',	'a:5:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:12:\"LATEST POSTS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:24:\"INTRESTING FRESH CONTENT\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"341\";s:11:\"top_padding\";s:3:\"195\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid85d6663f\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:15:\"LATEST POSTS #4\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:25:\"New Style 2 / since v4.0.\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid10f468a3\";}i:1;a:6:{s:6:\"object\";s:15:\"TH_LatestPosts4\";s:7:\"options\";a:4:{s:15:\"lp_style_select\";s:10:\"kl-style-2\";s:8:\"lp_title\";s:12:\"LATEST POSTS\";s:12:\"lp_num_posts\";s:1:\"3\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb8b65b80\";}i:2;a:6:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"90\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0dccce5a\";}i:3;a:6:{s:6:\"object\";s:15:\"TH_LatestPosts4\";s:7:\"options\";a:4:{s:15:\"lp_style_select\";s:13:\"default-style\";s:8:\"lp_title\";s:15:\"LATEST POSTS #4\";s:12:\"lp_num_posts\";s:1:\"3\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71423c0f\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidff9e5640\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7ec094ae\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_LatestPosts3\";s:7:\"options\";a:3:{s:8:\"lp_title\";s:12:\"LATEST POSTS\";s:12:\"lp_blog_page\";s:18:\"carousel-portfolio\";s:12:\"lp_num_posts\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75a658ff\";}}s:5:\"width\";s:8:\"col-md-8\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb6a60ab8\";}i:1;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"TH_LatestPosts2\";s:7:\"options\";a:4:{s:8:\"lp_title\";s:15:\"LATEST POSTS #2\";s:12:\"lp_blog_page\";s:18:\"carousel-portfolio\";s:12:\"lp_num_posts\";s:1:\"3\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid41c3852d\";}}s:5:\"width\";s:8:\"col-md-4\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidde836cbd\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc3f9603a\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:14:\"TH_LatestPosts\";s:7:\"options\";a:3:{s:8:\"lp_title\";s:12:\"LATEST POSTS\";s:12:\"lp_blog_page\";s:18:\"carousel-portfolio\";s:18:\"lp_blog_categories\";a:3:{i:0;s:3:\"515\";i:1;s:2:\"14\";i:2;i:15;}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddaf3d512\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid988405d2\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid576fc2c6\";}i:4;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:22:\"TH_LatestPostsCarousel\";s:7:\"options\";a:2:{s:9:\"lpc_title\";s:21:\"Latest posts carousel\";s:13:\"lpc_num_posts\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0ca16b63\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfe66e5c9\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid47050b5d\";}}'),
(2624,	2454,	'zn_page_custom_css',	''),
(2625,	2454,	'show_header',	''),
(2626,	2454,	'show_footer',	''),
(2627,	2454,	'zn_page_custom_js',	''),
(2628,	2455,	'slide_template',	'default'),
(2629,	2455,	'zn_page_layout',	'default'),
(2630,	2455,	'zn_sidebar_select',	'default'),
(2631,	2455,	'zn_zn_disable_subheader',	'no'),
(2632,	2455,	'zn_page_title_show',	'yes'),
(2633,	2455,	'zn_page_title',	''),
(2634,	2455,	'zn_page_subtitle',	''),
(2635,	2455,	'zn_page_builder_status',	'enabled'),
(2636,	2455,	'zn_page_builder_els',	'a:5:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:8:\"INFO BOX\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:14:\"ALWAYS INFORM!\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:17:\"light_blue_-_flat\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:105:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0d09ccc4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:28:\"INFOBOX v2 / Style 2 (v4.0+)\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:4:\"thin\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4e171e83\";}i:1;a:5:{s:6:\"object\";s:11:\"TH_InfoBox2\";s:7:\"options\";a:7:{s:9:\"ib2_style\";s:6:\"style2\";s:11:\"ib2_bgcolor\";s:4:\"#fff\";s:14:\"ib2_text_color\";s:26:\"ib2-text-color-light-theme\";s:11:\"ib2_bgimage\";s:0:\"\";s:16:\"ib2_info_message\";s:11:\"INFORMATION\";s:14:\"ib2_title_text\";s:73:\"Kallyas theme is an all in one product with lots of goodies and features.\";s:9:\"ib2_title\";s:248:\"<p>Synergistically transition visionary materials without global synergy. Completely maximize long-term high-impact markets with fully researched imperatives. Rapidiously cultivate unique strategic theme areas with functional infrastructures.</p>\r\n\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd1c21bf4\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid492042f2\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9534aaca\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:28:\"INFOBOX v2 / Style 3 (v4.0+)\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:4:\"thin\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide8213daf\";}i:1;a:5:{s:6:\"object\";s:11:\"TH_InfoBox2\";s:7:\"options\";a:7:{s:9:\"ib2_style\";s:6:\"style3\";s:11:\"ib2_bgcolor\";s:4:\"#fff\";s:14:\"ib2_text_color\";s:25:\"ib2-text-color-dark-theme\";s:11:\"ib2_bgimage\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"ib2_info_message\";s:11:\"INFORMATION\";s:14:\"ib2_title_text\";s:73:\"Kallyas theme is an all in one product with lots of goodies and features.\";s:9:\"ib2_title\";s:248:\"<p>Synergistically transition visionary materials without global synergy. Completely maximize long-term high-impact markets with fully researched imperatives. Rapidiously cultivate unique strategic theme areas with functional infrastructures.</p>\r\n\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8d57e5a2\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid897d654a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidda60f06f\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:20:\"INFOBOX v2 / Classic\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:4:\"thin\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid159d3f4f\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid2206cb18\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-3\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_InfoBox2\";s:7:\"options\";a:7:{s:9:\"ib2_style\";s:6:\"style1\";s:11:\"ib2_bgcolor\";s:4:\"#fff\";s:14:\"ib2_text_color\";s:25:\"ib2-text-color-dark-theme\";s:11:\"ib2_bgimage\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:16:\"ib2_info_message\";s:11:\"INFORMATION\";s:14:\"ib2_title_text\";s:73:\"Kallyas theme is an all in one product with lots of goodies and features.\";s:9:\"ib2_title\";s:248:\"<p>Synergistically transition visionary materials without global synergy. Completely maximize long-term high-impact markets with fully researched imperatives. Rapidiously cultivate unique strategic theme areas with functional infrastructures.</p>\r\n\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf7c83f71\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidc1d62ab0\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcf8e0dc1\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"50\";s:14:\"bottom_padding\";s:2:\"10\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"80\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_InfoBox\";s:7:\"options\";a:10:{s:8:\"ib_title\";s:207:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work</span>, destined for the typical modern website that needs to stand out.</span>\";s:11:\"ib_subtitle\";s:134:\"Currently one of the best selling items on ThemeForest, featured across the marketplace and awarded with thousands of 5 stars ratings.\";s:8:\"ib_style\";s:8:\"infobox3\";s:14:\"ib_theme_color\";s:5:\"light\";s:10:\"ib_bgcolor\";s:0:\"\";s:10:\"ib_bgimage\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:15:\"ib_button_text2\";s:7:\"BUY NOW\";s:15:\"ib_button_link2\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:14:\"ib_button_text\";s:9:\"VIEW MORE\";s:14:\"ib_button_link\";a:3:{s:3:\"url\";s:83:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid99f9c797\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfd7e6366\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcc415e4c\";}}'),
(2637,	2455,	'zn_page_custom_css',	''),
(2638,	2456,	'slide_template',	'default'),
(2639,	2456,	'zn_page_layout',	'default'),
(2640,	2456,	'zn_sidebar_select',	'default'),
(2641,	2456,	'zn_zn_disable_subheader',	'no'),
(2642,	2456,	'zn_page_title_show',	'yes'),
(2643,	2456,	'zn_page_title',	''),
(2644,	2456,	'zn_page_subtitle',	''),
(2645,	2456,	'zn_page_builder_status',	'enabled'),
(2646,	2456,	'zn_page_builder_els',	'a:5:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:11:\"IMAGE BOXES\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:23:\"VISUALLY DETAILED MEDIA\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb5308022\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"40\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:29:\"IMAGE BOXES / STYLE 4 (v4.0+)\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:26:\"With various other states.\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3126a3c7\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1bc96b50\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:21:\"MULTIPURPOSE TEMPLATE\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0b3eebfb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd10db6b1\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:15:\"WELL DOCUMENTED\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcd0c1e0b\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc4023776\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:13:\"GREAT SUPPORT\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style4\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid920f225d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid2fd791c3\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid27e23dd4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"40\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:21:\"IMAGE BOXES / STYLE 3\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid74e1b622\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid769068e5\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:21:\"MULTIPURPOSE TEMPLATE\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style3\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid82bc45f5\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid59588112\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:15:\"WELL DOCUMENTED\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style3\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid72788565\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid57c75974\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:13:\"GREAT SUPPORT\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style3\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid482a5b60\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid18ef52ed\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf70a20bf\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"40\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:21:\"IMAGE BOXES / DEFAULT\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8f501b84\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid710e9df5\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:21:\"MULTIPURPOSE TEMPLATE\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:15:\"imgboxes_style1\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:19:\"image_box_link_text\";s:9:\"READ ON +\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91c342cb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid8222ac96\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:15:\"WELL DOCUMENTED\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:15:\"imgboxes_style1\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:19:\"image_box_link_text\";s:9:\"READ ON +\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3f52ba8d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid5ee8fef3\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:13:\"GREAT SUPPORT\";s:14:\"image_box_text\";s:211:\"Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:15:\"imgboxes_style1\";s:21:\"image_box_title_style\";s:18:\"title_style_bottom\";s:19:\"image_box_link_text\";s:9:\"READ ON +\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid647fc1f0\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid168f4d2f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6db59d37\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"20\";s:14:\"bottom_padding\";s:2:\"40\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:21:\"IMAGE BOXES / STYLE 2\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid41313898\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid41a3af2b\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:21:\"MULTIPURPOSE TEMPLATE\";s:14:\"image_box_text\";s:299:\"<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.</p>\r\n<p>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.</p>\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style2\";s:21:\"image_box_title_style\";s:18:\"title_style_center\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid468283c7\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid6c5e4def\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:7:{s:15:\"image_box_title\";s:15:\"WELL DOCUMENTED\";s:14:\"image_box_text\";s:299:\"<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.</p>\r\n<p>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.</p>\";s:15:\"image_box_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:15:\"image_box_style\";s:6:\"style2\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4fc2e956\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid3d3faad1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4da5eb07\";}}'),
(2647,	2456,	'zn_page_custom_css',	''),
(2648,	2457,	'slide_template',	'default'),
(2649,	2457,	'zn_page_layout',	'default'),
(2650,	2457,	'zn_sidebar_select',	'default'),
(2651,	2457,	'zn_zn_disable_subheader',	'no'),
(2652,	2457,	'zn_page_title_show',	'yes'),
(2653,	2457,	'zn_page_title',	''),
(2654,	2457,	'zn_page_subtitle',	''),
(2655,	2457,	'zn_page_builder_status',	'enabled'),
(2656,	2457,	'zn_page_builder_els',	'a:6:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:15:\"GRID ICON BOXES\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:16:\"ORDER INTO CHAOS\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"200\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfd36b548\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:9:\"2 Columns\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05d142ea\";}i:1;a:5:{s:6:\"object\";s:16:\"TH_IconBoxesGrid\";s:7:\"options\";a:12:{s:10:\"ibg_height\";s:3:\"260\";s:8:\"ibg_size\";s:2:\"24\";s:10:\"ibg_perrow\";s:1:\"3\";s:9:\"ibg_style\";s:12:\"lined-center\";s:9:\"ibg_hover\";s:22:\"grid-ibx--hover-shadow\";s:14:\"ibg_titleorder\";s:1:\"1\";s:6:\"ibg_ib\";a:6:{i:0;a:6:{s:9:\"ibg_title\";s:15:\"WELL DOCUMENTED\";s:8:\"ibg_desc\";s:64:\"Documentation include with explanations for most of the options.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue032\";}}i:1;a:6:{s:9:\"ibg_title\";s:16:\"UNLIMITED COLORS\";s:8:\"ibg_desc\";s:54:\"With just a few clicks you can add any color you want.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue143\";}}i:2;a:6:{s:9:\"ibg_title\";s:17:\"CUSTOM SHORTCODES\";s:8:\"ibg_desc\";s:60:\"Great custom shortcodes which are ment to ease up your work.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue254\";}}i:3;a:6:{s:9:\"ibg_title\";s:26:\"MULTILANGUAGE & WPML READY\";s:8:\"ibg_desc\";s:61:\"You can install languages and extend the website\'s languages.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue135\";}}i:4;a:6:{s:9:\"ibg_title\";s:19:\"HIGHLY CUSTOMIZABLE\";s:8:\"ibg_desc\";s:63:\"This template includes lots of customizations and combinations.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue019\";}}i:5;a:6:{s:9:\"ibg_title\";s:16:\"CUSTOMER SUPPORT\";s:8:\"ibg_desc\";s:44:\"Great customer support! Check out our forum.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue111\";}}}s:12:\"ibg_bg_color\";s:7:\"#ffffff\";s:14:\"ibg_icon_color\";s:7:\"#e2e2e2\";s:20:\"ibg_icon_color_hover\";s:7:\"#cd2122\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8fddccec\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid84a34d40\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d263955\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:9:\"3 Columns\";s:14:\"te_title_color\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:7:\"te_text\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3911539\";}i:1;a:5:{s:6:\"object\";s:16:\"TH_IconBoxesGrid\";s:7:\"options\";a:12:{s:10:\"ibg_height\";s:3:\"260\";s:8:\"ibg_size\";s:2:\"24\";s:10:\"ibg_perrow\";s:1:\"3\";s:9:\"ibg_style\";s:12:\"lined-center\";s:9:\"ibg_hover\";s:22:\"grid-ibx--hover-shadow\";s:14:\"ibg_titleorder\";s:1:\"1\";s:6:\"ibg_ib\";a:6:{i:0;a:6:{s:9:\"ibg_title\";s:15:\"WELL DOCUMENTED\";s:8:\"ibg_desc\";s:64:\"Documentation include with explanations for most of the options.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue032\";}}i:1;a:6:{s:9:\"ibg_title\";s:16:\"UNLIMITED COLORS\";s:8:\"ibg_desc\";s:54:\"With just a few clicks you can add any color you want.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue143\";}}i:2;a:6:{s:9:\"ibg_title\";s:17:\"CUSTOM SHORTCODES\";s:8:\"ibg_desc\";s:60:\"Great custom shortcodes which are ment to ease up your work.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue254\";}}i:3;a:6:{s:9:\"ibg_title\";s:26:\"MULTILANGUAGE & WPML READY\";s:8:\"ibg_desc\";s:61:\"You can install languages and extend the website\'s languages.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue135\";}}i:4;a:6:{s:9:\"ibg_title\";s:19:\"HIGHLY CUSTOMIZABLE\";s:8:\"ibg_desc\";s:63:\"This template includes lots of customizations and combinations.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue019\";}}i:5;a:6:{s:9:\"ibg_title\";s:16:\"CUSTOMER SUPPORT\";s:8:\"ibg_desc\";s:44:\"Great customer support! Check out our forum.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue111\";}}}s:12:\"ibg_bg_color\";s:7:\"#ffffff\";s:14:\"ibg_icon_color\";s:7:\"#e2e2e2\";s:20:\"ibg_icon_color_hover\";s:7:\"#d3d3d3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbf76837c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid311565fc\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid96add3e1\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:9:\"4 Columns\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid551e12e0\";}i:1;a:5:{s:6:\"object\";s:16:\"TH_IconBoxesGrid\";s:7:\"options\";a:12:{s:10:\"ibg_height\";s:3:\"260\";s:8:\"ibg_size\";s:2:\"24\";s:10:\"ibg_perrow\";s:1:\"4\";s:9:\"ibg_style\";s:12:\"lined-center\";s:9:\"ibg_hover\";s:21:\"grid-ibx--hover-scale\";s:14:\"ibg_titleorder\";s:1:\"1\";s:6:\"ibg_ib\";a:4:{i:0;a:6:{s:9:\"ibg_title\";s:15:\"WELL DOCUMENTED\";s:8:\"ibg_desc\";s:64:\"Documentation include with explanations for most of the options.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue032\";}}i:1;a:6:{s:9:\"ibg_title\";s:16:\"UNLIMITED COLORS\";s:8:\"ibg_desc\";s:54:\"With just a few clicks you can add any color you want.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue143\";}}i:2;a:6:{s:9:\"ibg_title\";s:17:\"CUSTOM SHORTCODES\";s:8:\"ibg_desc\";s:60:\"Great custom shortcodes which are ment to ease up your work.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue254\";}}i:3;a:6:{s:9:\"ibg_title\";s:26:\"MULTILANGUAGE & WPML READY\";s:8:\"ibg_desc\";s:61:\"You can install languages and extend the website\'s languages.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue135\";}}}s:12:\"ibg_bg_color\";s:7:\"#ffffff\";s:14:\"ibg_icon_color\";s:7:\"#e2e2e2\";s:20:\"ibg_icon_color_hover\";s:7:\"#cd2122\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid27196691\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid827f06b0\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4578a606\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:9:\"5 Columns\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid15709c73\";}i:1;a:5:{s:6:\"object\";s:16:\"TH_IconBoxesGrid\";s:7:\"options\";a:12:{s:10:\"ibg_height\";s:3:\"260\";s:8:\"ibg_size\";s:2:\"24\";s:10:\"ibg_perrow\";s:1:\"5\";s:9:\"ibg_style\";s:12:\"lined-center\";s:9:\"ibg_hover\";s:22:\"grid-ibx--hover-shadow\";s:14:\"ibg_titleorder\";s:1:\"1\";s:6:\"ibg_ib\";a:5:{i:0;a:6:{s:9:\"ibg_title\";s:15:\"WELL DOCUMENTED\";s:8:\"ibg_desc\";s:64:\"Documentation include with explanations for most of the options.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue032\";}}i:1;a:6:{s:9:\"ibg_title\";s:16:\"UNLIMITED COLORS\";s:8:\"ibg_desc\";s:54:\"With just a few clicks you can add any color you want.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue143\";}}i:2;a:6:{s:9:\"ibg_title\";s:17:\"CUSTOM SHORTCODES\";s:8:\"ibg_desc\";s:60:\"Great custom shortcodes which are ment to ease up your work.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue254\";}}i:3;a:6:{s:9:\"ibg_title\";s:26:\"MULTILANGUAGE & WPML READY\";s:8:\"ibg_desc\";s:61:\"You can install languages and extend the website\'s languages.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue135\";}}i:4;a:6:{s:9:\"ibg_title\";s:19:\"HIGHLY CUSTOMIZABLE\";s:8:\"ibg_desc\";s:63:\"This template includes lots of customizations and combinations.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue019\";}}}s:12:\"ibg_bg_color\";s:7:\"#f4f4f4\";s:14:\"ibg_icon_color\";s:7:\"#e2e2e2\";s:20:\"ibg_icon_color_hover\";s:7:\"#cd2122\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3167c643\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid3fd90d7c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid84e51b20\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:26:\"4 COLS IN GRADIENT DISPLAY\";s:14:\"te_title_color\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:7:\"te_text\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75aba98d\";}i:1;a:5:{s:6:\"object\";s:16:\"TH_IconBoxesGrid\";s:7:\"options\";a:12:{s:10:\"ibg_height\";s:3:\"260\";s:8:\"ibg_size\";s:2:\"34\";s:10:\"ibg_perrow\";s:1:\"4\";s:9:\"ibg_style\";s:14:\"lined-gradient\";s:9:\"ibg_hover\";s:22:\"grid-ibx--hover-shadow\";s:14:\"ibg_titleorder\";s:14:\"zn_dummy_value\";s:6:\"ibg_ib\";a:4:{i:0;a:6:{s:9:\"ibg_title\";s:15:\"WELL DOCUMENTED\";s:8:\"ibg_desc\";s:64:\"Documentation include with explanations for most of the options.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"SEE MORE\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue032\";}}i:1;a:6:{s:9:\"ibg_title\";s:16:\"UNLIMITED COLORS\";s:8:\"ibg_desc\";s:54:\"With just a few clicks you can add any color you want.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue143\";}}i:2;a:6:{s:9:\"ibg_title\";s:17:\"CUSTOM SHORTCODES\";s:8:\"ibg_desc\";s:60:\"Great custom shortcodes which are ment to ease up your work.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue254\";}}i:3;a:6:{s:9:\"ibg_title\";s:26:\"MULTILANGUAGE & WPML READY\";s:8:\"ibg_desc\";s:61:\"You can install languages and extend the website\'s languages.\";s:8:\"ibg_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibg_type\";s:4:\"icon\";s:9:\"ibg_image\";s:0:\"\";s:8:\"ibg_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue135\";}}}s:12:\"ibg_bg_color\";s:7:\"#ffffff\";s:14:\"ibg_icon_color\";s:7:\"#e2e2e2\";s:20:\"ibg_icon_color_hover\";s:7:\"#cd2122\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0905c20d\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid0872be40\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3946ca5f\";}}'),
(2657,	2457,	'zn_page_custom_css',	''),
(2658,	2458,	'slide_template',	'default'),
(2659,	2458,	'zn_page_layout',	'default'),
(2660,	2458,	'zn_sidebar_select',	'default'),
(2661,	2458,	'zn_zn_disable_subheader',	'no'),
(2662,	2458,	'zn_page_title_show',	'yes'),
(2663,	2458,	'zn_page_title',	''),
(2664,	2458,	'zn_page_subtitle',	''),
(2665,	2458,	'zn_page_builder_status',	'enabled'),
(2666,	2458,	'zn_page_builder_els',	'a:8:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:10:\"ICON BOXES\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:17:\"VISUALLY SHOWCASE\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"370\";s:11:\"top_padding\";s:3:\"210\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:5:\"image\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#096fb7\";s:22:\"source_overlay_opacity\";s:2:\"80\";s:29:\"source_overlay_color_gradient\";s:7:\"#0fa6bd\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"90\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid21f96dd0\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:9:\"ALIGNMENT\";s:11:\"te_subtitle\";s:40:\"Multi-alignment settings for any layout.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6295cded\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid76b4ecb1\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:12:\"Left aligned\";s:8:\"ibx_desc\";s:151:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships rather than.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:16:\"kallyas-custom-1\";s:7:\"unicode\";s:5:\"ue800\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8f093154\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid59ff529a\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:8:\"Centerly\";s:8:\"ibx_desc\";s:151:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships rather than.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-12.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue116\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#686868\";s:15:\"ibx_shape_color\";s:7:\"#cd2122\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#ffffff\";s:8:\"ibx_size\";s:2:\"md\";s:13:\"ibx_alignment\";s:6:\"center\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5e06dab\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidcc671df6\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"Right aligned\";s:8:\"ibx_desc\";s:151:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships rather than.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-21.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue010\";}s:9:\"ibx_shape\";s:9:\"sh-square\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#cd2122\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:13:\"ibx_alignment\";s:5:\"right\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0f535608\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddca8bbbd\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1666783c\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:12:\"LEFT FLOATED\";s:11:\"te_subtitle\";s:40:\"Multi-alignment settings for any layout.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3acd11e5\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid3c6da3e8\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:12:\"Left floated\";s:8:\"ibx_desc\";s:151:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships rather than.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-4.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:16:\"kallyas-custom-1\";s:7:\"unicode\";s:5:\"ue800\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida4de7980\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidced68d15\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:12:\"Left floated\";s:8:\"ibx_desc\";s:151:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships rather than.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-5.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue116\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#686868\";s:15:\"ibx_shape_color\";s:7:\"#cd2122\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#ffffff\";s:8:\"ibx_size\";s:2:\"md\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid18160182\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid7f30ed14\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid08e03973\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:13:\"RIGHT FLOATED\";s:11:\"te_subtitle\";s:40:\"Multi-alignment settings for any layout.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid098cca46\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide23dc9d3\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"Right floated\";s:8:\"ibx_desc\";s:139:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-4.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:16:\"kallyas-custom-1\";s:7:\"unicode\";s:5:\"ue800\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#343434\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:8:\"ibx_size\";s:2:\"md\";s:13:\"ibx_alignment\";s:5:\"right\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:6:\"fright\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7524ab35\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidb3392a01\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"Right floated\";s:8:\"ibx_desc\";s:139:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-5.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue116\";}s:9:\"ibx_shape\";s:0:\"\";s:14:\"ibx_icon_color\";s:7:\"#686868\";s:15:\"ibx_shape_color\";s:7:\"#cd2122\";s:20:\"ibx_icon_color_hover\";s:7:\"#cd2122\";s:21:\"ibx_shape_color_hover\";s:7:\"#ffffff\";s:8:\"ibx_size\";s:2:\"md\";s:13:\"ibx_alignment\";s:5:\"right\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:6:\"fright\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#343434\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb7d23a6\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid6274b873\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2509c093\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:13:\"CIRCLE SHAPED\";s:11:\"te_subtitle\";s:37:\"Multi-shaped settings for any layout.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid845ad759\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide9a2912a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"Circle Shaped\";s:8:\"ibx_desc\";s:139:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue600\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#e74c3c\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#c0392b\";s:8:\"ibx_size\";s:2:\"42\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#e74c3c\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09a1c9d0\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid67920098\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"Circle Shaped\";s:8:\"ibx_desc\";s:139:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue606\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#e74c3c\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#c0392b\";s:8:\"ibx_size\";s:2:\"48\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#e74c3c\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf4c4ee81\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid03384850\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"Circle Shaped\";s:8:\"ibx_desc\";s:139:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue607\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#e74c3c\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#c0392b\";s:8:\"ibx_size\";s:2:\"42\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#e74c3c\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0deffb97\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid06c35dde\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f551e86\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"Circle Shaped\";s:8:\"ibx_desc\";s:139:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue603\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#e74c3c\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#c0392b\";s:8:\"ibx_size\";s:2:\"42\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#e74c3c\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid055386c2\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid93908edc\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"Circle Shaped\";s:8:\"ibx_desc\";s:139:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue606\";}s:9:\"ibx_shape\";s:9:\"sh-circle\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#e74c3c\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#c0392b\";s:8:\"ibx_size\";s:2:\"48\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#e74c3c\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd2cf1a1f\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid93018d18\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid00e9171f\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:13:\"SQUARE SHAPED\";s:11:\"te_subtitle\";s:37:\"Multi-shaped settings for any layout.\";s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb3fe88e8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf67303a4\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"SQUARE SHAPED\";s:8:\"ibx_desc\";s:139:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue600\";}s:9:\"ibx_shape\";s:9:\"sh-square\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#3498db\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#2980b9\";s:8:\"ibx_size\";s:2:\"48\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#3498db\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidadea08da\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid53491ce0\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"SQUARE SHAPED\";s:8:\"ibx_desc\";s:139:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue60d\";}s:9:\"ibx_shape\";s:9:\"sh-square\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#3498db\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#2980b9\";s:8:\"ibx_size\";s:2:\"48\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#3498db\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid03de771e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid744ac0df\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"SQUARE SHAPED\";s:8:\"ibx_desc\";s:139:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue607\";}s:9:\"ibx_shape\";s:9:\"sh-square\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#3498db\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#2980b9\";s:8:\"ibx_size\";s:2:\"48\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:0:\"\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#3498db\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid45fc722a\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc57cc846\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid55d7c14a\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"SQUARE SHAPED\";s:8:\"ibx_desc\";s:139:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue60d\";}s:9:\"ibx_shape\";s:9:\"sh-square\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#3498db\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#2980b9\";s:8:\"ibx_size\";s:2:\"48\";s:13:\"ibx_alignment\";s:4:\"left\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:5:\"fleft\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#3498db\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf5725e5c\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid913bdbf0\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:24:{s:9:\"ibx_title\";s:13:\"SQUARE SHAPED\";s:8:\"ibx_desc\";s:139:\"Efficiently re-engineer pandemic processes vis-a-vis bricks-and-clicks partnerships. Proactively coordinate fully researched relationships.\";s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:8:\"ibx_type\";s:4:\"icon\";s:9:\"ibx_image\";s:0:\"\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue607\";}s:9:\"ibx_shape\";s:9:\"sh-square\";s:14:\"ibx_icon_color\";s:7:\"#ffffff\";s:15:\"ibx_shape_color\";s:7:\"#3498db\";s:20:\"ibx_icon_color_hover\";s:7:\"#ffffff\";s:21:\"ibx_shape_color_hover\";s:7:\"#2980b9\";s:8:\"ibx_size\";s:2:\"48\";s:13:\"ibx_alignment\";s:5:\"right\";s:15:\"ibx_color_theme\";s:7:\"default\";s:11:\"ibx_floated\";s:6:\"fright\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#3498db\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:9:\"desc_typo\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:17:\"ibstg_point_title\";s:0:\"\";s:10:\"ibx_appear\";s:14:\"zn_dummy_value\";s:16:\"ibx_appear_delay\";s:1:\"0\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid89d57bda\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid4388edd0\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc8bccdad\";}}'),
(2667,	2458,	'zn_page_custom_css',	''),
(2668,	2459,	'slide_template',	'default'),
(2669,	2459,	'zn_page_layout',	'default'),
(2670,	2459,	'zn_sidebar_select',	'default'),
(2671,	2459,	'zn_zn_disable_subheader',	'no'),
(2672,	2459,	'zn_page_title_show',	'yes'),
(2673,	2459,	'zn_page_title',	''),
(2674,	2459,	'zn_page_subtitle',	''),
(2675,	2459,	'zn_page_builder_status',	'enabled'),
(2676,	2459,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:17:\"HISTORIC TIMELINE\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:21:\"GET TO KNOW US BETTER\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"360\";s:11:\"top_padding\";s:3:\"190\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#242424\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#6b6b6b\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6dd44138\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:18:\"TH_HistoricElement\";s:7:\"options\";a:2:{s:8:\"he_start\";s:22:\"2000 › ESTABLISHMENT\";s:15:\"historic_single\";a:5:{i:0;a:3:{s:14:\"she_event_name\";s:25:\"The beginning of the road\";s:14:\"she_event_date\";s:4:\"2001\";s:14:\"she_event_desc\";s:296:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec porttitor erat viverra justo fringilla ultricies. Fusce dignissim libero in neque feugiat quis laoreet magna vulputate. Phasellus vestibulum, dolor eu molestie tincidunt, purus leo fermentum erat, vel hendrerit mauris massa sed erat.\";}i:1;a:3:{s:14:\"she_event_name\";s:19:\"Got our first award\";s:14:\"she_event_date\";s:4:\"2003\";s:14:\"she_event_desc\";s:593:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec porttitor erat viverra justo fringilla ultricies. Fusce dignissim libero in neque feugiat quis laoreet magna vulputate. Phasellus vestibulum, dolor eu molestie tincidunt, purus leo fermentum erat, vel hendrerit mauris massa sed erat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec porttitor erat viverra justo fringilla ultricies. Fusce dignissim libero in neque feugiat quis laoreet magna vulputate. Phasellus vestibulum, dolor eu molestie tincidunt, purus leo fermentum erat, vel hendrerit mauris massa sed erat.\";}i:2;a:3:{s:14:\"she_event_name\";s:27:\"Merged with another company\";s:14:\"she_event_date\";s:4:\"2007\";s:14:\"she_event_desc\";s:409:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec porttitor erat viverra justo fringilla ultricies. Fusce dignissim libero in neque feugiat quis laoreet magna vulputate. Phasellus vestibulum, dolor eu molestie tincidunt, purus leo fermentum erat, vel hendrerit mauris massa sed erat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec porttitor erat viverra justo fringilla ultricies.\";}i:3;a:3:{s:14:\"she_event_name\";s:26:\"A very succsessful company\";s:14:\"she_event_date\";s:4:\"2007\";s:14:\"she_event_desc\";s:409:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec porttitor erat viverra justo fringilla ultricies. Fusce dignissim libero in neque feugiat quis laoreet magna vulputate. Phasellus vestibulum, dolor eu molestie tincidunt, purus leo fermentum erat, vel hendrerit mauris massa sed erat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec porttitor erat viverra justo fringilla ultricies.\";}i:4;a:3:{s:14:\"she_event_name\";s:15:\"A new beginning\";s:14:\"she_event_date\";s:4:\"2015\";s:14:\"she_event_desc\";s:364:\"Progressively underwhelm enabled products after reliable functionalities. Assertively simplify business results without 24/7 meta-services. Globally initiate integrated initiatives without leveraged internal or \"organic\" sources. Intrinsicly develop excellent e-services after vertical methodologies. Rapidiously foster integrated information before 2.0 mindshare.\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8d3e81a2\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluiddb883e23\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3597e47a\";}}'),
(2677,	2459,	'zn_page_custom_css',	''),
(2678,	2460,	'slide_template',	'default'),
(2679,	2460,	'zn_page_layout',	'default'),
(2680,	2460,	'zn_sidebar_select',	'default'),
(2681,	2460,	'zn_zn_disable_subheader',	'no'),
(2682,	2460,	'zn_page_title_show',	'yes'),
(2683,	2460,	'zn_page_title',	''),
(2684,	2460,	'zn_page_subtitle',	''),
(2685,	2460,	'zn_page_builder_status',	'enabled'),
(2686,	2460,	'zn_page_builder_els',	'a:4:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:18:\"GRID PHOTO GALLERY\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:16:\"SHOW THEM PHOTOS\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"200\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf1cbfcdd\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:12:\"SQUARE RATIO\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid15b81a24\";}i:1;a:6:{s:6:\"object\";s:19:\"TH_GridPhotoGallery\";s:7:\"options\";a:3:{s:11:\"pg_num_cols\";s:1:\"4\";s:13:\"pg_img_height\";s:6:\"square\";s:20:\"single_photo_gallery\";a:9:{i:0;a:5:{s:9:\"spg_title\";s:12:\"Girl Smiling\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"2\";}i:1;a:5:{s:9:\"spg_title\";s:14:\"Morning Coffee\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:2;a:5:{s:9:\"spg_title\";s:10:\"Stone Arch\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:3;a:5:{s:9:\"spg_title\";s:17:\"A bunch of grapes\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}i:4;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"2\";}i:5;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}i:6;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:7;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:8;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8f9bc06a\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd8f95c98\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf066146\";}i:2;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:13:\"SHORTER RATIO\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddcff3f9b\";}i:1;a:6:{s:6:\"object\";s:19:\"TH_GridPhotoGallery\";s:7:\"options\";a:3:{s:11:\"pg_num_cols\";s:1:\"4\";s:13:\"pg_img_height\";s:5:\"short\";s:20:\"single_photo_gallery\";a:9:{i:0;a:5:{s:9:\"spg_title\";s:12:\"Girl Smiling\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"2\";}i:1;a:5:{s:9:\"spg_title\";s:14:\"Morning Coffee\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:2;a:5:{s:9:\"spg_title\";s:10:\"Stone Arch\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:3;a:5:{s:9:\"spg_title\";s:17:\"A bunch of grapes\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}i:4;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"2\";}i:5;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}i:6;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:7;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:8;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbd421a3f\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd8b19a6b\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluideac1dd40\";}i:3;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:22:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:12:\"TALLER RATIO\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:7:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_bmargin\";s:2:\"10\";s:10:\"te_stt_tag\";s:2:\"h4\";s:13:\"subtitle_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1fe3d3a8\";}i:1;a:6:{s:6:\"object\";s:19:\"TH_GridPhotoGallery\";s:7:\"options\";a:3:{s:11:\"pg_num_cols\";s:1:\"4\";s:13:\"pg_img_height\";s:4:\"tall\";s:20:\"single_photo_gallery\";a:9:{i:0;a:5:{s:9:\"spg_title\";s:12:\"Girl Smiling\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"2\";}i:1;a:5:{s:9:\"spg_title\";s:14:\"Morning Coffee\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:2;a:5:{s:9:\"spg_title\";s:10:\"Stone Arch\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:3;a:5:{s:9:\"spg_title\";s:17:\"A bunch of grapes\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}i:4;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"2\";}i:5;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}i:6;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:7;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"1\";s:10:\"spg_height\";s:1:\"1\";}i:8;a:5:{s:9:\"spg_title\";s:0:\"\";s:9:\"spg_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:9:\"spg_video\";s:0:\"\";s:9:\"spg_width\";s:1:\"2\";s:10:\"spg_height\";s:1:\"1\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf12f66a4\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid10e01a7f\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid62a2ee0c\";}}'),
(2687,	2460,	'zn_page_custom_css',	''),
(2688,	2460,	'show_header',	''),
(2689,	2460,	'show_footer',	''),
(2690,	2460,	'zn_page_custom_js',	''),
(2691,	2461,	'slide_template',	'default'),
(2692,	2461,	'zn_page_layout',	'default'),
(2693,	2461,	'zn_sidebar_select',	'default'),
(2694,	2461,	'zn_zn_disable_subheader',	'no'),
(2695,	2461,	'zn_page_title_show',	'yes'),
(2696,	2461,	'zn_page_title',	''),
(2697,	2461,	'zn_page_subtitle',	''),
(2698,	2461,	'zn_page_builder_status',	'enabled'),
(2699,	2461,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"CIRCLE TEXTBOX\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:18:\"WHO? WHEN? WHERE?!\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida001db30\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:19:\"Circle Box Title #1\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"4\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid76d20405\";}i:1;a:5:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style1\";s:16:\"ctb_circle_title\";s:3:\"WHO\";s:14:\"ctb_main_title\";s:6:\"WE ARE\";s:11:\"ctb_content\";s:277:\"<p>Cras ut sem eget diam vehicula commod ut porttitor nibh.</p>\r\n<p>Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.</p>\r\n<ul class=\"list-style1\">\r\n<li>Aliquam feugiat eleifend</li>\r\n<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\n\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid381f8d14\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid10a96ecc\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:29:\"Circle Box Title #2, since v4\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"4\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8cc90d1c\";}i:1;a:5:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style2\";s:16:\"ctb_circle_title\";s:3:\"WHO\";s:14:\"ctb_main_title\";s:6:\"WE ARE\";s:11:\"ctb_content\";s:277:\"<p>Cras ut sem eget diam vehicula commod ut porttitor nibh.</p>\r\n<p>Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.</p>\r\n<ul class=\"list-style1\">\r\n<li>Aliquam feugiat eleifend</li>\r\n<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\n\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc2b8dc8\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid74da10a2\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:29:\"Circle Box Title #3, since v4\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"4\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide5ef1df4\";}i:1;a:5:{s:6:\"object\";s:21:\"TH_CircleTitleTextBox\";s:7:\"options\";a:6:{s:10:\"cttb_style\";s:6:\"style3\";s:16:\"ctb_circle_title\";s:3:\"WHO\";s:14:\"ctb_main_title\";s:6:\"WE ARE\";s:11:\"ctb_content\";s:277:\"<p>Cras ut sem eget diam vehicula commod ut porttitor nibh.</p>\r\n<p>Ut pretium, sapien blandi vulputate mattis, lorem elit bibendum mi, quis dignissim ipsum neque.</p>\r\n<ul class=\"list-style1\">\r\n<li>Aliquam feugiat eleifend</li>\r\n<li>Fusce sit amet orci quis arcu</li>\r\n</ul>\r\n\";s:18:\"ctb_circle_bgcolor\";s:7:\"#cd2122\";s:20:\"ctb_circle_textcolor\";s:7:\"#ffffff\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid26a4ccca\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb3998c4c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3fd91d24\";}}'),
(2700,	2461,	'zn_page_custom_css',	''),
(2701,	2462,	'slide_template',	'default'),
(2702,	2462,	'zn_page_layout',	'default'),
(2703,	2462,	'zn_sidebar_select',	'default'),
(2704,	2462,	'zn_zn_disable_subheader',	'no'),
(2705,	2462,	'zn_page_title_show',	'yes'),
(2706,	2462,	'zn_page_title',	''),
(2707,	2462,	'zn_page_subtitle',	''),
(2708,	2462,	'zn_page_builder_status',	'enabled'),
(2709,	2462,	'zn_page_builder_els',	'a:4:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:15:\"CALL-OUT BANNER\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:29:\"DRAW ATTENTION, FIND OUT MORE\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida8c91233\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:25:\"CALL-OUT BANNER / STYLE 1\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide749d776\";}i:1;a:5:{s:6:\"object\";s:16:\"TH_CallOutBanner\";s:7:\"options\";a:6:{s:16:\"calloutbox_style\";s:6:\"style1\";s:14:\"cab_main_title\";s:207:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work</span>, destined for the typical modern website that needs to stand out.</span>\";s:13:\"cab_sec_title\";s:134:\"Currently one of the best selling items on ThemeForest, featured across the marketplace and awarded with thousands of 5 stars ratings.\";s:15:\"cab_button_text\";s:44:\"FIND OUT <span class=\"fw-normal\">MORE</span>\";s:16:\"cab_button_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/callout2.svg\";s:15:\"cab_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05dd415a\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid85bf9a30\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbe044426\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:33:\"CALL-OUT BANNER / STYLE 2 (v4.0+)\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid57c35591\";}i:1;a:5:{s:6:\"object\";s:16:\"TH_CallOutBanner\";s:7:\"options\";a:6:{s:16:\"calloutbox_style\";s:6:\"style2\";s:14:\"cab_main_title\";s:207:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work</span>, destined for the typical modern website that needs to stand out.</span>\";s:13:\"cab_sec_title\";s:134:\"Currently one of the best selling items on ThemeForest, featured across the marketplace and awarded with thousands of 5 stars ratings.\";s:15:\"cab_button_text\";s:44:\"FIND OUT <span class=\"fw-normal\">MORE</span>\";s:16:\"cab_button_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/callout2.svg\";s:15:\"cab_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1a3d0960\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8d16b1ad\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf7334713\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:33:\"CALL-OUT BANNER / STYLE 3 (v4.0+)\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid21d136ba\";}i:1;a:5:{s:6:\"object\";s:16:\"TH_CallOutBanner\";s:7:\"options\";a:6:{s:16:\"calloutbox_style\";s:6:\"style3\";s:14:\"cab_main_title\";s:207:\"<span class=\"fw-thin\">This is Kallyas WordPress theme, a rich featured, epic, <span class=\"fw-semibold\">mature and premium work</span>, destined for the typical modern website that needs to stand out.</span>\";s:13:\"cab_sec_title\";s:134:\"Currently one of the best selling items on ThemeForest, featured across the marketplace and awarded with thousands of 5 stars ratings.\";s:15:\"cab_button_text\";s:44:\"FIND OUT <span class=\"fw-normal\">MORE</span>\";s:16:\"cab_button_image\";s:73:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/callout2.svg\";s:15:\"cab_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8a3f005e\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7298aabc\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb5f59a21\";}}'),
(2710,	2462,	'zn_page_custom_css',	''),
(2711,	2463,	'slide_template',	'default'),
(2712,	2463,	'zn_page_layout',	'default'),
(2713,	2463,	'zn_sidebar_select',	'default'),
(2714,	2463,	'zn_zn_disable_subheader',	'no'),
(2715,	2463,	'zn_page_title_show',	'yes'),
(2716,	2463,	'zn_page_title',	''),
(2717,	2463,	'zn_page_subtitle',	''),
(2718,	2463,	'zn_page_builder_status',	'enabled'),
(2719,	2463,	'zn_page_builder_els',	'a:6:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:17:\"BIG SOCIAL BLOCKS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:11:\"BE FOLLOWED\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid25c41485\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:28:\"Big Social Style 1 - Colored\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd49891a5\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_BigSocial\";s:7:\"options\";a:4:{s:8:\"bs_style\";s:22:\"bigsocialblock--style1\";s:9:\"bs_bgtype\";s:12:\"type-colored\";s:12:\"bs_maincolor\";s:7:\"#989898\";s:13:\"bs_iconblocks\";a:3:{i:0;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"Facebook\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#3b5998\";s:8:\"bs_title\";s:13:\"Like our page\";s:8:\"bs_count\";s:4:\"5894\";s:8:\"bs_ftext\";s:5:\"LIKES\";}i:1;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"Twitter\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#5ea9dd\";s:8:\"bs_title\";s:9:\"Follow Us\";s:8:\"bs_count\";s:5:\"25374\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}i:2;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:11:\"Google Plus\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#df4b38\";s:8:\"bs_title\";s:9:\"Circle Us\";s:8:\"bs_count\";s:4:\"3841\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc98488d2\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf977fca4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid06c5d236\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:37:\"Big Social Style 1 - Colored on Hover\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc1ae05cd\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_BigSocial\";s:7:\"options\";a:4:{s:8:\"bs_style\";s:22:\"bigsocialblock--style1\";s:9:\"bs_bgtype\";s:11:\"type-chover\";s:12:\"bs_maincolor\";s:7:\"#898989\";s:13:\"bs_iconblocks\";a:3:{i:0;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"Facebook\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#3b5998\";s:8:\"bs_title\";s:13:\"Like our page\";s:8:\"bs_count\";s:4:\"5894\";s:8:\"bs_ftext\";s:5:\"LIKES\";}i:1;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"Twitter\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#5ea9dd\";s:8:\"bs_title\";s:9:\"Follow Us\";s:8:\"bs_count\";s:5:\"25374\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}i:2;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:11:\"Google Plus\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#df4b38\";s:8:\"bs_title\";s:9:\"Circle Us\";s:8:\"bs_count\";s:4:\"3841\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb39ff9bd\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid76a07468\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid02c53b47\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:28:\"Big Social Style 2 - Colored\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac4b0ef7\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_BigSocial\";s:7:\"options\";a:4:{s:8:\"bs_style\";s:22:\"bigsocialblock--style2\";s:9:\"bs_bgtype\";s:12:\"type-colored\";s:12:\"bs_maincolor\";s:7:\"#989898\";s:13:\"bs_iconblocks\";a:3:{i:0;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"Facebook\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#3b5998\";s:8:\"bs_title\";s:13:\"Like our page\";s:8:\"bs_count\";s:4:\"5894\";s:8:\"bs_ftext\";s:5:\"LIKES\";}i:1;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"Twitter\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#5ea9dd\";s:8:\"bs_title\";s:9:\"Follow Us\";s:8:\"bs_count\";s:5:\"25374\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}i:2;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:11:\"Google Plus\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#df4b38\";s:8:\"bs_title\";s:9:\"Circle Us\";s:8:\"bs_count\";s:4:\"3841\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6ef346ac\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb437b728\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc12ec516\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:37:\"Big Social Style 2 - Colored on Hover\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5f43ef29\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_BigSocial\";s:7:\"options\";a:4:{s:8:\"bs_style\";s:22:\"bigsocialblock--style2\";s:9:\"bs_bgtype\";s:11:\"type-chover\";s:12:\"bs_maincolor\";s:7:\"#898989\";s:13:\"bs_iconblocks\";a:3:{i:0;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"Facebook\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#3b5998\";s:8:\"bs_title\";s:13:\"Like our page\";s:8:\"bs_count\";s:4:\"5894\";s:8:\"bs_ftext\";s:5:\"LIKES\";}i:1;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"Twitter\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#5ea9dd\";s:8:\"bs_title\";s:9:\"Follow Us\";s:8:\"bs_count\";s:5:\"25374\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}i:2;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:11:\"Google Plus\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#df4b38\";s:8:\"bs_title\";s:9:\"Circle Us\";s:8:\"bs_count\";s:4:\"3841\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf9e63911\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid01d7b26c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcd5f18e5\";}i:5;a:5:{s:6:\"object\";s:12:\"TH_BigSocial\";s:7:\"options\";a:4:{s:8:\"bs_style\";s:22:\"bigsocialblock--style1\";s:9:\"bs_bgtype\";s:12:\"type-colored\";s:12:\"bs_maincolor\";s:7:\"#989898\";s:13:\"bs_iconblocks\";a:3:{i:0;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue83f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:8:\"Facebook\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#3b5998\";s:8:\"bs_title\";s:13:\"Like our page\";s:8:\"bs_count\";s:4:\"5894\";s:8:\"bs_ftext\";s:5:\"LIKES\";}i:1;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue82f\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"Twitter\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#5ea9dd\";s:8:\"bs_title\";s:9:\"Follow Us\";s:8:\"bs_count\";s:5:\"25374\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}i:2;a:6:{s:7:\"bs_icon\";a:2:{s:6:\"family\";s:15:\"kl-social-icons\";s:7:\"unicode\";s:5:\"ue808\";}s:7:\"bs_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:11:\"Google Plus\";s:6:\"target\";s:5:\"_self\";}s:8:\"bs_color\";s:7:\"#df4b38\";s:8:\"bs_title\";s:9:\"Circle Us\";s:8:\"bs_count\";s:4:\"3841\";s:8:\"bs_ftext\";s:9:\"FOLLOWERS\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbe6f5a2d\";}}'),
(2720,	2463,	'zn_page_custom_css',	''),
(2721,	2464,	'slide_template',	'default'),
(2722,	2464,	'zn_page_layout',	'default'),
(2723,	2464,	'zn_sidebar_select',	'default'),
(2724,	2464,	'zn_zn_disable_subheader',	'no'),
(2725,	2464,	'zn_page_title_show',	'yes'),
(2726,	2464,	'zn_page_title',	''),
(2727,	2464,	'zn_page_subtitle',	''),
(2728,	2464,	'zn_page_builder_status',	'enabled'),
(2729,	2464,	'zn_page_builder_els',	'a:4:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:10:\"ACTION BOX\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:28:\"STEAL ATTENTION, TAKE ACTION\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ac3deeb\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:17:\"ACTION BOX / NEW!\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb3e12f6e\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:7:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:130:\"<span class=\"fw-thin\">KALLYAS THEME, THE <span class=\"fw-semibold\">SWISS ARMY SECRET</span> FOR BUILDING THE MODERN WEBSITE</span>\";s:16:\"page_ac_subtitle\";s:80:\"Packed with all the goodies you can get, Kallyas is our flagship WordPress Theme\";s:14:\"page_ac_b_text\";s:19:\"JOIN OUR NEWSLETTER\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"page_ac_b_text2\";s:10:\"LEARN MORE\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid73514e1b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd290df13\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd3843e43\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:21:\"ACTION BOX / CENTERED\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8fed0274\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:7:{s:8:\"ac_style\";s:6:\"style2\";s:13:\"page_ac_title\";s:49:\"Join over 14,000 customers already using Kallyas!\";s:16:\"page_ac_subtitle\";s:81:\"Packed with all the goodies you can get, Kallyas is your flagship WordPress Theme\";s:14:\"page_ac_b_text\";s:19:\"JOIN OUR NEWSLETTER\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"page_ac_b_text2\";s:10:\"LEARN MORE\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid50f278de\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid870ea3a0\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb01f1525\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f7f7f7\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:20:\"ACTION BOX / CLASSIC\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4ffbf137\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:7:{s:8:\"ac_style\";s:6:\"style1\";s:13:\"page_ac_title\";s:49:\"Join over 14,000 customers already using Kallyas!\";s:16:\"page_ac_subtitle\";s:81:\"Packed with all the goodies you can get, Kallyas is your flagship WordPress Theme\";s:14:\"page_ac_b_text\";s:19:\"JOIN OUR NEWSLETTER\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}s:15:\"page_ac_b_text2\";s:10:\"LEARN MORE\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida5c43fde\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidcbed0992\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc086e826\";}}'),
(2730,	2464,	'zn_page_custom_css',	''),
(2731,	2465,	'slide_template',	'default'),
(2732,	2465,	'zn_page_layout',	'default'),
(2733,	2465,	'zn_sidebar_select',	'default'),
(2734,	2465,	'zn_zn_disable_subheader',	'no'),
(2735,	2465,	'zn_page_title_show',	'yes'),
(2736,	2465,	'zn_page_title',	''),
(2737,	2465,	'zn_page_subtitle',	''),
(2738,	2465,	'zn_page_builder_status',	'enabled'),
(2739,	2465,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:11:\"GOOGLE MAPS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:16:\"OFFER DIRECTIONS\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid92b144db\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:18:\"Google Map (boxed)\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:30:\"With Info and Directions boxes\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid27bbf5a0\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnGoogleMap\";s:7:\"options\";a:24:{s:20:\"single_multiple_maps\";a:1:{i:0;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.699707\";s:16:\"sc_map_longitude\";s:10:\"-73.947043\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"20\";}}s:11:\"sc_map_zoom\";s:2:\"14\";s:11:\"sc_map_type\";s:7:\"ROADMAP\";s:17:\"sc_map_directions\";s:3:\"yes\";s:22:\"sc_map_directions_text\";s:16:\"Visit us from...\";s:13:\"show_overview\";s:14:\"zn_dummy_value\";s:15:\"show_streetview\";s:14:\"zn_dummy_value\";s:12:\"show_maptype\";s:14:\"zn_dummy_value\";s:15:\"ww_mapinfo_type\";s:7:\"infobox\";s:17:\"ww_slide_m_button\";s:18:\"Leave us a message\";s:15:\"ww_slide_l_text\";s:10:\"Contact Us\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:16:\"sc_map_panel_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"sc_map_panel_title\";s:13:\"Hogash Studio\";s:17:\"sc_map_panel_text\";s:268:\"<p>We’re a multi-featured small team, focused on designing and developing awesome themes and templates for <br class=\"hidden-xs\"> multiple platforms such as <strong>Wordpress</strong> or <strong>Joomla</strong>, as well others soon ( Magento, Open Cart etc. ).</p>\r\n\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:13:\"sc_fullscreen\";s:2:\"no\";s:13:\"sc_map_height\";s:3:\"420\";s:16:\"use_custom_style\";s:3:\"yes\";s:12:\"custom_style\";s:744:\"[{\"featureType\":\"landscape\",\"stylers\":[{\"saturation\":-100},{\"lightness\":60}]},{\"featureType\":\"road.local\",\"stylers\":[{\"saturation\":-100},{\"lightness\":40},{\"visibility\":\"on\"}]},{\"featureType\":\"transit\",\"stylers\":[{\"saturation\":-100},{\"visibility\":\"simplified\"}]},{\"featureType\":\"administrative.province\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"water\",\"stylers\":[{\"visibility\":\"on\"},{\"lightness\":30}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#ef8c25\"},{\"lightness\":40}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"poi.park\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#b6c54c\"},{\"lightness\":40},{\"saturation\":-40}]},[]]\";s:19:\"custom_style_active\";s:744:\"[{\"featureType\":\"landscape\",\"stylers\":[{\"saturation\":-100},{\"lightness\":60}]},{\"featureType\":\"road.local\",\"stylers\":[{\"saturation\":-100},{\"lightness\":40},{\"visibility\":\"on\"}]},{\"featureType\":\"transit\",\"stylers\":[{\"saturation\":-100},{\"visibility\":\"simplified\"}]},{\"featureType\":\"administrative.province\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"water\",\"stylers\":[{\"visibility\":\"on\"},{\"lightness\":30}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#ef8c25\"},{\"lightness\":40}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"poi.park\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#b6c54c\"},{\"lightness\":40},{\"saturation\":-40}]},[]]\";s:25:\"sc_map_zooming_mousewheel\";s:14:\"zn_dummy_value\";s:19:\"sc_map_localization\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid15ebdec5\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida781f5b3\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3bf5ab6a\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:6:\"center\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:23:\"Google Map (full-width)\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:38:\"With Info Panel and Multiple locations\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida2b65e2b\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnGoogleMap\";s:7:\"options\";a:24:{s:20:\"single_multiple_maps\";a:3:{i:0;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.699707\";s:16:\"sc_map_longitude\";s:10:\"-73.947043\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"20\";}i:1;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.703871\";s:16:\"sc_map_longitude\";s:10:\"-73.904729\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"40\";}i:2;a:6:{s:15:\"sc_map_latitude\";s:9:\"40.696063\";s:16:\"sc_map_longitude\";s:10:\"-73.913913\";s:7:\"tooltip\";s:25:\"Add some description here\";s:11:\"sc_map_icon\";s:75:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png\";s:21:\"sc_map_icon_animation\";s:4:\"DROP\";s:9:\"icon_size\";s:2:\"40\";}}s:11:\"sc_map_zoom\";s:2:\"14\";s:11:\"sc_map_type\";s:7:\"ROADMAP\";s:17:\"sc_map_directions\";s:14:\"zn_dummy_value\";s:22:\"sc_map_directions_text\";s:16:\"Visit us from...\";s:13:\"show_overview\";s:14:\"zn_dummy_value\";s:15:\"show_streetview\";s:14:\"zn_dummy_value\";s:12:\"show_maptype\";s:14:\"zn_dummy_value\";s:15:\"ww_mapinfo_type\";s:9:\"infopanel\";s:17:\"ww_slide_m_button\";s:0:\"\";s:15:\"ww_slide_l_text\";s:0:\"\";s:13:\"ww_slide_link\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:16:\"sc_map_panel_img\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"sc_map_panel_title\";s:13:\"Hogash Studio\";s:17:\"sc_map_panel_text\";s:261:\"We’re a multi-featured small team, focused on designing and developing awesome themes and templates for <br class=\"hidden-xs\" /> multiple platforms such as <strong>WordPress</strong> or <strong>Joomla</strong>, as well others soon ( Magento, Open Cart etc. ).\";s:15:\"ww_header_style\";s:19:\"zn_def_header_style\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:13:\"sc_fullscreen\";s:2:\"no\";s:13:\"sc_map_height\";s:3:\"600\";s:16:\"use_custom_style\";s:3:\"yes\";s:12:\"custom_style\";s:744:\"[{\"featureType\":\"landscape\",\"stylers\":[{\"saturation\":-100},{\"lightness\":60}]},{\"featureType\":\"road.local\",\"stylers\":[{\"saturation\":-100},{\"lightness\":40},{\"visibility\":\"on\"}]},{\"featureType\":\"transit\",\"stylers\":[{\"saturation\":-100},{\"visibility\":\"simplified\"}]},{\"featureType\":\"administrative.province\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"water\",\"stylers\":[{\"visibility\":\"on\"},{\"lightness\":30}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#ef8c25\"},{\"lightness\":40}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"poi.park\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#b6c54c\"},{\"lightness\":40},{\"saturation\":-40}]},[]]\";s:19:\"custom_style_active\";s:744:\"[{\"featureType\":\"landscape\",\"stylers\":[{\"saturation\":-100},{\"lightness\":60}]},{\"featureType\":\"road.local\",\"stylers\":[{\"saturation\":-100},{\"lightness\":40},{\"visibility\":\"on\"}]},{\"featureType\":\"transit\",\"stylers\":[{\"saturation\":-100},{\"visibility\":\"simplified\"}]},{\"featureType\":\"administrative.province\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"water\",\"stylers\":[{\"visibility\":\"on\"},{\"lightness\":30}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#ef8c25\"},{\"lightness\":40}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"poi.park\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#b6c54c\"},{\"lightness\":40},{\"saturation\":-40}]},[]]\";s:25:\"sc_map_zooming_mousewheel\";s:14:\"zn_dummy_value\";s:19:\"sc_map_localization\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidceee223b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida6050b54\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid30a90db7\";}}'),
(2740,	2465,	'zn_page_custom_css',	''),
(2741,	2466,	'zn_page_builder_status',	'enabled'),
(2742,	2466,	'zn_page_layout',	'default'),
(2743,	2466,	'zn_sidebar_select',	'default'),
(2744,	2466,	'zn_zn_disable_subheader',	'no'),
(2745,	2466,	'zn_page_title_show',	'yes'),
(2746,	2466,	'zn_page_title',	''),
(2747,	2466,	'zn_page_subtitle',	''),
(2748,	2466,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_RevolutionSlider\";s:7:\"options\";a:4:{s:15:\"ww_header_style\";s:10:\"light_gray\";s:12:\"revslider_id\";s:18:\"creative-slider-v4\";s:17:\"revslider_paralax\";s:1:\"0\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1b596291\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:46:\"CREATIVE SLIDER ( BASED ON REVOLUTION SLIDER )\";s:11:\"te_subtitle\";s:74:\"One of the very best slider on the market. If you want custom, you got it!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid427d72b8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid50055f77\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8ab0508a\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide84e2a26\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf290f7d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid39743787\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid36da86a6\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid8996f5c8\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14a77aea\";}}'),
(2749,	2466,	'zn_page_custom_css',	''),
(2750,	2467,	'zn_page_layout',	'default'),
(2751,	2467,	'zn_sidebar_select',	'default'),
(2752,	2467,	'zn_zn_disable_subheader',	'no'),
(2753,	2467,	'zn_page_title_show',	'yes'),
(2754,	2467,	'zn_page_title',	''),
(2755,	2467,	'zn_page_subtitle',	''),
(2756,	2467,	'zn_page_builder_status',	'enabled'),
(2757,	2467,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"PORTFOLIO WORK\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:20:\"LAID ONTO ONE COLUMN\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidafcecdab\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioArchive\";s:7:\"options\";a:6:{s:15:\"portfolio_style\";s:18:\"portfolio_category\";s:11:\"frame_style\";s:7:\"classic\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:22:\"ports_per_page_visible\";s:2:\"10\";s:17:\"ports_num_columns\";s:1:\"1\";s:19:\"ports_extra_content\";s:3:\"yes\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida8a14851\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidabd8e072\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd78532a3\";}}'),
(2758,	2467,	'zn_page_custom_css',	''),
(2759,	2468,	'zn_page_layout',	'default'),
(2760,	2468,	'zn_sidebar_select',	'default'),
(2761,	2468,	'zn_zn_disable_subheader',	'no'),
(2762,	2468,	'zn_page_title_show',	'yes'),
(2763,	2468,	'zn_page_title',	''),
(2764,	2468,	'zn_page_subtitle',	''),
(2765,	2468,	'zn_page_builder_status',	'enabled'),
(2766,	2468,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"PORTFOLIO WORK\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:19:\"LAID ONTO 4 COLUMNS\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc3691c1a\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioArchive\";s:7:\"options\";a:5:{s:15:\"portfolio_style\";s:18:\"portfolio_category\";s:11:\"frame_style\";s:7:\"classic\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:22:\"ports_per_page_visible\";s:2:\"10\";s:17:\"ports_num_columns\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid416b3359\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid170a0040\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddc77584a\";}}'),
(2767,	2468,	'zn_page_custom_css',	''),
(2768,	2469,	'zn_page_layout',	'default'),
(2769,	2469,	'zn_sidebar_select',	'default'),
(2770,	2469,	'zn_zn_disable_subheader',	'no'),
(2771,	2469,	'zn_page_title_show',	'yes'),
(2772,	2469,	'zn_page_title',	''),
(2773,	2469,	'zn_page_subtitle',	''),
(2774,	2469,	'zn_page_builder_status',	'enabled'),
(2775,	2469,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"PORTFOLIO WORK\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:19:\"LAID ONTO 3 COLUMNS\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7ead3148\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioArchive\";s:7:\"options\";a:5:{s:15:\"portfolio_style\";s:18:\"portfolio_category\";s:11:\"frame_style\";s:7:\"classic\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:22:\"ports_per_page_visible\";s:2:\"10\";s:17:\"ports_num_columns\";s:1:\"3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid903015dd\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide83e5670\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid90fb5867\";}}'),
(2776,	2469,	'zn_page_custom_css',	''),
(2777,	2470,	'zn_page_layout',	'default'),
(2778,	2470,	'zn_sidebar_select',	'default'),
(2779,	2470,	'zn_zn_disable_subheader',	'no'),
(2780,	2470,	'zn_page_title_show',	'yes'),
(2781,	2470,	'zn_page_title',	''),
(2782,	2470,	'zn_page_subtitle',	''),
(2783,	2470,	'zn_page_builder_status',	'enabled'),
(2784,	2470,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"PORTFOLIO WORK\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:19:\"LAID ONTO 2 COLUMNS\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid48057367\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioArchive\";s:7:\"options\";a:5:{s:15:\"portfolio_style\";s:18:\"portfolio_category\";s:11:\"frame_style\";s:7:\"classic\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:22:\"ports_per_page_visible\";s:2:\"10\";s:17:\"ports_num_columns\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid38d4ccd4\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluiddf0c884a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidafaa05df\";}}'),
(2785,	2470,	'zn_page_custom_css',	''),
(2786,	2471,	'zn_page_layout',	'default'),
(2787,	2471,	'zn_sidebar_select',	'default'),
(2788,	2471,	'zn_zn_disable_subheader',	'no'),
(2789,	2471,	'zn_page_title_show',	'yes'),
(2790,	2471,	'zn_page_title',	''),
(2791,	2471,	'zn_page_subtitle',	''),
(2792,	2471,	'zn_page_builder_status',	'enabled'),
(2793,	2471,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"PORTFOLIO WORK\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:21:\"CASCADINGLY DISPLAYED\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb253f6da\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioArchive\";s:7:\"options\";a:5:{s:15:\"portfolio_style\";s:18:\"portfolio_carousel\";s:11:\"frame_style\";s:6:\"modern\";s:20:\"portfolio_categories\";a:6:{i:0;s:2:\"21\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";i:4;s:2:\"25\";i:5;s:2:\"26\";}s:22:\"ports_per_page_visible\";s:1:\"4\";s:17:\"ports_num_columns\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid60846dc8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7ada9366\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c8fb620\";}}'),
(2794,	2471,	'zn_page_custom_css',	''),
(2795,	2472,	'zn_page_layout',	'default'),
(2796,	2472,	'zn_sidebar_select',	'default'),
(2797,	2472,	'zn_zn_disable_subheader',	'no'),
(2798,	2472,	'zn_page_title_show',	'yes'),
(2799,	2472,	'zn_page_title',	''),
(2800,	2472,	'zn_page_subtitle',	''),
(2801,	2472,	'zn_page_builder_status',	'enabled'),
(2802,	2472,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:18:\"SORTABLE PORTFOLIO\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:14:\"FOR THE FINDER\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#ba0303\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"85\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid33cc2947\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioArchive\";s:7:\"options\";a:4:{s:15:\"portfolio_style\";s:18:\"portfolio_sortable\";s:11:\"frame_style\";s:7:\"classic\";s:22:\"ports_per_page_visible\";s:2:\"20\";s:17:\"ports_num_columns\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid97589f9a\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4e9f55f4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide6f27f06\";}}'),
(2803,	2472,	'zn_page_custom_css',	''),
(2804,	2473,	'zn_zn_disable_subheader',	'no'),
(2805,	2473,	'zn_page_title_show',	'yes'),
(2806,	2473,	'zn_page_title',	''),
(2807,	2473,	'zn_page_subtitle',	''),
(2808,	2473,	'zn_sp_link',	'a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}'),
(2809,	2473,	'zn_sp_col',	'Patrick Wilson'),
(2810,	2473,	'zn_sp_show_social',	'yes'),
(2811,	2473,	'zn_page_builder_status',	'disabled'),
(2812,	2473,	'slide_template',	'default'),
(2813,	2473,	'zn_port_media',	'a:3:{i:0;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:1;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:2;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}}'),
(2814,	2473,	'zn_sp_client',	'Travis Co.'),
(2815,	2473,	'zn_sp_year',	'2015'),
(2816,	2473,	'zn_sp_services',	'Design & Wireframing, SEO, Content Management'),
(2817,	2473,	'zn_sp_show_affix',	'yes'),
(2818,	2473,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7cac7fa3\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioContent\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc9d424d4\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"25\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#e5e5e5\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0f38e28\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidcb217ea0\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2dddfae5\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6666bdf9\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluidc09c92a5\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:205:\"<address>\r\n<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n<br>\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\r\n\r\n</address>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb87b0af7\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidd550541d\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid402e4c9e\";}}'),
(2819,	2473,	'zn_page_custom_css',	''),
(2820,	2474,	'zn_zn_disable_subheader',	'no'),
(2821,	2474,	'zn_page_title_show',	'yes'),
(2822,	2474,	'zn_page_title',	''),
(2823,	2474,	'zn_page_subtitle',	''),
(2824,	2474,	'zn_sp_link',	'a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:7:\"Website\";s:6:\"target\";s:5:\"_self\";}'),
(2825,	2474,	'zn_sp_col',	'James D. Flows'),
(2826,	2474,	'zn_sp_show_social',	'yes'),
(2827,	2474,	'zn_page_builder_status',	'enabled'),
(2828,	2474,	'slide_template',	'default'),
(2829,	2474,	'zn_port_media',	'a:4:{i:0;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:1;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:2;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:3;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}}'),
(2830,	2474,	'zn_sp_client',	'Robix Inc.'),
(2831,	2474,	'zn_sp_year',	'2015'),
(2832,	2474,	'zn_sp_services',	'Design mockups, SEO, Swift App'),
(2833,	2474,	'zn_sp_show_affix',	'yes'),
(2834,	2474,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:21:\"PROGRESSIVELY HARNESS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:23:\"JUST AN AWESOME PROJECT\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"390\";s:11:\"top_padding\";s:3:\"225\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:2:\"80\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"90\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid63abd534\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioContent\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc6813e69\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"25\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#e5e5e5\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid20705fcc\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide2e9a97f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7d4b0579\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:25:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:19:\"LET\'S WORK TOGETHER\";s:11:\"te_subtitle\";s:30:\"AND MAKE THE NEXT BEST PROJECT\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9e22c0ce\";}i:1;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf1b7b6b7\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid125d4400\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:176:\"<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid564a7ba4\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid9bfc3021\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb969cbb4\";}}'),
(2835,	2474,	'zn_page_custom_css',	''),
(2836,	2475,	'zn_zn_disable_subheader',	'no'),
(2837,	2475,	'zn_page_title_show',	'yes'),
(2838,	2475,	'zn_page_title',	''),
(2839,	2475,	'zn_page_subtitle',	''),
(2840,	2475,	'zn_sp_link',	'a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}'),
(2841,	2475,	'zn_sp_col',	'Acme Pixel'),
(2842,	2475,	'zn_sp_show_social',	'yes'),
(2843,	2475,	'zn_page_builder_status',	'enabled'),
(2844,	2475,	'slide_template',	'default'),
(2845,	2475,	'zn_port_media',	'a:3:{i:0;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:1;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:2;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}}'),
(2846,	2475,	'zn_sp_client',	'Intermedia Inc.'),
(2847,	2475,	'zn_sp_year',	'2015'),
(2848,	2475,	'zn_sp_services',	'Branding'),
(2849,	2475,	'zn_sp_show_affix',	'yes'),
(2850,	2475,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida006a35f\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioContent\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid013e7bb4\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"25\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#e5e5e5\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0155c258\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid18ac5cba\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida09ed4a7\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid838f762a\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid689d687f\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:205:\"<address>\r\n<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n<br>\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\r\n\r\n</address>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0430d1b9\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidc3957c21\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid19914c30\";}}'),
(2851,	2475,	'zn_page_custom_css',	''),
(2852,	2476,	'zn_zn_disable_subheader',	'no'),
(2853,	2476,	'zn_page_title_show',	'yes'),
(2854,	2476,	'zn_page_title',	''),
(2855,	2476,	'zn_page_subtitle',	''),
(2856,	2476,	'zn_sp_link',	'a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}'),
(2857,	2476,	'zn_sp_col',	'John Dawn'),
(2858,	2476,	'zn_sp_show_social',	'yes'),
(2859,	2476,	'zn_page_builder_status',	'enabled'),
(2860,	2476,	'slide_template',	'default'),
(2861,	2476,	'zn_port_media',	'a:2:{i:0;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:1;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}}'),
(2862,	2476,	'zn_sp_client',	'Keno Inc.'),
(2863,	2476,	'zn_sp_year',	'2015'),
(2864,	2476,	'zn_sp_services',	'Design Mockups, SEO, Marketing'),
(2865,	2476,	'zn_sp_show_affix',	'yes'),
(2866,	2476,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid918228ee\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioContent\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1d901f89\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"25\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#e5e5e5\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfab36824\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide1c695fa\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3ccf2f5c\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid86a4dc7d\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluida849579f\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:205:\"<address>\r\n<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n<br>\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\r\n\r\n</address>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5a5b6b68\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidf514876c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1ca519a3\";}}'),
(2867,	2476,	'zn_page_custom_css',	''),
(2868,	2477,	'zn_zn_disable_subheader',	'no'),
(2869,	2477,	'zn_page_title_show',	'yes'),
(2870,	2477,	'zn_page_title',	''),
(2871,	2477,	'zn_page_subtitle',	''),
(2872,	2477,	'zn_sp_link',	'a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}'),
(2873,	2477,	'zn_sp_col',	'Mark Sidwell'),
(2874,	2477,	'zn_sp_show_social',	'yes'),
(2875,	2477,	'zn_page_builder_status',	'enabled'),
(2876,	2477,	'slide_template',	'default'),
(2877,	2477,	'zn_port_media',	'a:3:{i:0;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:26:\"https://vimeo.com/23237102\";}i:1;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:2;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}}'),
(2878,	2477,	'zn_sp_client',	'Megas Co.'),
(2879,	2477,	'zn_sp_year',	'2015'),
(2880,	2477,	'zn_sp_services',	'Design Mockups, SEO, Branding'),
(2881,	2477,	'zn_sp_show_affix',	'yes'),
(2882,	2477,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd232daed\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioContent\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf387dcd9\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"25\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#e5e5e5\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaebbc448\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid466053c4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida4d803d4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4ebfecf4\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid481585e7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:205:\"<address>\r\n<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n<br>\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\r\n\r\n</address>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6c315ebc\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid2c23896f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf71c95e1\";}}'),
(2883,	2477,	'zn_page_custom_css',	''),
(2884,	2478,	'zn_zn_disable_subheader',	'no'),
(2885,	2478,	'zn_page_title_show',	'yes'),
(2886,	2478,	'zn_page_title',	''),
(2887,	2478,	'zn_page_subtitle',	''),
(2888,	2478,	'zn_sp_link',	'a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}'),
(2889,	2478,	'zn_sp_col',	''),
(2890,	2478,	'zn_sp_show_social',	'yes'),
(2891,	2478,	'zn_page_builder_status',	'enabled'),
(2892,	2478,	'slide_template',	'default'),
(2893,	2478,	'zn_port_media',	'a:3:{i:0;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:1;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:2;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}}'),
(2894,	2478,	'zn_sp_client',	'Inkum Co.'),
(2895,	2478,	'zn_sp_year',	'2015'),
(2896,	2478,	'zn_sp_services',	'Web design'),
(2897,	2478,	'zn_sp_show_affix',	'yes'),
(2898,	2478,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluideb3df59f\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioContent\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid883e54e1\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"25\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#e5e5e5\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7a49b562\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb05aec97\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid155007ed\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid78c85074\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid85d51222\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:205:\"<address>\r\n<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n<br>\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\r\n\r\n</address>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71e9b089\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid265f9fff\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid781a3f51\";}}'),
(2899,	2478,	'zn_page_custom_css',	''),
(2900,	2479,	'zn_zn_disable_subheader',	'no'),
(2901,	2479,	'zn_page_title_show',	'yes'),
(2902,	2479,	'zn_page_title',	''),
(2903,	2479,	'zn_page_subtitle',	''),
(2904,	2479,	'zn_sp_link',	'a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}'),
(2905,	2479,	'zn_sp_col',	'Josh Wisdom'),
(2906,	2479,	'zn_sp_show_social',	'yes'),
(2907,	2479,	'zn_page_builder_status',	'enabled'),
(2908,	2479,	'slide_template',	'default'),
(2909,	2479,	'zn_port_media',	'a:3:{i:0;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:1;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:2;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}}'),
(2910,	2479,	'zn_sp_client',	'Ellum Co.'),
(2911,	2479,	'zn_sp_year',	'2015'),
(2912,	2479,	'zn_sp_services',	'Marketing'),
(2913,	2479,	'zn_sp_show_affix',	'yes'),
(2914,	2479,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcc636a21\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioContent\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5fa96dd\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"25\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#e5e5e5\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida8615976\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid9d67b827\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid46d5d221\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid58869c92\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluidc5b08d36\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:205:\"<address>\r\n<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n<br>\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\r\n\r\n</address>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4e3a7aeb\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluide55b9a9b\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid950e7768\";}}'),
(2915,	2479,	'zn_page_custom_css',	''),
(2916,	2480,	'zn_zn_disable_subheader',	'no'),
(2917,	2480,	'zn_page_title_show',	'yes'),
(2918,	2480,	'zn_page_title',	''),
(2919,	2480,	'zn_page_subtitle',	''),
(2920,	2480,	'zn_sp_link',	'a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}'),
(2921,	2480,	'zn_sp_col',	''),
(2922,	2480,	'zn_sp_show_social',	'yes'),
(2923,	2480,	'zn_page_builder_status',	'enabled'),
(2924,	2480,	'slide_template',	'default'),
(2925,	2480,	'zn_port_media',	'a:2:{i:0;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:1;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}}'),
(2926,	2480,	'zn_sp_client',	'Jellyfish Co.'),
(2927,	2480,	'zn_sp_year',	'2015'),
(2928,	2480,	'zn_sp_services',	'Branding'),
(2929,	2480,	'zn_sp_show_affix',	'yes'),
(2930,	2480,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid42fcdd13\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioContent\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddcad2107\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"25\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#e5e5e5\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcb2213c3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid926569e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddb7cf008\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidba22d43d\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid218255d5\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:205:\"<address>\r\n<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n<br>\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\r\n\r\n</address>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0b3754e7\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida5809642\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9616621e\";}}'),
(2931,	2480,	'zn_page_custom_css',	''),
(2932,	2481,	'zn_zn_disable_subheader',	'no'),
(2933,	2481,	'zn_page_title_show',	'yes'),
(2934,	2481,	'zn_page_title',	''),
(2935,	2481,	'zn_page_subtitle',	''),
(2936,	2481,	'zn_sp_link',	'a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}'),
(2937,	2481,	'zn_sp_col',	'Beo Agency'),
(2938,	2481,	'zn_sp_show_social',	'yes'),
(2939,	2481,	'zn_page_builder_status',	'enabled'),
(2940,	2481,	'slide_template',	'default'),
(2941,	2481,	'zn_port_media',	'a:2:{i:0;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:1;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}}'),
(2942,	2481,	'zn_sp_client',	'Compani Inc.'),
(2943,	2481,	'zn_sp_year',	'2015'),
(2944,	2481,	'zn_sp_services',	'Design Mockups, Marketing'),
(2945,	2481,	'zn_sp_show_affix',	'yes'),
(2946,	2481,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8dafd0e3\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioContent\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid67bf1cd0\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"25\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#e5e5e5\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfdcde49c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid5af86435\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbd2302c5\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid481cc586\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid569a055b\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:205:\"<address>\r\n<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n<br>\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\r\n\r\n</address>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid439afec1\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid4d430f2c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6be0773\";}}'),
(2947,	2481,	'zn_page_custom_css',	''),
(2948,	2482,	'zn_zn_disable_subheader',	'no'),
(2949,	2482,	'zn_page_title_show',	'yes'),
(2950,	2482,	'zn_page_title',	''),
(2951,	2482,	'zn_page_subtitle',	''),
(2952,	2482,	'zn_sp_link',	'a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}'),
(2953,	2482,	'zn_sp_col',	''),
(2954,	2482,	'zn_sp_show_social',	'yes'),
(2955,	2482,	'zn_port_media',	'a:2:{i:0;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:1;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}}'),
(2956,	2482,	'zn_page_builder_status',	'enabled'),
(2957,	2482,	'slide_template',	'default'),
(2958,	2482,	'zn_sp_client',	'Deco Inc.'),
(2959,	2482,	'zn_sp_year',	'2015'),
(2960,	2482,	'zn_sp_services',	'Web Design, Branding'),
(2961,	2482,	'zn_sp_show_affix',	'yes'),
(2962,	2482,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb9c7b1cd\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioContent\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3f7a082e\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"25\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#e5e5e5\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid26cfdbf1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidcbb965ce\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid32a4ddc3\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid30e20c9a\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid9a242c77\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:205:\"<address>\r\n<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n<br>\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\r\n\r\n</address>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ae53ddf\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid0b2c9a01\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0ca7abad\";}}'),
(2963,	2482,	'zn_page_custom_css',	''),
(2964,	2483,	'zn_page_layout',	'default'),
(2965,	2483,	'zn_sidebar_select',	'default'),
(2966,	2483,	'zn_zn_disable_subheader',	'no'),
(2967,	2483,	'zn_page_title_show',	'yes'),
(2968,	2483,	'zn_page_title',	''),
(2969,	2483,	'zn_page_subtitle',	''),
(2970,	2483,	'zn_page_builder_status',	'enabled'),
(2971,	2483,	'zn_page_builder_els',	'a:2:{i:0;a:6:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:23:\"THE PASSION FOR WRITING\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:13:\"ALTERNATIVELY\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidafef7335\";}i:1;a:6:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"10\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:14:\"TH_BlogArchive\";s:7:\"options\";a:7:{s:11:\"blog_layout\";s:4:\"cols\";s:12:\"blog_columns\";s:1:\"3\";s:8:\"category\";a:3:{i:0;s:2:\"14\";i:1;i:15;i:2;s:3:\"515\";}s:5:\"count\";s:2:\"12\";s:10:\"blog_style\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid033f2245\";}}s:5:\"width\";s:9:\"col-md-12\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf1b011a6\";}}s:5:\"width\";s:0:\"\";s:6:\"widget\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7eb6f56f\";}}'),
(2972,	2483,	'zn_page_custom_css',	''),
(2973,	2483,	'show_header',	''),
(2974,	2483,	'show_footer',	''),
(2975,	2483,	'zn_page_custom_js',	''),
(2976,	2484,	'zn_page_layout',	'right_sidebar'),
(2977,	2484,	'zn_sidebar_select',	'defaultsidebar'),
(2978,	2484,	'zn_zn_disable_subheader',	'no'),
(2979,	2484,	'zn_page_title_show',	'yes'),
(2980,	2484,	'zn_page_title',	''),
(2981,	2484,	'zn_page_subtitle',	''),
(2982,	2484,	'zn_page_builder_status',	''),
(2983,	2484,	'slide_template',	'default'),
(2984,	2485,	'zn_page_layout',	'default'),
(2985,	2485,	'zn_sidebar_select',	'default'),
(2986,	2485,	'zn_zn_disable_subheader',	'no'),
(2987,	2485,	'zn_page_title_show',	'yes'),
(2988,	2485,	'zn_page_title',	''),
(2989,	2485,	'zn_page_subtitle',	''),
(2990,	2485,	'zn_page_builder_status',	'enabled'),
(2991,	2486,	'zn_zn_disable_subheader',	'no'),
(2992,	2486,	'zn_page_title_show',	'yes'),
(2993,	2486,	'zn_page_title',	''),
(2994,	2486,	'zn_page_subtitle',	''),
(2995,	2486,	'zn_sp_link',	'a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:19:\"Portfolio Item Link\";s:6:\"target\";s:6:\"_blank\";}'),
(2996,	2486,	'zn_sp_col',	''),
(2997,	2486,	'zn_sp_show_social',	'yes'),
(2998,	2486,	'zn_port_media',	'a:2:{i:0;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:1;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}}'),
(2999,	2486,	'zn_page_builder_status',	'enabled'),
(3000,	2486,	'slide_template',	'default'),
(3001,	2486,	'zn_sp_client',	'Acme Group'),
(3002,	2486,	'zn_sp_year',	'2015'),
(3003,	2486,	'zn_sp_services',	'Marketing'),
(3004,	2486,	'zn_sp_show_affix',	'yes'),
(3005,	2486,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd273b72a\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioContent\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid087c8bce\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"25\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#e5e5e5\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7cd67422\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc6cfc83f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfb9f8d2b\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb11e5283\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluiddf7d3a3f\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:205:\"<address>\r\n<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n<br>\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\r\n\r\n</address>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc9d718a4\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid307e1b83\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6043d606\";}}'),
(3006,	2486,	'zn_page_custom_css',	''),
(3009,	2487,	'_thumbnail_id',	'182'),
(3010,	2487,	'zn_page_layout',	'default'),
(3011,	2487,	'zn_sidebar_select',	'default'),
(3012,	2487,	'zn_show_social',	'default'),
(3013,	2487,	'zn_zn_disable_subheader',	'no'),
(3014,	2487,	'zn_page_builder_status',	''),
(3015,	2487,	'_thumbnail_id',	'540'),
(3016,	2487,	'slide_template',	'default'),
(3019,	2488,	'_thumbnail_id',	'182'),
(3020,	2488,	'_thumbnail_id',	'254'),
(3021,	2488,	'zn_page_layout',	'left_sidebar'),
(3022,	2488,	'zn_sidebar_select',	'default'),
(3023,	2488,	'zn_show_social',	'default'),
(3024,	2488,	'zn_zn_disable_subheader',	'no'),
(3025,	2488,	'zn_page_builder_status',	''),
(3026,	2488,	'_wp_old_slug',	'dramatically-integrate-viral-technologies-and-technically-sound-action-items'),
(3027,	2488,	'slide_template',	'default'),
(3030,	2489,	'_thumbnail_id',	'182'),
(3031,	2489,	'_thumbnail_id',	'1233'),
(3032,	2489,	'zn_page_layout',	'default'),
(3033,	2489,	'zn_sidebar_select',	'default'),
(3034,	2489,	'zn_show_social',	'default'),
(3035,	2489,	'zn_zn_disable_subheader',	'no'),
(3036,	2489,	'zn_page_builder_status',	''),
(3037,	2489,	'slide_template',	'default'),
(3040,	2490,	'_thumbnail_id',	'182'),
(3041,	2490,	'_thumbnail_id',	'248'),
(3042,	2490,	'zn_page_layout',	'default'),
(3043,	2490,	'zn_sidebar_select',	'default'),
(3044,	2490,	'zn_show_social',	'default'),
(3045,	2490,	'zn_zn_disable_subheader',	'no'),
(3046,	2490,	'zn_page_builder_status',	''),
(3047,	2491,	'zn_page_builder_status',	'enabled'),
(3048,	2491,	'zn_page_layout',	'default'),
(3049,	2491,	'zn_sidebar_select',	'default'),
(3050,	2491,	'zn_zn_disable_subheader',	'no'),
(3051,	2491,	'zn_page_title_show',	'yes'),
(3052,	2491,	'zn_page_title',	''),
(3053,	2491,	'zn_page_subtitle',	''),
(3054,	2491,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:0:\"\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:0:\"\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd994a70a\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:22:\"JUST A PAGE TITLE HERE\";s:13:\"te_tt_heading\";s:1:\"2\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:38:\"And a page description would be great!\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7231ae76\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:3:{s:9:\"stb_title\";s:0:\"\";s:11:\"stb_content\";s:56:\"A text box will fulfil most of your need to add content.\";s:9:\"stb_style\";s:6:\"style1\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide4baf7f3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc55a0a82\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidab20c09f\";}}'),
(3055,	2491,	'zn_page_custom_css',	''),
(3056,	2492,	'zn_page_layout',	'default'),
(3057,	2492,	'zn_sidebar_select',	'default'),
(3058,	2492,	'zn_zn_disable_subheader',	'no'),
(3059,	2492,	'zn_page_title_show',	'yes'),
(3060,	2492,	'zn_page_title',	''),
(3061,	2492,	'zn_page_subtitle',	''),
(3062,	2492,	'zn_page_builder_status',	'enabled'),
(3063,	2492,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"370\";s:11:\"top_padding\";s:3:\"195\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:13:\"BUTTON STYLES\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:16:\"LOVE TO CLICK\'EM\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#282737\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#513494\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3733857e\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:11:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:22:\"THEME\'S BUTTONS STYLES\";s:13:\"te_tt_heading\";s:1:\"2\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:54:\"For various usages, aesthetics and overall navigation.\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"25\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0b40cd26\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:175:\"<p>So we have lots of styles, we\'ll start with the flat buttons. We can use the default main color theme, a ligh version, a dark version and the Bootstrap\'s button set.</p>\r\n\";s:9:\"stb_title\";s:38:\"STYLES - <strong>FLAT</strong> BUTTONS\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8822c7a0\";}i:2;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:1:{s:10:\"single_btn\";a:9:{i:0;a:9:{s:11:\"button_text\";s:13:\"SAMPLE BUTTON\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:9:{s:11:\"button_text\";s:13:\"SAMPLE BUTTON\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:13:\"btn-fullblack\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:9:{s:11:\"button_text\";s:19:\"BOOTSTRAP - DEFAULT\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:11:\"btn-default\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:9:{s:11:\"button_text\";s:19:\"BOOTSTRAP - PRIMARY\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:11:\"btn-primary\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:9:{s:11:\"button_text\";s:19:\"BOOTSTRAP - SUCCESS\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:11:\"btn-success\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:5;a:9:{s:11:\"button_text\";s:16:\"BOOTSTRAP - INFO\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:8:\"btn-info\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:6;a:9:{s:11:\"button_text\";s:19:\"BOOTSTRAP - WARNING\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:11:\"btn-warning\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:7;a:9:{s:11:\"button_text\";s:18:\"BOOTSTRAP - DANGER\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:10:\"btn-danger\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:8;a:9:{s:11:\"button_text\";s:23:\"BOOTSTRAP - SIMPLE LINK\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:8:\"btn-link\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid31761fa2\";}i:3;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:106:\"<p>Below there are several styles for \"ghost\" type or better called, <strong>lined buttons</strong>.</p>\r\n\";s:9:\"stb_title\";s:39:\"STYLES - <strong>LINED</strong> BUTTONS\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3780379\";}i:4;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:1:{s:10:\"single_btn\";a:6:{i:0;a:9:{s:11:\"button_text\";s:11:\"LINED LIGHT\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:9:\"btn-lined\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:9:{s:11:\"button_text\";s:10:\"LINED DARK\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:20:\"btn-lined lined-dark\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:9:{s:11:\"button_text\";s:10:\"LINED GRAY\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:20:\"btn-lined lined-gray\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:9:{s:11:\"button_text\";s:12:\"LINED CUSTOM\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:9:{s:11:\"button_text\";s:16:\"LINED FULL LIGHT\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:26:\"btn-lined lined-full-light\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:5;a:9:{s:11:\"button_text\";s:15:\"LINED FULL DARK\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:25:\"btn-lined lined-full-dark\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9ad38f30\";}i:5;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:118:\"<p>These buttons are a bit more special, probably to be used in some special places for some attention grabbing.</p>\r\n\";s:9:\"stb_title\";s:40:\"STYLES - <strong>SKEWED</strong> BUTTONS\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8bea6fb8\";}i:6;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:1:{s:10:\"single_btn\";a:6:{i:0;a:9:{s:11:\"button_text\";s:18:\"LINED-SKEWED LIGHT\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:20:\"btn-lined btn-skewed\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:9:{s:11:\"button_text\";s:17:\"LINED-SKEWED DARK\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:31:\"btn-lined btn-skewed lined-dark\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:9:{s:11:\"button_text\";s:17:\"LINED-SKEWED GRAY\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:31:\"btn-lined btn-skewed lined-gray\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:9:{s:11:\"button_text\";s:18:\"FLAT-SKEWED CUSTOM\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:24:\"btn-fullcolor btn-skewed\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:9:{s:11:\"button_text\";s:17:\"FLAT-SKEWED LIGHT\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:24:\"btn-fullwhite btn-skewed\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:5;a:9:{s:11:\"button_text\";s:16:\"FLAT-SKEWED DARK\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:24:\"btn-fullblack btn-skewed\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid27843986\";}i:7;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:45:\"You can use several sizes for various usages.\";s:9:\"stb_title\";s:17:\"SIZES FOR BUTTONS\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid236a750f\";}i:8;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:1:{s:10:\"single_btn\";a:5:{i:0;a:9:{s:11:\"button_text\";s:12:\"DEFAULT SIZE\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:9:{s:11:\"button_text\";s:10:\"LARGE SIZE\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:6:\"btn-lg\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:9:{s:11:\"button_text\";s:11:\"MEDIUM SIZE\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:6:\"btn-md\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:9:{s:11:\"button_text\";s:10:\"SMALL SIZE\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:6:\"btn-sm\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:9:{s:11:\"button_text\";s:16:\"EXTRA SMALL SIZE\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:6:\"btn-xs\";s:12:\"button_width\";s:0:\"\";s:13:\"button_margin\";s:13:\"0 20px 30px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid31805def\";}i:9;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:52:\"You can use several width sizes for various usages.\";s:9:\"stb_title\";s:41:\"CUSTOM <strong>WIDTH</strong> FOR BUTTONS\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb90d0fcb\";}i:10;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:1:{s:10:\"single_btn\";a:4:{i:0;a:10:{s:11:\"button_text\";s:10:\"FULL WIDTH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:23:\"btn-block btn-fullwidth\";s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:10:\"0 0 20px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:10:{s:11:\"button_text\";s:10:\"HALF WIDTH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:13:\"btn-halfwidth\";s:12:\"button_block\";s:14:\"zn_dummy_value\";s:13:\"button_margin\";s:11:\"0 0  20px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:10:{s:11:\"button_text\";s:15:\"ONE THIRD WIDTH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:9:\"btn-third\";s:12:\"button_block\";s:9:\"btn-block\";s:13:\"button_margin\";s:10:\"0 0 20px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:10:{s:11:\"button_text\";s:15:\"ONE FORTH WIDTH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:10:\"SOME TITLE\";s:6:\"target\";s:5:\"_self\";}s:12:\"button_style\";s:13:\"btn-fullcolor\";s:11:\"button_size\";s:0:\"\";s:12:\"button_width\";s:9:\"btn-forth\";s:12:\"button_block\";s:9:\"btn-block\";s:13:\"button_margin\";s:10:\"0 0 20px 0\";s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5a861d6\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidf048c169\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1d0bbe97\";}}'),
(3064,	2492,	'zn_page_custom_css',	''),
(3065,	2493,	'zn_page_layout',	'default'),
(3066,	2493,	'zn_sidebar_select',	'default'),
(3067,	2493,	'zn_zn_disable_subheader',	'no'),
(3068,	2493,	'zn_page_title_show',	'yes'),
(3069,	2493,	'zn_page_title',	'bcxbxcbxcvb'),
(3070,	2493,	'zn_page_subtitle',	'ASDASD'),
(3071,	2493,	'zn_page_builder_status',	'enabled'),
(3072,	2493,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"400\";s:11:\"top_padding\";s:3:\"220\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:16:\"EASTER SUBHEADER\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:16:\"FOR THE HOLIDAYS\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:18:\"flat_with_sparkles\";s:11:\"source_type\";s:5:\"image\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#81d742\";s:22:\"source_overlay_opacity\";s:2:\"15\";s:29:\"source_overlay_color_gradient\";s:7:\"#391cbc\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"35\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0eeb6a72\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:27:\"SUBHEADER - EASTER HOLIDAYS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid106fa1f8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid6c8111d1\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid609469d6\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid05dc850d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ae60a34\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid8b8dca17\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd208b851\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid0aa22777\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb11bda5d\";}}'),
(3073,	2493,	'zn_page_custom_css',	''),
(3074,	2493,	'_dp_original',	'220'),
(3075,	2494,	'zn_page_layout',	'default'),
(3076,	2494,	'zn_sidebar_select',	'default'),
(3077,	2494,	'zn_zn_disable_subheader',	'no'),
(3078,	2494,	'zn_page_title_show',	'yes'),
(3079,	2494,	'zn_page_title',	'bcxbxcbxcvb'),
(3080,	2494,	'zn_page_subtitle',	'ASDASD'),
(3081,	2494,	'zn_page_builder_status',	'enabled'),
(3082,	2494,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"400\";s:11:\"top_padding\";s:3:\"220\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:13:\"ST. PATRICK\'S\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:11:\"HUGE SALE!!\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:17:\"light_blue_-_flat\";s:11:\"source_type\";s:5:\"image\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#407ad1\";s:22:\"source_overlay_opacity\";s:2:\"15\";s:29:\"source_overlay_color_gradient\";s:7:\"#1aafaf\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"35\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0eeb6a72\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:25:\"SUBHEADER - ST. PATRICK\'S\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb53f485c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid2f334984\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc88154da\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb5ff4788\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid668c00cd\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidbe0ef8be\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid074c7b1e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidaf8e37a6\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid428b7453\";}}'),
(3083,	2494,	'zn_page_custom_css',	''),
(3084,	2494,	'_dp_original',	'216'),
(3085,	2495,	'zn_page_layout',	'default'),
(3086,	2495,	'zn_sidebar_select',	'default'),
(3087,	2495,	'zn_zn_disable_subheader',	'no'),
(3088,	2495,	'zn_page_title_show',	'yes'),
(3089,	2495,	'zn_page_title',	'bcxbxcbxcvb'),
(3090,	2495,	'zn_page_subtitle',	'ASDASD'),
(3091,	2495,	'zn_page_builder_status',	'enabled'),
(3092,	2495,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"470\";s:11:\"top_padding\";s:3:\"278\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:15:\"THE 4th OF JULY\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:24:\"HAPPY INDEPENDENCE DAY!!\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:17:\"light_blue_-_flat\";s:11:\"source_type\";s:5:\"image\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#dd3333\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#1a3aaf\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"35\";s:16:\"hm_header_bmasks\";s:5:\"mask5\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0eeb6a72\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:20:\"SUBHEADER - 4TH JULY\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid020ba154\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid672f197a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e8379fa\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid3ef33eb8\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid82ce3e49\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid322c5551\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid130373e8\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid0797e7ec\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid755e8be9\";}}'),
(3093,	2495,	'zn_page_custom_css',	''),
(3094,	2495,	'_dp_original',	'214'),
(3095,	2496,	'zn_page_layout',	'default'),
(3096,	2496,	'zn_sidebar_select',	'default'),
(3097,	2496,	'zn_zn_disable_subheader',	'no'),
(3098,	2496,	'zn_page_title_show',	'yes'),
(3099,	2496,	'zn_page_title',	'bcxbxcbxcvb'),
(3100,	2496,	'zn_page_subtitle',	'ASDASD'),
(3101,	2496,	'zn_page_builder_status',	'enabled'),
(3102,	2496,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"450\";s:11:\"top_padding\";s:3:\"220\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:18:\"CHRISTMAS HOLIDAYS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:11:\"HO.. HOHOHO\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:18:\"flat_with_sparkles\";s:11:\"source_type\";s:5:\"image\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#16e7ff\";s:22:\"source_overlay_opacity\";s:2:\"20\";s:29:\"source_overlay_color_gradient\";s:7:\"#002130\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"45\";s:16:\"hm_header_bmasks\";s:5:\"mask5\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0eeb6a72\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:21:\"SUBHEADER - CHRISTMAS\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid011d0bd1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid52d8db77\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb4721f27\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidf3cfd178\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfa819cad\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidaeb67838\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid439a033b\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid97ad1be5\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14f4f551\";}}'),
(3103,	2496,	'zn_page_custom_css',	''),
(3104,	2496,	'_dp_original',	'211'),
(3105,	2497,	'zn_page_layout',	'default'),
(3106,	2497,	'zn_sidebar_select',	'default'),
(3107,	2497,	'zn_zn_disable_subheader',	'no'),
(3108,	2497,	'zn_page_title_show',	'yes'),
(3109,	2497,	'zn_page_title',	'bcxbxcbxcvb'),
(3110,	2497,	'zn_page_subtitle',	'ASDASD'),
(3111,	2497,	'zn_page_builder_status',	'enabled'),
(3112,	2497,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"400\";s:11:\"top_padding\";s:3:\"220\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:17:\"ANIMATED SPARKLES\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:12:\"FOR EMOTIONS\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:18:\"flat_with_sparkles\";s:11:\"source_type\";s:5:\"image\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#391cbc\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"35\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0eeb6a72\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:32:\"SUBHEADER WITH ANIMATED SPARKLES\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8bbfa698\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f80c27f\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid02fbe014\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid731ed3a7\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid79e9dde2\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid391fc4b7\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8b799642\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid79bb4bdf\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7b912799\";}}'),
(3113,	2497,	'zn_page_custom_css',	''),
(3114,	2497,	'_dp_original',	'157'),
(3115,	2498,	'zn_page_layout',	'default'),
(3116,	2498,	'zn_sidebar_select',	'default'),
(3117,	2498,	'zn_zn_disable_subheader',	'no'),
(3118,	2498,	'zn_page_title_show',	'yes'),
(3119,	2498,	'zn_page_title',	'aasdasd'),
(3120,	2498,	'zn_page_subtitle',	'asdasdas'),
(3121,	2498,	'zn_page_builder_status',	'enabled'),
(3122,	2498,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:12:\"CONTACT FORM\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:19:\"ALWAYS GET IN TOUCH\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid72c32a45\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:20:\"CONTACT FORM ELEMENT\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2b486251\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid332727d3\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:16:\"danny@hogash.com\";s:12:\"submit_label\";s:4:\"Send\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:6:{i:0;a:7:{s:4:\"name\";s:9:\"Firstname\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:28:\"Please enter your first name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:8:\"Lastname\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:33:\"Please enter your first last name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:2;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:30:\"Please type your email address\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"1\";}i:3;a:7:{s:4:\"name\";s:10:\"Department\";s:4:\"type\";s:6:\"select\";s:13:\"select_option\";s:67:\"sales:Sales, marketing:Marketing, customer support:Customer Support\";s:11:\"placeholder\";s:0:\"\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:4;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:25:\"Enter the subject message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:5;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:12:\"Your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c6615ff\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid316cba1f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ab89b11\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ededed\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:14:{s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:8:\"te_title\";s:19:\"SIMPLE CONTACT FORM\";s:13:\"te_tt_heading\";s:1:\"4\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf056bda4\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid36a6ad2a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:112:\"<p>This light configured form should provide a simple way of allowing your users delivering their message.</p>\r\n\";s:5:\"email\";s:16:\"danny@hogash.com\";s:12:\"submit_label\";s:4:\"Send\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"1\";s:6:\"fields\";a:3:{i:0;a:7:{s:4:\"name\";s:9:\"YOUR NAME\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:28:\"Please enter your first name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:13:\"EMAIL ADDRESS\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:30:\"Please type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:12:\"Your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid35f44b2c\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluid6ced1922\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid58feff54\";}}'),
(3123,	2498,	'zn_page_custom_css',	''),
(3124,	2499,	'zn_page_layout',	'default'),
(3125,	2499,	'zn_sidebar_select',	'default'),
(3126,	2499,	'zn_zn_disable_subheader',	'no'),
(3127,	2499,	'zn_page_title_show',	'yes'),
(3128,	2499,	'zn_page_title',	''),
(3129,	2499,	'zn_page_subtitle',	''),
(3130,	2499,	'zn_page_builder_status',	'enabled'),
(3131,	2499,	'zn_page_builder_els',	's:25954:\"a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"ICONS INCLUDED\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:24:\"RETINA READY I MIGHT ADD\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid21e58ad7\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:19:\"FONT ICONS INCLUDED\";s:13:\"te_tt_heading\";s:1:\"2\";s:12:\"te_tt_weight\";s:8:\"semibold\";s:11:\"te_subtitle\";s:140:\"These are the family font icon sets included in the theme however you can add as many other icons you want <br>or even remove some of them. \";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9039375f\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:32807:\"<h3 class=\"m_title\">FONT FAMILY <strong>Glyphicons Halflings</strong></h3> <ul class=\"kl-icon-list clearfix\"> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"*\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"+\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"¥\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"€\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"₽\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"−\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"⌛\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"☁\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"⛺\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"✉\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"✏\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\"></li> <li class=\" zn_icon\" data-zniconfam=\"glyphicons_halflingsregular\" data-zn_icon=\"\";'),
(3132,	2499,	'zn_page_custom_css',	''),
(3133,	2500,	'slide_template',	'default'),
(3134,	2500,	'zn_zn_disable_subheader',	'no'),
(3135,	2500,	'zn_page_title_show',	'yes'),
(3136,	2500,	'zn_page_title',	''),
(3137,	2500,	'zn_page_subtitle',	''),
(3138,	2500,	'zn_sp_link',	'a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";}'),
(3139,	2500,	'zn_sp_col',	'Acme Agency'),
(3140,	2500,	'zn_sp_show_social',	'yes'),
(3141,	2500,	'zn_port_media',	'a:2:{i:0;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}i:1;a:3:{s:13:\"port_med_name\";s:0:\"\";s:21:\"port_media_image_comb\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:21:\"port_media_video_comb\";s:0:\"\";}}'),
(3142,	2500,	'zn_page_builder_status',	'enabled'),
(3143,	2500,	'zn_sp_client',	'Innovate Inc'),
(3144,	2500,	'zn_sp_year',	'2015'),
(3145,	2500,	'zn_sp_services',	'Design Mockups, SEO, Marketing'),
(3146,	2500,	'zn_sp_show_affix',	'yes'),
(3147,	2500,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid90ddc799\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:19:\"TH_PortfolioContent\";s:7:\"options\";a:0:{}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidff8c6043\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"25\";s:13:\"bottom_margin\";s:2:\"35\";s:5:\"color\";s:7:\"#e5e5e5\";s:6:\"height\";s:1:\"2\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc3f169c6\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid96c1a2b3\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc049fe2e\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:13:\"ZnContactForm\";s:7:\"options\";a:8:{s:11:\"description\";s:0:\"\";s:5:\"email\";s:27:\"donotreply@hogash-demos.com\";s:12:\"submit_label\";s:12:\"Send message\";s:13:\"email_subject\";s:19:\"New form submission\";s:12:\"sent_message\";s:27:\"Thank you for contacting us\";s:7:\"captcha\";s:1:\"1\";s:12:\"cf_labels_pl\";s:1:\"3\";s:6:\"fields\";a:4:{i:0;a:7:{s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter your name\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:1;a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:23:\"Type your email address\";s:5:\"width\";s:8:\"col-sm-6\";s:10:\"validation\";s:8:\"is_email\";s:14:\"is_email_field\";s:1:\"1\";}i:2;a:7:{s:4:\"name\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:32:\"Enter a subject for your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}i:3;a:7:{s:4:\"name\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:13:\"select_option\";s:0:\"\";s:11:\"placeholder\";s:18:\"Write your message\";s:5:\"width\";s:9:\"col-sm-12\";s:10:\"validation\";s:9:\"not_empty\";s:14:\"is_email_field\";s:1:\"0\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb04a6bf6\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid9edbddad\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:205:\"<address>\r\n<h4>Mulberry St, New York, NY 10012, USA</h4>\r\n1.900.256.332\r\n1.900.256.334\r\n<br>\r\n<a href=\"mailto:#\">hello@yourwebsite.com</a>\r\n<a href=\"http://www.hogash.com/\">www.hogash.com</a>\r\n\r\n</address>\";s:9:\"stb_title\";s:12:\"CONTACT INFO\";s:9:\"stb_style\";s:6:\"style2\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc6b45213\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid36ab6fc8\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6dc54684\";}}'),
(3148,	2500,	'zn_page_custom_css',	''),
(3149,	2501,	'zn_page_layout',	'default'),
(3150,	2501,	'zn_sidebar_select',	'default'),
(3151,	2501,	'zn_zn_disable_subheader',	'no'),
(3152,	2501,	'zn_page_title_show',	'yes'),
(3153,	2501,	'zn_page_title',	''),
(3154,	2501,	'zn_page_subtitle',	''),
(3155,	2501,	'zn_page_builder_status',	''),
(3156,	2502,	'zn_page_layout',	'default'),
(3157,	2502,	'zn_sidebar_select',	'default'),
(3158,	2502,	'zn_zn_disable_subheader',	'no'),
(3159,	2502,	'zn_page_title_show',	'yes'),
(3160,	2502,	'zn_page_title',	''),
(3161,	2502,	'zn_page_subtitle',	'FOR THE DYNAMICS'),
(3162,	2502,	'zn_page_builder_status',	'enabled'),
(3163,	2502,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"400\";s:11:\"top_padding\";s:3:\"240\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:17:\"BACKGROUND COLORS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:20:\"OR AWESOME GRADIENTS\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:105:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:18:\"source_vd_self_ogg\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.ogv\";s:19:\"source_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:12:\"source_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"middle-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#64d2e7\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#e0e4cc\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0eeb6a72\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:40:\"SUBHEADER WITH GRADIENT COLOR BACKGROUND\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid354de4ec\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc8817f7d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid86f17478\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid4a73a581\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcc3ea83b\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid9f5b578a\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc8cfa312\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidfc9a803b\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0e010d58\";}}'),
(3164,	2502,	'zn_page_custom_css',	''),
(3165,	2502,	'_dp_original',	'176'),
(3166,	2503,	'zn_page_layout',	'default'),
(3167,	2503,	'zn_sidebar_select',	'default'),
(3168,	2503,	'zn_zn_disable_subheader',	'no'),
(3169,	2503,	'zn_page_title_show',	'yes'),
(3170,	2503,	'zn_page_title',	''),
(3171,	2503,	'zn_page_subtitle',	''),
(3172,	2503,	'zn_page_builder_status',	'enabled'),
(3173,	2503,	'zn_page_builder_els',	'a:5:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:20:\"ACCORDIONS & TOGGLES\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:15:\"ALWAYS IN HANDY\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid53ca8cf4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:39:\"New Accordion Style! Style 4, from v4.0\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:0:\"\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid01fe032b\";}i:1;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:3:{s:9:\"acc_title\";s:17:\"Accordion Style 4\";s:9:\"acc_style\";s:6:\"style4\";s:16:\"accordion_single\";a:4:{i:0;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 1\";s:15:\"acc_single_desc\";s:395:\"<p>Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.</p>\r\n\";s:12:\"acc_colapsed\";s:3:\"yes\";}i:1;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 2\";s:15:\"acc_single_desc\";s:395:\"<p>Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.</p>\r\n\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 3\";s:15:\"acc_single_desc\";s:395:\"<p>Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.</p>\r\n\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 4\";s:15:\"acc_single_desc\";s:395:\"<p>Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.</p>\r\n\";s:12:\"acc_colapsed\";s:2:\"no\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5dcc9025\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidebbcebe1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddd23d15a\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:3:{s:9:\"acc_title\";s:17:\"Accordion Style 1\";s:9:\"acc_style\";s:13:\"default-style\";s:16:\"accordion_single\";a:4:{i:0;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 1\";s:15:\"acc_single_desc\";s:386:\"Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.\";s:12:\"acc_colapsed\";s:3:\"yes\";}i:1;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 2\";s:15:\"acc_single_desc\";s:386:\"Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 3\";s:15:\"acc_single_desc\";s:386:\"Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 4\";s:15:\"acc_single_desc\";s:386:\"Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.\";s:12:\"acc_colapsed\";s:2:\"no\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83058d50\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid6af13e95\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid84259b36\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:3:{s:9:\"acc_title\";s:17:\"Accordion Style 2\";s:9:\"acc_style\";s:6:\"style2\";s:16:\"accordion_single\";a:4:{i:0;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 1\";s:15:\"acc_single_desc\";s:395:\"<p>Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.</p>\r\n\";s:12:\"acc_colapsed\";s:3:\"yes\";}i:1;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 2\";s:15:\"acc_single_desc\";s:395:\"<p>Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.</p>\r\n\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 3\";s:15:\"acc_single_desc\";s:395:\"<p>Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.</p>\r\n\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 4\";s:15:\"acc_single_desc\";s:395:\"<p>Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.</p>\r\n\";s:12:\"acc_colapsed\";s:2:\"no\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1e6ae86d\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid33db4ecc\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4e6b816b\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:3:{s:9:\"acc_title\";s:17:\"Accordion Style 3\";s:9:\"acc_style\";s:6:\"style3\";s:16:\"accordion_single\";a:4:{i:0;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 1\";s:15:\"acc_single_desc\";s:395:\"<p>Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.</p>\r\n\";s:12:\"acc_colapsed\";s:3:\"yes\";}i:1;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 2\";s:15:\"acc_single_desc\";s:395:\"<p>Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.</p>\r\n\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 3\";s:15:\"acc_single_desc\";s:395:\"<p>Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.</p>\r\n\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:3:{s:16:\"acc_single_title\";s:24:\"Sample accordion title 4\";s:15:\"acc_single_desc\";s:395:\"<p>Rapidiously orchestrate one-to-one imperatives with covalent core competencies. Compellingly procrastinate excellent e-commerce whereas principle-centered expertise. Progressively brand compelling architectures before optimal ideas. Dynamically evisculate high-payoff leadership and leading-edge customer service. Dynamically parallel task enabled materials whereas value-added markets.</p>\r\n\";s:12:\"acc_colapsed\";s:2:\"no\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb98f7dad\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid20bb5f57\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd58de31a\";}}'),
(3174,	2503,	'zn_page_custom_css',	''),
(3175,	2503,	'slide_template',	'default'),
(3176,	2504,	'zn_page_layout',	'default'),
(3177,	2504,	'zn_sidebar_select',	'default'),
(3178,	2504,	'zn_zn_disable_subheader',	'no'),
(3179,	2504,	'zn_page_title_show',	'yes'),
(3180,	2504,	'zn_page_title',	''),
(3181,	2504,	'zn_page_subtitle',	'FOR THE DYNAMICS'),
(3182,	2504,	'zn_page_builder_status',	'enabled'),
(3183,	2504,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"450\";s:11:\"top_padding\";s:3:\"250\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:16:\"BACKGROUND VIDEO\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:16:\"FOR THE DYNAMICS\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:10:\"video_self\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:105:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4\";s:18:\"source_vd_self_ogg\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.ogv\";s:19:\"source_vd_self_webm\";s:85:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm\";s:12:\"source_vd_vp\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"middle-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#391cbc\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"35\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0eeb6a72\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:31:\"SUBHEADER WITH VIDEO BACKGROUND\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid11f97b84\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide4d9ec02\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1c16f3a9\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid66da65bf\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid26579fb6\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb70a8ea8\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6a95eb44\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide03da32f\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida92be55d\";}}'),
(3184,	2504,	'zn_page_custom_css',	''),
(3185,	2504,	'_dp_original',	'157'),
(3186,	2505,	'zn_page_layout',	'default'),
(3187,	2505,	'zn_sidebar_select',	'default'),
(3188,	2505,	'zn_zn_disable_subheader',	'no'),
(3189,	2505,	'zn_page_title_show',	'yes'),
(3190,	2505,	'zn_page_title',	''),
(3191,	2505,	'zn_page_subtitle',	''),
(3192,	2505,	'zn_page_builder_status',	'enabled'),
(3193,	2505,	'zn_page_builder_els',	'a:7:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"375\";s:11:\"top_padding\";s:3:\"185\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:15:\"NAVIGATION TABS\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:26:\"FOR PROPER CONTENT DISPLAY\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:14:\"flat_dark_blue\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask5\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid427cecf2\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:34:\"New Tabs style! Style 5, from v4.0\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidebe186d7\";}i:1;a:5:{s:6:\"object\";s:17:\"TH_HorizontalTabs\";s:7:\"options\";a:2:{s:13:\"vts_tab_style\";s:11:\"tabs_style5\";s:21:\"single_horizontal_tab\";a:3:{i:0;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #1\";s:15:\"vts_tab_c_title\";s:14:\"Pane 1 Content\";s:17:\"vts_tab_c_content\";s:758:\"<p><a href=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg\"><img class=\"alignleft size-medium wp-image-171\" src=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized-300x200.jpg\" alt=\"photo-1431578500526-4d9613015464-resized\" width=\"300\" height=\"200\" /></a>Authoritatively myocardinate bricks-and-clicks content with user-centric mindshare. Competently myocardinate functionalized technology rather than premier applications. Uniquely disseminate parallel relationships before cross functional initiatives. Collaboratively leverage other\'s e-business results for cross functional systems. Uniquely extend top-line ideas after real-time vortals.</p>\r\n\";}i:1;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #2\";s:15:\"vts_tab_c_title\";s:14:\"Pane 2 Content\";s:17:\"vts_tab_c_content\";s:470:\"<p>Competently visualize e-business bandwidth whereas sticky convergence. Monotonectally actualize superior supply chains whereas efficient mindshare. Collaboratively underwhelm process-centric e-commerce without fully tested best practices. Progressively promote extensible systems for robust mindshare. Compellingly provide access to high-payoff sources after prospective metrics.</p>\r\n<p>Globally create inexpensive paradigms through integrated quality vectors.</p>\r\n\";}i:2;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #3\";s:15:\"vts_tab_c_title\";s:14:\"Pane 3 Content\";s:17:\"vts_tab_c_content\";s:831:\"<p>Authoritatively parallel task team building models via leveraged initiatives. Competently disintermediate e-business strategic theme areas whereas open-source products. Monotonectally matrix integrated intellectual capital for premier mindshare. Rapidiously revolutionize web-enabled products whereas alternative ideas. Completely transform resource sucking supply chains via error-free content.<br />\r\nEnergistically foster client-centric solutions for market-driven infrastructures. Phosfluorescently whiteboard prospective action items whereas enabled leadership skills. Credibly synthesize premier e-business whereas diverse action items. Rapidiously leverage other\'s equity invested channels and long-term high-impact value. Continually myocardinate high standards in testing procedures and interactive opportunities.</p>\r\n\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc3403c3a\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid33d46b61\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid17d1c259\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"Tabs Style 1\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3549c3ee\";}i:1;a:5:{s:6:\"object\";s:17:\"TH_HorizontalTabs\";s:7:\"options\";a:2:{s:13:\"vts_tab_style\";s:11:\"tabs_style1\";s:21:\"single_horizontal_tab\";a:3:{i:0;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #1\";s:15:\"vts_tab_c_title\";s:14:\"Pane 1 Content\";s:17:\"vts_tab_c_content\";s:749:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg\"><img class=\"alignleft size-medium wp-image-171\" src=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized-300x200.jpg\" alt=\"photo-1431578500526-4d9613015464-resized\" width=\"300\" height=\"200\" /></a>Authoritatively myocardinate bricks-and-clicks content with user-centric mindshare. Competently myocardinate functionalized technology rather than premier applications. Uniquely disseminate parallel relationships before cross functional initiatives. Collaboratively leverage other\'s e-business results for cross functional systems. Uniquely extend top-line ideas after real-time vortals.\";}i:1;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #2\";s:15:\"vts_tab_c_title\";s:14:\"Pane 2 Content\";s:17:\"vts_tab_c_content\";s:470:\"<p>Competently visualize e-business bandwidth whereas sticky convergence. Monotonectally actualize superior supply chains whereas efficient mindshare. Collaboratively underwhelm process-centric e-commerce without fully tested best practices. Progressively promote extensible systems for robust mindshare. Compellingly provide access to high-payoff sources after prospective metrics.</p>\r\n<p>Globally create inexpensive paradigms through integrated quality vectors.</p>\r\n\";}i:2;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #3\";s:15:\"vts_tab_c_title\";s:14:\"Pane 3 Content\";s:17:\"vts_tab_c_content\";s:831:\"<p>Authoritatively parallel task team building models via leveraged initiatives. Competently disintermediate e-business strategic theme areas whereas open-source products. Monotonectally matrix integrated intellectual capital for premier mindshare. Rapidiously revolutionize web-enabled products whereas alternative ideas. Completely transform resource sucking supply chains via error-free content.<br />\r\nEnergistically foster client-centric solutions for market-driven infrastructures. Phosfluorescently whiteboard prospective action items whereas enabled leadership skills. Credibly synthesize premier e-business whereas diverse action items. Rapidiously leverage other\'s equity invested channels and long-term high-impact value. Continually myocardinate high standards in testing procedures and interactive opportunities.</p>\r\n\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide2d4c7cc\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8ebddbbd\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0f9cd75\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"Tabs Style 2\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidc40f70dd\";}i:1;a:5:{s:6:\"object\";s:17:\"TH_HorizontalTabs\";s:7:\"options\";a:2:{s:13:\"vts_tab_style\";s:11:\"tabs_style2\";s:21:\"single_horizontal_tab\";a:3:{i:0;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #1\";s:15:\"vts_tab_c_title\";s:14:\"Pane 1 Content\";s:17:\"vts_tab_c_content\";s:749:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg\"><img class=\"alignleft size-medium wp-image-171\" src=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized-300x200.jpg\" alt=\"photo-1431578500526-4d9613015464-resized\" width=\"300\" height=\"200\" /></a>Authoritatively myocardinate bricks-and-clicks content with user-centric mindshare. Competently myocardinate functionalized technology rather than premier applications. Uniquely disseminate parallel relationships before cross functional initiatives. Collaboratively leverage other\'s e-business results for cross functional systems. Uniquely extend top-line ideas after real-time vortals.\";}i:1;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #2\";s:15:\"vts_tab_c_title\";s:14:\"Pane 2 Content\";s:17:\"vts_tab_c_content\";s:470:\"<p>Competently visualize e-business bandwidth whereas sticky convergence. Monotonectally actualize superior supply chains whereas efficient mindshare. Collaboratively underwhelm process-centric e-commerce without fully tested best practices. Progressively promote extensible systems for robust mindshare. Compellingly provide access to high-payoff sources after prospective metrics.</p>\r\n<p>Globally create inexpensive paradigms through integrated quality vectors.</p>\r\n\";}i:2;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #3\";s:15:\"vts_tab_c_title\";s:14:\"Pane 3 Content\";s:17:\"vts_tab_c_content\";s:831:\"<p>Authoritatively parallel task team building models via leveraged initiatives. Competently disintermediate e-business strategic theme areas whereas open-source products. Monotonectally matrix integrated intellectual capital for premier mindshare. Rapidiously revolutionize web-enabled products whereas alternative ideas. Completely transform resource sucking supply chains via error-free content.<br />\r\nEnergistically foster client-centric solutions for market-driven infrastructures. Phosfluorescently whiteboard prospective action items whereas enabled leadership skills. Credibly synthesize premier e-business whereas diverse action items. Rapidiously leverage other\'s equity invested channels and long-term high-impact value. Continually myocardinate high standards in testing procedures and interactive opportunities.</p>\r\n\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3013b659\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid33d0fbc0\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid611144d0\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"Tabs Style 3\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5e6273d5\";}i:1;a:5:{s:6:\"object\";s:17:\"TH_HorizontalTabs\";s:7:\"options\";a:2:{s:13:\"vts_tab_style\";s:11:\"tabs_style3\";s:21:\"single_horizontal_tab\";a:3:{i:0;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #1\";s:15:\"vts_tab_c_title\";s:14:\"Pane 1 Content\";s:17:\"vts_tab_c_content\";s:749:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg\"><img class=\"alignleft size-medium wp-image-171\" src=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized-300x200.jpg\" alt=\"photo-1431578500526-4d9613015464-resized\" width=\"300\" height=\"200\" /></a>Authoritatively myocardinate bricks-and-clicks content with user-centric mindshare. Competently myocardinate functionalized technology rather than premier applications. Uniquely disseminate parallel relationships before cross functional initiatives. Collaboratively leverage other\'s e-business results for cross functional systems. Uniquely extend top-line ideas after real-time vortals.\";}i:1;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #2\";s:15:\"vts_tab_c_title\";s:14:\"Pane 2 Content\";s:17:\"vts_tab_c_content\";s:470:\"<p>Competently visualize e-business bandwidth whereas sticky convergence. Monotonectally actualize superior supply chains whereas efficient mindshare. Collaboratively underwhelm process-centric e-commerce without fully tested best practices. Progressively promote extensible systems for robust mindshare. Compellingly provide access to high-payoff sources after prospective metrics.</p>\r\n<p>Globally create inexpensive paradigms through integrated quality vectors.</p>\r\n\";}i:2;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #3\";s:15:\"vts_tab_c_title\";s:14:\"Pane 3 Content\";s:17:\"vts_tab_c_content\";s:831:\"<p>Authoritatively parallel task team building models via leveraged initiatives. Competently disintermediate e-business strategic theme areas whereas open-source products. Monotonectally matrix integrated intellectual capital for premier mindshare. Rapidiously revolutionize web-enabled products whereas alternative ideas. Completely transform resource sucking supply chains via error-free content.<br />\r\nEnergistically foster client-centric solutions for market-driven infrastructures. Phosfluorescently whiteboard prospective action items whereas enabled leadership skills. Credibly synthesize premier e-business whereas diverse action items. Rapidiously leverage other\'s equity invested channels and long-term high-impact value. Continually myocardinate high standards in testing procedures and interactive opportunities.</p>\r\n\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71fd9f80\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1b70c4ec\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida6991281\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:2:\"80\";s:14:\"bottom_padding\";s:2:\"80\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"Tabs Style 4\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"30\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf1dab31a\";}i:1;a:5:{s:6:\"object\";s:17:\"TH_HorizontalTabs\";s:7:\"options\";a:2:{s:13:\"vts_tab_style\";s:11:\"tabs_style4\";s:21:\"single_horizontal_tab\";a:3:{i:0;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #1\";s:15:\"vts_tab_c_title\";s:14:\"Pane 1 Content\";s:17:\"vts_tab_c_content\";s:749:\"<a href=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg\"><img class=\"alignleft size-medium wp-image-171\" src=\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized-300x200.jpg\" alt=\"photo-1431578500526-4d9613015464-resized\" width=\"300\" height=\"200\" /></a>Authoritatively myocardinate bricks-and-clicks content with user-centric mindshare. Competently myocardinate functionalized technology rather than premier applications. Uniquely disseminate parallel relationships before cross functional initiatives. Collaboratively leverage other\'s e-business results for cross functional systems. Uniquely extend top-line ideas after real-time vortals.\";}i:1;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #2\";s:15:\"vts_tab_c_title\";s:14:\"Pane 2 Content\";s:17:\"vts_tab_c_content\";s:470:\"<p>Competently visualize e-business bandwidth whereas sticky convergence. Monotonectally actualize superior supply chains whereas efficient mindshare. Collaboratively underwhelm process-centric e-commerce without fully tested best practices. Progressively promote extensible systems for robust mindshare. Compellingly provide access to high-payoff sources after prospective metrics.</p>\r\n<p>Globally create inexpensive paradigms through integrated quality vectors.</p>\r\n\";}i:2;a:3:{s:13:\"vts_tab_title\";s:11:\"Some tab #3\";s:15:\"vts_tab_c_title\";s:14:\"Pane 3 Content\";s:17:\"vts_tab_c_content\";s:831:\"<p>Authoritatively parallel task team building models via leveraged initiatives. Competently disintermediate e-business strategic theme areas whereas open-source products. Monotonectally matrix integrated intellectual capital for premier mindshare. Rapidiously revolutionize web-enabled products whereas alternative ideas. Completely transform resource sucking supply chains via error-free content.<br />\r\nEnergistically foster client-centric solutions for market-driven infrastructures. Phosfluorescently whiteboard prospective action items whereas enabled leadership skills. Credibly synthesize premier e-business whereas diverse action items. Rapidiously leverage other\'s equity invested channels and long-term high-impact value. Continually myocardinate high standards in testing procedures and interactive opportunities.</p>\r\n\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1e5d1a5e\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid702b4fd0\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid69fdcb98\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_InfoBox\";s:7:\"options\";a:10:{s:8:\"ib_title\";s:35:\"Impressed by the new Kallyas Theme?\";s:11:\"ib_subtitle\";s:0:\"\";s:8:\"ib_style\";s:8:\"infobox3\";s:14:\"ib_theme_color\";s:5:\"light\";s:10:\"ib_bgcolor\";s:0:\"\";s:10:\"ib_bgimage\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"ib_button_text2\";s:0:\"\";s:15:\"ib_button_link2\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}s:14:\"ib_button_text\";s:12:\"Purchase now\";s:14:\"ib_button_link\";a:3:{s:3:\"url\";s:83:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658\";s:5:\"title\";s:0:\"\";s:6:\"target\";s:5:\"_self\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddb6c9f53\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidea6373f0\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6e09ca88\";}}'),
(3194,	2505,	'zn_page_custom_css',	''),
(3195,	2506,	'zn_page_layout',	'default'),
(3196,	2506,	'zn_sidebar_select',	'default'),
(3197,	2506,	'zn_zn_disable_subheader',	'no'),
(3198,	2506,	'zn_page_title_show',	'yes'),
(3199,	2506,	'zn_page_title',	''),
(3200,	2506,	'zn_page_subtitle',	''),
(3201,	2506,	'zn_page_builder_status',	'enabled'),
(3202,	2506,	'zn_page_builder_els',	'a:4:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:40:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:14:\"PRICING TABLES\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:20:\"FOR AWESOME PACKAGES\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:14:\"hm_inherit_ulm\";s:2:\"no\";s:13:\"hm_br_options\";s:2:\"lg\";s:16:\"hm_header_height\";s:3:\"402\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:19:\"hm_header_height_md\";s:3:\"300\";s:14:\"top_padding_md\";s:3:\"170\";s:17:\"bottom_padding_md\";s:1:\"0\";s:19:\"hm_header_height_sm\";s:3:\"300\";s:14:\"top_padding_sm\";s:3:\"170\";s:17:\"bottom_padding_sm\";s:1:\"0\";s:19:\"hm_header_height_xs\";s:3:\"300\";s:14:\"top_padding_xs\";s:3:\"170\";s:17:\"bottom_padding_xs\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask5\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d74a3ed\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:3:\"100\";s:14:\"bottom_padding\";s:3:\"100\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:29:\"New Pricing Tables, from v4.0\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"60\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91814d90\";}i:1;a:5:{s:6:\"object\";s:15:\"TH_PricingTable\";s:7:\"options\";a:2:{s:12:\"pt_num_items\";s:1:\"4\";s:21:\"pricing_tables_single\";a:4:{i:0;a:7:{s:18:\"pt_single_featured\";s:14:\"zn_dummy_value\";s:15:\"pt_single_title\";s:7:\"Starter\";s:15:\"pt_single_price\";s:4:\"6.99\";s:21:\"pt_single_plan_period\";s:5:\"month\";s:21:\"pt_single_ca_btn_text\";s:9:\"Order Now\";s:21:\"pt_single_ca_btn_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Order Now\";s:6:\"target\";s:5:\"_self\";}s:18:\"pt_single_features\";s:74:\"2 Users\r\n2 Workspaces\r\n5 Clients\r\n1GB Storage\r\nMax file size 10mb\r\n-\r\n-\r\n-\";}i:1;a:7:{s:18:\"pt_single_featured\";s:2:\"no\";s:15:\"pt_single_title\";s:8:\"Standard\";s:15:\"pt_single_price\";s:4:\"9.99\";s:21:\"pt_single_plan_period\";s:5:\"month\";s:21:\"pt_single_ca_btn_text\";s:9:\"Order Now\";s:21:\"pt_single_ca_btn_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Order Now\";s:6:\"target\";s:5:\"_self\";}s:18:\"pt_single_features\";s:92:\"5 Users\r\n2 Workspaces\r\n10 Clients\r\n2.5GB Storage\r\nMax file size 50mb\r\n–\r\nTech Support\r\n–\";}i:2;a:7:{s:18:\"pt_single_featured\";s:14:\"zn_dummy_value\";s:15:\"pt_single_title\";s:12:\"Professional\";s:15:\"pt_single_price\";s:5:\"13.99\";s:21:\"pt_single_plan_period\";s:5:\"month\";s:21:\"pt_single_ca_btn_text\";s:9:\"Order Now\";s:21:\"pt_single_ca_btn_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Order Now\";s:6:\"target\";s:5:\"_self\";}s:18:\"pt_single_features\";s:103:\"10 Users\r\n10 Workspaces\r\n15 Clients\r\n5GB Storage\r\nMax file size 100mb\r\n–\r\nTech Support\r\nHigh Security\";}i:3;a:7:{s:18:\"pt_single_featured\";s:14:\"zn_dummy_value\";s:15:\"pt_single_title\";s:5:\"Ultra\";s:15:\"pt_single_price\";s:5:\"99.99\";s:21:\"pt_single_plan_period\";s:5:\"month\";s:21:\"pt_single_ca_btn_text\";s:9:\"Order Now\";s:21:\"pt_single_ca_btn_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Order Now\";s:6:\"target\";s:5:\"_self\";}s:18:\"pt_single_features\";s:118:\"Unlimited Users\r\nUnlimited Workspaces\r\n40 Clients\r\n15GB Storage\r\nMax file size 200mb\r\n–\r\nTech Support\r\nHigh Security\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf8b96595\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid72c41d3a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid526201c5\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:3:\"100\";s:14:\"bottom_padding\";s:3:\"100\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:13:\"Custom Colors\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"60\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida500583f\";}i:1;a:5:{s:6:\"object\";s:15:\"TH_PricingTable\";s:7:\"options\";a:3:{s:12:\"pt_num_items\";s:1:\"4\";s:8:\"pt_color\";s:7:\"#1e73be\";s:21:\"pricing_tables_single\";a:4:{i:0;a:7:{s:18:\"pt_single_featured\";s:14:\"zn_dummy_value\";s:15:\"pt_single_title\";s:7:\"Starter\";s:15:\"pt_single_price\";s:4:\"6.99\";s:21:\"pt_single_plan_period\";s:5:\"month\";s:21:\"pt_single_ca_btn_text\";s:9:\"Order Now\";s:21:\"pt_single_ca_btn_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Order Now\";s:6:\"target\";s:5:\"_self\";}s:18:\"pt_single_features\";s:74:\"2 Users\r\n2 Workspaces\r\n5 Clients\r\n1GB Storage\r\nMax file size 10mb\r\n-\r\n-\r\n-\";}i:1;a:7:{s:18:\"pt_single_featured\";s:2:\"no\";s:15:\"pt_single_title\";s:8:\"Standard\";s:15:\"pt_single_price\";s:4:\"9.99\";s:21:\"pt_single_plan_period\";s:5:\"month\";s:21:\"pt_single_ca_btn_text\";s:9:\"Order Now\";s:21:\"pt_single_ca_btn_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Order Now\";s:6:\"target\";s:5:\"_self\";}s:18:\"pt_single_features\";s:92:\"5 Users\r\n2 Workspaces\r\n10 Clients\r\n2.5GB Storage\r\nMax file size 50mb\r\n–\r\nTech Support\r\n–\";}i:2;a:7:{s:18:\"pt_single_featured\";s:14:\"zn_dummy_value\";s:15:\"pt_single_title\";s:12:\"Professional\";s:15:\"pt_single_price\";s:5:\"13.99\";s:21:\"pt_single_plan_period\";s:5:\"month\";s:21:\"pt_single_ca_btn_text\";s:9:\"Order Now\";s:21:\"pt_single_ca_btn_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Order Now\";s:6:\"target\";s:5:\"_self\";}s:18:\"pt_single_features\";s:103:\"10 Users\r\n10 Workspaces\r\n15 Clients\r\n5GB Storage\r\nMax file size 100mb\r\n–\r\nTech Support\r\nHigh Security\";}i:3;a:7:{s:18:\"pt_single_featured\";s:14:\"zn_dummy_value\";s:15:\"pt_single_title\";s:5:\"Ultra\";s:15:\"pt_single_price\";s:5:\"99.99\";s:21:\"pt_single_plan_period\";s:5:\"month\";s:21:\"pt_single_ca_btn_text\";s:9:\"Order Now\";s:21:\"pt_single_ca_btn_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Order Now\";s:6:\"target\";s:5:\"_self\";}s:18:\"pt_single_features\";s:118:\"Unlimited Users\r\nUnlimited Workspaces\r\n40 Clients\r\n15GB Storage\r\nMax file size 200mb\r\n–\r\nTech Support\r\nHigh Security\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid6c79c1b5\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidc7182394\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid92e01f7e\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:23:{s:11:\"top_padding\";s:3:\"100\";s:14:\"bottom_padding\";s:3:\"100\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:13:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:15:\"Up to 5 columns\";s:13:\"te_tt_heading\";s:1:\"3\";s:12:\"te_tt_weight\";s:7:\"regular\";s:11:\"te_subtitle\";s:0:\"\";s:7:\"te_text\";s:0:\"\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:5:\"theme\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"60\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid19168fdb\";}i:1;a:5:{s:6:\"object\";s:15:\"TH_PricingTable\";s:7:\"options\";a:3:{s:12:\"pt_num_items\";s:1:\"4\";s:8:\"pt_color\";s:7:\"#4ca518\";s:21:\"pricing_tables_single\";a:4:{i:0;a:7:{s:18:\"pt_single_featured\";s:14:\"zn_dummy_value\";s:15:\"pt_single_title\";s:7:\"Starter\";s:15:\"pt_single_price\";s:4:\"6.99\";s:21:\"pt_single_plan_period\";s:5:\"month\";s:21:\"pt_single_ca_btn_text\";s:9:\"Order Now\";s:21:\"pt_single_ca_btn_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Order Now\";s:6:\"target\";s:5:\"_self\";}s:18:\"pt_single_features\";s:74:\"2 Users\r\n2 Workspaces\r\n5 Clients\r\n1GB Storage\r\nMax file size 10mb\r\n-\r\n-\r\n-\";}i:1;a:7:{s:18:\"pt_single_featured\";s:2:\"no\";s:15:\"pt_single_title\";s:8:\"Standard\";s:15:\"pt_single_price\";s:4:\"9.99\";s:21:\"pt_single_plan_period\";s:5:\"month\";s:21:\"pt_single_ca_btn_text\";s:9:\"Order Now\";s:21:\"pt_single_ca_btn_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Order Now\";s:6:\"target\";s:5:\"_self\";}s:18:\"pt_single_features\";s:92:\"5 Users\r\n2 Workspaces\r\n10 Clients\r\n2.5GB Storage\r\nMax file size 50mb\r\n–\r\nTech Support\r\n–\";}i:2;a:7:{s:18:\"pt_single_featured\";s:14:\"zn_dummy_value\";s:15:\"pt_single_title\";s:12:\"Professional\";s:15:\"pt_single_price\";s:5:\"13.99\";s:21:\"pt_single_plan_period\";s:5:\"month\";s:21:\"pt_single_ca_btn_text\";s:9:\"Order Now\";s:21:\"pt_single_ca_btn_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Order Now\";s:6:\"target\";s:5:\"_self\";}s:18:\"pt_single_features\";s:103:\"10 Users\r\n10 Workspaces\r\n15 Clients\r\n5GB Storage\r\nMax file size 100mb\r\n–\r\nTech Support\r\nHigh Security\";}i:3;a:7:{s:18:\"pt_single_featured\";s:14:\"zn_dummy_value\";s:15:\"pt_single_title\";s:5:\"Ultra\";s:15:\"pt_single_price\";s:5:\"99.99\";s:21:\"pt_single_plan_period\";s:5:\"month\";s:21:\"pt_single_ca_btn_text\";s:9:\"Order Now\";s:21:\"pt_single_ca_btn_link\";a:3:{s:3:\"url\";s:1:\"#\";s:5:\"title\";s:9:\"Order Now\";s:6:\"target\";s:5:\"_self\";}s:18:\"pt_single_features\";s:118:\"Unlimited Users\r\nUnlimited Workspaces\r\n40 Clients\r\n15GB Storage\r\nMax file size 200mb\r\n–\r\nTech Support\r\nHigh Security\";}}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide5cfc8b8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid54b8fe87\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide50dd8c3\";}}'),
(3203,	2506,	'zn_page_custom_css',	''),
(3204,	2506,	'show_header',	''),
(3205,	2506,	'show_footer',	''),
(3206,	2506,	'zn_page_custom_js',	''),
(3207,	2507,	'zn_page_builder_status',	'disabled'),
(3208,	2507,	'zn_page_layout',	'default'),
(3209,	2507,	'zn_sidebar_select',	'default'),
(3210,	2507,	'zn_zn_disable_subheader',	'no'),
(3211,	2507,	'zn_page_title_show',	'no'),
(3212,	2507,	'zn_page_title',	''),
(3213,	2507,	'zn_page_subtitle',	''),
(3214,	2508,	'zn_page_layout',	'default'),
(3215,	2508,	'zn_sidebar_select',	'default'),
(3216,	2508,	'zn_zn_disable_subheader',	'no'),
(3217,	2508,	'zn_page_title_show',	'yes'),
(3218,	2508,	'zn_page_title',	'bcxbxcbxcvb'),
(3219,	2508,	'zn_page_subtitle',	'ASDASD'),
(3220,	2508,	'zn_page_builder_status',	'enabled'),
(3221,	2508,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:16:\"hm_header_height\";s:3:\"400\";s:11:\"top_padding\";s:3:\"220\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_bread\";s:1:\"1\";s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:16:\"BACKGROUND IMAGE\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:16:\"VISUALLY STUNNED\";s:14:\"hm_header_date\";s:1:\"1\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:5:\"image\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:105:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#391cbc\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"35\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0eeb6a72\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:31:\"SUBHEADER WITH BACKGROUND IMAGE\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid408044ea\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8a31a4ed\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7ccbc1b2\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd530eaac\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2a1a2b6e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid1bca8e15\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5095941c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida0b2f9ac\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3b7b4942\";}}'),
(3222,	2508,	'zn_page_custom_css',	''),
(3223,	2509,	'zn_page_builder_status',	'enabled'),
(3224,	2509,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:8:\"CHECKOUT\";s:11:\"te_subtitle\";s:30:\"Your order is nearly complete.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid47ec576a\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:17601:\"<div class=\"u_fNK\" style=\"position: absolute; top: 0px; left: 0px;\" data-grammarly-part=\"highlights\">\n<div style=\"box-sizing: content-box; top: 330px; left: 591.203px; width: 482.797px; height: 52px; position: relative; pointer-events: none; overflow: hidden; border: 0px; border-radius: 0px; padding: 0px; margin: 0px;\">\n<div style=\"position: absolute; top: 0px; left: 0px;\">\n<div style=\"height: 1092px; width: 2403px;\">\n<div> </div>\n<div> </div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"u_fNK\" style=\"position: absolute; top: 0px; left: 0px;\" data-grammarly-part=\"button\">\n<div style=\"box-sizing: content-box; top: 330px; left: 591.203px; width: 482.797px; height: 52px; position: relative; pointer-events: none; overflow: hidden; border: 0px; border-radius: 0px; padding: 0px; margin: 0px;\">\n<div style=\"position: absolute; transform: translate(-100%, -100%); top: 44px; left: 472.797px; width: auto; height: auto; pointer-events: all;\">\n<div style=\"flex-direction: row; display: none; pointer-events: auto;\">\n<div style=\"position: relative;\"> </div>\n<div>\n<div class=\"_5WizN _1QzSN\">\n<div class=\"_3YmQx\">\n<div class=\"_3QdKe\" title=\"Protected by Grammarly\"> </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<p> </p>\n<div class=\"woocommerce\">\n<div class=\"woocommerce-notices-wrapper\"> </div>\n<div class=\"woocommerce-form-coupon-toggle\">\n<div class=\"woocommerce-info\">Have a coupon? <a class=\"showcoupon\" href=\"#\">Click here to enter your code</a></div>\n</div>\n<form class=\"checkout_coupon woocommerce-form-coupon\" style=\"display: none;\" method=\"post\">\n<p>If you have a coupon code, please apply it below.</p>\n<p class=\"form-row form-row-first\"><input id=\"coupon_code\" class=\"input-text\" name=\"coupon_code\" type=\"text\" value=\"\" placeholder=\"Coupon code\" /></p>\n<p class=\"form-row form-row-last\"><button class=\"button\" name=\"apply_coupon\" type=\"submit\" value=\"Apply coupon\">Apply coupon</button></p>\n<div class=\"clear\"> </div>\n</form>\n<div class=\"woocommerce-notices-wrapper\"> </div>\n<form id=\"checkout-form\" class=\"checkout woocommerce-checkout\" action=\"https://truma.youarenearly.online/checkout/\" enctype=\"multipart/form-data\" method=\"post\" name=\"checkout\" novalidate=\"novalidate\">\n<div id=\"customer_details\" class=\"col2-set\">\n<div class=\"col-1\">\n<div class=\"woocommerce-billing-fields\">\n<h3>Billing details</h3>\n<div class=\"woocommerce-billing-fields__field-wrapper\">\n<p id=\"billing_first_name_field\" class=\"form-row form-row-first validate-required\" data-priority=\"10\"><label class=\"\" for=\"billing_first_name\">First name <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_first_name\" class=\"input-text \" autocomplete=\"given-name\" name=\"billing_first_name\" type=\"text\" value=\"ALEX\" placeholder=\"\" /></span></p>\n<p id=\"billing_last_name_field\" class=\"form-row form-row-last validate-required\" data-priority=\"20\"><label class=\"\" for=\"billing_last_name\">Last name <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_last_name\" class=\"input-text \" autocomplete=\"family-name\" name=\"billing_last_name\" type=\"text\" value=\"THOMSON\" placeholder=\"\" /></span></p>\n<p id=\"billing_company_field\" class=\"form-row form-row-wide\" data-priority=\"30\"><label class=\"\" for=\"billing_company\">Company name <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_company\" class=\"input-text \" autocomplete=\"organization\" name=\"billing_company\" type=\"text\" value=\"\" placeholder=\"\" /></span></p>\n<p id=\"billing_country_field\" class=\"form-row form-row-wide address-field update_totals_on_change validate-required\" data-priority=\"40\"><label class=\"\" for=\"billing_country\">Country <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><strong>United Kingdom (UK)</strong><input id=\"billing_country\" class=\"country_to_state\" autocomplete=\"country\" name=\"billing_country\" readonly=\"readonly\" type=\"hidden\" value=\"GB\" /></span></p>\n<p id=\"billing_address_1_field\" class=\"form-row form-row-wide address-field validate-required\" data-priority=\"50\"><label class=\"\" for=\"billing_address_1\">Street address <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_address_1\" class=\"input-text \" autocomplete=\"address-line1\" name=\"billing_address_1\" type=\"text\" value=\"19 Welbeck Road\" placeholder=\"House number and street name\" data-placeholder=\"House number and street name\" /></span></p>\n<p id=\"billing_address_2_field\" class=\"form-row form-row-wide address-field\" data-priority=\"60\"><label class=\"screen-reader-text\" for=\"billing_address_2\">Apartment, suite, unit etc. (optional) <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_address_2\" class=\"input-text \" autocomplete=\"address-line2\" name=\"billing_address_2\" type=\"text\" value=\"Bolsover\" placeholder=\"Apartment, suite, unit etc. (optional)\" data-placeholder=\"Apartment, suite, unit etc. (optional)\" /></span></p>\n<p id=\"billing_city_field\" class=\"form-row form-row-wide address-field validate-required\" data-priority=\"70\" data-o_class=\"form-row form-row-wide address-field validate-required\"><label class=\"\" for=\"billing_city\">Town / City <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_city\" class=\"input-text \" autocomplete=\"address-level2\" name=\"billing_city\" type=\"text\" value=\"CHESTERFIELD\" placeholder=\"\" /></span></p>\n<p id=\"billing_state_field\" class=\"form-row form-row-wide address-field validate-state\" data-priority=\"80\" data-o_class=\"form-row form-row-wide address-field validate-state\"><label class=\"\" for=\"billing_state\">County <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_state\" class=\"input-text \" autocomplete=\"address-level1\" name=\"billing_state\" type=\"text\" value=\"*\" placeholder=\"\" data-input-classes=\"\" /></span></p>\n<p id=\"billing_postcode_field\" class=\"form-row form-row-wide address-field validate-required validate-postcode\" data-priority=\"90\" data-o_class=\"form-row form-row-wide address-field validate-required validate-postcode\"><label class=\"\" for=\"billing_postcode\">Postcode <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_postcode\" class=\"input-text \" autocomplete=\"postal-code\" name=\"billing_postcode\" type=\"text\" value=\"S44 6DF\" placeholder=\"\" /></span></p>\n<p id=\"billing_phone_field\" class=\"form-row form-row-wide validate-required validate-phone\" data-priority=\"100\"><label class=\"\" for=\"billing_phone\">Phone <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_phone\" class=\"input-text \" autocomplete=\"tel\" name=\"billing_phone\" type=\"tel\" value=\"07502201717\" placeholder=\"\" /></span></p>\n<p id=\"billing_email_field\" class=\"form-row form-row-wide validate-required validate-email\" data-priority=\"110\"><label class=\"\" for=\"billing_email\">Email address <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_email\" class=\"input-text \" autocomplete=\"email username\" name=\"billing_email\" type=\"email\" value=\"ALEX@HELLOONLINE.CO.UK\" placeholder=\"\" /></span></p>\n</div>\n</div>\n</div>\n<div class=\"col-2\">\n<div class=\"woocommerce-shipping-fields\">\n<h3 id=\"ship-to-different-address\"><label class=\"woocommerce-form__label woocommerce-form__label-for-checkbox checkbox\"> <input id=\"ship-to-different-address-checkbox\" class=\"woocommerce-form__input woocommerce-form__input-checkbox input-checkbox\" name=\"ship_to_different_address\" type=\"checkbox\" value=\"1\" /> Ship to a different address? </label></h3>\n<div class=\"shipping_address\" style=\"display: none;\">\n<div class=\"woocommerce-shipping-fields__field-wrapper\">\n<p id=\"shipping_first_name_field\" class=\"form-row form-row-first validate-required\" data-priority=\"10\"><label class=\"\" for=\"shipping_first_name\">First name <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_first_name\" class=\"input-text \" autocomplete=\"given-name\" name=\"shipping_first_name\" type=\"text\" value=\"ALEX\" placeholder=\"\" /></span></p>\n<p id=\"shipping_last_name_field\" class=\"form-row form-row-last validate-required\" data-priority=\"20\"><label class=\"\" for=\"shipping_last_name\">Last name <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_last_name\" class=\"input-text \" autocomplete=\"family-name\" name=\"shipping_last_name\" type=\"text\" value=\"THOMSON\" placeholder=\"\" /></span></p>\n<p id=\"shipping_company_field\" class=\"form-row form-row-wide\" data-priority=\"30\"><label class=\"\" for=\"shipping_company\">Company name <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_company\" class=\"input-text \" autocomplete=\"organization\" name=\"shipping_company\" type=\"text\" value=\"\" placeholder=\"\" /></span></p>\n<p id=\"shipping_country_field\" class=\"form-row form-row-wide address-field update_totals_on_change validate-required\" data-priority=\"40\"><label class=\"\" for=\"shipping_country\">Country <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><strong>United Kingdom (UK)</strong><input id=\"shipping_country\" class=\"country_to_state\" autocomplete=\"country\" name=\"shipping_country\" readonly=\"readonly\" type=\"hidden\" value=\"GB\" /></span></p>\n<p id=\"shipping_address_1_field\" class=\"form-row form-row-wide address-field validate-required\" data-priority=\"50\"><label class=\"\" for=\"shipping_address_1\">Street address <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_address_1\" class=\"input-text \" autocomplete=\"address-line1\" name=\"shipping_address_1\" type=\"text\" value=\"19 Welbeck Road\" placeholder=\"House number and street name\" data-placeholder=\"House number and street name\" /></span></p>\n<p id=\"shipping_address_2_field\" class=\"form-row form-row-wide address-field\" data-priority=\"60\"><label class=\"screen-reader-text\" for=\"shipping_address_2\">Apartment, suite, unit etc. (optional) <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_address_2\" class=\"input-text \" autocomplete=\"address-line2\" name=\"shipping_address_2\" type=\"text\" value=\"Bolsover\" placeholder=\"Apartment, suite, unit etc. (optional)\" data-placeholder=\"Apartment, suite, unit etc. (optional)\" /></span></p>\n<p id=\"shipping_city_field\" class=\"form-row form-row-wide address-field validate-required\" data-priority=\"70\" data-o_class=\"form-row form-row-wide address-field validate-required\"><label class=\"\" for=\"shipping_city\">Town / City <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_city\" class=\"input-text \" autocomplete=\"address-level2\" name=\"shipping_city\" type=\"text\" value=\"CHESTERFIELD\" placeholder=\"\" /></span></p>\n<p id=\"shipping_state_field\" class=\"form-row form-row-wide address-field validate-state\" data-priority=\"80\" data-o_class=\"form-row form-row-wide address-field validate-state\"><label class=\"\" for=\"shipping_state\">County <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_state\" class=\"input-text \" autocomplete=\"address-level1\" name=\"shipping_state\" type=\"text\" value=\"*\" placeholder=\"\" data-input-classes=\"\" /></span></p>\n<p id=\"shipping_postcode_field\" class=\"form-row form-row-wide address-field validate-required validate-postcode\" data-priority=\"90\" data-o_class=\"form-row form-row-wide address-field validate-required validate-postcode\"><label class=\"\" for=\"shipping_postcode\">Postcode <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_postcode\" class=\"input-text \" autocomplete=\"postal-code\" name=\"shipping_postcode\" type=\"text\" value=\"S44 6DF\" placeholder=\"\" /></span></p>\n</div>\n</div>\n</div>\n<div class=\"woocommerce-additional-fields\">\n<div class=\"woocommerce-additional-fields__field-wrapper\">\n<p id=\"order_comments_field\" class=\"form-row notes\" data-priority=\"\"><label class=\"\" for=\"order_comments\">Order notes <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><textarea id=\"order_comments\" class=\"input-text \" spellcheck=\"false\" cols=\"5\" name=\"order_comments\" rows=\"2\" placeholder=\"Notes about your order, e.g. special notes for delivery.\"></textarea></span></p>\n</div>\n</div>\n</div>\n</div>\n<h3 id=\"order_review_heading\">Your order</h3>\n<div id=\"order_review\" class=\"woocommerce-checkout-review-order\">\n<table class=\"shop_table woocommerce-checkout-review-order-table\">\n<thead>\n<tr>\n<th class=\"product-name\">Product</th>\n<th class=\"product-total\">Subtotal</th>\n</tr>\n</thead>\n<tbody>\n<tr class=\"cart_item\">\n<td class=\"product-name\">Powrtouch Classic Side Cover Set  <strong class=\"product-quantity\">× 1</strong></td>\n<td class=\"product-total\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>35.00</span></td>\n</tr>\n</tbody>\n<tfoot>\n<tr class=\"cart-subtotal\">\n<th>Subtotal</th>\n<td><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>35.00</span></td>\n</tr>\n<tr class=\"woocommerce-shipping-totals shipping\">\n<th>Shipping</th>\n<td data-title=\"Shipping\">\n<ul id=\"shipping_method\" class=\"woocommerce-shipping-methods\">\n<li><input id=\"shipping_method_0_flat_rate1\" class=\"shipping_method\" name=\"shipping_method[0]\" type=\"hidden\" value=\"flat_rate:1\" data-index=\"0\" /><label for=\"shipping_method_0_flat_rate1\">Flat rate: <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>2.50</span></label></li>\n</ul>\n</td>\n</tr>\n<tr class=\"tax-rate tax-rate-vat-1\">\n<th>VAT</th>\n<td><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>7.50</span></td>\n</tr>\n<tr class=\"order-total\">\n<th>Total</th>\n<td><strong><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>45.00</span></strong></td>\n</tr>\n</tfoot>\n</table>\n<div id=\"payment\" class=\"woocommerce-checkout-payment\">\n<ul class=\"wc_payment_methods payment_methods methods\">\n<li class=\"wc_payment_method payment_method_cod\"><input id=\"payment_method_cod\" class=\"input-radio\" name=\"payment_method\" type=\"radio\" value=\"cod\" data-order_button_text=\"\" /> <label for=\"payment_method_cod\"> Payment on Account </label>\n<div class=\"payment_box payment_method_cod\" style=\"display: none;\">\n<p>Payment on account.</p>\n</div>\n</li>\n<li class=\"wc_payment_method payment_method_online_worldpay\"><input id=\"payment_method_online_worldpay\" class=\"input-radio\" checked=\"checked\" name=\"payment_method\" type=\"radio\" value=\"online_worldpay\" data-order_button_text=\"\" /> <label for=\"payment_method_online_worldpay\"><label for=\"payment_method_online_worldpay\"> Credit/Debit Card</label></label>\n<div class=\"worldpay-card-icons\"><img class=\"worldpay-card-icon\" src=\"../wp-content/plugins/woo-easy-pay/assets/img/cards/visa.svg\" /> <img class=\"worldpay-card-icon\" src=\"../wp-content/plugins/woo-easy-pay/assets/img/cards/amex.svg\" /> <img class=\"worldpay-card-icon\" src=\"../wp-content/plugins/woo-easy-pay/assets/img/cards/master_card.svg\" /> <img class=\"worldpay-card-icon\" src=\"../wp-content/plugins/woo-easy-pay/assets/img/cards/discover.svg\" /></div>\n<div class=\"payment_box payment_method_online_worldpay\">\n<div class=\"online_worldpay_gateway_container worldpay-gateway-container\"><input id=\"online_worldpay_payment_nonce\" class=\"worldpay-payment-nonce\" name=\"online_worldpay_payment_nonce\" type=\"hidden\" value=\"\" data-nonce-gateway=\"online_worldpay\" /><input id=\"online_worldpay_payment_token_type\" name=\"online_worldpay_payment_token_type\" type=\"hidden\" value=\"\" data-token-type-gateway=\"online_worldpay\" />\n<div class=\"online_worldpay_new_card worldpay-new-method-container\"><label>Save</label> <input id=\"online_worldpay_save_cc_key\" name=\"online_worldpay_save_cc_key\" type=\"checkbox\" />\n<div id=\"worldpay_template_form_container\"> </div>\n</div>\n</div>\n</div>\n</li>\n</ul>\n<div class=\"form-row place-order\"><noscript>\n			Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so.			<br/><button type=\"submit\" class=\"button alt\" name=\"woocommerce_checkout_update_totals\" value=\"Update totals\">Update totals</button>\n		</noscript>\n<div class=\"woocommerce-terms-and-conditions-wrapper\">\n<div class=\"woocommerce-privacy-policy-text\">\n<p>Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our <a class=\"woocommerce-privacy-policy-link\" href=\"../?page_id=3\" target=\"_blank\" rel=\"noopener\">privacy policy</a>.</p>\n</div>\n</div>\n<button id=\"place_order\" class=\"button alt\" name=\"woocommerce_checkout_place_order\" type=\"submit\" value=\"Place order\" data-value=\"Place order\">Place order</button> <input id=\"woocommerce-process-checkout-nonce\" name=\"woocommerce-process-checkout-nonce\" type=\"hidden\" value=\"670cb81839\" /><input name=\"_wp_http_referer\" type=\"hidden\" value=\"/?wc-ajax=update_order_review\" /></div>\n</div>\n</div>\n</form></div>\n<p> </p>\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ffa4b36\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide207d002\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2fe7b194\";}}'),
(3225,	2509,	'zn_page_custom_css',	''),
(3226,	2510,	'zn_page_builder_status',	'enabled'),
(3227,	2510,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:24:\"TH_CustomSubHeaderLayout\";s:7:\"options\";a:28:{s:15:\"hm_header_title\";s:1:\"1\";s:17:\"hm_header_ovtitle\";s:10:\"MY ACCOUNT\";s:18:\"hm_header_subtitle\";s:1:\"1\";s:20:\"hm_header_ovsubtitle\";s:19:\"YOUR PERSONAL SPACE\";s:15:\"hm_header_bread\";s:1:\"1\";s:14:\"hm_header_date\";s:1:\"1\";s:16:\"hm_header_height\";s:3:\"300\";s:11:\"top_padding\";s:3:\"170\";s:14:\"bottom_padding\";s:1:\"0\";s:15:\"hm_header_style\";s:19:\"zn_def_header_style\";s:11:\"source_type\";s:0:\"\";s:23:\"source_background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:9:\"top-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#005eb0\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#00caff\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:5:\"mask3\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluideb620ebe\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:19:\"YOUR PERSONAL SPACE\";s:11:\"te_subtitle\";s:56:\"Your dashboard and place to start and check permanently.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"25\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida5f5c464\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:24:\"[woocommerce_my_account]\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcdd5840e\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid5a5dfeed\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_Sidebar\";s:7:\"options\";a:2:{s:14:\"sidebar_select\";s:12:\"Shop Sidebar\";s:10:\"sidebar_bg\";s:3:\"yes\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida1dd83a5\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidf91c771b\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid02f4ead6\";}}'),
(3228,	2510,	'zn_page_custom_css',	''),
(3229,	2512,	'zn_page_builder_status',	'enabled'),
(3230,	2512,	'slide_template',	'default'),
(3231,	2512,	'zn_page_layout',	'default'),
(3232,	2512,	'zn_sidebar_select',	'Shop Sidebar'),
(3233,	2512,	'zn_zn_disable_subheader',	'no'),
(3234,	2512,	'zn_page_title_show',	'yes'),
(3235,	2512,	'zn_page_title',	''),
(3236,	2512,	'zn_page_subtitle',	''),
(3237,	2512,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:20:\"YOUR PERSONAL BASKET\";s:11:\"te_subtitle\";s:32:\"Let\'s see what we\'ve got inside.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"25\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid344b264b\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:18:\"[woocommerce_cart]\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide8b333e6\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid7094e272\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_Sidebar\";s:7:\"options\";a:2:{s:14:\"sidebar_select\";s:12:\"Shop Sidebar\";s:10:\"sidebar_bg\";s:3:\"yes\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40f9d239\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid0575fcc0\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf94c5c3b\";}}'),
(8788,	2512,	'show_header',	''),
(8789,	2512,	'show_footer',	''),
(8790,	2512,	'zn_page_custom_js',	''),
(8791,	3072,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:20:\"YOUR PERSONAL BASKET\";s:11:\"te_subtitle\";s:32:\"Let\'s see what we\'ve got inside.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"25\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid344b264b\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:18:\"[woocommerce_cart]\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide8b333e6\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid7094e272\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_Sidebar\";s:7:\"options\";a:2:{s:14:\"sidebar_select\";s:12:\"Shop Sidebar\";s:10:\"sidebar_bg\";s:3:\"yes\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40f9d239\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid0575fcc0\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf94c5c3b\";}}'),
(3238,	2512,	'zn_page_custom_css',	''),
(3239,	2513,	'zn_page_builder_status',	'enabled'),
(3240,	2513,	'zn_page_layout',	'default'),
(3241,	2513,	'zn_sidebar_select',	'default'),
(3242,	2513,	'zn_zn_disable_subheader',	'no'),
(3243,	2513,	'zn_page_title_show',	'yes'),
(3244,	2513,	'zn_page_title',	''),
(3245,	2513,	'zn_page_subtitle',	''),
(3246,	2514,	'_wp_page_template',	'default'),
(9127,	2718,	'_zn_pb_templatelayout_3',	'a:3:{s:4:\"name\";s:14:\"{{{layout_3}}}\";s:8:\"template\";a:1:{i:0;a:4:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:4:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:4:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:50:\"The Powrtouch Evolution (Single Axle, Auto Engage)\";s:11:\"te_subtitle\";s:41:\"Makes manoeuvring your caravan effortless\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";}}s:5:\"width\";s:9:\"col-md-12\";}i:1;a:4:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:4:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:65:\"The only option when it comes to choosing your next caravan mover\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";}}s:5:\"width\";s:8:\"col-md-4\";}i:2;a:4:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:4:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";}}s:5:\"width\";s:8:\"col-md-4\";}i:3;a:4:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:4:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";}}s:5:\"width\";s:8:\"col-md-4\";}}s:5:\"width\";s:0:\"\";}}s:5:\"level\";s:1:\"1\";}'),
(7083,	2819,	'_edit_lock',	'1581432163:1'),
(7079,	2817,	'_menu_item_zn_mega_menu_bg_image',	''),
(7078,	2817,	'_menu_item_zn_mega_menu_smart_area',	''),
(7077,	2817,	'_menu_item_zn_mega_menu_label',	''),
(7076,	2817,	'_menu_item_zn_mega_menu_headers',	''),
(7075,	2817,	'_menu_item_zn_mega_menu_enable',	''),
(7073,	2817,	'_menu_item_url',	'#'),
(7072,	2817,	'_menu_item_xfn',	''),
(7071,	2817,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7070,	2817,	'_menu_item_target',	''),
(7069,	2817,	'_menu_item_object',	'custom'),
(7068,	2817,	'_menu_item_object_id',	'2817'),
(7067,	2817,	'_menu_item_menu_item_parent',	'0'),
(7066,	2817,	'_menu_item_type',	'custom'),
(7065,	2816,	'_menu_item_zn_mega_menu_bg_image',	''),
(7064,	2816,	'_menu_item_zn_mega_menu_smart_area',	''),
(7063,	2816,	'_menu_item_zn_mega_menu_label',	''),
(7062,	2816,	'_menu_item_zn_mega_menu_headers',	''),
(7061,	2816,	'_menu_item_zn_mega_menu_enable',	''),
(7080,	2818,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581433406;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(7059,	2816,	'_menu_item_url',	'#'),
(7058,	2816,	'_menu_item_xfn',	''),
(7057,	2816,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7056,	2816,	'_menu_item_target',	''),
(7055,	2816,	'_menu_item_object',	'custom'),
(7054,	2816,	'_menu_item_object_id',	'2816'),
(7053,	2816,	'_menu_item_menu_item_parent',	'0'),
(7052,	2816,	'_menu_item_type',	'custom'),
(7051,	2815,	'_menu_item_zn_mega_menu_bg_image',	''),
(7050,	2815,	'_menu_item_zn_mega_menu_smart_area',	''),
(7049,	2815,	'_menu_item_zn_mega_menu_label',	''),
(7048,	2815,	'_menu_item_zn_mega_menu_headers',	''),
(7047,	2815,	'_menu_item_zn_mega_menu_enable',	''),
(7045,	2815,	'_menu_item_url',	'#'),
(7044,	2815,	'_menu_item_xfn',	''),
(7043,	2815,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7042,	2815,	'_menu_item_target',	''),
(7041,	2815,	'_menu_item_object',	'custom'),
(7040,	2815,	'_menu_item_object_id',	'2815'),
(7039,	2815,	'_menu_item_menu_item_parent',	'0'),
(7038,	2815,	'_menu_item_type',	'custom'),
(7037,	2814,	'_menu_item_zn_mega_menu_bg_image',	''),
(7036,	2814,	'_menu_item_zn_mega_menu_smart_area',	''),
(7035,	2814,	'_menu_item_zn_mega_menu_label',	''),
(7034,	2814,	'_menu_item_zn_mega_menu_headers',	''),
(7033,	2814,	'_menu_item_zn_mega_menu_enable',	''),
(7081,	2735,	'_yoast_wpseo_primary_product_cat',	'548'),
(7082,	2735,	'_yoast_wpseo_content_score',	'60'),
(7031,	2814,	'_menu_item_url',	'#'),
(7030,	2814,	'_menu_item_xfn',	''),
(7029,	2814,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7028,	2814,	'_menu_item_target',	''),
(7027,	2814,	'_menu_item_object',	'custom'),
(7026,	2814,	'_menu_item_object_id',	'2814'),
(7025,	2814,	'_menu_item_menu_item_parent',	'0'),
(7024,	2814,	'_menu_item_type',	'custom'),
(4297,	2546,	'_menu_item_type',	'post_type'),
(4298,	2546,	'_menu_item_menu_item_parent',	'0'),
(4299,	2546,	'_menu_item_object_id',	'2383'),
(4300,	2546,	'_menu_item_object',	'page'),
(4301,	2546,	'_menu_item_target',	''),
(4302,	2546,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(4303,	2546,	'_menu_item_xfn',	''),
(4304,	2546,	'_menu_item_url',	''),
(4305,	2546,	'_menu_item_zn_mega_menu_enable',	'on'),
(4306,	2546,	'_menu_item_zn_mega_menu_headers',	''),
(4307,	2546,	'_menu_item_zn_mega_menu_label',	''),
(4308,	2546,	'_menu_item_zn_mega_menu_smart_area',	''),
(4309,	2546,	'_menu_item_zn_mega_menu_bg_image',	''),
(4570,	2567,	'_menu_item_type',	'custom'),
(4571,	2567,	'_menu_item_menu_item_parent',	'0'),
(4572,	2567,	'_menu_item_object_id',	'2567'),
(4573,	2567,	'_menu_item_object',	'custom'),
(4574,	2567,	'_menu_item_target',	''),
(4575,	2567,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(4576,	2567,	'_menu_item_xfn',	''),
(4577,	2567,	'_menu_item_url',	'#'),
(4578,	2567,	'_menu_item_zn_mega_menu_enable',	'on'),
(4579,	2567,	'_menu_item_zn_mega_menu_headers',	''),
(4580,	2567,	'_menu_item_zn_mega_menu_label',	''),
(4581,	2567,	'_menu_item_zn_mega_menu_smart_area',	''),
(4582,	2567,	'_menu_item_zn_mega_menu_bg_image',	''),
(4583,	2568,	'_menu_item_type',	'custom'),
(4584,	2568,	'_menu_item_menu_item_parent',	'2567'),
(4585,	2568,	'_menu_item_object_id',	'2568'),
(4586,	2568,	'_menu_item_object',	'custom'),
(4587,	2568,	'_menu_item_target',	''),
(4588,	2568,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(4589,	2568,	'_menu_item_xfn',	''),
(4590,	2568,	'_menu_item_url',	''),
(4591,	2568,	'_menu_item_zn_mega_menu_enable',	''),
(4592,	2568,	'_menu_item_zn_mega_menu_headers',	''),
(4593,	2568,	'_menu_item_zn_mega_menu_label',	''),
(4594,	2568,	'_menu_item_zn_mega_menu_smart_area',	''),
(4595,	2568,	'_menu_item_zn_mega_menu_bg_image',	''),
(9374,	4988,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Stowford Farm Meadows\";s:3:\"lat\";s:10:\"51.1645117\";s:3:\"lng\";s:17:\"-4.06110519999993\";s:7:\"address\";s:61:\"Berry Down, Combe Martin, Ilfracombe EX34 0PW, United Kingdom\";}'),
(9375,	4989,	'yf_',	'a:4:{s:3:\"gid\";s:35:\"Sunnyhaven Caravan Distributors Ltd\";s:3:\"lat\";s:9:\"51.667646\";s:3:\"lng\";s:17:\"-4.01739499999996\";s:7:\"address\";s:49:\"Gorseinon Rd, Penllergaer SA4 9GE, United Kingdom\";}'),
(9376,	4990,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Swindon Caravan Centre\";s:3:\"lat\";s:10:\"51.5703524\";s:3:\"lng\";s:17:\"-1.88904079999998\";s:7:\"address\";s:66:\"Swindon Caravan Centre, Royal Wootton Bassett, Swindon SN4 8EQ, UK\";}'),
(9377,	4991,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Threeways Motorhomes\";s:3:\"lat\";s:10:\"53.2847441\";s:3:\"lng\";s:10:\"-3.5718091\";s:7:\"address\";s:45:\"Faenol Ave, Abergele LL22 7HT, United Kingdom\";}'),
(9378,	4992,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Wiltshire Caravans\";s:3:\"lat\";s:8:\"51.27738\";s:3:\"lng\";s:17:\"-2.20216800000003\";s:7:\"address\";s:80:\"36 Headquarters Rd, West Wilts Trading Estate, Westbury BA13 4JR, United Kingdom\";}'),
(9379,	4993,	'yf_',	'a:4:{s:3:\"gid\";s:34:\"Sussex Caravan Centre ( East ) Ltd\";s:3:\"lat\";s:9:\"51.131417\";s:3:\"lng\";s:17:\"0.109025999999972\";s:7:\"address\";s:34:\"Edenbridge TN8 7EA, United Kingdom\";}'),
(4661,	2574,	'_menu_item_type',	'custom'),
(4662,	2574,	'_menu_item_menu_item_parent',	'2567'),
(4663,	2574,	'_menu_item_object_id',	'2574'),
(4664,	2574,	'_menu_item_object',	'custom'),
(4665,	2574,	'_menu_item_target',	''),
(4666,	2574,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(4667,	2574,	'_menu_item_xfn',	''),
(4668,	2574,	'_menu_item_url',	''),
(4669,	2574,	'_menu_item_zn_mega_menu_enable',	''),
(4670,	2574,	'_menu_item_zn_mega_menu_headers',	''),
(4671,	2574,	'_menu_item_zn_mega_menu_label',	''),
(4672,	2574,	'_menu_item_zn_mega_menu_smart_area',	''),
(4673,	2574,	'_menu_item_zn_mega_menu_bg_image',	''),
(9380,	4994,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Sussex Caravan Centre\";s:3:\"lat\";s:10:\"50.9206618\";s:3:\"lng\";s:18:\"-0.401591300000064\";s:7:\"address\";s:57:\"London Rd, Ashington, Pulborough RH20 3BT, United Kingdom\";}'),
(9381,	4995,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Michael Jordan Caravans\";s:3:\"lat\";s:10:\"51.2199895\";s:3:\"lng\";s:18:\"-0.441789200000017\";s:7:\"address\";s:55:\"Station Rd, Gomshall, Guildford GU5 9NX, United Kingdom\";}'),
(9382,	4996,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Lee Davey Caravans Ltd\";s:3:\"lat\";s:10:\"51.2413706\";s:3:\"lng\";s:17:\"0.676948700000025\";s:7:\"address\";s:56:\"East St, Harrietsham, Maidstone ME17 1HN, United Kingdom\";}'),
(9383,	4997,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Caravan Tech Services Ltd\";s:3:\"lat\";s:10:\"51.0161033\";s:3:\"lng\";s:17:\"0.471218799999974\";s:7:\"address\";s:82:\"Caravan Tech Services, London Rd, Hurst Green, Etchingham TN19 7PN, United Kingdom\";}'),
(9384,	4998,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Chichester Caravans\";s:3:\"lat\";s:10:\"50.9883922\";s:3:\"lng\";s:18:\"0.0986278999999968\";s:7:\"address\";s:44:\"London Rd, Uckfield TN22 2EA, United Kingdom\";}'),
(9385,	4998,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Chichester Caravans\";s:3:\"lat\";s:9:\"50.844059\";s:3:\"lng\";s:17:\"-0.89585969999996\";s:7:\"address\";s:44:\"Main Rd, Chichester PO18 8RL, United Kingdom\";}'),
(9386,	5000,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Chichester Caravans\";s:3:\"lat\";s:10:\"52.3095044\";s:3:\"lng\";s:17:\"-2.09398250000004\";s:7:\"address\";s:66:\"Worcester Rd, Upton Warren, Worcestershire B61 7EX, United Kingdom\";}'),
(9387,	5001,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Winchester Caravans\";s:3:\"lat\";s:9:\"50.997102\";s:3:\"lng\";s:17:\"-1.31392400000004\";s:7:\"address\";s:59:\"Main Rd, Colden Common, Winchester SO21 1TD, United Kingdom\";}'),
(9388,	5002,	'yf_',	'a:4:{s:3:\"gid\";s:26:\"The Caravan Company Dorset\";s:3:\"lat\";s:10:\"50.7897921\";s:3:\"lng\";s:17:\"-2.01052470000002\";s:7:\"address\";s:77:\"Main A31 Dorchester Road, Wimborne Minster, Wimborne BH21 3HA, United Kingdom\";}'),
(9389,	5003,	'yf_',	'a:4:{s:3:\"gid\";s:27:\"The Caravan Company Reading\";s:3:\"lat\";s:10:\"51.4062534\";s:3:\"lng\";s:17:\"-1.13153250000005\";s:7:\"address\";s:82:\"101c, Main A6, Irthlingborough Rd, Finedon, Wellingborough NN9 5EJ, United Kingdom\";}'),
(9390,	5004,	'yf_',	'a:4:{s:3:\"gid\";s:31:\"The Caravan Company Northampton\";s:3:\"lat\";s:10:\"52.3359971\";s:3:\"lng\";s:9:\"-0.642761\";s:7:\"address\";s:82:\"101c, Main A6, Irthlingborough Rd, Finedon, Wellingborough NN9 5EJ, United Kingdom\";}'),
(4752,	2581,	'_menu_item_type',	'custom'),
(4753,	2581,	'_menu_item_menu_item_parent',	'2567'),
(4754,	2581,	'_menu_item_object_id',	'2581'),
(4755,	2581,	'_menu_item_object',	'custom'),
(4756,	2581,	'_menu_item_target',	''),
(4757,	2581,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(4758,	2581,	'_menu_item_xfn',	''),
(4759,	2581,	'_menu_item_url',	''),
(4760,	2581,	'_menu_item_zn_mega_menu_enable',	''),
(4761,	2581,	'_menu_item_zn_mega_menu_headers',	''),
(4762,	2581,	'_menu_item_zn_mega_menu_label',	''),
(4763,	2581,	'_menu_item_zn_mega_menu_smart_area',	''),
(4764,	2581,	'_menu_item_zn_mega_menu_bg_image',	''),
(9391,	5005,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:10:\"50.8908676\";s:3:\"lng\";s:17:\"0.185862400000019\";s:7:\"address\";s:62:\"Eastbourne Rd, Golden Cross, Hailsham BN27 4AN, United Kingdom\";}'),
(9392,	5006,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:9:\"50.741653\";s:3:\"lng\";s:17:\"-1.95166300000005\";s:7:\"address\";s:52:\"41-45 Old Wareham Rd, Poole BH12 4QN, United Kingdom\";}'),
(9393,	5006,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:9:\"54.887902\";s:3:\"lng\";s:17:\"-1.57588090000002\";s:7:\"address\";s:61:\"Durham Rd, Birtley, Chester-le-Street DH3 2QZ, United Kingdom\";}'),
(9394,	5008,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:8:\"53.76108\";s:3:\"lng\";s:17:\"-2.74999300000002\";s:7:\"address\";s:74:\"Riversway Leisure Village, Chain Caul Way, Preston PR2 2PD, United Kingdom\";}'),
(9395,	5009,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:10:\"52.2435106\";s:3:\"lng\";s:18:\"-0.808990600000016\";s:7:\"address\";s:64:\"The Causeway, Great Billing, Northampton NN3 9EX, United Kingdom\";}'),
(9396,	5010,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:9:\"53.372499\";s:3:\"lng\";s:17:\"-1.23091899999997\";s:7:\"address\";s:59:\"Rotherham Rd, Dinnington, Sheffield S25 3RF, United Kingdom\";}'),
(9397,	5010,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:9:\"52.064669\";s:3:\"lng\";s:16:\"1.11167699999999\";s:7:\"address\";s:44:\"Farthing Rd, Ipswich IP1 5AP, United Kingdom\";}'),
(9398,	5012,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"White Arches Caravans\";s:3:\"lat\";s:10:\"52.2972112\";s:3:\"lng\";s:18:\"-0.623697099999958\";s:7:\"address\";s:51:\"Wellingborough Rd, Rushden NN10 6AY, United Kingdom\";}'),
(9399,	5013,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Broad Lane Leisure\";s:3:\"lat\";s:17:\"-1.87964550000004\";s:3:\"lng\";s:9:\" Alcester\";s:7:\"address\";N;}'),
(9400,	5014,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Broad Lane Leisure\";s:3:\"lat\";s:17:\"-1.57624799999996\";s:3:\"lng\";s:11:\" Kenilworth\";s:7:\"address\";N;}'),
(9401,	5015,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Salop Leisure Limited\";s:3:\"lat\";s:10:\"52.6906744\";s:3:\"lng\";s:17:\"-2.70898839999995\";s:7:\"address\";s:43:\"Emstrey, Shrewsbury SY5 6QS, United Kingdom\";}'),
(9402,	5016,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Catterick Caravans\";s:3:\"lat\";s:10:\"54.3953972\";s:3:\"lng\";s:17:\"-1.65493670000001\";s:7:\"address\";s:70:\"Catterick Bridge, Brompton on Swale, Richmond DL10 7JB, United Kingdom\";}'),
(4843,	2588,	'_menu_item_type',	'custom'),
(4844,	2588,	'_menu_item_menu_item_parent',	'2567'),
(4845,	2588,	'_menu_item_object_id',	'2588'),
(4846,	2588,	'_menu_item_object',	'custom'),
(4847,	2588,	'_menu_item_target',	''),
(4848,	2588,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(4849,	2588,	'_menu_item_xfn',	''),
(4850,	2588,	'_menu_item_url',	''),
(4851,	2588,	'_menu_item_zn_mega_menu_enable',	''),
(4852,	2588,	'_menu_item_zn_mega_menu_headers',	''),
(4853,	2588,	'_menu_item_zn_mega_menu_label',	''),
(4854,	2588,	'_menu_item_zn_mega_menu_smart_area',	''),
(4855,	2588,	'_menu_item_zn_mega_menu_bg_image',	''),
(9403,	5017,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Greentrees CaravanStore\";s:3:\"lat\";s:10:\"52.6728474\";s:3:\"lng\";s:17:\"0.957567400000016\";s:7:\"address\";s:41:\"Hurn Rd, Dereham NR19 1WD, United Kingdom\";}'),
(6684,	2771,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581418770;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(6683,	2770,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581414228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(6682,	2769,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581371104;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(6681,	2768,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581362544;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(6680,	2767,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581358882;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(4921,	2594,	'_menu_item_type',	'custom'),
(4922,	2594,	'_menu_item_menu_item_parent',	'0'),
(4923,	2594,	'_menu_item_object_id',	'2594'),
(4924,	2594,	'_menu_item_object',	'custom'),
(4925,	2594,	'_menu_item_target',	''),
(4926,	2594,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(4927,	2594,	'_menu_item_xfn',	''),
(4928,	2594,	'_menu_item_url',	'#'),
(4929,	2594,	'_menu_item_zn_mega_menu_enable',	''),
(4930,	2594,	'_menu_item_zn_mega_menu_headers',	''),
(4931,	2594,	'_menu_item_zn_mega_menu_label',	''),
(4932,	2594,	'_menu_item_zn_mega_menu_smart_area',	''),
(4933,	2594,	'_menu_item_zn_mega_menu_bg_image',	''),
(9164,	3136,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581675614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9163,	2394,	'_zn_zion_builder_status',	'enabled'),
(9161,	3135,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:66:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:15:\"enable_parallax\";s:2:\"no\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:15:\"About Powrtouch\";s:11:\"te_subtitle\";s:40:\"Find out what makes us who we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"1\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid54cbc889\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8a709407\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:83:\"\"By listening to our customers we have been able to evolve and constantly improve!\"\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"p\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"italic\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb7d37e95\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida9daa5f1\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3020f0d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida47a9efd\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d42baeb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd88d3555\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid22113bfc\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:11:\"Our History\";s:11:\"te_subtitle\";s:120:\"We\'re proud of our achievements - and rightly so! </br>\r\nFollow our history to find out how we go to where we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"50px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71e4729f\";}i:1;a:5:{s:6:\"object\";s:18:\"TH_HistoricElement\";s:7:\"options\";a:9:{s:8:\"he_start\";s:22:\"1990 › ESTABLISHMENT\";s:6:\"he_end\";s:7:\"PRESENT\";s:14:\"element_scheme\";s:0:\"\";s:15:\"historic_single\";a:6:{i:0;a:4:{s:14:\"she_event_name\";s:25:\"The beginning of the road\";s:14:\"she_event_date\";s:4:\"1990\";s:14:\"she_event_desc\";s:368:\"In early 1990 when Powrwheel Limited was an aerospace engineering company based in Dorset a member of our electrical design team who was also an ardent caravanner had a \"wonderful\" idea to design and manufacture a motorised jockey wheel. The idea was to increase the product range of the company whose products at that time were strictly in aircraft handling equipment\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:4:{s:14:\"she_event_name\";s:33:\"Powrwheel was launched at the NEC\";s:14:\"she_event_date\";s:4:\"1991\";s:14:\"she_event_desc\";s:165:\"After extensive design and testing the product eventually came to fruition and Powrwheel was launched during the Caravan Show at the NEC Birmingham in February 1991.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:4:{s:14:\"she_event_name\";s:23:\"Launch of the Powrhitch\";s:14:\"she_event_date\";s:4:\"2000\";s:14:\"she_event_desc\";s:354:\"Following on from the unparalleled success of the Powrwheel the company moved forward with the release in 2000 of the Powrhitch that provided more moving options to caravans and trailers. The new system could provide a greater range of voltage and torque options it also had the capability to carry its own leisure battery becoming a self-contained unit.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:4:{s:14:\"she_event_name\";s:32:\"Launch of the original Powrtouch\";s:14:\"she_event_date\";s:4:\"2001\";s:14:\"she_event_desc\";s:431:\"Due to the success of the Powrwheel and Powrhitch, Powrwheel Limited were encouraged to look further into trailer and caravan mover systems and with the design of the Original Powrtouch caravan mover that was first sold in January 2001. The combination of the range of caravan mover systems placed Powrwheel Limited as the UK\'s number one manufacturer and supplier of caravan mover systems a proud position that it still maintains.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:4:{s:14:\"she_event_name\";s:38:\"The big move from Dorset to Derbyshire\";s:14:\"she_event_date\";s:4:\"2011\";s:14:\"she_event_desc\";s:395:\"In 2011 after 20 years based in Dorset, the decision was taken by the Parent Company of Powrwheel Limited to move the company to its brand new factory site in South Derbyshire. Completely separate office suites, manufacturing and assembly areas were created in the factory allowing Powrwheel Limited complete autonomy from the parent company and the move was finally completed in September 2011.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:5;a:4:{s:14:\"she_event_name\";s:33:\"Launch of the Powrtouch Evolution\";s:14:\"she_event_date\";s:4:\"2012\";s:14:\"she_event_desc\";s:269:\"This moved allowed Powrwheel Limited to further strengthen is hold as the UK\'s Number ONE Caravan Mover Manufacturer and Supplier with launch in late 2012 of its new and revolutionary design of caravan mover the Powrtouch Evolution taking Caravan Movers to a new level.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3950720c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid67eff23c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f4bc793\";}}'),
(9089,	3118,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:28:\"TH_StaticContentProductLoupe\";s:7:\"options\";a:46:{s:9:\"ww_height\";s:3:\"700\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:8:\"sc_title\";s:114:\"<span class=\"fw-semibold\">The Powrtouch Evolution </span></br><span class=\"fw-thin\">Single Axle Auto Engage</span>\";s:11:\"sc_lp_image\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";s:18:\"sc_lp_custom_width\";s:3:\"653\";s:14:\"sc_lp_features\";s:124:\"High Performance\r\nManoeuvre caravans up to 2000kg\r\nRobust & Lightweight materials\r\nManufactured in the UK\r\n5 years guarantee\";s:13:\"sc_lp_button1\";s:10:\"LEARN MORE\";s:18:\"sc_lp_button1_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button1_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue086\";}s:19:\"sc_lp_button1_style\";s:13:\"btn btn-lined\";s:24:\"sc_lp_button1_icon_style\";s:1:\"0\";s:10:\"sc_bt_text\";s:2:\"or\";s:13:\"sc_2p_button1\";s:22:\"FIND YOUR LOCAL DEALER\";s:18:\"sc_lp_button2_link\";a:3:{s:3:\"url\";s:27:\"elements-search-box-element\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button2_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue062\";}s:19:\"sc_lp_button2_style\";s:17:\"btn btn-fullcolor\";s:24:\"sc_lp_button2_icon_style\";s:1:\"0\";s:15:\"ww_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/building-unit.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:8:\"##cd2122\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:8:\"##535353\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"50\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3ddd649\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:50:\"The Powrtouch Evolution (Single Axle, Auto Engage)\";s:11:\"te_subtitle\";s:41:\"Makes manoeuvring your caravan effortless\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95b9e50b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid69922d8a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:65:\"The only option when it comes to choosing your next caravan mover\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8810abcc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid746f3726\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2817559c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide477de10\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9efd8230\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc5f099db\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid38d43504\";}}'),
(6901,	2800,	'_menu_item_zn_mega_menu_label',	''),
(6900,	2800,	'_menu_item_zn_mega_menu_headers',	''),
(6899,	2800,	'_menu_item_zn_mega_menu_enable',	''),
(7016,	2809,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581426038;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(6897,	2800,	'_menu_item_url',	''),
(6896,	2800,	'_menu_item_xfn',	''),
(6895,	2800,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6894,	2800,	'_menu_item_target',	''),
(6893,	2800,	'_menu_item_object',	'category'),
(6892,	2800,	'_menu_item_object_id',	'526'),
(6891,	2800,	'_menu_item_menu_item_parent',	'2789'),
(6890,	2800,	'_menu_item_type',	'taxonomy'),
(6889,	2799,	'_menu_item_zn_mega_menu_bg_image',	''),
(6888,	2799,	'_menu_item_zn_mega_menu_smart_area',	''),
(6887,	2799,	'_menu_item_zn_mega_menu_label',	''),
(6886,	2799,	'_menu_item_zn_mega_menu_headers',	''),
(6885,	2799,	'_menu_item_zn_mega_menu_enable',	''),
(7013,	2808,	'_menu_item_zn_mega_menu_label',	''),
(6883,	2799,	'_menu_item_url',	''),
(6882,	2799,	'_menu_item_xfn',	''),
(6881,	2799,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6880,	2799,	'_menu_item_target',	''),
(6879,	2799,	'_menu_item_object',	'category'),
(6878,	2799,	'_menu_item_object_id',	'524'),
(6877,	2799,	'_menu_item_menu_item_parent',	'2789'),
(6876,	2799,	'_menu_item_type',	'taxonomy'),
(6875,	2798,	'_menu_item_zn_mega_menu_bg_image',	''),
(6874,	2798,	'_menu_item_zn_mega_menu_smart_area',	''),
(6873,	2798,	'_menu_item_zn_mega_menu_label',	''),
(6872,	2798,	'_menu_item_zn_mega_menu_headers',	''),
(6871,	2798,	'_menu_item_zn_mega_menu_enable',	''),
(7008,	2808,	'_menu_item_xfn',	''),
(7009,	2808,	'_menu_item_url',	'#'),
(6869,	2798,	'_menu_item_url',	''),
(6868,	2798,	'_menu_item_xfn',	''),
(6867,	2798,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6866,	2798,	'_menu_item_target',	''),
(6865,	2798,	'_menu_item_object',	'category'),
(6864,	2798,	'_menu_item_object_id',	'527'),
(6863,	2798,	'_menu_item_menu_item_parent',	'2789'),
(6862,	2798,	'_menu_item_type',	'taxonomy'),
(6861,	2797,	'_menu_item_zn_mega_menu_bg_image',	''),
(6860,	2797,	'_menu_item_zn_mega_menu_smart_area',	''),
(6859,	2797,	'_menu_item_zn_mega_menu_label',	''),
(6858,	2797,	'_menu_item_zn_mega_menu_headers',	''),
(6857,	2797,	'_menu_item_zn_mega_menu_enable',	''),
(7011,	2808,	'_menu_item_zn_mega_menu_enable',	''),
(7012,	2808,	'_menu_item_zn_mega_menu_headers',	''),
(6855,	2797,	'_menu_item_url',	''),
(6854,	2797,	'_menu_item_xfn',	''),
(6853,	2797,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6852,	2797,	'_menu_item_target',	''),
(6851,	2797,	'_menu_item_object',	'category'),
(6850,	2797,	'_menu_item_object_id',	'525'),
(6849,	2797,	'_menu_item_menu_item_parent',	'2789'),
(6848,	2797,	'_menu_item_type',	'taxonomy'),
(6847,	2796,	'_menu_item_zn_mega_menu_bg_image',	''),
(6846,	2796,	'_menu_item_zn_mega_menu_smart_area',	''),
(6845,	2796,	'_menu_item_zn_mega_menu_label',	''),
(6844,	2796,	'_menu_item_zn_mega_menu_headers',	''),
(6843,	2796,	'_menu_item_zn_mega_menu_enable',	''),
(7015,	2808,	'_menu_item_zn_mega_menu_bg_image',	''),
(6841,	2796,	'_menu_item_url',	''),
(6840,	2796,	'_menu_item_xfn',	''),
(6839,	2796,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6838,	2796,	'_menu_item_target',	''),
(6837,	2796,	'_menu_item_object',	'category'),
(6836,	2796,	'_menu_item_object_id',	'522'),
(6835,	2796,	'_menu_item_menu_item_parent',	'2789'),
(6834,	2796,	'_menu_item_type',	'taxonomy'),
(6833,	2795,	'_menu_item_zn_mega_menu_bg_image',	''),
(6832,	2795,	'_menu_item_zn_mega_menu_smart_area',	''),
(6831,	2795,	'_menu_item_zn_mega_menu_label',	''),
(6830,	2795,	'_menu_item_zn_mega_menu_headers',	''),
(6829,	2795,	'_menu_item_zn_mega_menu_enable',	''),
(7014,	2808,	'_menu_item_zn_mega_menu_smart_area',	''),
(6827,	2795,	'_menu_item_url',	''),
(6826,	2795,	'_menu_item_xfn',	''),
(6825,	2795,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6824,	2795,	'_menu_item_target',	''),
(6823,	2795,	'_menu_item_object',	'category'),
(6822,	2795,	'_menu_item_object_id',	'523'),
(6821,	2795,	'_menu_item_menu_item_parent',	'2789'),
(6820,	2795,	'_menu_item_type',	'taxonomy'),
(9311,	3219,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582713188;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9310,	3218,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582678843;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9309,	3217,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582659105;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(5662,	2651,	'_menu_item_type',	'custom'),
(5663,	2651,	'_menu_item_menu_item_parent',	'3216'),
(5664,	2651,	'_menu_item_object_id',	'2651'),
(5665,	2651,	'_menu_item_object',	'custom'),
(5666,	2651,	'_menu_item_target',	''),
(5667,	2651,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(5668,	2651,	'_menu_item_xfn',	''),
(5669,	2651,	'_menu_item_url',	''),
(5670,	2651,	'_menu_item_zn_mega_menu_enable',	''),
(5671,	2651,	'_menu_item_zn_mega_menu_headers',	''),
(5672,	2651,	'_menu_item_zn_mega_menu_label',	''),
(5673,	2651,	'_menu_item_zn_mega_menu_smart_area',	''),
(5674,	2651,	'_menu_item_zn_mega_menu_bg_image',	''),
(7234,	2832,	'_menu_item_target',	''),
(7233,	2832,	'_menu_item_object',	'custom'),
(7232,	2832,	'_menu_item_object_id',	'2832'),
(7231,	2832,	'_menu_item_menu_item_parent',	'2661'),
(7230,	2832,	'_menu_item_type',	'custom'),
(7229,	2831,	'_menu_item_zn_mega_menu_bg_image',	''),
(7228,	2831,	'_menu_item_zn_mega_menu_smart_area',	''),
(7227,	2831,	'_menu_item_zn_mega_menu_label',	''),
(7226,	2831,	'_menu_item_zn_mega_menu_headers',	''),
(7225,	2831,	'_menu_item_zn_mega_menu_enable',	''),
(7273,	2836,	'_action_manager_schedule',	'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1581434528;}'),
(7223,	2831,	'_menu_item_url',	'/shop-by-category/previous-generation-spares/model-4/'),
(7222,	2831,	'_menu_item_xfn',	''),
(7221,	2831,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7220,	2831,	'_menu_item_target',	''),
(7219,	2831,	'_menu_item_object',	'custom'),
(7218,	2831,	'_menu_item_object_id',	'2831'),
(7217,	2831,	'_menu_item_menu_item_parent',	'2661'),
(7216,	2831,	'_menu_item_type',	'custom'),
(7215,	2830,	'_menu_item_zn_mega_menu_bg_image',	''),
(7214,	2830,	'_menu_item_zn_mega_menu_smart_area',	''),
(7213,	2830,	'_menu_item_zn_mega_menu_label',	''),
(7212,	2830,	'_menu_item_zn_mega_menu_headers',	''),
(7211,	2830,	'_menu_item_zn_mega_menu_enable',	''),
(7209,	2830,	'_menu_item_url',	'/shop-by-category/previous-generation-spares/model-3/'),
(7208,	2830,	'_menu_item_xfn',	''),
(7207,	2830,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7206,	2830,	'_menu_item_target',	''),
(7205,	2830,	'_menu_item_object',	'custom'),
(7204,	2830,	'_menu_item_object_id',	'2830'),
(7203,	2830,	'_menu_item_menu_item_parent',	'2661'),
(7202,	2830,	'_menu_item_type',	'custom'),
(7201,	2829,	'_menu_item_zn_mega_menu_bg_image',	''),
(7200,	2829,	'_menu_item_zn_mega_menu_smart_area',	''),
(7199,	2829,	'_menu_item_zn_mega_menu_label',	''),
(7198,	2829,	'_menu_item_zn_mega_menu_headers',	''),
(7197,	2829,	'_menu_item_zn_mega_menu_enable',	''),
(7195,	2829,	'_menu_item_url',	'/shop-by-category/previous-generation-spares/model-1/'),
(7194,	2829,	'_menu_item_xfn',	''),
(7193,	2829,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7192,	2829,	'_menu_item_target',	''),
(7191,	2829,	'_menu_item_object',	'custom'),
(6731,	2788,	'_menu_item_zn_mega_menu_enable',	''),
(6908,	2801,	'_menu_item_target',	''),
(6909,	2801,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7089,	2821,	'_menu_item_type',	'custom'),
(6729,	2788,	'_menu_item_url',	''),
(6728,	2788,	'_menu_item_xfn',	''),
(6727,	2788,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6726,	2788,	'_menu_item_target',	''),
(6725,	2788,	'_menu_item_object',	'custom'),
(6724,	2788,	'_menu_item_object_id',	'2788'),
(6723,	2788,	'_menu_item_menu_item_parent',	'2971'),
(6722,	2788,	'_menu_item_type',	'custom'),
(7190,	2829,	'_menu_item_object_id',	'2829'),
(7189,	2829,	'_menu_item_menu_item_parent',	'2661'),
(7188,	2829,	'_menu_item_type',	'custom'),
(7187,	2828,	'_menu_item_zn_mega_menu_bg_image',	''),
(7186,	2828,	'_menu_item_zn_mega_menu_smart_area',	''),
(7185,	2828,	'_menu_item_zn_mega_menu_label',	''),
(7184,	2828,	'_menu_item_zn_mega_menu_headers',	''),
(7183,	2828,	'_menu_item_zn_mega_menu_enable',	''),
(7181,	2828,	'_menu_item_url',	'/shop-by-category/powrtouch-freedom/'),
(7180,	2828,	'_menu_item_xfn',	''),
(7179,	2828,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7178,	2828,	'_menu_item_target',	''),
(7177,	2828,	'_menu_item_object',	'custom'),
(7176,	2828,	'_menu_item_object_id',	'2828'),
(7175,	2828,	'_menu_item_menu_item_parent',	'2651'),
(7174,	2828,	'_menu_item_type',	'custom'),
(7173,	2827,	'_menu_item_zn_mega_menu_bg_image',	''),
(7172,	2827,	'_menu_item_zn_mega_menu_smart_area',	''),
(7171,	2827,	'_menu_item_zn_mega_menu_label',	''),
(7170,	2827,	'_menu_item_zn_mega_menu_headers',	''),
(7169,	2827,	'_menu_item_zn_mega_menu_enable',	''),
(7275,	2838,	'_action_manager_schedule',	'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1581434531;}'),
(7167,	2827,	'_menu_item_url',	'/shop-by-category/powrtouch-evolution-twin-axle-manual-4-motor/'),
(7166,	2827,	'_menu_item_xfn',	''),
(7165,	2827,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(5792,	2661,	'_menu_item_type',	'custom'),
(5793,	2661,	'_menu_item_menu_item_parent',	'3216'),
(5794,	2661,	'_menu_item_object_id',	'2661'),
(5795,	2661,	'_menu_item_object',	'custom'),
(5796,	2661,	'_menu_item_target',	''),
(5797,	2661,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(5798,	2661,	'_menu_item_xfn',	''),
(5799,	2661,	'_menu_item_url',	''),
(5800,	2661,	'_menu_item_zn_mega_menu_enable',	''),
(5801,	2661,	'_menu_item_zn_mega_menu_headers',	''),
(5802,	2661,	'_menu_item_zn_mega_menu_label',	''),
(5803,	2661,	'_menu_item_zn_mega_menu_smart_area',	''),
(5804,	2661,	'_menu_item_zn_mega_menu_bg_image',	''),
(7164,	2827,	'_menu_item_target',	''),
(7163,	2827,	'_menu_item_object',	'custom'),
(7162,	2827,	'_menu_item_object_id',	'2827'),
(7161,	2827,	'_menu_item_menu_item_parent',	'2651'),
(7160,	2827,	'_menu_item_type',	'custom'),
(7159,	2826,	'_menu_item_zn_mega_menu_bg_image',	''),
(7158,	2826,	'_menu_item_zn_mega_menu_smart_area',	''),
(7157,	2826,	'_menu_item_zn_mega_menu_label',	''),
(7156,	2826,	'_menu_item_zn_mega_menu_headers',	''),
(7155,	2826,	'_menu_item_zn_mega_menu_enable',	''),
(7153,	2826,	'_menu_item_url',	'/shop-by-category/powrtouch-evolution-twin-axle-manual-2-motor/'),
(7152,	2826,	'_menu_item_xfn',	''),
(7151,	2826,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7150,	2826,	'_menu_item_target',	''),
(7149,	2826,	'_menu_item_object',	'custom'),
(7148,	2826,	'_menu_item_object_id',	'2826'),
(7147,	2826,	'_menu_item_menu_item_parent',	'2651'),
(7146,	2826,	'_menu_item_type',	'custom'),
(7145,	2825,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581437015;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(7144,	2824,	'_menu_item_zn_mega_menu_bg_image',	''),
(7143,	2824,	'_menu_item_zn_mega_menu_smart_area',	''),
(7142,	2824,	'_menu_item_zn_mega_menu_label',	''),
(7141,	2824,	'_menu_item_zn_mega_menu_headers',	''),
(7140,	2824,	'_menu_item_zn_mega_menu_enable',	''),
(7138,	2824,	'_menu_item_url',	'/shop-by-category/powrtouch-evolution-twin-axle-auto-4-motor/'),
(7137,	2824,	'_menu_item_xfn',	''),
(7136,	2824,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7135,	2824,	'_menu_item_target',	''),
(7134,	2824,	'_menu_item_object',	'custom'),
(7133,	2824,	'_menu_item_object_id',	'2824'),
(7132,	2824,	'_menu_item_menu_item_parent',	'2651'),
(7131,	2824,	'_menu_item_type',	'custom'),
(7130,	2823,	'_menu_item_zn_mega_menu_bg_image',	''),
(7129,	2823,	'_menu_item_zn_mega_menu_smart_area',	''),
(7128,	2823,	'_menu_item_zn_mega_menu_label',	''),
(7127,	2823,	'_menu_item_zn_mega_menu_headers',	''),
(7126,	2823,	'_menu_item_zn_mega_menu_enable',	''),
(7124,	2823,	'_menu_item_url',	'/shop-by-category/powrtouch-evolution-twin-axle-auto-2-motor/'),
(7123,	2823,	'_menu_item_xfn',	''),
(7122,	2823,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7121,	2823,	'_menu_item_target',	''),
(7120,	2823,	'_menu_item_object',	'custom'),
(7119,	2823,	'_menu_item_object_id',	'2823'),
(7118,	2823,	'_menu_item_menu_item_parent',	'2651'),
(7117,	2823,	'_menu_item_type',	'custom'),
(7116,	2822,	'_menu_item_zn_mega_menu_bg_image',	''),
(7115,	2822,	'_menu_item_zn_mega_menu_smart_area',	''),
(7114,	2822,	'_menu_item_zn_mega_menu_label',	''),
(7113,	2822,	'_menu_item_zn_mega_menu_headers',	''),
(7112,	2822,	'_menu_item_zn_mega_menu_enable',	''),
(7110,	2822,	'_menu_item_url',	'/shop-by-category/powrtouch-evolution-single-axle-manual/'),
(7109,	2822,	'_menu_item_xfn',	''),
(7108,	2822,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7107,	2822,	'_menu_item_target',	''),
(7106,	2822,	'_menu_item_object',	'custom'),
(7105,	2822,	'_menu_item_object_id',	'2822'),
(7104,	2822,	'_menu_item_menu_item_parent',	'2651'),
(7103,	2822,	'_menu_item_type',	'custom'),
(7102,	2821,	'_menu_item_zn_mega_menu_bg_image',	''),
(7101,	2821,	'_menu_item_zn_mega_menu_smart_area',	''),
(7100,	2821,	'_menu_item_zn_mega_menu_label',	''),
(7099,	2821,	'_menu_item_zn_mega_menu_headers',	''),
(7098,	2821,	'_menu_item_zn_mega_menu_enable',	''),
(7276,	2839,	'_action_manager_schedule',	'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1581434532;}'),
(7096,	2821,	'_menu_item_url',	'/shop-by-category/powrtouch-evolution-single-axle-auto/'),
(7095,	2821,	'_menu_item_xfn',	''),
(7094,	2821,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7093,	2821,	'_menu_item_target',	''),
(7092,	2821,	'_menu_item_object',	'custom'),
(7091,	2821,	'_menu_item_object_id',	'2821'),
(7090,	2821,	'_menu_item_menu_item_parent',	'2651'),
(5922,	2671,	'_menu_item_type',	'custom'),
(5923,	2671,	'_menu_item_menu_item_parent',	'0'),
(5924,	2671,	'_menu_item_object_id',	'2671'),
(5925,	2671,	'_menu_item_object',	'custom'),
(5926,	2671,	'_menu_item_target',	''),
(5927,	2671,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(5928,	2671,	'_menu_item_xfn',	''),
(5929,	2671,	'_menu_item_url',	'#'),
(5930,	2671,	'_menu_item_zn_mega_menu_enable',	'on'),
(5931,	2671,	'_menu_item_zn_mega_menu_headers',	''),
(5932,	2671,	'_menu_item_zn_mega_menu_label',	''),
(5933,	2671,	'_menu_item_zn_mega_menu_smart_area',	''),
(5934,	2671,	'_menu_item_zn_mega_menu_bg_image',	''),
(9871,	4797,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Perthshire Caravans\";s:3:\"lat\";s:10:\"56.4238593\";s:3:\"lng\";s:17:\"-3.22103249999998\";s:7:\"address\";s:45:\"Dundee Rd, Errol, Perth PH2 7SR, Regatul Unit\";}'),
(9872,	4797,	'_wp_desired_post_slug',	'perthshire-caravans'),
(9873,	4797,	'_wp_trash_meta_time',	'1582697996'),
(9874,	4797,	'_wp_trash_meta_status',	'publish'),
(9875,	4798,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Knowepark Caravans Ltd\";s:3:\"lat\";s:8:\"55.90492\";s:3:\"lng\";s:17:\"-3.57105100000001\";s:7:\"address\";s:51:\"Hardie Rd, Deans, Livingston EH54 8BA, Regatul Unit\";}'),
(9876,	4798,	'_wp_desired_post_slug',	'knowepark-caravans-ltd'),
(9877,	4798,	'_wp_trash_meta_time',	'1582697996'),
(9878,	4798,	'_wp_trash_meta_status',	'publish'),
(9879,	4799,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Dee Valley Caravans\";s:3:\"lat\";s:10:\"57.0796836\";s:3:\"lng\";s:17:\"-2.34356520000006\";s:7:\"address\";s:40:\"Drumoak, Banchory AB31 5AU, Regatul Unit\";}'),
(9880,	4799,	'_wp_desired_post_slug',	'dee-valley-caravans'),
(9881,	4799,	'_wp_trash_meta_time',	'1582697996'),
(9882,	4799,	'_wp_trash_meta_status',	'publish'),
(9883,	4800,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Duncan Caravans\";s:3:\"lat\";s:9:\"55.763096\";s:3:\"lng\";s:17:\"-3.89703099999997\";s:7:\"address\";s:43:\"186 Wishaw Rd, Wishaw ML2 8ES, Regatul Unit\";}'),
(9884,	4800,	'_wp_desired_post_slug',	'duncan-caravans'),
(9885,	4800,	'_wp_trash_meta_time',	'1582697996'),
(9886,	4800,	'_wp_trash_meta_status',	'publish'),
(9887,	4801,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Kirkcaldy Caravans\";s:3:\"lat\";s:9:\"56.138789\";s:3:\"lng\";s:17:\"-3.12628599999994\";s:7:\"address\";s:77:\"9 Randolph Place, Randolph Industrial Estate, Kirkcaldy KY1 2YX, Regatul Unit\";}'),
(9888,	4801,	'_wp_desired_post_slug',	'kirkcaldy-caravans'),
(9889,	4801,	'_wp_trash_meta_time',	'1582697996'),
(9890,	4801,	'_wp_trash_meta_status',	'publish'),
(9891,	4802,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Cookstown Caravans\";s:3:\"lat\";s:10:\"54.6406759\";s:3:\"lng\";s:17:\"-6.72095860000002\";s:7:\"address\";s:47:\"10 Cloghog Rd, Cookstown BT80 8RN, Regatul Unit\";}'),
(7810,	2980,	'_menu_item_zn_mega_menu_bg_image',	''),
(7809,	2980,	'_menu_item_zn_mega_menu_smart_area',	''),
(7808,	2980,	'_menu_item_zn_mega_menu_label',	''),
(7807,	2980,	'_menu_item_zn_mega_menu_headers',	''),
(7806,	2980,	'_menu_item_zn_mega_menu_enable',	''),
(7811,	2981,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581445699;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(7804,	2980,	'_menu_item_url',	'#'),
(7803,	2980,	'_menu_item_xfn',	''),
(7802,	2980,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7801,	2980,	'_menu_item_target',	''),
(7800,	2980,	'_menu_item_object',	'custom'),
(7799,	2980,	'_menu_item_object_id',	'2980'),
(7798,	2980,	'_menu_item_menu_item_parent',	'2588'),
(7797,	2980,	'_menu_item_type',	'custom'),
(7796,	2979,	'_menu_item_zn_mega_menu_bg_image',	''),
(7795,	2979,	'_menu_item_zn_mega_menu_smart_area',	''),
(7794,	2979,	'_menu_item_zn_mega_menu_label',	''),
(7793,	2979,	'_menu_item_zn_mega_menu_headers',	''),
(7792,	2979,	'_menu_item_zn_mega_menu_enable',	''),
(7790,	2979,	'_menu_item_url',	'#'),
(7789,	2979,	'_menu_item_xfn',	''),
(7788,	2979,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7787,	2979,	'_menu_item_target',	''),
(7786,	2979,	'_menu_item_object',	'custom'),
(7785,	2979,	'_menu_item_object_id',	'2979'),
(7784,	2979,	'_menu_item_menu_item_parent',	'2581'),
(7783,	2979,	'_menu_item_type',	'custom'),
(7754,	2976,	'_menu_item_zn_mega_menu_bg_image',	''),
(7753,	2976,	'_menu_item_zn_mega_menu_smart_area',	''),
(7752,	2976,	'_menu_item_zn_mega_menu_label',	''),
(7751,	2976,	'_menu_item_zn_mega_menu_headers',	''),
(7750,	2976,	'_menu_item_zn_mega_menu_enable',	''),
(7748,	2976,	'_menu_item_url',	'#'),
(7747,	2976,	'_menu_item_xfn',	''),
(7746,	2976,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7745,	2976,	'_menu_item_target',	''),
(7744,	2976,	'_menu_item_object',	'custom'),
(7743,	2976,	'_menu_item_object_id',	'2976'),
(7742,	2976,	'_menu_item_menu_item_parent',	'2588'),
(7741,	2976,	'_menu_item_type',	'custom'),
(7740,	2975,	'_menu_item_zn_mega_menu_bg_image',	''),
(7739,	2975,	'_menu_item_zn_mega_menu_smart_area',	''),
(7738,	2975,	'_menu_item_zn_mega_menu_label',	''),
(7737,	2975,	'_menu_item_zn_mega_menu_headers',	''),
(7736,	2975,	'_menu_item_zn_mega_menu_enable',	''),
(7734,	2975,	'_menu_item_url',	'#'),
(7733,	2975,	'_menu_item_xfn',	''),
(7732,	2975,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7731,	2975,	'_menu_item_target',	''),
(7730,	2975,	'_menu_item_object',	'custom'),
(7729,	2975,	'_menu_item_object_id',	'2975'),
(7728,	2975,	'_menu_item_menu_item_parent',	'2581'),
(7727,	2975,	'_menu_item_type',	'custom'),
(7726,	2974,	'_menu_item_zn_mega_menu_bg_image',	''),
(7725,	2974,	'_menu_item_zn_mega_menu_smart_area',	''),
(7724,	2974,	'_menu_item_zn_mega_menu_label',	''),
(7723,	2974,	'_menu_item_zn_mega_menu_headers',	''),
(7722,	2974,	'_menu_item_zn_mega_menu_enable',	''),
(7720,	2974,	'_menu_item_url',	'#'),
(7719,	2974,	'_menu_item_xfn',	''),
(7718,	2974,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7717,	2974,	'_menu_item_target',	''),
(7716,	2974,	'_menu_item_object',	'custom'),
(7715,	2974,	'_menu_item_object_id',	'2974'),
(7714,	2974,	'_menu_item_menu_item_parent',	'2568'),
(7713,	2974,	'_menu_item_type',	'custom'),
(7712,	2973,	'_menu_item_zn_mega_menu_bg_image',	''),
(7711,	2973,	'_menu_item_zn_mega_menu_smart_area',	''),
(7710,	2973,	'_menu_item_zn_mega_menu_label',	''),
(7709,	2973,	'_menu_item_zn_mega_menu_headers',	''),
(7708,	2973,	'_menu_item_zn_mega_menu_enable',	''),
(7706,	2973,	'_menu_item_url',	'#'),
(7705,	2973,	'_menu_item_xfn',	''),
(7704,	2973,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(9195,	3144,	'zn_page_builder_els',	'a:10:{i:0;a:6:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:20:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"47\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:14:\"io_s_clickdrag\";s:1:\"1\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:23:\"io_s_fixdwidth_relative\";s:14:\"zn_dummy_value\";s:11:\"io_s_scroll\";s:1:\"0\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"single_iosslider\";a:1:{i:0;a:42:{s:13:\"io_slide_type\";s:5:\"image\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:14:\"io_slide_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/LeisureSales-scaled.jpg\";s:23:\"io_slide_image_vert_pos\";s:6:\"center\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:1:\"0\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:0:\"\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:37:\"Still the UK\'s Number 1 Caravan Mover\";s:16:\"io_slide_s_title\";s:31:\"Maneuvering caravans since 1991\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:4:\"#why\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:12:\"Find Out Why\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";s:0:\"\";s:3:\"uid\";s:13:\"eluida87a01a4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:65:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:3:\"why\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:15:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:159:\"<span class=\"fw-thin\">Powrtouch is the <span class=\"fw-semibold\">best motor mover</span> on the market and is backed by our 5 year no quibble guarantee!</span>\";s:16:\"page_ac_subtitle\";s:47:\"The hassle-free way to manoeuvring your caravan\";s:14:\"element_scheme\";s:0:\"\";s:14:\"page_ac_b_text\";s:24:\"Where\'s my local dealer?\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:29:\"/elements-search-box-element/\";s:6:\"target\";s:12:\"modal_iframe\";s:5:\"title\";s:0:\"\";}s:20:\"page_ac_b_link_style\";s:13:\"btn-fullwhite\";s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:21:\"page_ac_b_link2_style\";s:13:\"btn-fullcolor\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91fd4acb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid433d6915\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3b7aab4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"OKAY, SO WHY POWRTOUCH?\";s:11:\"te_subtitle\";s:54:\"Well, lots of reasons, but most importantly because...\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"44px\";s:11:\"line-height\";s:4:\"44px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#c8c8c8\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ed53a24\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f283e03\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09defe66\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"16\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"55\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:12:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"0\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:11:\"gutter_size\";s:9:\"gutter-md\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason One\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b5d0763\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6e30b380\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason Two\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c513217\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid275db0ce\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:12:\"Reason Three\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid353555af\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid82f98c7f\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:11:\"Reason Four\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0744e87\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid74d7b11a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida493fd7c\";}}s:5:\"width\";s:9:\"col-md-10\";s:3:\"uid\";s:13:\"eluid552752fe\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5927e1b\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:55:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:10:\"mc_pb_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"615\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"480\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"460\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"400\";s:7:\"unit_xs\";s:2:\"px\";}s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/truma-building-2.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:5:\"right\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:14:\"source_overlay\";s:1:\"2\";s:23:\"source_overlay_color_v2\";s:21:\"rgba(137,173,178,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaba43c07\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid89389bee\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"5%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"5%\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:58:\"About <span class=\"text-custom fw-normal\">Powrtouch</span>\";s:11:\"te_subtitle\";s:89:\"Strong 2 sentence statement about powrtouch. Strong 2 sentence statement about powrtouch.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf379133\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40ed4648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbe29e832\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:419:\"text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\r\n\r\ntext text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide026230f\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"More About Us\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:8:\"Click me\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidfb35db8a\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidbb0577fb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:25:{s:7:\"vb_type\";s:5:\"modal\";s:15:\"vb_video_source\";s:10:\"selfhosted\";s:12:\"vb_video_url\";s:43:\"https://www.youtube.com/watch?v=umrO9cm4wjg\";s:19:\"vb_video_url_player\";s:0:\"\";s:14:\"vb_video_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/large-image.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"1\";s:14:\"source_vd_loop\";s:1:\"1\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc34483c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddc87da72\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb2fd83c\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluida360c38a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39a0f171\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"81\";s:14:\"bottom_padding\";s:2:\"88\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:12:{s:9:\"ssb_title\";s:119:\"<span class=\"fw-thin\">As standadard the Powrtouch come with <span class=\"fw-semibold\">everything you need</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:16:\"Find Your Dealer\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:14:\"element_scheme\";s:0:\"\";s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:25:\"PROFESSIONAL INSTALLATION\";s:15:\"ssb_single_desc\";s:77:\"High standard installation by a specialist at one of our trusted dealerships.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:12:\"DEMONSTATION\";s:15:\"ssb_single_desc\";s:63:\"Before you leave we will ensure you\'re shown exactly what to do\";}i:2;a:2:{s:16:\"ssb_single_title\";s:16:\"5 Years Warranty\";s:15:\"ssb_single_desc\";s:71:\"Real peace of mind, in the unlikely event of anything ever going wrong.\";}}s:15:\"ssb_imag_single\";a:1:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1381be60\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid01edc7e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0b43df6\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"26\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:59:\"Our <span class=\"text-custom fw-normal\">Motor Movers</span>\";s:11:\"te_subtitle\";s:109:\"Our range of caravan movers are well-suited for all caravans. See the Powrtouch family of motor movers below.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid616680e9\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcab38fce\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfae0a288\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:82:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Freedom.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:7:\"Freedom\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3806fc67\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:10:\"Learn More\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9dead8c1\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida1366778\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:96:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Single-Axle.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:23:\"Evolution (Single Axle)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4a00051a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid86f684b8\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid71ac714d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:35:\"/evolution-single-axle-auto-engage/\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluide4fafc03\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid29cd982c\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc47f9d29\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid46975d2e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:89:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Twin.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:30:\"Evolution (Twin Axle, 2 Motor)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e112a5a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidb09509c5\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluiddf43c44c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9bdeb25e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid4c752ecd\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidaeb26f50\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidba62844c\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:88:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-AWD.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:31:\"Evolution (Twin Axle, 4 Motor) \";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16078f63\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid6a591746\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid59a6184c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidf958e2da\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidb17d3cc3\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid325c06ac\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid767a4bc4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid631417c6\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"88\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:11:\"Help Centre\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:52:\"here we keep our manuals and troubleshooting guides.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6104520\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddbdefdb7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:16:\"Customer Service\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:64:\"We\'re dedicated to helping you! Contact us if you need anything.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb62d574f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb4fd9e3d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:19:\"Our Support Network\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:82:\"With our mobile engineers around the country, you\'re in safe hands with powrtouch!\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75d4229e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid715c8779\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid350c7d28\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"Customer Feedback\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:5:\"light\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide82ea897\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:11:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:9:\"MR TURNER\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:256:\"\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:11:\"MRS ANDREWS\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:79:\"“Text text text text text text text text text text text text text text text.\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:8:\"MR SMITH\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:118:\"“Text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";s:0:\"\";s:12:\"slidesToShow\";s:1:\"5\";s:13:\"autoplaySpeed\";s:4:\"3000\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid046edef1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid874b92a1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf3608cd8\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"WORK WITH US\";s:11:\"te_subtitle\";s:52:\"Are you a dealer or a mobile engineer? Get in touch!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3771e7bf\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid5ff7e00c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83ef0711\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:9:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:24:{s:11:\"button_text\";s:12:\"GET IN TOUCH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:20:\"cta_custom_color_hov\";s:0:\"\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:12:\"button_block\";s:9:\"btn-block\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:1:\"0\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac7595fc\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid93ef961e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida357b549\";}}'),
(7703,	2973,	'_menu_item_target',	''),
(7702,	2973,	'_menu_item_object',	'custom'),
(7701,	2973,	'_menu_item_object_id',	'2973'),
(7700,	2973,	'_menu_item_menu_item_parent',	'2574'),
(7699,	2973,	'_menu_item_type',	'custom'),
(7698,	2972,	'_menu_item_zn_mega_menu_bg_image',	''),
(7697,	2972,	'_menu_item_zn_mega_menu_smart_area',	''),
(7696,	2972,	'_menu_item_zn_mega_menu_label',	''),
(7695,	2972,	'_menu_item_zn_mega_menu_headers',	''),
(7694,	2972,	'_menu_item_zn_mega_menu_enable',	''),
(7692,	2972,	'_menu_item_url',	'#'),
(7691,	2972,	'_menu_item_xfn',	''),
(7690,	2972,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7689,	2972,	'_menu_item_target',	''),
(7688,	2972,	'_menu_item_object',	'custom'),
(7687,	2972,	'_menu_item_object_id',	'2972'),
(7686,	2972,	'_menu_item_menu_item_parent',	'2568'),
(7685,	2972,	'_menu_item_type',	'custom'),
(6520,	2383,	'_zn_zion_builder_status',	'enabled'),
(6521,	2719,	'_wp_attached_file',	'2020/01/large-image.png'),
(6522,	2719,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1919;s:6:\"height\";i:801;s:4:\"file\";s:23:\"2020/01/large-image.png\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"large-image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"large-image-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"large-image-600x250.png\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"large-image-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"large-image-1024x427.png\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"large-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"large-image-768x321.png\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"large-image-1536x641.png\";s:5:\"width\";i:1536;s:6:\"height\";i:641;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"large-image-280x117.png\";s:5:\"width\";i:280;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:24:\"large-image-1170x488.png\";s:5:\"width\";i:1170;s:6:\"height\";i:488;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:23:\"large-image-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"large-image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"large-image-600x250.png\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"large-image-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(6544,	2420,	'_zn_zion_builder_status',	'enabled'),
(6545,	2732,	'_action_manager_schedule',	'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1581337510;}'),
(6546,	2733,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581337522;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(6547,	2734,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581341228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(6548,	2735,	'_edit_last',	'1'),
(6549,	2735,	'_edit_lock',	'1581594643:1'),
(7992,	3004,	'_wp_attached_file',	'2020/02/AWD-CDFMC-Handset-Model-6-P0062235100.jpg'),
(7993,	3004,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:49:\"2020/02/AWD-CDFMC-Handset-Model-6-P0062235100.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"AWD-CDFMC-Handset-Model-6-P0062235100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"AWD-CDFMC-Handset-Model-6-P0062235100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"AWD-CDFMC-Handset-Model-6-P0062235100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"AWD-CDFMC-Handset-Model-6-P0062235100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"AWD-CDFMC-Handset-Model-6-P0062235100-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:49:\"AWD-CDFMC-Handset-Model-6-P0062235100-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:49:\"AWD-CDFMC-Handset-Model-6-P0062235100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"AWD-CDFMC-Handset-Model-6-P0062235100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579958773\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7994,	2735,	'_thumbnail_id',	'3004'),
(7995,	3005,	'_edit_lock',	'1581589746:1'),
(7996,	3005,	'_edit_last',	'1'),
(7997,	3006,	'_wp_attached_file',	'2020/02/Carriage-Return-Spring_P1377901000.jpg'),
(7998,	3006,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2020/02/Carriage-Return-Spring_P1377901000.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"Carriage-Return-Spring_P1377901000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"Carriage-Return-Spring_P1377901000-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Carriage-Return-Spring_P1377901000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Carriage-Return-Spring_P1377901000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Carriage-Return-Spring_P1377901000-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:46:\"Carriage-Return-Spring_P1377901000-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"Carriage-Return-Spring_P1377901000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"Carriage-Return-Spring_P1377901000-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579960305\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6555,	2735,	'_sku',	'P0062235100'),
(6556,	2735,	'_regular_price',	'115.00'),
(6557,	2735,	'total_sales',	'1'),
(6558,	2735,	'_tax_status',	'taxable'),
(6559,	2735,	'_tax_class',	''),
(6560,	2735,	'_manage_stock',	'no'),
(6561,	2735,	'_backorders',	'no'),
(6562,	2735,	'_sold_individually',	'no'),
(6563,	2735,	'_virtual',	'no'),
(6564,	2735,	'_downloadable',	'no'),
(6565,	2735,	'_download_limit',	'-1'),
(6566,	2735,	'_download_expiry',	'-1'),
(6567,	2735,	'_stock',	NULL),
(6568,	2735,	'_stock_status',	'instock'),
(6569,	2735,	'_wc_average_rating',	'0'),
(6570,	2735,	'_wc_review_count',	'0'),
(6571,	2735,	'_product_version',	'3.9.1'),
(6572,	2735,	'_price',	'115.00'),
(6573,	2735,	'slide_template',	'default'),
(6574,	2735,	'zn_page_layout',	'default'),
(6575,	2735,	'zn_sidebar_select',	'default'),
(6576,	2735,	'zn_zn_disable_subheader',	''),
(6577,	2735,	'zn_subheader_style',	'zn_def_header_style'),
(6578,	2735,	'zn_page_override_boxed_layout',	'def'),
(6579,	2735,	'zn_page_title_show',	'yes'),
(6580,	2735,	'zn_page_title',	''),
(6581,	2735,	'zn_page_subtitle',	''),
(6582,	2735,	'zn-custom-layout',	'0'),
(6583,	2738,	'_action_manager_schedule',	'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1581339576;}'),
(6584,	2740,	'_action_manager_schedule',	'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1581339576;}'),
(6585,	2739,	'_order_key',	'wc_order_GMe7Q3RQ0TWQv'),
(6586,	2739,	'_customer_user',	'1'),
(6587,	2739,	'_payment_method',	'cod'),
(6588,	2739,	'_payment_method_title',	'Cash on delivery'),
(6589,	2739,	'_customer_ip_address',	'151.225.90.183'),
(6590,	2739,	'_customer_user_agent',	'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36'),
(6591,	2739,	'_created_via',	'checkout'),
(6592,	2739,	'_cart_hash',	'aee6cd56738a7eb2a8240eedc8a02740'),
(6593,	2739,	'_billing_first_name',	'ALEX'),
(6594,	2739,	'_billing_last_name',	'THOMSON'),
(6595,	2739,	'_billing_address_1',	'19 Welbeck Road'),
(6596,	2739,	'_billing_address_2',	'Bolsover'),
(6597,	2739,	'_billing_city',	'CHESTERFIELD'),
(6598,	2739,	'_billing_state',	'*'),
(6599,	2739,	'_billing_postcode',	'S44 6DF'),
(6600,	2739,	'_billing_country',	'GB'),
(6601,	2739,	'_billing_email',	'ALEX@HELLOONLINE.CO.UK'),
(6602,	2739,	'_billing_phone',	'07502201717'),
(6603,	2739,	'_shipping_first_name',	'ALEX'),
(6604,	2739,	'_shipping_last_name',	'THOMSON'),
(6605,	2739,	'_shipping_address_1',	'19 Welbeck Road'),
(6606,	2739,	'_shipping_address_2',	'Bolsover'),
(6607,	2739,	'_shipping_city',	'CHESTERFIELD'),
(6608,	2739,	'_shipping_state',	'*'),
(6609,	2739,	'_shipping_postcode',	'S44 6DF'),
(6610,	2739,	'_shipping_country',	'GB'),
(6611,	2739,	'_order_currency',	'GBP'),
(6612,	2739,	'_cart_discount',	'0'),
(6613,	2739,	'_cart_discount_tax',	'0'),
(6614,	2739,	'_order_shipping',	'2.5'),
(6615,	2739,	'_order_shipping_tax',	'0'),
(6616,	2739,	'_order_tax',	'0'),
(6617,	2739,	'_order_total',	'4197.50'),
(6618,	2739,	'_order_version',	'3.9.2'),
(6619,	2739,	'_prices_include_tax',	'no'),
(6620,	2739,	'_billing_address_index',	'ALEX THOMSON  19 Welbeck Road Bolsover CHESTERFIELD * S44 6DF GB ALEX@HELLOONLINE.CO.UK 07502201717'),
(6621,	2739,	'_shipping_address_index',	'ALEX THOMSON  19 Welbeck Road Bolsover CHESTERFIELD * S44 6DF GB'),
(6622,	2739,	'is_vat_exempt',	'no'),
(6623,	2739,	'_download_permissions_granted',	'yes'),
(6624,	2739,	'_recorded_sales',	'yes'),
(6625,	2739,	'_recorded_coupon_usage_counts',	'yes'),
(6626,	2739,	'_order_stock_reduced',	'yes'),
(6627,	2741,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581345875;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9170,	3139,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 1\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid82bd955e\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid243b0216\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfbb8a324\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida7b4d316\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0302f0e5\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid45ff1e64\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid511f9d89\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid2d074d58\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid50656a47\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide09af146\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid46b79861\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidcdc0fb4c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid70728fbb\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:66:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:15:\"enable_parallax\";s:2:\"no\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 2\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidecf44c53\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb7482d01\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid25fbfe75\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid416c7255\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7e9d7fcc\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidca564ba2\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidca2c9194\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7f05a31c\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid529d3257\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb425a3a0\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbff41a76\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid5ddb96bb\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid55751eac\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 3\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf9710548\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid832a5fa9\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide512ebf0\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid9f46ba37\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid944a20f8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidaf3a58b0\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14396bf3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid246f2ff6\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7f8b3e9f\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid70751cc0\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1c4cc6f3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid25f5ceb1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcdd909f5\";}}'),
(9256,	3179,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:28:\"TH_StaticContentProductLoupe\";s:7:\"options\";a:46:{s:9:\"ww_height\";s:3:\"700\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:8:\"sc_title\";s:114:\"<span class=\"fw-semibold\">The Powrtouch Evolution </span></br><span class=\"fw-thin\">Single Axle Auto Engage</span>\";s:11:\"sc_lp_image\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";s:18:\"sc_lp_custom_width\";s:3:\"653\";s:14:\"sc_lp_features\";s:124:\"High Performance\r\nManoeuvre caravans up to 2000kg\r\nRobust & Lightweight materials\r\nManufactured in the UK\r\n5 years guarantee\";s:13:\"sc_lp_button1\";s:10:\"LEARN MORE\";s:18:\"sc_lp_button1_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button1_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue086\";}s:19:\"sc_lp_button1_style\";s:13:\"btn btn-lined\";s:24:\"sc_lp_button1_icon_style\";s:1:\"0\";s:10:\"sc_bt_text\";s:2:\"or\";s:13:\"sc_2p_button1\";s:22:\"FIND YOUR LOCAL DEALER\";s:18:\"sc_lp_button2_link\";a:3:{s:3:\"url\";s:27:\"elements-search-box-element\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button2_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue062\";}s:19:\"sc_lp_button2_style\";s:17:\"btn btn-fullcolor\";s:24:\"sc_lp_button2_icon_style\";s:1:\"0\";s:15:\"ww_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/building-unit.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:8:\"##cd2122\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:8:\"##535353\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"50\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3ddd649\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:50:\"The Powrtouch Evolution (Single Axle, Auto Engage)\";s:11:\"te_subtitle\";s:41:\"Makes manoeuvring your caravan effortless\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95b9e50b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid69922d8a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:65:\"The only option when it comes to choosing your next caravan mover\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8810abcc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid746f3726\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:448:\"The powrtouch evolution single axle, auto engage is the most advanced caravan mover on the market. With it\'s turning circle precise to 1mm and ability to move a caravan of up to 2000kg up a 1/4 (25%) incline it is a truly remarkable piece of kit.\r\n\r\nManufactured within the UK, The Powrtouch evolution single axle, automatic engagement, caravan mover is built to last and for your peace of mind provided with a generous 5-year no-quibble guarantee!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2817559c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide477de10\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:789:\"<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<style>\r\ntable {\r\n  border-collapse: collapse;\r\n  width: 100%;\r\n}\r\n\r\nth, td {\r\n  text-align: left;\r\n  padding: 8px;\r\n}\r\n\r\ntr:nth-child(even) {background-color: #f2f2f2;}\r\n</style>\r\n</head>\r\n<body>\r\n\r\n<h2>Striped Table</h2>\r\n<p>For zebra-striped tables, use the nth-child() selector and add a background-color to all even (or odd) table rows:</p>\r\n\r\n<table>\r\n  <tr>\r\n  <th>First Name</th>\r\n  <th>Last Name</th>\r\n  <th>Points</th>\r\n  </tr>\r\n  <tr>\r\n  <td>Peter</td>\r\n  <td>Griffin</td>\r\n  <td>$100</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Lois</td>\r\n  <td>Griffin</td>\r\n  <td>$150</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Joe</td>\r\n  <td>Swanson</td>\r\n  <td>$300</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Cleveland</td>\r\n  <td>Brown</td>\r\n  <td>$250</td>\r\n  </tr>\r\n</table>\r\n\r\n</body>\r\n</html>\r\n\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9efd8230\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc5f099db\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid38d43504\";}}'),
(9264,	2509,	'show_header',	''),
(9265,	2509,	'show_footer',	''),
(9266,	2509,	'zn_page_custom_js',	''),
(9267,	3187,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:8:\"CHECKOUT\";s:11:\"te_subtitle\";s:30:\"Your order is nearly complete.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid47ec576a\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:17601:\"<div class=\"u_fNK\" style=\"position: absolute; top: 0px; left: 0px;\" data-grammarly-part=\"highlights\">\n<div style=\"box-sizing: content-box; top: 330px; left: 591.203px; width: 482.797px; height: 52px; position: relative; pointer-events: none; overflow: hidden; border: 0px; border-radius: 0px; padding: 0px; margin: 0px;\">\n<div style=\"position: absolute; top: 0px; left: 0px;\">\n<div style=\"height: 1092px; width: 2403px;\">\n<div> </div>\n<div> </div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"u_fNK\" style=\"position: absolute; top: 0px; left: 0px;\" data-grammarly-part=\"button\">\n<div style=\"box-sizing: content-box; top: 330px; left: 591.203px; width: 482.797px; height: 52px; position: relative; pointer-events: none; overflow: hidden; border: 0px; border-radius: 0px; padding: 0px; margin: 0px;\">\n<div style=\"position: absolute; transform: translate(-100%, -100%); top: 44px; left: 472.797px; width: auto; height: auto; pointer-events: all;\">\n<div style=\"flex-direction: row; display: none; pointer-events: auto;\">\n<div style=\"position: relative;\"> </div>\n<div>\n<div class=\"_5WizN _1QzSN\">\n<div class=\"_3YmQx\">\n<div class=\"_3QdKe\" title=\"Protected by Grammarly\"> </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<p> </p>\n<div class=\"woocommerce\">\n<div class=\"woocommerce-notices-wrapper\"> </div>\n<div class=\"woocommerce-form-coupon-toggle\">\n<div class=\"woocommerce-info\">Have a coupon? <a class=\"showcoupon\" href=\"#\">Click here to enter your code</a></div>\n</div>\n<form class=\"checkout_coupon woocommerce-form-coupon\" style=\"display: none;\" method=\"post\">\n<p>If you have a coupon code, please apply it below.</p>\n<p class=\"form-row form-row-first\"><input id=\"coupon_code\" class=\"input-text\" name=\"coupon_code\" type=\"text\" value=\"\" placeholder=\"Coupon code\" /></p>\n<p class=\"form-row form-row-last\"><button class=\"button\" name=\"apply_coupon\" type=\"submit\" value=\"Apply coupon\">Apply coupon</button></p>\n<div class=\"clear\"> </div>\n</form>\n<div class=\"woocommerce-notices-wrapper\"> </div>\n<form id=\"checkout-form\" class=\"checkout woocommerce-checkout\" action=\"https://truma.youarenearly.online/checkout/\" enctype=\"multipart/form-data\" method=\"post\" name=\"checkout\" novalidate=\"novalidate\">\n<div id=\"customer_details\" class=\"col2-set\">\n<div class=\"col-1\">\n<div class=\"woocommerce-billing-fields\">\n<h3>Billing details</h3>\n<div class=\"woocommerce-billing-fields__field-wrapper\">\n<p id=\"billing_first_name_field\" class=\"form-row form-row-first validate-required\" data-priority=\"10\"><label class=\"\" for=\"billing_first_name\">First name <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_first_name\" class=\"input-text \" autocomplete=\"given-name\" name=\"billing_first_name\" type=\"text\" value=\"ALEX\" placeholder=\"\" /></span></p>\n<p id=\"billing_last_name_field\" class=\"form-row form-row-last validate-required\" data-priority=\"20\"><label class=\"\" for=\"billing_last_name\">Last name <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_last_name\" class=\"input-text \" autocomplete=\"family-name\" name=\"billing_last_name\" type=\"text\" value=\"THOMSON\" placeholder=\"\" /></span></p>\n<p id=\"billing_company_field\" class=\"form-row form-row-wide\" data-priority=\"30\"><label class=\"\" for=\"billing_company\">Company name <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_company\" class=\"input-text \" autocomplete=\"organization\" name=\"billing_company\" type=\"text\" value=\"\" placeholder=\"\" /></span></p>\n<p id=\"billing_country_field\" class=\"form-row form-row-wide address-field update_totals_on_change validate-required\" data-priority=\"40\"><label class=\"\" for=\"billing_country\">Country <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><strong>United Kingdom (UK)</strong><input id=\"billing_country\" class=\"country_to_state\" autocomplete=\"country\" name=\"billing_country\" readonly=\"readonly\" type=\"hidden\" value=\"GB\" /></span></p>\n<p id=\"billing_address_1_field\" class=\"form-row form-row-wide address-field validate-required\" data-priority=\"50\"><label class=\"\" for=\"billing_address_1\">Street address <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_address_1\" class=\"input-text \" autocomplete=\"address-line1\" name=\"billing_address_1\" type=\"text\" value=\"19 Welbeck Road\" placeholder=\"House number and street name\" data-placeholder=\"House number and street name\" /></span></p>\n<p id=\"billing_address_2_field\" class=\"form-row form-row-wide address-field\" data-priority=\"60\"><label class=\"screen-reader-text\" for=\"billing_address_2\">Apartment, suite, unit etc. (optional) <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_address_2\" class=\"input-text \" autocomplete=\"address-line2\" name=\"billing_address_2\" type=\"text\" value=\"Bolsover\" placeholder=\"Apartment, suite, unit etc. (optional)\" data-placeholder=\"Apartment, suite, unit etc. (optional)\" /></span></p>\n<p id=\"billing_city_field\" class=\"form-row form-row-wide address-field validate-required\" data-priority=\"70\" data-o_class=\"form-row form-row-wide address-field validate-required\"><label class=\"\" for=\"billing_city\">Town / City <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_city\" class=\"input-text \" autocomplete=\"address-level2\" name=\"billing_city\" type=\"text\" value=\"CHESTERFIELD\" placeholder=\"\" /></span></p>\n<p id=\"billing_state_field\" class=\"form-row form-row-wide address-field validate-state\" data-priority=\"80\" data-o_class=\"form-row form-row-wide address-field validate-state\"><label class=\"\" for=\"billing_state\">County <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_state\" class=\"input-text \" autocomplete=\"address-level1\" name=\"billing_state\" type=\"text\" value=\"*\" placeholder=\"\" data-input-classes=\"\" /></span></p>\n<p id=\"billing_postcode_field\" class=\"form-row form-row-wide address-field validate-required validate-postcode\" data-priority=\"90\" data-o_class=\"form-row form-row-wide address-field validate-required validate-postcode\"><label class=\"\" for=\"billing_postcode\">Postcode <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_postcode\" class=\"input-text \" autocomplete=\"postal-code\" name=\"billing_postcode\" type=\"text\" value=\"S44 6DF\" placeholder=\"\" /></span></p>\n<p id=\"billing_phone_field\" class=\"form-row form-row-wide validate-required validate-phone\" data-priority=\"100\"><label class=\"\" for=\"billing_phone\">Phone <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_phone\" class=\"input-text \" autocomplete=\"tel\" name=\"billing_phone\" type=\"tel\" value=\"07502201717\" placeholder=\"\" /></span></p>\n<p id=\"billing_email_field\" class=\"form-row form-row-wide validate-required validate-email\" data-priority=\"110\"><label class=\"\" for=\"billing_email\">Email address <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_email\" class=\"input-text \" autocomplete=\"email username\" name=\"billing_email\" type=\"email\" value=\"ALEX@HELLOONLINE.CO.UK\" placeholder=\"\" /></span></p>\n</div>\n</div>\n</div>\n<div class=\"col-2\">\n<div class=\"woocommerce-shipping-fields\">\n<h3 id=\"ship-to-different-address\"><label class=\"woocommerce-form__label woocommerce-form__label-for-checkbox checkbox\"> <input id=\"ship-to-different-address-checkbox\" class=\"woocommerce-form__input woocommerce-form__input-checkbox input-checkbox\" name=\"ship_to_different_address\" type=\"checkbox\" value=\"1\" /> Ship to a different address? </label></h3>\n<div class=\"shipping_address\" style=\"display: none;\">\n<div class=\"woocommerce-shipping-fields__field-wrapper\">\n<p id=\"shipping_first_name_field\" class=\"form-row form-row-first validate-required\" data-priority=\"10\"><label class=\"\" for=\"shipping_first_name\">First name <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_first_name\" class=\"input-text \" autocomplete=\"given-name\" name=\"shipping_first_name\" type=\"text\" value=\"ALEX\" placeholder=\"\" /></span></p>\n<p id=\"shipping_last_name_field\" class=\"form-row form-row-last validate-required\" data-priority=\"20\"><label class=\"\" for=\"shipping_last_name\">Last name <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_last_name\" class=\"input-text \" autocomplete=\"family-name\" name=\"shipping_last_name\" type=\"text\" value=\"THOMSON\" placeholder=\"\" /></span></p>\n<p id=\"shipping_company_field\" class=\"form-row form-row-wide\" data-priority=\"30\"><label class=\"\" for=\"shipping_company\">Company name <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_company\" class=\"input-text \" autocomplete=\"organization\" name=\"shipping_company\" type=\"text\" value=\"\" placeholder=\"\" /></span></p>\n<p id=\"shipping_country_field\" class=\"form-row form-row-wide address-field update_totals_on_change validate-required\" data-priority=\"40\"><label class=\"\" for=\"shipping_country\">Country <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><strong>United Kingdom (UK)</strong><input id=\"shipping_country\" class=\"country_to_state\" autocomplete=\"country\" name=\"shipping_country\" readonly=\"readonly\" type=\"hidden\" value=\"GB\" /></span></p>\n<p id=\"shipping_address_1_field\" class=\"form-row form-row-wide address-field validate-required\" data-priority=\"50\"><label class=\"\" for=\"shipping_address_1\">Street address <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_address_1\" class=\"input-text \" autocomplete=\"address-line1\" name=\"shipping_address_1\" type=\"text\" value=\"19 Welbeck Road\" placeholder=\"House number and street name\" data-placeholder=\"House number and street name\" /></span></p>\n<p id=\"shipping_address_2_field\" class=\"form-row form-row-wide address-field\" data-priority=\"60\"><label class=\"screen-reader-text\" for=\"shipping_address_2\">Apartment, suite, unit etc. (optional) <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_address_2\" class=\"input-text \" autocomplete=\"address-line2\" name=\"shipping_address_2\" type=\"text\" value=\"Bolsover\" placeholder=\"Apartment, suite, unit etc. (optional)\" data-placeholder=\"Apartment, suite, unit etc. (optional)\" /></span></p>\n<p id=\"shipping_city_field\" class=\"form-row form-row-wide address-field validate-required\" data-priority=\"70\" data-o_class=\"form-row form-row-wide address-field validate-required\"><label class=\"\" for=\"shipping_city\">Town / City <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_city\" class=\"input-text \" autocomplete=\"address-level2\" name=\"shipping_city\" type=\"text\" value=\"CHESTERFIELD\" placeholder=\"\" /></span></p>\n<p id=\"shipping_state_field\" class=\"form-row form-row-wide address-field validate-state\" data-priority=\"80\" data-o_class=\"form-row form-row-wide address-field validate-state\"><label class=\"\" for=\"shipping_state\">County <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_state\" class=\"input-text \" autocomplete=\"address-level1\" name=\"shipping_state\" type=\"text\" value=\"*\" placeholder=\"\" data-input-classes=\"\" /></span></p>\n<p id=\"shipping_postcode_field\" class=\"form-row form-row-wide address-field validate-required validate-postcode\" data-priority=\"90\" data-o_class=\"form-row form-row-wide address-field validate-required validate-postcode\"><label class=\"\" for=\"shipping_postcode\">Postcode <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_postcode\" class=\"input-text \" autocomplete=\"postal-code\" name=\"shipping_postcode\" type=\"text\" value=\"S44 6DF\" placeholder=\"\" /></span></p>\n</div>\n</div>\n</div>\n<div class=\"woocommerce-additional-fields\">\n<div class=\"woocommerce-additional-fields__field-wrapper\">\n<p id=\"order_comments_field\" class=\"form-row notes\" data-priority=\"\"><label class=\"\" for=\"order_comments\">Order notes <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><textarea id=\"order_comments\" class=\"input-text \" spellcheck=\"false\" cols=\"5\" name=\"order_comments\" rows=\"2\" placeholder=\"Notes about your order, e.g. special notes for delivery.\"></textarea></span></p>\n</div>\n</div>\n</div>\n</div>\n<h3 id=\"order_review_heading\">Your order</h3>\n<div id=\"order_review\" class=\"woocommerce-checkout-review-order\">\n<table class=\"shop_table woocommerce-checkout-review-order-table\">\n<thead>\n<tr>\n<th class=\"product-name\">Product</th>\n<th class=\"product-total\">Subtotal</th>\n</tr>\n</thead>\n<tbody>\n<tr class=\"cart_item\">\n<td class=\"product-name\">Powrtouch Classic Side Cover Set  <strong class=\"product-quantity\">× 1</strong></td>\n<td class=\"product-total\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>35.00</span></td>\n</tr>\n</tbody>\n<tfoot>\n<tr class=\"cart-subtotal\">\n<th>Subtotal</th>\n<td><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>35.00</span></td>\n</tr>\n<tr class=\"woocommerce-shipping-totals shipping\">\n<th>Shipping</th>\n<td data-title=\"Shipping\">\n<ul id=\"shipping_method\" class=\"woocommerce-shipping-methods\">\n<li><input id=\"shipping_method_0_flat_rate1\" class=\"shipping_method\" name=\"shipping_method[0]\" type=\"hidden\" value=\"flat_rate:1\" data-index=\"0\" /><label for=\"shipping_method_0_flat_rate1\">Flat rate: <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>2.50</span></label></li>\n</ul>\n</td>\n</tr>\n<tr class=\"tax-rate tax-rate-vat-1\">\n<th>VAT</th>\n<td><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>7.50</span></td>\n</tr>\n<tr class=\"order-total\">\n<th>Total</th>\n<td><strong><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>45.00</span></strong></td>\n</tr>\n</tfoot>\n</table>\n<div id=\"payment\" class=\"woocommerce-checkout-payment\">\n<ul class=\"wc_payment_methods payment_methods methods\">\n<li class=\"wc_payment_method payment_method_cod\"><input id=\"payment_method_cod\" class=\"input-radio\" name=\"payment_method\" type=\"radio\" value=\"cod\" data-order_button_text=\"\" /> <label for=\"payment_method_cod\"> Payment on Account </label>\n<div class=\"payment_box payment_method_cod\" style=\"display: none;\">\n<p>Payment on account.</p>\n</div>\n</li>\n<li class=\"wc_payment_method payment_method_online_worldpay\"><input id=\"payment_method_online_worldpay\" class=\"input-radio\" checked=\"checked\" name=\"payment_method\" type=\"radio\" value=\"online_worldpay\" data-order_button_text=\"\" /> <label for=\"payment_method_online_worldpay\"><label for=\"payment_method_online_worldpay\"> Credit/Debit Card</label></label>\n<div class=\"worldpay-card-icons\"><img class=\"worldpay-card-icon\" src=\"../wp-content/plugins/woo-easy-pay/assets/img/cards/visa.svg\" /> <img class=\"worldpay-card-icon\" src=\"../wp-content/plugins/woo-easy-pay/assets/img/cards/amex.svg\" /> <img class=\"worldpay-card-icon\" src=\"../wp-content/plugins/woo-easy-pay/assets/img/cards/master_card.svg\" /> <img class=\"worldpay-card-icon\" src=\"../wp-content/plugins/woo-easy-pay/assets/img/cards/discover.svg\" /></div>\n<div class=\"payment_box payment_method_online_worldpay\">\n<div class=\"online_worldpay_gateway_container worldpay-gateway-container\"><input id=\"online_worldpay_payment_nonce\" class=\"worldpay-payment-nonce\" name=\"online_worldpay_payment_nonce\" type=\"hidden\" value=\"\" data-nonce-gateway=\"online_worldpay\" /><input id=\"online_worldpay_payment_token_type\" name=\"online_worldpay_payment_token_type\" type=\"hidden\" value=\"\" data-token-type-gateway=\"online_worldpay\" />\n<div class=\"online_worldpay_new_card worldpay-new-method-container\"><label>Save</label> <input id=\"online_worldpay_save_cc_key\" name=\"online_worldpay_save_cc_key\" type=\"checkbox\" />\n<div id=\"worldpay_template_form_container\"> </div>\n</div>\n</div>\n</div>\n</li>\n</ul>\n<div class=\"form-row place-order\"><noscript>\n			Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so.			<br/><button type=\"submit\" class=\"button alt\" name=\"woocommerce_checkout_update_totals\" value=\"Update totals\">Update totals</button>\n		</noscript>\n<div class=\"woocommerce-terms-and-conditions-wrapper\">\n<div class=\"woocommerce-privacy-policy-text\">\n<p>Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our <a class=\"woocommerce-privacy-policy-link\" href=\"../?page_id=3\" target=\"_blank\" rel=\"noopener\">privacy policy</a>.</p>\n</div>\n</div>\n<button id=\"place_order\" class=\"button alt\" name=\"woocommerce_checkout_place_order\" type=\"submit\" value=\"Place order\" data-value=\"Place order\">Place order</button> <input id=\"woocommerce-process-checkout-nonce\" name=\"woocommerce-process-checkout-nonce\" type=\"hidden\" value=\"670cb81839\" /><input name=\"_wp_http_referer\" type=\"hidden\" value=\"/?wc-ajax=update_order_review\" /></div>\n</div>\n</div>\n</form></div>\n<p> </p>\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ffa4b36\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide207d002\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2fe7b194\";}}'),
(9268,	3187,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:8:\"CHECKOUT\";s:11:\"te_subtitle\";s:30:\"Your order is nearly complete.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid47ec576a\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:17601:\"<div class=\"u_fNK\" style=\"position: absolute; top: 0px; left: 0px;\" data-grammarly-part=\"highlights\">\n<div style=\"box-sizing: content-box; top: 330px; left: 591.203px; width: 482.797px; height: 52px; position: relative; pointer-events: none; overflow: hidden; border: 0px; border-radius: 0px; padding: 0px; margin: 0px;\">\n<div style=\"position: absolute; top: 0px; left: 0px;\">\n<div style=\"height: 1092px; width: 2403px;\">\n<div> </div>\n<div> </div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"u_fNK\" style=\"position: absolute; top: 0px; left: 0px;\" data-grammarly-part=\"button\">\n<div style=\"box-sizing: content-box; top: 330px; left: 591.203px; width: 482.797px; height: 52px; position: relative; pointer-events: none; overflow: hidden; border: 0px; border-radius: 0px; padding: 0px; margin: 0px;\">\n<div style=\"position: absolute; transform: translate(-100%, -100%); top: 44px; left: 472.797px; width: auto; height: auto; pointer-events: all;\">\n<div style=\"flex-direction: row; display: none; pointer-events: auto;\">\n<div style=\"position: relative;\"> </div>\n<div>\n<div class=\"_5WizN _1QzSN\">\n<div class=\"_3YmQx\">\n<div class=\"_3QdKe\" title=\"Protected by Grammarly\"> </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<p> </p>\n<div class=\"woocommerce\">\n<div class=\"woocommerce-notices-wrapper\"> </div>\n<div class=\"woocommerce-form-coupon-toggle\">\n<div class=\"woocommerce-info\">Have a coupon? <a class=\"showcoupon\" href=\"#\">Click here to enter your code</a></div>\n</div>\n<form class=\"checkout_coupon woocommerce-form-coupon\" style=\"display: none;\" method=\"post\">\n<p>If you have a coupon code, please apply it below.</p>\n<p class=\"form-row form-row-first\"><input id=\"coupon_code\" class=\"input-text\" name=\"coupon_code\" type=\"text\" value=\"\" placeholder=\"Coupon code\" /></p>\n<p class=\"form-row form-row-last\"><button class=\"button\" name=\"apply_coupon\" type=\"submit\" value=\"Apply coupon\">Apply coupon</button></p>\n<div class=\"clear\"> </div>\n</form>\n<div class=\"woocommerce-notices-wrapper\"> </div>\n<form id=\"checkout-form\" class=\"checkout woocommerce-checkout\" action=\"https://truma.youarenearly.online/checkout/\" enctype=\"multipart/form-data\" method=\"post\" name=\"checkout\" novalidate=\"novalidate\">\n<div id=\"customer_details\" class=\"col2-set\">\n<div class=\"col-1\">\n<div class=\"woocommerce-billing-fields\">\n<h3>Billing details</h3>\n<div class=\"woocommerce-billing-fields__field-wrapper\">\n<p id=\"billing_first_name_field\" class=\"form-row form-row-first validate-required\" data-priority=\"10\"><label class=\"\" for=\"billing_first_name\">First name <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_first_name\" class=\"input-text \" autocomplete=\"given-name\" name=\"billing_first_name\" type=\"text\" value=\"ALEX\" placeholder=\"\" /></span></p>\n<p id=\"billing_last_name_field\" class=\"form-row form-row-last validate-required\" data-priority=\"20\"><label class=\"\" for=\"billing_last_name\">Last name <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_last_name\" class=\"input-text \" autocomplete=\"family-name\" name=\"billing_last_name\" type=\"text\" value=\"THOMSON\" placeholder=\"\" /></span></p>\n<p id=\"billing_company_field\" class=\"form-row form-row-wide\" data-priority=\"30\"><label class=\"\" for=\"billing_company\">Company name <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_company\" class=\"input-text \" autocomplete=\"organization\" name=\"billing_company\" type=\"text\" value=\"\" placeholder=\"\" /></span></p>\n<p id=\"billing_country_field\" class=\"form-row form-row-wide address-field update_totals_on_change validate-required\" data-priority=\"40\"><label class=\"\" for=\"billing_country\">Country <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><strong>United Kingdom (UK)</strong><input id=\"billing_country\" class=\"country_to_state\" autocomplete=\"country\" name=\"billing_country\" readonly=\"readonly\" type=\"hidden\" value=\"GB\" /></span></p>\n<p id=\"billing_address_1_field\" class=\"form-row form-row-wide address-field validate-required\" data-priority=\"50\"><label class=\"\" for=\"billing_address_1\">Street address <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_address_1\" class=\"input-text \" autocomplete=\"address-line1\" name=\"billing_address_1\" type=\"text\" value=\"19 Welbeck Road\" placeholder=\"House number and street name\" data-placeholder=\"House number and street name\" /></span></p>\n<p id=\"billing_address_2_field\" class=\"form-row form-row-wide address-field\" data-priority=\"60\"><label class=\"screen-reader-text\" for=\"billing_address_2\">Apartment, suite, unit etc. (optional) <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_address_2\" class=\"input-text \" autocomplete=\"address-line2\" name=\"billing_address_2\" type=\"text\" value=\"Bolsover\" placeholder=\"Apartment, suite, unit etc. (optional)\" data-placeholder=\"Apartment, suite, unit etc. (optional)\" /></span></p>\n<p id=\"billing_city_field\" class=\"form-row form-row-wide address-field validate-required\" data-priority=\"70\" data-o_class=\"form-row form-row-wide address-field validate-required\"><label class=\"\" for=\"billing_city\">Town / City <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_city\" class=\"input-text \" autocomplete=\"address-level2\" name=\"billing_city\" type=\"text\" value=\"CHESTERFIELD\" placeholder=\"\" /></span></p>\n<p id=\"billing_state_field\" class=\"form-row form-row-wide address-field validate-state\" data-priority=\"80\" data-o_class=\"form-row form-row-wide address-field validate-state\"><label class=\"\" for=\"billing_state\">County <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_state\" class=\"input-text \" autocomplete=\"address-level1\" name=\"billing_state\" type=\"text\" value=\"*\" placeholder=\"\" data-input-classes=\"\" /></span></p>\n<p id=\"billing_postcode_field\" class=\"form-row form-row-wide address-field validate-required validate-postcode\" data-priority=\"90\" data-o_class=\"form-row form-row-wide address-field validate-required validate-postcode\"><label class=\"\" for=\"billing_postcode\">Postcode <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_postcode\" class=\"input-text \" autocomplete=\"postal-code\" name=\"billing_postcode\" type=\"text\" value=\"S44 6DF\" placeholder=\"\" /></span></p>\n<p id=\"billing_phone_field\" class=\"form-row form-row-wide validate-required validate-phone\" data-priority=\"100\"><label class=\"\" for=\"billing_phone\">Phone <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_phone\" class=\"input-text \" autocomplete=\"tel\" name=\"billing_phone\" type=\"tel\" value=\"07502201717\" placeholder=\"\" /></span></p>\n<p id=\"billing_email_field\" class=\"form-row form-row-wide validate-required validate-email\" data-priority=\"110\"><label class=\"\" for=\"billing_email\">Email address <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"billing_email\" class=\"input-text \" autocomplete=\"email username\" name=\"billing_email\" type=\"email\" value=\"ALEX@HELLOONLINE.CO.UK\" placeholder=\"\" /></span></p>\n</div>\n</div>\n</div>\n<div class=\"col-2\">\n<div class=\"woocommerce-shipping-fields\">\n<h3 id=\"ship-to-different-address\"><label class=\"woocommerce-form__label woocommerce-form__label-for-checkbox checkbox\"> <input id=\"ship-to-different-address-checkbox\" class=\"woocommerce-form__input woocommerce-form__input-checkbox input-checkbox\" name=\"ship_to_different_address\" type=\"checkbox\" value=\"1\" /> Ship to a different address? </label></h3>\n<div class=\"shipping_address\" style=\"display: none;\">\n<div class=\"woocommerce-shipping-fields__field-wrapper\">\n<p id=\"shipping_first_name_field\" class=\"form-row form-row-first validate-required\" data-priority=\"10\"><label class=\"\" for=\"shipping_first_name\">First name <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_first_name\" class=\"input-text \" autocomplete=\"given-name\" name=\"shipping_first_name\" type=\"text\" value=\"ALEX\" placeholder=\"\" /></span></p>\n<p id=\"shipping_last_name_field\" class=\"form-row form-row-last validate-required\" data-priority=\"20\"><label class=\"\" for=\"shipping_last_name\">Last name <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_last_name\" class=\"input-text \" autocomplete=\"family-name\" name=\"shipping_last_name\" type=\"text\" value=\"THOMSON\" placeholder=\"\" /></span></p>\n<p id=\"shipping_company_field\" class=\"form-row form-row-wide\" data-priority=\"30\"><label class=\"\" for=\"shipping_company\">Company name <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_company\" class=\"input-text \" autocomplete=\"organization\" name=\"shipping_company\" type=\"text\" value=\"\" placeholder=\"\" /></span></p>\n<p id=\"shipping_country_field\" class=\"form-row form-row-wide address-field update_totals_on_change validate-required\" data-priority=\"40\"><label class=\"\" for=\"shipping_country\">Country <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><strong>United Kingdom (UK)</strong><input id=\"shipping_country\" class=\"country_to_state\" autocomplete=\"country\" name=\"shipping_country\" readonly=\"readonly\" type=\"hidden\" value=\"GB\" /></span></p>\n<p id=\"shipping_address_1_field\" class=\"form-row form-row-wide address-field validate-required\" data-priority=\"50\"><label class=\"\" for=\"shipping_address_1\">Street address <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_address_1\" class=\"input-text \" autocomplete=\"address-line1\" name=\"shipping_address_1\" type=\"text\" value=\"19 Welbeck Road\" placeholder=\"House number and street name\" data-placeholder=\"House number and street name\" /></span></p>\n<p id=\"shipping_address_2_field\" class=\"form-row form-row-wide address-field\" data-priority=\"60\"><label class=\"screen-reader-text\" for=\"shipping_address_2\">Apartment, suite, unit etc. (optional) <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_address_2\" class=\"input-text \" autocomplete=\"address-line2\" name=\"shipping_address_2\" type=\"text\" value=\"Bolsover\" placeholder=\"Apartment, suite, unit etc. (optional)\" data-placeholder=\"Apartment, suite, unit etc. (optional)\" /></span></p>\n<p id=\"shipping_city_field\" class=\"form-row form-row-wide address-field validate-required\" data-priority=\"70\" data-o_class=\"form-row form-row-wide address-field validate-required\"><label class=\"\" for=\"shipping_city\">Town / City <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_city\" class=\"input-text \" autocomplete=\"address-level2\" name=\"shipping_city\" type=\"text\" value=\"CHESTERFIELD\" placeholder=\"\" /></span></p>\n<p id=\"shipping_state_field\" class=\"form-row form-row-wide address-field validate-state\" data-priority=\"80\" data-o_class=\"form-row form-row-wide address-field validate-state\"><label class=\"\" for=\"shipping_state\">County <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_state\" class=\"input-text \" autocomplete=\"address-level1\" name=\"shipping_state\" type=\"text\" value=\"*\" placeholder=\"\" data-input-classes=\"\" /></span></p>\n<p id=\"shipping_postcode_field\" class=\"form-row form-row-wide address-field validate-required validate-postcode\" data-priority=\"90\" data-o_class=\"form-row form-row-wide address-field validate-required validate-postcode\"><label class=\"\" for=\"shipping_postcode\">Postcode <abbr class=\"required\" title=\"required\">*</abbr></label><span class=\"woocommerce-input-wrapper\"><input id=\"shipping_postcode\" class=\"input-text \" autocomplete=\"postal-code\" name=\"shipping_postcode\" type=\"text\" value=\"S44 6DF\" placeholder=\"\" /></span></p>\n</div>\n</div>\n</div>\n<div class=\"woocommerce-additional-fields\">\n<div class=\"woocommerce-additional-fields__field-wrapper\">\n<p id=\"order_comments_field\" class=\"form-row notes\" data-priority=\"\"><label class=\"\" for=\"order_comments\">Order notes <span class=\"optional\">(optional)</span></label><span class=\"woocommerce-input-wrapper\"><textarea id=\"order_comments\" class=\"input-text \" spellcheck=\"false\" cols=\"5\" name=\"order_comments\" rows=\"2\" placeholder=\"Notes about your order, e.g. special notes for delivery.\"></textarea></span></p>\n</div>\n</div>\n</div>\n</div>\n<h3 id=\"order_review_heading\">Your order</h3>\n<div id=\"order_review\" class=\"woocommerce-checkout-review-order\">\n<table class=\"shop_table woocommerce-checkout-review-order-table\">\n<thead>\n<tr>\n<th class=\"product-name\">Product</th>\n<th class=\"product-total\">Subtotal</th>\n</tr>\n</thead>\n<tbody>\n<tr class=\"cart_item\">\n<td class=\"product-name\">Powrtouch Classic Side Cover Set  <strong class=\"product-quantity\">× 1</strong></td>\n<td class=\"product-total\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>35.00</span></td>\n</tr>\n</tbody>\n<tfoot>\n<tr class=\"cart-subtotal\">\n<th>Subtotal</th>\n<td><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>35.00</span></td>\n</tr>\n<tr class=\"woocommerce-shipping-totals shipping\">\n<th>Shipping</th>\n<td data-title=\"Shipping\">\n<ul id=\"shipping_method\" class=\"woocommerce-shipping-methods\">\n<li><input id=\"shipping_method_0_flat_rate1\" class=\"shipping_method\" name=\"shipping_method[0]\" type=\"hidden\" value=\"flat_rate:1\" data-index=\"0\" /><label for=\"shipping_method_0_flat_rate1\">Flat rate: <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>2.50</span></label></li>\n</ul>\n</td>\n</tr>\n<tr class=\"tax-rate tax-rate-vat-1\">\n<th>VAT</th>\n<td><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>7.50</span></td>\n</tr>\n<tr class=\"order-total\">\n<th>Total</th>\n<td><strong><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">£</span>45.00</span></strong></td>\n</tr>\n</tfoot>\n</table>\n<div id=\"payment\" class=\"woocommerce-checkout-payment\">\n<ul class=\"wc_payment_methods payment_methods methods\">\n<li class=\"wc_payment_method payment_method_cod\"><input id=\"payment_method_cod\" class=\"input-radio\" name=\"payment_method\" type=\"radio\" value=\"cod\" data-order_button_text=\"\" /> <label for=\"payment_method_cod\"> Payment on Account </label>\n<div class=\"payment_box payment_method_cod\" style=\"display: none;\">\n<p>Payment on account.</p>\n</div>\n</li>\n<li class=\"wc_payment_method payment_method_online_worldpay\"><input id=\"payment_method_online_worldpay\" class=\"input-radio\" checked=\"checked\" name=\"payment_method\" type=\"radio\" value=\"online_worldpay\" data-order_button_text=\"\" /> <label for=\"payment_method_online_worldpay\"><label for=\"payment_method_online_worldpay\"> Credit/Debit Card</label></label>\n<div class=\"worldpay-card-icons\"><img class=\"worldpay-card-icon\" src=\"../wp-content/plugins/woo-easy-pay/assets/img/cards/visa.svg\" /> <img class=\"worldpay-card-icon\" src=\"../wp-content/plugins/woo-easy-pay/assets/img/cards/amex.svg\" /> <img class=\"worldpay-card-icon\" src=\"../wp-content/plugins/woo-easy-pay/assets/img/cards/master_card.svg\" /> <img class=\"worldpay-card-icon\" src=\"../wp-content/plugins/woo-easy-pay/assets/img/cards/discover.svg\" /></div>\n<div class=\"payment_box payment_method_online_worldpay\">\n<div class=\"online_worldpay_gateway_container worldpay-gateway-container\"><input id=\"online_worldpay_payment_nonce\" class=\"worldpay-payment-nonce\" name=\"online_worldpay_payment_nonce\" type=\"hidden\" value=\"\" data-nonce-gateway=\"online_worldpay\" /><input id=\"online_worldpay_payment_token_type\" name=\"online_worldpay_payment_token_type\" type=\"hidden\" value=\"\" data-token-type-gateway=\"online_worldpay\" />\n<div class=\"online_worldpay_new_card worldpay-new-method-container\"><label>Save</label> <input id=\"online_worldpay_save_cc_key\" name=\"online_worldpay_save_cc_key\" type=\"checkbox\" />\n<div id=\"worldpay_template_form_container\"> </div>\n</div>\n</div>\n</div>\n</li>\n</ul>\n<div class=\"form-row place-order\"><noscript>\n			Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so.			<br/><button type=\"submit\" class=\"button alt\" name=\"woocommerce_checkout_update_totals\" value=\"Update totals\">Update totals</button>\n		</noscript>\n<div class=\"woocommerce-terms-and-conditions-wrapper\">\n<div class=\"woocommerce-privacy-policy-text\">\n<p>Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our <a class=\"woocommerce-privacy-policy-link\" href=\"../?page_id=3\" target=\"_blank\" rel=\"noopener\">privacy policy</a>.</p>\n</div>\n</div>\n<button id=\"place_order\" class=\"button alt\" name=\"woocommerce_checkout_place_order\" type=\"submit\" value=\"Place order\" data-value=\"Place order\">Place order</button> <input id=\"woocommerce-process-checkout-nonce\" name=\"woocommerce-process-checkout-nonce\" type=\"hidden\" value=\"670cb81839\" /><input name=\"_wp_http_referer\" type=\"hidden\" value=\"/?wc-ajax=update_order_review\" /></div>\n</div>\n</div>\n</form></div>\n<p> </p>\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ffa4b36\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide207d002\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2fe7b194\";}}'),
(7816,	2984,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581449347;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(7817,	2985,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581477561;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(7818,	2986,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581486935;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(7819,	2987,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581511580;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(7820,	2988,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581530909;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(7821,	2403,	'_edit_lock',	'1581528025:1'),
(7822,	2403,	'_edit_last',	'1'),
(7823,	2403,	'zn_subheader_style',	'zn_def_header_style'),
(7824,	2403,	'zn_page_override_boxed_layout',	'def'),
(7825,	2403,	'zn-custom-layout',	'0'),
(7826,	2403,	'_yoast_wpseo_content_score',	'60'),
(7827,	2403,	'_zn_zion_builder_status',	'enabled'),
(7828,	2990,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581538195;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(7829,	2991,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581589979;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(7848,	3001,	'_wp_attached_file',	'2020/02/Powrtouch-Evolution-AWD.jpg'),
(7849,	3001,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:270;s:6:\"height\";i:270;s:4:\"file\";s:35:\"2020/02/Powrtouch-Evolution-AWD.jpg\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Powrtouch-Evolution-AWD-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Powrtouch-Evolution-AWD-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Powrtouch-Evolution-AWD-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Powrtouch-Evolution-AWD-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(7844,	2999,	'_wp_attached_file',	'2020/02/Powrtouch-Evolution-Single-Axle.jpg'),
(7845,	2999,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:270;s:6:\"height\";i:270;s:4:\"file\";s:43:\"2020/02/Powrtouch-Evolution-Single-Axle.jpg\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"Powrtouch-Evolution-Single-Axle-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Powrtouch-Evolution-Single-Axle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Powrtouch-Evolution-Single-Axle-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Powrtouch-Evolution-Single-Axle-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(7846,	3000,	'_wp_attached_file',	'2020/02/Powrtouch-Evolution-Twin.jpg'),
(7847,	3000,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:270;s:6:\"height\";i:270;s:4:\"file\";s:36:\"2020/02/Powrtouch-Evolution-Twin.jpg\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"Powrtouch-Evolution-Twin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Powrtouch-Evolution-Twin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Powrtouch-Evolution-Twin-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"Powrtouch-Evolution-Twin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(9404,	5018,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Newport Caravans\";s:3:\"lat\";s:10:\"51.5784196\";s:3:\"lng\";s:17:\"-2.98346760000004\";s:7:\"address\";s:46:\"Kings Parade, Newport NP20 2DU, United Kingdom\";}'),
(9405,	5019,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Oxford Caravans\";s:3:\"lat\";s:9:\"51.740017\";s:3:\"lng\";s:17:\"-1.06625499999996\";s:7:\"address\";s:52:\"Oxford Rd, Tiddington, Thame OX9 2LH, United Kingdom\";}'),
(9406,	5020,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Reading Caravans\";s:3:\"lat\";s:10:\"51.4087272\";s:3:\"lng\";s:18:\"-0.962452100000064\";s:7:\"address\";s:42:\"Church Ln, Reading RG7 1HB, United Kingdom\";}'),
(9407,	5021,	'yf_',	'a:4:{s:3:\"gid\";s:34:\"Cotswold Edge Leisure Vehicles Ltd\";s:3:\"lat\";s:10:\"52.0180588\";s:3:\"lng\";s:17:\"-2.02417579999997\";s:7:\"address\";s:64:\"Evesham Road, A46, Beckford, Tewkesbury GL20 7AS, United Kingdom\";}'),
(9408,	5022,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"S & D Harper Ltd\";s:3:\"lat\";s:10:\"57.6400664\";s:3:\"lng\";s:17:\"-3.31411739999999\";s:7:\"address\";s:19:\"South St, Elgin, UK\";}'),
(9409,	5023,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Dyce Caravans Ltd\";s:3:\"lat\";s:9:\"57.217726\";s:3:\"lng\";s:17:\"-2.20066299999996\";s:7:\"address\";s:53:\"Pitmedden Rd, Dyce, Aberdeen AB21 0EY, United Kingdom\";}'),
(9410,	5024,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Perthshire Caravans\";s:3:\"lat\";s:10:\"56.4238593\";s:3:\"lng\";s:17:\"-3.22103249999998\";s:7:\"address\";s:47:\"Dundee Rd, Errol, Perth PH2 7SR, United Kingdom\";}'),
(9411,	5025,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Knowepark Caravans Ltd\";s:3:\"lat\";s:8:\"55.90492\";s:3:\"lng\";s:17:\"-3.57105100000001\";s:7:\"address\";s:53:\"Hardie Rd, Deans, Livingston EH54 8BA, United Kingdom\";}'),
(9412,	5026,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Dee Valley Caravans\";s:3:\"lat\";s:10:\"57.0796836\";s:3:\"lng\";s:17:\"-2.34356520000006\";s:7:\"address\";s:42:\"Drumoak, Banchory AB31 5AU, United Kingdom\";}'),
(9413,	5027,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Duncan Caravans\";s:3:\"lat\";s:9:\"55.763096\";s:3:\"lng\";s:17:\"-3.89703099999997\";s:7:\"address\";s:45:\"186 Wishaw Rd, Wishaw ML2 8ES, United Kingdom\";}'),
(9414,	5028,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Kirkcaldy Caravans\";s:3:\"lat\";s:9:\"56.138789\";s:3:\"lng\";s:17:\"-3.12628599999994\";s:7:\"address\";s:79:\"9 Randolph Place, Randolph Industrial Estate, Kirkcaldy KY1 2YX, United Kingdom\";}'),
(9415,	5029,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Cookstown Caravans\";s:3:\"lat\";s:10:\"54.6406759\";s:3:\"lng\";s:17:\"-6.72095860000002\";s:7:\"address\";s:49:\"10 Cloghog Rd, Cookstown BT80 8RN, United Kingdom\";}'),
(9416,	5030,	'yf_',	'a:4:{s:3:\"gid\";s:12:\"LPC Caravans\";s:3:\"lat\";s:9:\"54.641683\";s:3:\"lng\";s:17:\"-5.66855199999998\";s:7:\"address\";s:70:\"Balloo Industrial Estate, 5 Balloo Pl, Bangor BT19 7BP, United Kingdom\";}'),
(9417,	5031,	'yf_',	'a:4:{s:3:\"gid\";s:27:\"United British Caravans Ltd\";s:3:\"lat\";s:9:\"55.040645\";s:3:\"lng\";s:17:\"-1.60745799999995\";s:7:\"address\";s:53:\"Sandy Ln, Newcastle upon Tyne NE3 5HE, United Kingdom\";}'),
(9418,	5032,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Kimberley Caravans\";s:3:\"lat\";s:10:\"54.5623085\";s:3:\"lng\";s:17:\"-1.59542940000006\";s:7:\"address\";s:74:\"West Auckland Road (A68), Burtree Gate, Darlington DL2 2XZ, United Kingdom\";}'),
(9419,	5033,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Ropers Leisure\";s:3:\"lat\";s:10:\"54.3921925\";s:3:\"lng\";s:10:\"-1.6532545\";s:7:\"address\";s:66:\"Gatherley Rd, Brompton on Swale, Richmond DL10 7SL, United Kingdom\";}'),
(9420,	5034,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Teesside Caravan Sales\";s:3:\"lat\";s:17:\"-1.29033500000003\";s:3:\"lng\";s:20:\" Servicing & Storage\";s:7:\"address\";N;}'),
(9421,	5035,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Ebor Leisure World\";s:3:\"lat\";s:10:\"54.0452827\";s:3:\"lng\";s:18:\"-0.942510399999946\";s:7:\"address\";s:40:\"Malton Rd, York YO60 7SE, United Kingdom\";}'),
(9422,	5036,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Tyneside Leisureworld\";s:3:\"lat\";s:9:\"54.897409\";s:3:\"lng\";s:17:\"-1.56135700000004\";s:7:\"address\";s:82:\"Tyneside Leisureworld Car Park, Birtley, Chester-le-Street DH3 2SS, United Kingdom\";}'),
(9423,	5037,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"North East Caravans Ltd\";s:3:\"lat\";s:10:\"55.1669271\";s:3:\"lng\";s:17:\"-1.54896410000003\";s:7:\"address\";s:79:\"North Seaton Industrial Estate, Freeman Way, Ashington NE63 0YB, United Kingdom\";}'),
(9424,	5038,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Hedley Tow Bars\";s:3:\"lat\";s:10:\"54.7768887\";s:3:\"lng\";s:17:\"-1.53657150000004\";s:7:\"address\";s:77:\"21a, Dragonville Industrial Estate, Dragon Ln, Durham DH1 2XL, United Kingdom\";}'),
(9425,	5039,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Dorvic Caravans\";s:3:\"lat\";s:10:\"54.7310843\";s:3:\"lng\";s:17:\"-5.97600390000002\";s:7:\"address\";s:52:\"201 Hillhead Rd, Ballyclare BT39 9LP, United Kingdom\";}'),
(9426,	5040,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"GNR Sutherland\";s:3:\"lat\";s:10:\"57.8326216\";s:3:\"lng\";s:10:\"-4.1732516\";s:7:\"address\";s:39:\"Edderton, Tain IV19 1JY, United Kingdom\";}'),
(9427,	5041,	'yf_',	'a:4:{s:3:\"gid\";s:39:\"Broadway Leisure Caravan Service Centre\";s:3:\"lat\";s:9:\"53.041216\";s:3:\"lng\";s:17:\"-2.93288699999994\";s:7:\"address\";s:49:\"2a Coed Aben Rd, Wrexham LL13 9UH, United Kingdom\";}'),
(9428,	5042,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Capes and Mcleod Leisure LTD\";s:3:\"lat\";s:9:\"52.681163\";s:3:\"lng\";s:17:\"-2.62736300000006\";s:7:\"address\";s:60:\"Caravan Sales, Uckington, Shrewsbury SY4 4UL, United Kingdom\";}'),
(9429,	5043,	'yf_',	'a:4:{s:3:\"gid\";s:24:\"Coachcraft & Leisure Ltd\";s:3:\"lat\";s:10:\"50.2524051\";s:3:\"lng\";s:17:\"-5.19945140000004\";s:7:\"address\";s:50:\"Unit 1 Radnor Rd, Redruth TR16 5EQ, United Kingdom\";}'),
(9430,	5044,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Coleford Leisure\";s:3:\"lat\";s:10:\"51.7882347\";s:3:\"lng\";s:17:\"-2.61311049999995\";s:7:\"address\";s:48:\"6 Crucible Cl, Coleford GL16 8RE, United Kingdom\";}'),
(9431,	5045,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Heather Leisure Ltd\";s:3:\"lat\";s:10:\"51.5772263\";s:3:\"lng\";s:10:\"-1.8538787\";s:7:\"address\";s:69:\"181 Cloatley Cres, Royal Wootton Bassett, Swindon SN4, United Kingdom\";}'),
(9432,	5046,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Herald Caravans Ltd\";s:3:\"lat\";s:9:\"51.104256\";s:3:\"lng\";s:17:\"-2.52429600000005\";s:7:\"address\";s:41:\"A371, Castle Cary BA7 7PF, United Kingdom\";}'),
(9433,	5047,	'yf_',	'a:4:{s:3:\"gid\";s:30:\"Mullacott Caravan & Marine Ltd\";s:3:\"lat\";s:10:\"51.1781089\";s:3:\"lng\";s:17:\"-4.12431949999996\";s:7:\"address\";s:70:\"Mullacott Cross Industrial Estate, Ilfracombe EX34 8PS, United Kingdom\";}'),
(9434,	5048,	'yf_',	'a:4:{s:3:\"gid\";s:24:\"Somerset County Caravans\";s:3:\"lat\";s:8:\"51.04728\";s:3:\"lng\";s:17:\"-3.03430300000002\";s:7:\"address\";s:65:\"Walford Cross, A38 Bridgwater Rd, Taunton TA2 8QR, United Kingdom\";}'),
(9435,	5049,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"South Shropshire Caravans Ltd\";s:3:\"lat\";s:10:\"52.4424905\";s:3:\"lng\";s:17:\"-2.83555120000005\";s:7:\"address\";s:50:\"Shrewsbury Rd, Craven Arms SY7 9QH, United Kingdom\";}'),
(9436,	5050,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Tamar Towing Centre\";s:3:\"lat\";s:9:\"50.389217\";s:3:\"lng\";s:17:\"-4.07524899999999\";s:7:\"address\";s:70:\"The Warehouse, Marshall Rd, Plympton, Plymouth PL7 1YB, United Kingdom\";}'),
(9437,	5051,	'yf_',	'a:4:{s:3:\"gid\";s:13:\"3 A\'s Leisure\";s:3:\"lat\";s:10:\"51.7966069\";s:3:\"lng\";s:17:\"-4.07834320000006\";s:7:\"address\";s:91:\"The Showground, 3A\'s Leisure trading from Carmarthenshire, Nantyci SA33 5DR, United Kingdom\";}'),
(9438,	5052,	'yf_',	'a:4:{s:3:\"gid\";s:9:\"Three C\'s\";s:3:\"lat\";s:10:\"51.9809592\";s:3:\"lng\";s:17:\"-4.67134060000001\";s:7:\"address\";N;}'),
(9439,	5053,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"A & B Caravans Ltd\";s:3:\"lat\";s:8:\"53.27236\";s:3:\"lng\";s:17:\"-3.30935199999999\";s:7:\"address\";s:57:\"Strada Kornis Ferenc 6, Odorheiu Secuiesc 535600, Romania\";}'),
(9440,	5054,	'yf_',	'a:4:{s:3:\"gid\";s:34:\"Diamond Camping and Angling Centre\";s:3:\"lat\";s:10:\"51.6610248\";s:3:\"lng\";s:17:\"-3.91512390000003\";s:7:\"address\";s:58:\"St. Davids Rd, Llansamlet, Swansea SA6 8RU, United Kingdom\";}'),
(9441,	5055,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Abergavenny Caravans\";s:3:\"lat\";s:9:\"51.788759\";s:3:\"lng\";s:17:\"-2.78702899999996\";s:7:\"address\";s:57:\"Bridge Farm, Monmouth, Dingestow NP25 4DY, United Kingdom\";}'),
(9442,	5056,	'yf_',	'a:4:{s:3:\"gid\";s:37:\"Apple Campers & Motorhomes Wellington\";s:3:\"lat\";s:9:\"50.976741\";s:3:\"lng\";s:17:\"-3.19725189999997\";s:7:\"address\";s:61:\"29 Foxmoor Business Park, Wellington TA21 9RF, United Kingdom\";}'),
(9443,	5057,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Atlantic Caravans\";s:3:\"lat\";s:9:\"50.455092\";s:3:\"lng\";s:17:\"-4.54065700000001\";s:7:\"address\";s:75:\"Doublebois Industrial Estate, Doublebois, Liskeard PL14 6LE, United Kingdom\";}'),
(9444,	5058,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Automaster Ltd\";s:3:\"lat\";s:10:\"51.5169823\";s:3:\"lng\";s:17:\"-3.40665030000002\";s:7:\"address\";s:73:\"Llywna Farm, Llanharry Rd, Brynsadler, Pontyclun CF72 9DB, United Kingdom\";}'),
(9445,	5059,	'yf_',	'a:4:{s:3:\"gid\";s:26:\"Avon Trailer Towbar Centre\";s:3:\"lat\";s:9:\"51.280158\";s:3:\"lng\";s:17:\"-2.46826399999998\";s:7:\"address\";s:98:\"Unit 1A, Westfield Industrial Estate, First Ave, Midsomer Norton, Radstock BA3 4BS, United Kingdom\";}'),
(9446,	5060,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Bailey Caravans Ltd\";s:3:\"lat\";s:9:\"51.432566\";s:3:\"lng\";s:17:\"-2.61373400000002\";s:7:\"address\";s:45:\"S Liberty Ln, Bristol BS3 2SS, United Kingdom\";}'),
(9447,	5061,	'yf_',	'a:4:{s:3:\"gid\";s:11:\"Barons Road\";s:3:\"lat\";s:9:\"53.045492\";s:3:\"lng\";s:17:\"-2.98449400000004\";s:7:\"address\";s:22:\"Barons Rd, Wrexham, UK\";}'),
(9448,	5062,	'yf_',	'a:4:{s:3:\"gid\";s:32:\"Black Country Caravans & Camping\";s:3:\"lat\";s:9:\"52.465645\";s:3:\"lng\";s:17:\"-2.07654400000001\";s:7:\"address\";s:53:\"Corngreaves Rd, Cradley Heath B64 7DA, United Kingdom\";}'),
(9449,	5063,	'yf_',	'a:4:{s:3:\"gid\";s:35:\"Sunnyhaven Caravan Distributors Ltd\";s:3:\"lat\";s:9:\"51.667646\";s:3:\"lng\";s:17:\"-4.01739499999996\";s:7:\"address\";s:49:\"Gorseinon Rd, Penllergaer SA4 9GE, United Kingdom\";}'),
(9450,	5064,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Bridge Caravan & Camping Site\";s:3:\"lat\";s:9:\"51.789161\";s:3:\"lng\";s:17:\"-2.77997019999998\";s:7:\"address\";s:33:\"Monmouth NP25 4BH, United Kingdom\";}'),
(9451,	5065,	'yf_',	'a:4:{s:3:\"gid\";s:30:\"Bridgend Camping & Leisure Ltd\";s:3:\"lat\";s:9:\"51.498457\";s:3:\"lng\";s:17:\"-3.55742399999997\";s:7:\"address\";s:65:\"Ffordd-Y-Gyfraith, Cefn Cribwr, Bridgend CF32 0BS, United Kingdom\";}'),
(9452,	5066,	'yf_',	'a:4:{s:3:\"gid\";s:7:\"TA6 4AP\";s:3:\"lat\";s:10:\"51.1481628\";s:3:\"lng\";s:17:\"-2.98892439999997\";s:7:\"address\";s:22:\"Bridgwater TA6 4AP, UK\";}'),
(9453,	5067,	'yf_',	'a:4:{s:3:\"gid\";s:39:\"Broadway Leisure Caravan Service Centre\";s:3:\"lat\";s:9:\"53.041216\";s:3:\"lng\";s:17:\"-2.93288699999994\";s:7:\"address\";s:49:\"2a Coed Aben Rd, Wrexham LL13 9UH, United Kingdom\";}'),
(9454,	5068,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Capes and Mcleod Leisure LTD\";s:3:\"lat\";s:9:\"52.681163\";s:3:\"lng\";s:17:\"-2.62736300000006\";s:7:\"address\";s:60:\"Caravan Sales, Uckington, Shrewsbury SY4 4UL, United Kingdom\";}'),
(9455,	5069,	'yf_',	'a:4:{s:3:\"gid\";s:30:\"Hamdden Caravans & Accessories\";s:3:\"lat\";s:10:\"52.9279361\";s:3:\"lng\";s:17:\"-4.12962779999998\";s:7:\"address\";s:48:\"Penamser Rd, Porthmadog LL49 9NY, United Kingdom\";}'),
(9456,	5070,	'yf_',	'a:4:{s:3:\"gid\";s:8:\"Cara-Fix\";s:3:\"lat\";s:10:\"53.7573464\";s:3:\"lng\";s:18:\"-0.388681099999985\";s:7:\"address\";s:44:\"Bontoft Avenue, Hull HU5 4HF, United Kingdom\";}'),
(9457,	5071,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Taunton Caravan Services Ltd\";s:3:\"lat\";s:10:\"51.0116713\";s:3:\"lng\";s:17:\"-3.03789140000003\";s:7:\"address\";s:57:\"6 Gravelands Ln, Henlade, Taunton TA3 5DL, United Kingdom\";}'),
(9458,	5072,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Tavistock Caravans\";s:3:\"lat\";s:10:\"50.5327709\";s:3:\"lng\";s:17:\"-4.20281810000006\";s:7:\"address\";s:63:\"Woodlands, Gulworthy, TAVISTOCK, Devon PL19 8JE, United Kingdom\";}'),
(9459,	5073,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Tenby Tourers Ltd\";s:3:\"lat\";s:8:\"51.76018\";s:3:\"lng\";s:17:\"-4.64484600000003\";s:7:\"address\";s:57:\"Tenby Tourers, Llanteg, Narberth SA67 8QE, United Kingdom\";}'),
(9460,	5074,	'yf_',	'a:4:{s:3:\"gid\";s:35:\"Sunnyhaven Caravan Distributors Ltd\";s:3:\"lat\";s:9:\"51.667646\";s:3:\"lng\";s:17:\"-4.01739499999996\";s:7:\"address\";s:49:\"Gorseinon Rd, Penllergaer SA4 9GE, United Kingdom\";}'),
(9461,	5075,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Swindon Caravans\";s:3:\"lat\";s:10:\"51.5680921\";s:3:\"lng\";s:17:\"-1.89028340000004\";s:7:\"address\";s:78:\"Swindon Caravan Centre, Royal Wootton Bassett, Swindon SN4 8EQ, United Kingdom\";}'),
(9462,	5076,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Tamar Towing & Caravans\";s:3:\"lat\";s:9:\"50.389217\";s:3:\"lng\";s:17:\"-4.07524899999999\";s:7:\"address\";s:70:\"The Warehouse, Marshall Rd, Plympton, Plymouth PL7 1YB, United Kingdom\";}'),
(9463,	5077,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Caravan Team Limited\";s:3:\"lat\";s:9:\"51.641945\";s:3:\"lng\";s:9:\"-3.992028\";s:7:\"address\";s:72:\"6, Bell Court, Felin Fach, Fforest-fach, Swansea SA5 4HP, United Kingdom\";}'),
(9464,	5078,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Caravan Movers UK Ltd\";s:3:\"lat\";s:10:\"52.7571053\";s:3:\"lng\";s:17:\"-3.08202759999995\";s:7:\"address\";s:68:\"12, The Creamery, Four Crosses, Llanymynech SY22 6RH, United Kingdom\";}'),
(9465,	5079,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Tilshead Caravans\";s:3:\"lat\";s:10:\"51.1154457\";s:3:\"lng\";s:17:\"-1.61685699999998\";s:7:\"address\";s:72:\"Stockbridge Rd, Lopcombe, Hollom Down, Salisbury SP5 1BS, United Kingdom\";}'),
(9466,	5080,	'yf_',	'a:4:{s:3:\"gid\";s:11:\"MG Caravans\";s:3:\"lat\";s:10:\"52.0578575\";s:3:\"lng\";s:19:\"-0.0311967999999752\";s:7:\"address\";s:55:\"MG Caravans, Newark Cl, Royston SG8 5HL, United Kingdom\";}'),
(9467,	5081,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Auto Additions Nationwide Ltd\";s:3:\"lat\";s:10:\"52.9421814\";s:3:\"lng\";s:17:\"-1.42065739999998\";s:7:\"address\";s:52:\"Blakeney Ct, Oakwood, Derby DE21 2LF, United Kingdom\";}'),
(9468,	5082,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Norwich Caravans\";s:3:\"lat\";s:10:\"52.7404255\";s:3:\"lng\";s:16:\"1.26505399999996\";s:7:\"address\";s:56:\"Cromer Road, Hevingham, Norwich NR10 5LY, United Kingdom\";}'),
(9469,	5083,	'yf_',	'a:4:{s:3:\"gid\";s:27:\"Crowland Caravans & Camping\";s:3:\"lat\";s:10:\"52.6806564\";s:3:\"lng\";s:18:\"-0.156582899999989\";s:7:\"address\";s:80:\"Rear of Wyevale Garden Centre, Postland Rd, Peterborough PE6 0JB, United Kingdom\";}'),
(9470,	5084,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Lady Bailey Caravans\";s:3:\"lat\";s:9:\"50.798247\";s:3:\"lng\";s:17:\"-2.23561700000005\";s:7:\"address\";s:58:\"Lady Bailey Park, Blandford Forum DT11 0HJ, United Kingdom\";}'),
(9471,	5085,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Aspinall Caravans\";s:3:\"lat\";s:10:\"53.3763565\";s:3:\"lng\";s:17:\"-3.10283500000003\";s:7:\"address\";s:83:\"26 Tarran Way W, Tarran Industrial Estate, Greasby, Wirral CH46 4TT, United Kingdom\";}'),
(9472,	5086,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Hill Top Caravans\";s:3:\"lat\";s:10:\"50.9797353\";s:3:\"lng\";s:17:\"-4.34752819999994\";s:7:\"address\";s:85:\"Walland Farm, Buck\'s Cross, Bideford, Buck\'s Cross, Bideford EX39 5DP, United Kingdom\";}'),
(9473,	5087,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"C & S Caravan Services\";s:3:\"lat\";s:9:\"53.751033\";s:3:\"lng\";s:17:\"-2.38384399999995\";s:7:\"address\";s:40:\"10-12, Odorheiu Secuiesc 535600, Romania\";}'),
(9474,	5088,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Hampshire County Caravans\";s:3:\"lat\";s:10:\"50.8475664\";s:3:\"lng\";s:17:\"-1.22551220000003\";s:7:\"address\";N;}'),
(9475,	5089,	'yf_',	'a:4:{s:3:\"gid\";s:32:\"LNB TOWBARS & VEHICLE EXTRAS LTD\";s:3:\"lat\";s:10:\"51.5416532\";s:3:\"lng\";s:17:\"-2.58084459999998\";s:7:\"address\";s:52:\"1151-1152, Aztec W, Bristol BS32 4TF, United Kingdom\";}'),
(9476,	5090,	'yf_',	'a:4:{s:3:\"gid\";s:27:\"The Leisure Vehicle Artisan\";s:3:\"lat\";s:10:\"51.2485857\";s:3:\"lng\";s:17:\"-2.20969130000003\";s:7:\"address\";s:45:\"00 High St, Westbury BA13 3EN, United Kingdom\";}'),
(9477,	5091,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Chris Jones Leisure Ltd\";s:3:\"lat\";s:9:\"52.254513\";s:3:\"lng\";s:17:\"-2.24991299999999\";s:7:\"address\";s:74:\"Top Barn Business Centre, Worcester Rd, Holt Heath WR6 6NH, United Kingdom\";}'),
(9478,	5092,	'yf_',	'a:4:{s:3:\"gid\";s:36:\"Titan Motorhome and Caravan Services\";s:3:\"lat\";s:10:\"50.8422467\";s:3:\"lng\";s:17:\"-1.06523909999999\";s:7:\"address\";N;}'),
(9479,	5093,	'yf_',	'a:4:{s:3:\"gid\";s:32:\"Northern Caravan Specialists Ltd\";s:3:\"lat\";s:10:\"55.0781448\";s:3:\"lng\";s:10:\"-1.5337322\";s:7:\"address\";s:64:\"Double Row, Seaton Delaval, Whitley Bay NE25 0PP, United Kingdom\";}'),
(9480,	5094,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Glossop Caravans\";s:3:\"lat\";s:10:\"53.4524965\";s:3:\"lng\";s:17:\"-1.98370079999995\";s:7:\"address\";s:54:\"Main A57, Brookfield, Glossop SK13 6JF, United Kingdom\";}'),
(9481,	5095,	'yf_',	'a:4:{s:3:\"gid\";s:31:\"Glossop Caravans Service Centre\";s:3:\"lat\";s:10:\"53.4589182\";s:3:\"lng\";s:17:\"-1.98580170000002\";s:7:\"address\";s:62:\"132 Woolley Bridge, Hadfield, Glossop SK13 2NX, United Kingdom\";}'),
(9482,	5096,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Bristol Caravans & Motorhomes\";s:3:\"lat\";s:10:\"51.5582618\";s:3:\"lng\";s:17:\"-2.54259389999993\";s:7:\"address\";s:62:\"Farm Hortham Ln, Almondsbury, Bristol BS32 4JW, United Kingdom\";}'),
(9483,	5097,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Active Leisure\";s:3:\"lat\";s:10:\"53.0498824\";s:3:\"lng\";s:17:\"-2.15644369999995\";s:7:\"address\";s:51:\"Leek New Rd, Stoke-on-Trent ST2 7EF, United Kingdom\";}'),
(9484,	5098,	'yf_',	'a:4:{s:3:\"gid\";s:12:\"Northam Farm\";s:3:\"lat\";s:10:\"51.2931192\";s:3:\"lng\";s:17:\"-3.00514629999998\";s:7:\"address\";s:81:\"Caravan and Touring Park, South Rd, Brean, Burnham-on-Sea TA8 2SE, United Kingdom\";}'),
(9485,	5099,	'yf_',	'a:4:{s:3:\"gid\";s:37:\"Code 11 Caravan and Motorhome Service\";s:3:\"lat\";s:10:\"53.6599956\";s:3:\"lng\";s:17:\"-1.57568500000002\";s:7:\"address\";s:42:\"Horbury, Wakefield WF4 5PB, United Kingdom\";}'),
(9486,	5100,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"The Caring Caravaner\";s:3:\"lat\";s:10:\"53.2620818\";s:3:\"lng\";s:17:\"-3.65442540000004\";s:7:\"address\";s:52:\"Cefn Isaf, Dolwen, Abergele LL22 8NH, United Kingdom\";}'),
(9487,	5101,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Threeways Motorhomes\";s:3:\"lat\";s:10:\"53.2845663\";s:3:\"lng\";s:17:\"-3.57180089999997\";s:7:\"address\";s:45:\"Faenol Ave, Abergele LL22 7HT, United Kingdom\";}'),
(9488,	5102,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Trustworthy Leisure Caravans\";s:3:\"lat\";s:10:\"53.0633133\";s:3:\"lng\";s:17:\"-3.05395499999997\";s:7:\"address\";s:65:\"89 Cae Merfyn, Tanyfron, Brymbo, Wrexham LL11 5SS, United Kingdom\";}'),
(9489,	5103,	'yf_',	'a:4:{s:3:\"gid\";s:34:\"Usk Valley Mobile Caravan Services\";s:3:\"lat\";s:10:\"51.8214602\";s:3:\"lng\";s:17:\"-3.02827139999999\";s:7:\"address\";s:52:\"8 Cae Pen Y Dre, Abergavenny NP7 5UP, United Kingdom\";}'),
(9490,	5104,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Wiltshire Caravans\";s:3:\"lat\";s:8:\"51.27738\";s:3:\"lng\";s:17:\"-2.20216800000003\";s:7:\"address\";s:80:\"36 Headquarters Rd, West Wilts Trading Estate, Westbury BA13 4JR, United Kingdom\";}'),
(9491,	5105,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Anderson Caravan Sales\";s:3:\"lat\";s:10:\"55.0499755\";s:3:\"lng\";s:17:\"-6.87482499999999\";s:7:\"address\";s:49:\"31 Ringsend Rd, Limavady BT49 0QJ, United Kingdom\";}'),
(9492,	5106,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Beechwood Leisure\";s:3:\"lat\";s:9:\"54.223419\";s:3:\"lng\";s:17:\"-1.39461419999998\";s:7:\"address\";s:65:\"Units 1 & 2, A61, Carlton Miniott, Thirsk YO7 4NJ, United Kingdom\";}'),
(9493,	5107,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Charles Camping\";s:3:\"lat\";s:10:\"53.1732985\";s:3:\"lng\";s:17:\"-6.52913020000005\";s:7:\"address\";s:62:\"Main St, Haylands, Blessington, Co. Wicklow, W91 C528, Ireland\";}'),
(9494,	5108,	'yf_',	'a:4:{s:3:\"gid\";s:27:\"Clwyd Caravan & Leisure Ltd\";s:3:\"lat\";s:10:\"52.9822161\";s:3:\"lng\";s:17:\"-3.05358409999997\";s:7:\"address\";s:51:\"The Green, Ruabon, Wrexham LL14 6DP, United Kingdom\";}'),
(9495,	5109,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Cookstown Caravans\";s:3:\"lat\";s:10:\"54.6406759\";s:3:\"lng\";s:17:\"-6.72095860000002\";s:7:\"address\";s:49:\"10 Cloghog Rd, Cookstown BT80 8RN, United Kingdom\";}'),
(9496,	5110,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Cramlington Caravans\";s:3:\"lat\";s:9:\"55.099976\";s:3:\"lng\";s:17:\"-1.61394900000005\";s:7:\"address\";s:66:\"Nelson Way, Nelson Park West, Cramlington NE23 1WG, United Kingdom\";}'),
(9497,	5111,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Crossburn Caravans\";s:3:\"lat\";s:10:\"55.6623477\";s:3:\"lng\";s:17:\"-3.19325330000004\";s:7:\"address\";s:46:\"Edinburgh Rd, Peebles EH45 8ED, United Kingdom\";}'),
(9498,	5112,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Dee Valley Caravans\";s:3:\"lat\";s:10:\"57.0796836\";s:3:\"lng\";s:17:\"-2.34356520000006\";s:7:\"address\";s:42:\"Drumoak, Banchory AB31 5AU, United Kingdom\";}'),
(9499,	5113,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Dicksons Of Perth\";s:3:\"lat\";s:9:\"56.412261\";s:3:\"lng\";s:17:\"-3.45491100000004\";s:7:\"address\";s:45:\"170 Dunkeld Rd, Perth PH1 3AA, United Kingdom\";}'),
(9500,	5114,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Dorvic Caravans\";s:3:\"lat\";s:10:\"54.7310843\";s:3:\"lng\";s:17:\"-5.97600390000002\";s:7:\"address\";s:52:\"201 Hillhead Rd, Ballyclare BT39 9LP, United Kingdom\";}'),
(9501,	5115,	'yf_',	'a:4:{s:3:\"gid\";s:30:\"Downshire Camping and Caravans\";s:3:\"lat\";s:10:\"54.3436391\";s:3:\"lng\";s:17:\"-6.27276340000003\";s:7:\"address\";s:51:\"54A Hall Road, Waringstown BT66 7ST, United Kingdom\";}'),
(9502,	5116,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Dumfries Caravan Centre\";s:3:\"lat\";s:9:\"55.068944\";s:3:\"lng\";s:17:\"-3.56908599999997\";s:7:\"address\";s:46:\"308 Annan Rd, Dumfries DG1 3JE, United Kingdom\";}'),
(9503,	5117,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Duncan Caravans\";s:3:\"lat\";s:9:\"55.763096\";s:3:\"lng\";s:17:\"-3.89703099999997\";s:7:\"address\";s:45:\"186 Wishaw Rd, Wishaw ML2 8ES, United Kingdom\";}'),
(9504,	5118,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Dyce Caravans Limited\";s:3:\"lat\";s:10:\"57.2178429\";s:3:\"lng\";s:10:\"-2.2011579\";s:7:\"address\";s:53:\"Pitmedden Rd, Dyce, Aberdeen AB21 0EY, United Kingdom\";}'),
(9505,	5119,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Ebor Leisure World\";s:3:\"lat\";s:10:\"54.0452827\";s:3:\"lng\";s:18:\"-0.942510399999946\";s:7:\"address\";s:40:\"Malton Rd, York YO60 7SE, United Kingdom\";}'),
(9506,	5120,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Eglinton Caravans\";s:3:\"lat\";s:10:\"55.5963071\";s:3:\"lng\";s:10:\"-4.6431771\";s:7:\"address\";s:76:\"Riverside Business Park Unit 3, McMillan Pl, Irvine KA11 5DB, United Kingdom\";}'),
(9507,	5121,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"FM Caravans Ltd\";s:3:\"lat\";s:9:\"53.756548\";s:3:\"lng\";s:18:\"-0.337289000000055\";s:7:\"address\";s:45:\"169 Fountain Rd, Hull HU2 0LH, United Kingdom\";}'),
(9508,	5122,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"GNR Sutherland\";s:3:\"lat\";s:10:\"57.8326216\";s:3:\"lng\";s:17:\"-4.17325159999996\";s:7:\"address\";s:39:\"Edderton, Tain IV19 1JY, United Kingdom\";}'),
(9509,	5123,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Crossford Caravan Storage\";s:3:\"lat\";s:10:\"56.0658924\";s:3:\"lng\";s:17:\"-3.48494870000002\";s:7:\"address\";s:55:\"Urquhart Bungalow, Dunfermline KY12 8QL, United Kingdom\";}'),
(9510,	5124,	'yf_',	'a:4:{s:3:\"gid\";s:26:\"Grants Craigmills Caravans\";s:3:\"lat\";s:9:\"56.504035\";s:3:\"lng\";s:17:\"-3.00453400000004\";s:7:\"address\";s:56:\"Craigmill Rd, Bridgefoot, Dundee DD3 0PH, United Kingdom\";}'),
(9511,	5125,	'yf_',	'a:4:{s:3:\"gid\";s:33:\"Greenbank Caravans & Trailers Ltd\";s:3:\"lat\";s:9:\"57.679499\";s:3:\"lng\";s:17:\"-2.04573800000003\";s:7:\"address\";s:42:\"Fisherie, Turriff AB53 5GU, United Kingdom\";}'),
(9512,	5126,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Hagans Leisure\";s:3:\"lat\";s:9:\"54.720081\";s:3:\"lng\";s:17:\"-6.05158419999998\";s:7:\"address\";s:64:\"184 Templepatrick Rd, Doagh, Ballyclare BT39 0RA, United Kingdom\";}'),
(9513,	5127,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Hedley Tow Bars\";s:3:\"lat\";s:9:\"54.776611\";s:3:\"lng\";s:17:\"-1.53645600000004\";s:7:\"address\";s:77:\"21a, Dragonville Industrial Estate, Dragon Ln, Durham DH1 2XL, United Kingdom\";}'),
(9514,	5128,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Hitch-On Caravans\";s:3:\"lat\";s:10:\"57.4555477\";s:3:\"lng\";s:17:\"-2.00571300000001\";s:7:\"address\";s:56:\"Lammerbogs, Ardallie, Peterhead AB42 5AU, United Kingdom\";}'),
(9515,	5129,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"J G Trading Co\";s:3:\"lat\";s:10:\"54.9844231\";s:3:\"lng\";s:17:\"-3.16105229999994\";s:7:\"address\";s:47:\"Stanfield Works, Annan DG12 6TF, United Kingdom\";}'),
(9516,	5130,	'yf_',	'a:4:{s:3:\"gid\";s:12:\"J B Caravans\";s:3:\"lat\";s:10:\"54.6238066\";s:3:\"lng\";s:17:\"-1.65418399999999\";s:7:\"address\";s:52:\"8i Hackworth Ind Pk, Shildon DL4 1HF, United Kingdom\";}'),
(9517,	5131,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Jubilee Caravans\";s:3:\"lat\";s:9:\"55.172348\";s:3:\"lng\";s:17:\"-1.57153199999993\";s:7:\"address\";s:61:\"Jubilee Industrial Estate, Ashington NE63 8UB, United Kingdom\";}'),
(9518,	5132,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Kimberley Caravans\";s:3:\"lat\";s:10:\"54.5628029\";s:3:\"lng\";s:17:\"-1.59646150000003\";s:7:\"address\";s:74:\"West Auckland Road (A68), Burtree Gate, Darlington DL2 2XZ, United Kingdom\";}'),
(9519,	5133,	'yf_',	'a:4:{s:3:\"gid\";s:9:\"Kimberley\";s:3:\"lat\";s:9:\"52.994062\";s:3:\"lng\";s:17:\"-1.25357899999995\";s:7:\"address\";s:39:\"Kimberley Cl, Kimberley, Nottingham, UK\";}'),
(9520,	5134,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Kingdom Caravans\";s:3:\"lat\";s:9:\"56.072881\";s:3:\"lng\";s:17:\"-3.72014100000001\";s:7:\"address\";s:55:\"25 Feregait, Kincardine, Alloa FK10 4QU, United Kingdom\";}'),
(9521,	5135,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Kirkcaldy Caravans\";s:3:\"lat\";s:10:\"56.1388352\";s:3:\"lng\";s:17:\"-3.12635249999994\";s:7:\"address\";s:79:\"9 Randolph Place, Randolph Industrial Estate, Kirkcaldy KY1 2YX, United Kingdom\";}'),
(9522,	5136,	'yf_',	'a:4:{s:3:\"gid\";s:35:\"Knowepark Caravans & Motorhomes Ltd\";s:3:\"lat\";s:8:\"55.90492\";s:3:\"lng\";s:17:\"-3.57105100000001\";s:7:\"address\";s:53:\"Hardie Rd, Deans, Livingston EH54 8BA, United Kingdom\";}'),
(9523,	5137,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Lisburn Caravan Centre\";s:3:\"lat\";s:9:\"54.544588\";s:3:\"lng\";s:17:\"-6.19834900000001\";s:7:\"address\";s:64:\"40 North St, Upper Ballinderry, Lisburn BT28 2XB, United Kingdom\";}'),
(9524,	5138,	'yf_',	'a:4:{s:3:\"gid\";s:12:\"LPC Caravans\";s:3:\"lat\";s:9:\"54.641683\";s:3:\"lng\";s:17:\"-5.66855199999998\";s:7:\"address\";s:70:\"Balloo Industrial Estate, 5 Balloo Pl, Bangor BT19 7BP, United Kingdom\";}'),
(9525,	5139,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Moore\'s Caravan Sales\";s:3:\"lat\";s:9:\"54.497615\";s:3:\"lng\";s:17:\"-6.07110239999997\";s:7:\"address\";s:40:\"Bog Rd, Lisburn BT27 5RN, United Kingdom\";}'),
(9526,	5140,	'yf_',	'a:4:{s:3:\"gid\";s:27:\"Motorhomes and Caravans ltd\";s:3:\"lat\";s:7:\"53.7689\";s:3:\"lng\";s:18:\"-0.327272999999991\";s:7:\"address\";s:43:\"Stoneferry Rd, Hull HU7 0EG, United Kingdom\";}'),
(9527,	5141,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Murray Caravans\";s:3:\"lat\";s:10:\"56.0890441\";s:3:\"lng\";s:17:\"-3.80406419999997\";s:7:\"address\";s:38:\"Airth, Falkirk FK2 8RY, United Kingdom\";}'),
(9528,	4715,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"﻿B L Caravans Ltd\";s:3:\"lat\";s:9:\"52.493736\";s:3:\"lng\";s:18:\"-0.638372200000049\";s:7:\"address\";s:62:\"Weldon Rd, Upper Benefield, Peterborough PE8 5AS, Regatul Unit\";}'),
(9529,	4715,	'_wp_trash_meta_status',	'publish'),
(9530,	4715,	'_wp_trash_meta_time',	'1582698105'),
(9531,	4715,	'_wp_desired_post_slug',	'%ef%bb%bfb-l-caravans-ltd'),
(9532,	4716,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Bardsea Leisure\";s:3:\"lat\";s:10:\"54.1814242\";s:3:\"lng\";s:17:\"-3.08559850000006\";s:7:\"address\";s:43:\"Priory Rd, Ulverston LA12 9QE, Regatul Unit\";}'),
(9533,	4716,	'_wp_trash_meta_status',	'publish'),
(9534,	4716,	'_wp_trash_meta_time',	'1582698105'),
(9535,	4716,	'_wp_desired_post_slug',	'bardsea-leisure'),
(9536,	4717,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Brayford Leisure\";s:3:\"lat\";s:10:\"53.1830409\";s:3:\"lng\";s:18:\"-0.628312800000003\";s:7:\"address\";s:62:\"Broad Acres, Moor Ln, Thorpe on the Hill LN6 9BW, Regatul Unit\";}'),
(9537,	4717,	'_wp_trash_meta_status',	'publish'),
(9538,	4717,	'_wp_trash_meta_time',	'1582698104'),
(9539,	4717,	'_wp_desired_post_slug',	'brayford-leisure'),
(9540,	4718,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Campbells Caravans Ltd\";s:3:\"lat\";s:10:\"53.7256049\";s:3:\"lng\";s:17:\"-2.69095419999996\";s:7:\"address\";s:54:\"Watkin Ln, Lostock Hall, Preston PR5 5RD, Regatul Unit\";}'),
(9541,	4718,	'_wp_trash_meta_status',	'publish'),
(9542,	4718,	'_wp_trash_meta_time',	'1582698104'),
(9543,	4718,	'_wp_desired_post_slug',	'campbells-caravans-ltd'),
(9544,	4719,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Coupland Caravans Ltd\";s:3:\"lat\";s:10:\"53.3775334\";s:3:\"lng\";s:19:\"-0.0106912999999622\";s:7:\"address\";s:74:\"Tattershall Way, Fairfield Industrial Estate, Louth LN11 0YZ, Regatul Unit\";}'),
(9545,	4719,	'_wp_trash_meta_status',	'publish'),
(9546,	4719,	'_wp_trash_meta_time',	'1582698104'),
(9547,	4719,	'_wp_desired_post_slug',	'coupland-caravans-ltd'),
(9548,	5142,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Newry Caravans\";s:3:\"lat\";s:9:\"54.187351\";s:3:\"lng\";s:17:\"-6.31177400000001\";s:7:\"address\";s:30:\"Newry BT34 1GY, United Kingdom\";}'),
(9549,	5143,	'yf_',	'a:4:{s:3:\"gid\";s:24:\"P & P Car & Camper Sales\";s:3:\"lat\";s:10:\"50.8025905\";s:3:\"lng\";s:17:\"-1.14409929999999\";s:7:\"address\";s:66:\"Str. Principala, 1103, Com. Zetea, Harghita, Zetea 537360, Romania\";}'),
(9550,	5144,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Perthshire Caravans\";s:3:\"lat\";s:10:\"56.4238531\";s:3:\"lng\";s:17:\"-3.22113309999997\";s:7:\"address\";s:47:\"Dundee Rd, Errol, Perth PH2 7SR, United Kingdom\";}'),
(9551,	5145,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Ropers Leisure\";s:3:\"lat\";s:10:\"54.3921925\";s:3:\"lng\";s:10:\"-1.6532545\";s:7:\"address\";s:66:\"Gatherley Rd, Brompton on Swale, Richmond DL10 7SL, United Kingdom\";}'),
(9552,	5146,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"S & D Harper Ltd\";s:3:\"lat\";s:10:\"57.6400812\";s:3:\"lng\";s:17:\"-3.31415019999997\";s:7:\"address\";s:19:\"South St, Elgin, UK\";}'),
(6527,	2723,	'_wp_attached_file',	'2020/01/Truma_powrtouch_Logo_50mm_4C.png'),
(6528,	2723,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:596;s:6:\"height\";i:289;s:4:\"file\";s:40:\"2020/01/Truma_powrtouch_Logo_50mm_4C.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Truma_powrtouch_Logo_50mm_4C-300x289.png\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Truma_powrtouch_Logo_50mm_4C-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Truma_powrtouch_Logo_50mm_4C-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Truma_powrtouch_Logo_50mm_4C-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Truma_powrtouch_Logo_50mm_4C-280x136.png\";s:5:\"width\";i:280;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:40:\"Truma_powrtouch_Logo_50mm_4C-300x289.png\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Truma_powrtouch_Logo_50mm_4C-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(6529,	2724,	'_wp_attached_file',	'2020/01/Truma_powrtouch_Logo_50mm_4C-160w.png'),
(6530,	2724,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:160;s:6:\"height\";i:78;s:4:\"file\";s:45:\"2020/01/Truma_powrtouch_Logo_50mm_4C-160w.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"Truma_powrtouch_Logo_50mm_4C-160w-100x78.png\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Truma_powrtouch_Logo_50mm_4C-160w-150x78.png\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"Truma_powrtouch_Logo_50mm_4C-160w-100x78.png\";s:5:\"width\";i:100;s:6:\"height\";i:78;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:{}}}'),
(6531,	2725,	'_wp_attached_file',	'2020/01/LeisureSales-scaled.jpg'),
(6532,	2725,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1264;s:4:\"file\";s:31:\"2020/01/LeisureSales-scaled.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"LeisureSales-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"LeisureSales-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"LeisureSales-scaled-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"LeisureSales-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"LeisureSales-1024x506.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"LeisureSales-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"LeisureSales-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"LeisureSales-1536x759.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"LeisureSales-2048x1011.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1011;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"LeisureSales-280x138.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:25:\"LeisureSales-1170x578.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:24:\"LeisureSales-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"LeisureSales-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"LeisureSales-scaled-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"LeisureSales-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SLT-A37\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532688719\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6662,	2383,	'_edit_lock',	'1581435712:1'),
(6663,	2323,	'_edit_lock',	'1581346032:1'),
(6664,	2322,	'_edit_lock',	'1581346039:1'),
(6665,	2759,	'_wp_attached_file',	'2020/02/footer-logo.svg'),
(6666,	2760,	'_wp_attached_file',	'2020/02/footer-logo-e1581347900529.png'),
(6667,	2760,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:48;s:4:\"file\";s:38:\"2020/02/footer-logo-e1581347900529.png\";s:5:\"sizes\";a:7:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"footer-logo-e1581347900529-100x48.png\";s:5:\"width\";i:100;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"footer-logo-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"footer-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"footer-logo-280x90.png\";s:5:\"width\";i:280;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"footer-logo-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"footer-logo-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"footer-logo-e1581347900529-100x48.png\";s:5:\"width\";i:100;s:6:\"height\";i:48;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:{}}}'),
(6668,	2760,	'_wp_attachment_backup_sizes',	'a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:479;s:6:\"height\";i:154;s:4:\"file\";s:15:\"footer-logo.png\";}}'),
(6669,	2761,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581355254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(6699,	2779,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581422409;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(6700,	1,	'_wp_trash_meta_status',	'publish'),
(6701,	1,	'_wp_trash_meta_time',	'1581418847'),
(6702,	1,	'_wp_desired_post_slug',	'hello-world'),
(6703,	1,	'_wp_trash_meta_comments_status',	'a:1:{i:1;s:1:\"1\";}'),
(6704,	2386,	'_wp_trash_meta_status',	'publish'),
(6705,	2386,	'_wp_trash_meta_time',	'1581418847'),
(6706,	2386,	'_wp_desired_post_slug',	'progressively-repurpose-cutting-edge-models'),
(6707,	2387,	'_wp_trash_meta_status',	'publish'),
(6708,	2387,	'_wp_trash_meta_time',	'1581418847'),
(6709,	2387,	'_wp_desired_post_slug',	'enthusiastically-administrate-ubiquitous'),
(6710,	2487,	'_wp_trash_meta_status',	'publish'),
(6711,	2487,	'_wp_trash_meta_time',	'1581418847'),
(6712,	2487,	'_wp_desired_post_slug',	'uniquely-productize-next-generation-opportunities'),
(6713,	2488,	'_wp_trash_meta_status',	'publish'),
(6714,	2488,	'_wp_trash_meta_time',	'1581418847'),
(6715,	2488,	'_wp_desired_post_slug',	'dramatically-integrate-viral-technologies'),
(6716,	2489,	'_wp_trash_meta_status',	'publish'),
(6717,	2489,	'_wp_trash_meta_time',	'1581418847'),
(6718,	2489,	'_wp_desired_post_slug',	'compellingly-administrate-vertical-strategic-theme-areas-with-accurate-best-practices'),
(6719,	2490,	'_wp_trash_meta_status',	'publish'),
(6720,	2490,	'_wp_trash_meta_time',	'1581418847'),
(6721,	2490,	'_wp_desired_post_slug',	'synergistically-fabricate-backend-niches'),
(6732,	2788,	'_menu_item_zn_mega_menu_headers',	''),
(6733,	2788,	'_menu_item_zn_mega_menu_label',	''),
(6734,	2788,	'_menu_item_zn_mega_menu_smart_area',	''),
(6735,	2788,	'_menu_item_zn_mega_menu_bg_image',	''),
(6736,	2789,	'_menu_item_type',	'custom'),
(6737,	2789,	'_menu_item_menu_item_parent',	'2971'),
(6738,	2789,	'_menu_item_object_id',	'2789'),
(6739,	2789,	'_menu_item_object',	'custom'),
(6740,	2789,	'_menu_item_target',	''),
(6741,	2789,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6742,	2789,	'_menu_item_xfn',	''),
(6743,	2789,	'_menu_item_url',	''),
(6903,	2800,	'_menu_item_zn_mega_menu_bg_image',	''),
(6745,	2789,	'_menu_item_zn_mega_menu_enable',	''),
(6746,	2789,	'_menu_item_zn_mega_menu_headers',	''),
(6747,	2789,	'_menu_item_zn_mega_menu_label',	''),
(6748,	2789,	'_menu_item_zn_mega_menu_smart_area',	''),
(6749,	2789,	'_menu_item_zn_mega_menu_bg_image',	''),
(6750,	2790,	'_menu_item_type',	'custom'),
(6751,	2790,	'_menu_item_menu_item_parent',	'2971'),
(6752,	2790,	'_menu_item_object_id',	'2790'),
(6753,	2790,	'_menu_item_object',	'custom'),
(6754,	2790,	'_menu_item_target',	''),
(6755,	2790,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6756,	2790,	'_menu_item_xfn',	''),
(6757,	2790,	'_menu_item_url',	''),
(6902,	2800,	'_menu_item_zn_mega_menu_smart_area',	''),
(6759,	2790,	'_menu_item_zn_mega_menu_enable',	''),
(6760,	2790,	'_menu_item_zn_mega_menu_headers',	''),
(6761,	2790,	'_menu_item_zn_mega_menu_label',	''),
(6762,	2790,	'_menu_item_zn_mega_menu_smart_area',	''),
(6763,	2790,	'_menu_item_zn_mega_menu_bg_image',	''),
(6764,	2791,	'_menu_item_type',	'custom'),
(6765,	2791,	'_menu_item_menu_item_parent',	'2788'),
(6766,	2791,	'_menu_item_object_id',	'2791'),
(6767,	2791,	'_menu_item_object',	'custom'),
(6768,	2791,	'_menu_item_target',	''),
(6769,	2791,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6770,	2791,	'_menu_item_xfn',	''),
(6771,	2791,	'_menu_item_url',	'#'),
(6907,	2801,	'_menu_item_object',	'category'),
(6773,	2791,	'_menu_item_zn_mega_menu_enable',	''),
(6774,	2791,	'_menu_item_zn_mega_menu_headers',	''),
(6775,	2791,	'_menu_item_zn_mega_menu_label',	''),
(6776,	2791,	'_menu_item_zn_mega_menu_smart_area',	''),
(6777,	2791,	'_menu_item_zn_mega_menu_bg_image',	''),
(6778,	2792,	'_menu_item_type',	'custom'),
(6779,	2792,	'_menu_item_menu_item_parent',	'2788'),
(6780,	2792,	'_menu_item_object_id',	'2792'),
(6781,	2792,	'_menu_item_object',	'custom'),
(6782,	2792,	'_menu_item_target',	''),
(6783,	2792,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6784,	2792,	'_menu_item_xfn',	''),
(6785,	2792,	'_menu_item_url',	'#'),
(6906,	2801,	'_menu_item_object_id',	'521'),
(6787,	2792,	'_menu_item_zn_mega_menu_enable',	''),
(6788,	2792,	'_menu_item_zn_mega_menu_headers',	''),
(6789,	2792,	'_menu_item_zn_mega_menu_label',	''),
(6790,	2792,	'_menu_item_zn_mega_menu_smart_area',	''),
(6791,	2792,	'_menu_item_zn_mega_menu_bg_image',	''),
(6905,	2801,	'_menu_item_menu_item_parent',	'2789'),
(9194,	3143,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581684199;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(6806,	2794,	'_menu_item_type',	'custom'),
(6807,	2794,	'_menu_item_menu_item_parent',	'2788'),
(6808,	2794,	'_menu_item_object_id',	'2794'),
(6809,	2794,	'_menu_item_object',	'custom'),
(6810,	2794,	'_menu_item_target',	''),
(6811,	2794,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6812,	2794,	'_menu_item_xfn',	''),
(6813,	2794,	'_menu_item_url',	'#'),
(6904,	2801,	'_menu_item_type',	'taxonomy'),
(6815,	2794,	'_menu_item_zn_mega_menu_enable',	''),
(6816,	2794,	'_menu_item_zn_mega_menu_headers',	''),
(6817,	2794,	'_menu_item_zn_mega_menu_label',	''),
(6818,	2794,	'_menu_item_zn_mega_menu_smart_area',	''),
(6819,	2794,	'_menu_item_zn_mega_menu_bg_image',	''),
(6910,	2801,	'_menu_item_xfn',	''),
(6911,	2801,	'_menu_item_url',	''),
(6913,	2801,	'_menu_item_zn_mega_menu_enable',	''),
(6914,	2801,	'_menu_item_zn_mega_menu_headers',	''),
(6915,	2801,	'_menu_item_zn_mega_menu_label',	''),
(6916,	2801,	'_menu_item_zn_mega_menu_smart_area',	''),
(6917,	2801,	'_menu_item_zn_mega_menu_bg_image',	''),
(6918,	2802,	'_menu_item_type',	'taxonomy'),
(6919,	2802,	'_menu_item_menu_item_parent',	'2790'),
(6920,	2802,	'_menu_item_object_id',	'530'),
(6921,	2802,	'_menu_item_object',	'category'),
(6922,	2802,	'_menu_item_target',	''),
(6923,	2802,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6924,	2802,	'_menu_item_xfn',	''),
(6925,	2802,	'_menu_item_url',	''),
(7002,	2808,	'_menu_item_type',	'custom'),
(6927,	2802,	'_menu_item_zn_mega_menu_enable',	''),
(6928,	2802,	'_menu_item_zn_mega_menu_headers',	''),
(6929,	2802,	'_menu_item_zn_mega_menu_label',	''),
(6930,	2802,	'_menu_item_zn_mega_menu_smart_area',	''),
(6931,	2802,	'_menu_item_zn_mega_menu_bg_image',	''),
(6932,	2803,	'_menu_item_type',	'taxonomy'),
(6933,	2803,	'_menu_item_menu_item_parent',	'2790'),
(6934,	2803,	'_menu_item_object_id',	'531'),
(6935,	2803,	'_menu_item_object',	'category'),
(6936,	2803,	'_menu_item_target',	''),
(6937,	2803,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6938,	2803,	'_menu_item_xfn',	''),
(6939,	2803,	'_menu_item_url',	''),
(7003,	2808,	'_menu_item_menu_item_parent',	'2788'),
(6941,	2803,	'_menu_item_zn_mega_menu_enable',	''),
(6942,	2803,	'_menu_item_zn_mega_menu_headers',	''),
(6943,	2803,	'_menu_item_zn_mega_menu_label',	''),
(6944,	2803,	'_menu_item_zn_mega_menu_smart_area',	''),
(6945,	2803,	'_menu_item_zn_mega_menu_bg_image',	''),
(6946,	2804,	'_menu_item_type',	'taxonomy'),
(6947,	2804,	'_menu_item_menu_item_parent',	'2790'),
(6948,	2804,	'_menu_item_object_id',	'532'),
(6949,	2804,	'_menu_item_object',	'category'),
(6950,	2804,	'_menu_item_target',	''),
(6951,	2804,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6952,	2804,	'_menu_item_xfn',	''),
(6953,	2804,	'_menu_item_url',	''),
(7004,	2808,	'_menu_item_object_id',	'2808'),
(6955,	2804,	'_menu_item_zn_mega_menu_enable',	''),
(6956,	2804,	'_menu_item_zn_mega_menu_headers',	''),
(6957,	2804,	'_menu_item_zn_mega_menu_label',	''),
(6958,	2804,	'_menu_item_zn_mega_menu_smart_area',	''),
(6959,	2804,	'_menu_item_zn_mega_menu_bg_image',	''),
(6960,	2805,	'_menu_item_type',	'taxonomy'),
(6961,	2805,	'_menu_item_menu_item_parent',	'2790'),
(6962,	2805,	'_menu_item_object_id',	'533'),
(6963,	2805,	'_menu_item_object',	'category'),
(6964,	2805,	'_menu_item_target',	''),
(6965,	2805,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6966,	2805,	'_menu_item_xfn',	''),
(6967,	2805,	'_menu_item_url',	''),
(7005,	2808,	'_menu_item_object',	'custom'),
(6969,	2805,	'_menu_item_zn_mega_menu_enable',	''),
(6970,	2805,	'_menu_item_zn_mega_menu_headers',	''),
(6971,	2805,	'_menu_item_zn_mega_menu_label',	''),
(6972,	2805,	'_menu_item_zn_mega_menu_smart_area',	''),
(6973,	2805,	'_menu_item_zn_mega_menu_bg_image',	''),
(6974,	2806,	'_menu_item_type',	'taxonomy'),
(6975,	2806,	'_menu_item_menu_item_parent',	'2790'),
(6976,	2806,	'_menu_item_object_id',	'534'),
(6977,	2806,	'_menu_item_object',	'category'),
(6978,	2806,	'_menu_item_target',	''),
(6979,	2806,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6980,	2806,	'_menu_item_xfn',	''),
(6981,	2806,	'_menu_item_url',	''),
(7006,	2808,	'_menu_item_target',	''),
(6983,	2806,	'_menu_item_zn_mega_menu_enable',	''),
(6984,	2806,	'_menu_item_zn_mega_menu_headers',	''),
(6985,	2806,	'_menu_item_zn_mega_menu_label',	''),
(6986,	2806,	'_menu_item_zn_mega_menu_smart_area',	''),
(6987,	2806,	'_menu_item_zn_mega_menu_bg_image',	''),
(6988,	2807,	'_menu_item_type',	'taxonomy'),
(6989,	2807,	'_menu_item_menu_item_parent',	'2790'),
(6990,	2807,	'_menu_item_object_id',	'529'),
(6991,	2807,	'_menu_item_object',	'category'),
(6992,	2807,	'_menu_item_target',	''),
(6993,	2807,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6994,	2807,	'_menu_item_xfn',	''),
(6995,	2807,	'_menu_item_url',	''),
(7007,	2808,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(6997,	2807,	'_menu_item_zn_mega_menu_enable',	''),
(6998,	2807,	'_menu_item_zn_mega_menu_headers',	''),
(6999,	2807,	'_menu_item_zn_mega_menu_label',	''),
(7000,	2807,	'_menu_item_zn_mega_menu_smart_area',	''),
(7001,	2807,	'_menu_item_zn_mega_menu_bg_image',	''),
(9162,	3135,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:66:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:15:\"enable_parallax\";s:2:\"no\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:15:\"About Powrtouch\";s:11:\"te_subtitle\";s:40:\"Find out what makes us who we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"1\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid54cbc889\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8a709407\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:83:\"\"By listening to our customers we have been able to evolve and constantly improve!\"\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"p\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"italic\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb7d37e95\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida9daa5f1\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3020f0d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida47a9efd\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d42baeb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd88d3555\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid22113bfc\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:11:\"Our History\";s:11:\"te_subtitle\";s:120:\"We\'re proud of our achievements - and rightly so! </br>\r\nFollow our history to find out how we go to where we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"50px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71e4729f\";}i:1;a:5:{s:6:\"object\";s:18:\"TH_HistoricElement\";s:7:\"options\";a:9:{s:8:\"he_start\";s:22:\"1990 › ESTABLISHMENT\";s:6:\"he_end\";s:7:\"PRESENT\";s:14:\"element_scheme\";s:0:\"\";s:15:\"historic_single\";a:6:{i:0;a:4:{s:14:\"she_event_name\";s:25:\"The beginning of the road\";s:14:\"she_event_date\";s:4:\"1990\";s:14:\"she_event_desc\";s:368:\"In early 1990 when Powrwheel Limited was an aerospace engineering company based in Dorset a member of our electrical design team who was also an ardent caravanner had a \"wonderful\" idea to design and manufacture a motorised jockey wheel. The idea was to increase the product range of the company whose products at that time were strictly in aircraft handling equipment\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:4:{s:14:\"she_event_name\";s:33:\"Powrwheel was launched at the NEC\";s:14:\"she_event_date\";s:4:\"1991\";s:14:\"she_event_desc\";s:165:\"After extensive design and testing the product eventually came to fruition and Powrwheel was launched during the Caravan Show at the NEC Birmingham in February 1991.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:4:{s:14:\"she_event_name\";s:23:\"Launch of the Powrhitch\";s:14:\"she_event_date\";s:4:\"2000\";s:14:\"she_event_desc\";s:354:\"Following on from the unparalleled success of the Powrwheel the company moved forward with the release in 2000 of the Powrhitch that provided more moving options to caravans and trailers. The new system could provide a greater range of voltage and torque options it also had the capability to carry its own leisure battery becoming a self-contained unit.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:4:{s:14:\"she_event_name\";s:32:\"Launch of the original Powrtouch\";s:14:\"she_event_date\";s:4:\"2001\";s:14:\"she_event_desc\";s:431:\"Due to the success of the Powrwheel and Powrhitch, Powrwheel Limited were encouraged to look further into trailer and caravan mover systems and with the design of the Original Powrtouch caravan mover that was first sold in January 2001. The combination of the range of caravan mover systems placed Powrwheel Limited as the UK\'s number one manufacturer and supplier of caravan mover systems a proud position that it still maintains.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:4:{s:14:\"she_event_name\";s:38:\"The big move from Dorset to Derbyshire\";s:14:\"she_event_date\";s:4:\"2011\";s:14:\"she_event_desc\";s:395:\"In 2011 after 20 years based in Dorset, the decision was taken by the Parent Company of Powrwheel Limited to move the company to its brand new factory site in South Derbyshire. Completely separate office suites, manufacturing and assembly areas were created in the factory allowing Powrwheel Limited complete autonomy from the parent company and the move was finally completed in September 2011.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:5;a:4:{s:14:\"she_event_name\";s:33:\"Launch of the Powrtouch Evolution\";s:14:\"she_event_date\";s:4:\"2012\";s:14:\"she_event_desc\";s:269:\"This moved allowed Powrwheel Limited to further strengthen is hold as the UK\'s Number ONE Caravan Mover Manufacturer and Supplier with launch in late 2012 of its new and revolutionary design of caravan mover the Powrtouch Evolution taking Caravan Movers to a new level.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3950720c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid67eff23c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f4bc793\";}}'),
(6632,	2744,	'_wp_attached_file',	'2020/02/truma-building-2.png'),
(6633,	2744,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1303;s:6:\"height\";i:651;s:4:\"file\";s:28:\"2020/02/truma-building-2.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"truma-building-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"truma-building-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"truma-building-2-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"truma-building-2-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"truma-building-2-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"truma-building-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"truma-building-2-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"truma-building-2-280x140.png\";s:5:\"width\";i:280;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:29:\"truma-building-2-1170x585.png\";s:5:\"width\";i:1170;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:28:\"truma-building-2-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"truma-building-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"truma-building-2-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"truma-building-2-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(8065,	3010,	'_wp_attached_file',	'2020/02/Evo-Auto-Cover-Set_PEA061510452.jpg'),
(8066,	3010,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2020/02/Evo-Auto-Cover-Set_PEA061510452.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510452-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510452-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510452-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510452-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510452-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510452-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510452-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510452-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579956846\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9037,	2413,	'_edit_lock',	'1581611143:1'),
(9038,	2413,	'_zn_zion_builder_status',	'enabled');
INSERT INTO `wpmq_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9140,	3132,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:15:\"About Powrtouch\";s:11:\"te_subtitle\";s:40:\"Find out what makes us who we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"1\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid54cbc889\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8a709407\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:83:\"\"By listening to our customers we have been able to evolve and constantly improve!\"\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"p\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"italic\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb7d37e95\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida9daa5f1\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3020f0d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida47a9efd\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d42baeb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd88d3555\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid22113bfc\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:11:\"Our History\";s:11:\"te_subtitle\";s:120:\"We\'re proud of our achievements - and rightly so! </br>\r\nFollow our history to find out how we go to where we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"50px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71e4729f\";}i:1;a:5:{s:6:\"object\";s:18:\"TH_HistoricElement\";s:7:\"options\";a:9:{s:8:\"he_start\";s:22:\"1990 › ESTABLISHMENT\";s:6:\"he_end\";s:7:\"PRESENT\";s:14:\"element_scheme\";s:0:\"\";s:15:\"historic_single\";a:6:{i:0;a:4:{s:14:\"she_event_name\";s:25:\"The beginning of the road\";s:14:\"she_event_date\";s:4:\"1990\";s:14:\"she_event_desc\";s:368:\"In early 1990 when Powrwheel Limited was an aerospace engineering company based in Dorset a member of our electrical design team who was also an ardent caravanner had a \"wonderful\" idea to design and manufacture a motorised jockey wheel. The idea was to increase the product range of the company whose products at that time were strictly in aircraft handling equipment\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:4:{s:14:\"she_event_name\";s:33:\"Powrwheel was launched at the NEC\";s:14:\"she_event_date\";s:4:\"1991\";s:14:\"she_event_desc\";s:165:\"After extensive design and testing the product eventually came to fruition and Powrwheel was launched during the Caravan Show at the NEC Birmingham in February 1991.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:4:{s:14:\"she_event_name\";s:23:\"Launch of the Powrhitch\";s:14:\"she_event_date\";s:4:\"2000\";s:14:\"she_event_desc\";s:354:\"Following on from the unparalleled success of the Powrwheel the company moved forward with the release in 2000 of the Powrhitch that provided more moving options to caravans and trailers. The new system could provide a greater range of voltage and torque options it also had the capability to carry its own leisure battery becoming a self-contained unit.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:4:{s:14:\"she_event_name\";s:32:\"Launch of the original Powrtouch\";s:14:\"she_event_date\";s:4:\"2001\";s:14:\"she_event_desc\";s:431:\"Due to the success of the Powrwheel and Powrhitch, Powrwheel Limited were encouraged to look further into trailer and caravan mover systems and with the design of the Original Powrtouch caravan mover that was first sold in January 2001. The combination of the range of caravan mover systems placed Powrwheel Limited as the UK\'s number one manufacturer and supplier of caravan mover systems a proud position that it still maintains.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:4:{s:14:\"she_event_name\";s:38:\"The big move from Dorset to Derbyshire\";s:14:\"she_event_date\";s:4:\"2011\";s:14:\"she_event_desc\";s:395:\"In 2011 after 20 years based in Dorset, the decision was taken by the Parent Company of Powrwheel Limited to move the company to its brand new factory site in South Derbyshire. Completely separate office suites, manufacturing and assembly areas were created in the factory allowing Powrwheel Limited complete autonomy from the parent company and the move was finally completed in September 2011.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:5;a:4:{s:14:\"she_event_name\";s:33:\"Launch of the Powrtouch Evolution\";s:14:\"she_event_date\";s:4:\"2012\";s:14:\"she_event_desc\";s:269:\"This moved allowed Powrwheel Limited to further strengthen is hold as the UK\'s Number ONE Caravan Mover Manufacturer and Supplier with launch in late 2012 of its new and revolutionary design of caravan mover the Powrtouch Evolution taking Caravan Movers to a new level.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3950720c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid67eff23c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f4bc793\";}}'),
(9141,	2395,	'_edit_lock',	'1581670041:1'),
(9142,	2395,	'_edit_last',	'1'),
(9143,	2395,	'zn_subheader_style',	'zn_def_header_style'),
(9144,	2395,	'zn_page_override_boxed_layout',	'def'),
(9145,	2395,	'zn-custom-layout',	'0'),
(9146,	2395,	'_yoast_wpseo_content_score',	'30'),
(9147,	3134,	'_menu_item_type',	'post_type'),
(9148,	3134,	'_menu_item_menu_item_parent',	'0'),
(9149,	3134,	'_menu_item_object_id',	'2395'),
(9150,	3134,	'_menu_item_object',	'page'),
(9151,	3134,	'_menu_item_target',	''),
(9152,	3134,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(9153,	3134,	'_menu_item_xfn',	''),
(9154,	3134,	'_menu_item_url',	''),
(9156,	3134,	'_menu_item_zn_mega_menu_enable',	''),
(9157,	3134,	'_menu_item_zn_mega_menu_headers',	''),
(9158,	3134,	'_menu_item_zn_mega_menu_label',	''),
(9159,	3134,	'_menu_item_zn_mega_menu_smart_area',	''),
(9160,	3134,	'_menu_item_zn_mega_menu_bg_image',	''),
(9129,	3127,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:28:\"TH_StaticContentProductLoupe\";s:7:\"options\";a:46:{s:9:\"ww_height\";s:3:\"700\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:8:\"sc_title\";s:114:\"<span class=\"fw-semibold\">The Powrtouch Evolution </span></br><span class=\"fw-thin\">Single Axle Auto Engage</span>\";s:11:\"sc_lp_image\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";s:18:\"sc_lp_custom_width\";s:3:\"653\";s:14:\"sc_lp_features\";s:124:\"High Performance\r\nManoeuvre caravans up to 2000kg\r\nRobust & Lightweight materials\r\nManufactured in the UK\r\n5 years guarantee\";s:13:\"sc_lp_button1\";s:10:\"LEARN MORE\";s:18:\"sc_lp_button1_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button1_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue086\";}s:19:\"sc_lp_button1_style\";s:13:\"btn btn-lined\";s:24:\"sc_lp_button1_icon_style\";s:1:\"0\";s:10:\"sc_bt_text\";s:2:\"or\";s:13:\"sc_2p_button1\";s:22:\"FIND YOUR LOCAL DEALER\";s:18:\"sc_lp_button2_link\";a:3:{s:3:\"url\";s:27:\"elements-search-box-element\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button2_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue062\";}s:19:\"sc_lp_button2_style\";s:17:\"btn btn-fullcolor\";s:24:\"sc_lp_button2_icon_style\";s:1:\"0\";s:15:\"ww_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/building-unit.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:8:\"##cd2122\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:8:\"##535353\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"50\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3ddd649\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:50:\"The Powrtouch Evolution (Single Axle, Auto Engage)\";s:11:\"te_subtitle\";s:41:\"Makes manoeuvring your caravan effortless\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95b9e50b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid69922d8a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:65:\"The only option when it comes to choosing your next caravan mover\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8810abcc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid746f3726\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2817559c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide477de10\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9efd8230\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc5f099db\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid38d43504\";}}'),
(9128,	3127,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:28:\"TH_StaticContentProductLoupe\";s:7:\"options\";a:46:{s:9:\"ww_height\";s:3:\"700\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:8:\"sc_title\";s:114:\"<span class=\"fw-semibold\">The Powrtouch Evolution </span></br><span class=\"fw-thin\">Single Axle Auto Engage</span>\";s:11:\"sc_lp_image\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";s:18:\"sc_lp_custom_width\";s:3:\"653\";s:14:\"sc_lp_features\";s:124:\"High Performance\r\nManoeuvre caravans up to 2000kg\r\nRobust & Lightweight materials\r\nManufactured in the UK\r\n5 years guarantee\";s:13:\"sc_lp_button1\";s:10:\"LEARN MORE\";s:18:\"sc_lp_button1_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button1_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue086\";}s:19:\"sc_lp_button1_style\";s:13:\"btn btn-lined\";s:24:\"sc_lp_button1_icon_style\";s:1:\"0\";s:10:\"sc_bt_text\";s:2:\"or\";s:13:\"sc_2p_button1\";s:22:\"FIND YOUR LOCAL DEALER\";s:18:\"sc_lp_button2_link\";a:3:{s:3:\"url\";s:27:\"elements-search-box-element\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button2_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue062\";}s:19:\"sc_lp_button2_style\";s:17:\"btn btn-fullcolor\";s:24:\"sc_lp_button2_icon_style\";s:1:\"0\";s:15:\"ww_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/building-unit.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:8:\"##cd2122\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:8:\"##535353\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"50\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3ddd649\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:50:\"The Powrtouch Evolution (Single Axle, Auto Engage)\";s:11:\"te_subtitle\";s:41:\"Makes manoeuvring your caravan effortless\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95b9e50b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid69922d8a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:65:\"The only option when it comes to choosing your next caravan mover\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8810abcc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid746f3726\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2817559c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide477de10\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9efd8230\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc5f099db\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid38d43504\";}}'),
(9126,	2395,	'_zn_zion_builder_status',	'enabled'),
(7999,	3005,	'_thumbnail_id',	'3006'),
(8000,	3005,	'_sku',	'P1377901000'),
(8001,	3005,	'_regular_price',	'7.50'),
(8002,	3005,	'total_sales',	'0'),
(8003,	3005,	'_tax_status',	'taxable'),
(8004,	3005,	'_tax_class',	''),
(8005,	3005,	'_manage_stock',	'no'),
(8006,	3005,	'_backorders',	'no'),
(8007,	3005,	'_sold_individually',	'no'),
(8008,	3005,	'_virtual',	'no'),
(8009,	3005,	'_downloadable',	'no'),
(8010,	3005,	'_download_limit',	'-1'),
(8011,	3005,	'_download_expiry',	'-1'),
(8012,	3005,	'_stock',	NULL),
(8013,	3005,	'_stock_status',	'instock'),
(8014,	3005,	'_wc_average_rating',	'0'),
(8015,	3005,	'_wc_review_count',	'0'),
(8016,	3005,	'_product_version',	'3.9.1'),
(8017,	3005,	'_price',	'7.50'),
(8018,	3005,	'slide_template',	'default'),
(8019,	3005,	'_yoast_wpseo_primary_product_cat',	'545'),
(8020,	3005,	'zn_page_layout',	'default'),
(8021,	3005,	'zn_sidebar_select',	'default'),
(8022,	3005,	'zn_zn_disable_subheader',	''),
(8023,	3005,	'zn_subheader_style',	'zn_def_header_style'),
(8024,	3005,	'zn_page_override_boxed_layout',	'def'),
(8025,	3005,	'zn_page_title_show',	'yes'),
(8026,	3005,	'zn_page_title',	''),
(8027,	3005,	'zn_page_subtitle',	''),
(8028,	3005,	'zn-custom-layout',	'0'),
(8029,	3005,	'_yoast_wpseo_content_score',	'60'),
(8030,	3007,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581593610;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(8031,	3008,	'_edit_lock',	'1581590551:1'),
(8032,	3008,	'_edit_last',	'1'),
(8033,	3008,	'_sku',	'PEA06151045'),
(8034,	3008,	'_regular_price',	'40.00'),
(8035,	3008,	'total_sales',	'0'),
(8036,	3008,	'_tax_status',	'taxable'),
(8037,	3008,	'_tax_class',	''),
(8038,	3008,	'_manage_stock',	'no'),
(8039,	3008,	'_backorders',	'no'),
(8040,	3008,	'_sold_individually',	'no'),
(8041,	3008,	'_virtual',	'no'),
(8042,	3008,	'_downloadable',	'no'),
(8043,	3008,	'_download_limit',	'-1'),
(8044,	3008,	'_download_expiry',	'-1'),
(8045,	3008,	'_stock',	NULL),
(8046,	3008,	'_stock_status',	'instock'),
(8047,	3008,	'_wc_average_rating',	'0'),
(8048,	3008,	'_wc_review_count',	'0'),
(8049,	3008,	'_product_version',	'3.9.1'),
(8050,	3008,	'_price',	'40.00'),
(8051,	3008,	'slide_template',	'default'),
(8052,	3008,	'_yoast_wpseo_primary_product_cat',	'538'),
(8053,	3008,	'zn_page_layout',	'default'),
(8054,	3008,	'zn_sidebar_select',	'default'),
(8055,	3008,	'zn_zn_disable_subheader',	''),
(8056,	3008,	'zn_subheader_style',	'zn_def_header_style'),
(8057,	3008,	'zn_page_override_boxed_layout',	'def'),
(8058,	3008,	'zn_page_title_show',	'yes'),
(8059,	3008,	'zn_page_title',	''),
(8060,	3008,	'zn_page_subtitle',	''),
(8061,	3008,	'zn-custom-layout',	'0'),
(8062,	3008,	'_yoast_wpseo_content_score',	'30'),
(8063,	3009,	'_wp_attached_file',	'2020/02/Evo-Auto-Cover-Set_PEA061510451.jpg'),
(8064,	3009,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2020/02/Evo-Auto-Cover-Set_PEA061510451.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510451-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510451-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510451-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510451-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510451-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510451-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510451-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Evo-Auto-Cover-Set_PEA061510451-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579956846\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6636,	2746,	'_wp_attached_file',	'2020/02/wheel.png'),
(6637,	2746,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1315;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2020/02/wheel.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"wheel-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"wheel-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"wheel-600x365.png\";s:5:\"width\";i:600;s:6:\"height\";i:365;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"wheel-300x183.png\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"wheel-1024x623.png\";s:5:\"width\";i:1024;s:6:\"height\";i:623;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"wheel-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"wheel-768x467.png\";s:5:\"width\";i:768;s:6:\"height\";i:467;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"wheel-280x170.png\";s:5:\"width\";i:280;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:18:\"wheel-1170x712.png\";s:5:\"width\";i:1170;s:6:\"height\";i:712;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:17:\"wheel-750x350.png\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"wheel-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"wheel-600x365.png\";s:5:\"width\";i:600;s:6:\"height\";i:365;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"wheel-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{i:0;s:9:\"653x397_c\";i:1;s:10:\"1000x630_c\";}}}'),
(7084,	2819,	'_wp_trash_meta_status',	'publish'),
(7085,	2819,	'_wp_trash_meta_time',	'1581432178'),
(9752,	4767,	'_wp_desired_post_slug',	'sussex-caravan-centre'),
(9753,	4767,	'_wp_trash_meta_time',	'1582697997'),
(9754,	4767,	'_wp_trash_meta_status',	'publish'),
(9755,	4768,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Michael Jordan Caravans\";s:3:\"lat\";s:10:\"51.2199895\";s:3:\"lng\";s:18:\"-0.441789200000017\";s:7:\"address\";s:53:\"Station Rd, Gomshall, Guildford GU5 9NX, Regatul Unit\";}'),
(9756,	4768,	'_wp_desired_post_slug',	'michael-jordan-caravans'),
(9757,	4768,	'_wp_trash_meta_time',	'1582697996'),
(9758,	4768,	'_wp_trash_meta_status',	'publish'),
(9759,	4769,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Lee Davey Caravans Ltd\";s:3:\"lat\";s:10:\"51.2413706\";s:3:\"lng\";s:17:\"0.676948700000025\";s:7:\"address\";s:54:\"East St, Harrietsham, Maidstone ME17 1HN, Regatul Unit\";}'),
(9760,	4769,	'_wp_trash_meta_status',	'publish'),
(9761,	4769,	'_wp_trash_meta_time',	'1582697996'),
(9762,	4769,	'_wp_desired_post_slug',	'lee-davey-caravans-ltd'),
(9763,	4770,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Caravan Tech Services Ltd\";s:3:\"lat\";s:10:\"51.0161033\";s:3:\"lng\";s:17:\"0.471218799999974\";s:7:\"address\";s:80:\"Caravan Tech Services, London Rd, Hurst Green, Etchingham TN19 7PN, Regatul Unit\";}'),
(9764,	4770,	'_wp_trash_meta_status',	'publish'),
(9765,	4770,	'_wp_trash_meta_time',	'1582697996'),
(9766,	4770,	'_wp_desired_post_slug',	'caravan-tech-services-ltd'),
(9767,	4771,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Chichester Caravans\";s:3:\"lat\";s:10:\"50.9883922\";s:3:\"lng\";s:18:\"0.0986278999999968\";s:7:\"address\";s:42:\"London Rd, Uckfield TN22 2EA, Regatul Unit\";}'),
(9768,	4771,	'_wp_trash_meta_status',	'publish'),
(9769,	4771,	'_wp_trash_meta_time',	'1582697996'),
(9770,	4771,	'_wp_desired_post_slug',	'chichester-caravans'),
(9771,	4772,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Chichester Caravans\";s:3:\"lat\";s:9:\"50.844059\";s:3:\"lng\";s:17:\"-0.89585969999996\";s:7:\"address\";s:42:\"Main Rd, Chichester PO18 8RL, Regatul Unit\";}'),
(9772,	4772,	'_wp_trash_meta_status',	'publish'),
(9773,	4772,	'_wp_trash_meta_time',	'1582697996'),
(9774,	4772,	'_wp_desired_post_slug',	'chichester-caravans-2'),
(9775,	4773,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Chichester Caravans\";s:3:\"lat\";s:10:\"52.3095044\";s:3:\"lng\";s:17:\"-2.09398250000004\";s:7:\"address\";s:64:\"Worcester Rd, Upton Warren, Worcestershire B61 7EX, Regatul Unit\";}'),
(9776,	4773,	'_wp_trash_meta_status',	'publish'),
(9777,	4773,	'_wp_trash_meta_time',	'1582697996'),
(9778,	4773,	'_wp_desired_post_slug',	'chichester-caravans-3'),
(9779,	4774,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Winchester Caravans\";s:3:\"lat\";s:9:\"50.997102\";s:3:\"lng\";s:17:\"-1.31392400000004\";s:7:\"address\";s:57:\"Main Rd, Colden Common, Winchester SO21 1TD, Regatul Unit\";}'),
(9780,	4774,	'_wp_trash_meta_status',	'publish'),
(9781,	4774,	'_wp_trash_meta_time',	'1582697996'),
(9782,	4774,	'_wp_desired_post_slug',	'winchester-caravans'),
(9783,	4775,	'yf_',	'a:4:{s:3:\"gid\";s:26:\"The Caravan Company Dorset\";s:3:\"lat\";s:10:\"50.7897921\";s:3:\"lng\";s:17:\"-2.01052470000002\";s:7:\"address\";s:75:\"Main A31 Dorchester Road, Wimborne Minster, Wimborne BH21 3HA, Regatul Unit\";}'),
(9784,	4775,	'_wp_trash_meta_status',	'publish'),
(9785,	4775,	'_wp_trash_meta_time',	'1582697996'),
(9786,	4775,	'_wp_desired_post_slug',	'the-caravan-company-dorset'),
(9787,	4776,	'yf_',	'a:4:{s:3:\"gid\";s:27:\"The Caravan Company Reading\";s:3:\"lat\";s:10:\"51.4062534\";s:3:\"lng\";s:17:\"-1.13153250000005\";s:7:\"address\";s:80:\"101c, Main A6, Irthlingborough Rd, Finedon, Wellingborough NN9 5EJ, Regatul Unit\";}'),
(9788,	4776,	'_wp_trash_meta_status',	'publish'),
(9789,	4776,	'_wp_trash_meta_time',	'1582697996'),
(9790,	4776,	'_wp_desired_post_slug',	'the-caravan-company-reading'),
(9791,	4777,	'yf_',	'a:4:{s:3:\"gid\";s:31:\"The Caravan Company Northampton\";s:3:\"lat\";s:10:\"52.3359971\";s:3:\"lng\";s:9:\"-0.642761\";s:7:\"address\";s:80:\"101c, Main A6, Irthlingborough Rd, Finedon, Wellingborough NN9 5EJ, Regatul Unit\";}'),
(9792,	4777,	'_wp_trash_meta_status',	'publish'),
(9793,	4777,	'_wp_trash_meta_time',	'1582697996'),
(9794,	4777,	'_wp_desired_post_slug',	'the-caravan-company-northampton'),
(9795,	4778,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:10:\"50.8908676\";s:3:\"lng\";s:17:\"0.185862400000019\";s:7:\"address\";s:60:\"Eastbourne Rd, Golden Cross, Hailsham BN27 4AN, Regatul Unit\";}'),
(9796,	4778,	'_wp_trash_meta_status',	'publish'),
(9797,	4778,	'_wp_trash_meta_time',	'1582697996'),
(9798,	4778,	'_wp_desired_post_slug',	'marquis-motorhomes-caravans'),
(9799,	4779,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:9:\"50.741653\";s:3:\"lng\";s:17:\"-1.95166300000005\";s:7:\"address\";s:50:\"41-45 Old Wareham Rd, Poole BH12 4QN, Regatul Unit\";}'),
(9800,	4779,	'_wp_trash_meta_status',	'publish'),
(9801,	4779,	'_wp_trash_meta_time',	'1582697996'),
(9802,	4779,	'_wp_desired_post_slug',	'marquis-motorhomes-caravans-2'),
(9803,	4780,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:9:\"54.887902\";s:3:\"lng\";s:17:\"-1.57588090000002\";s:7:\"address\";s:59:\"Durham Rd, Birtley, Chester-le-Street DH3 2QZ, Regatul Unit\";}'),
(9804,	4780,	'_wp_trash_meta_status',	'publish'),
(9805,	4780,	'_wp_trash_meta_time',	'1582697996'),
(9806,	4780,	'_wp_desired_post_slug',	'marquis-motorhomes-caravans-3'),
(9807,	4780,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:8:\"53.76108\";s:3:\"lng\";s:17:\"-2.74999300000002\";s:7:\"address\";s:72:\"Riversway Leisure Village, Chain Caul Way, Preston PR2 2PD, Regatul Unit\";}'),
(9808,	4780,	'_wp_trash_meta_status',	'publish'),
(9809,	4780,	'_wp_trash_meta_time',	'1582697996'),
(9810,	4780,	'_wp_desired_post_slug',	'marquis-motorhomes-caravans-4'),
(9811,	4782,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:10:\"52.2435106\";s:3:\"lng\";s:18:\"-0.808990600000016\";s:7:\"address\";s:62:\"The Causeway, Great Billing, Northampton NN3 9EX, Regatul Unit\";}'),
(9812,	4782,	'_wp_trash_meta_status',	'publish'),
(9813,	4782,	'_wp_trash_meta_time',	'1582697996'),
(9814,	4782,	'_wp_desired_post_slug',	'marquis-motorhomes-caravans-5'),
(9815,	4783,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:9:\"53.372499\";s:3:\"lng\";s:17:\"-1.23091899999997\";s:7:\"address\";s:57:\"Rotherham Rd, Dinnington, Sheffield S25 3RF, Regatul Unit\";}'),
(9816,	4783,	'_wp_trash_meta_status',	'publish'),
(9817,	4783,	'_wp_trash_meta_time',	'1582697996'),
(9818,	4783,	'_wp_desired_post_slug',	'marquis-motorhomes-caravans-6'),
(9819,	4784,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Marquis Motorhomes & Caravans\";s:3:\"lat\";s:9:\"52.064669\";s:3:\"lng\";s:16:\"1.11167699999999\";s:7:\"address\";s:42:\"Farthing Rd, Ipswich IP1 5AP, Regatul Unit\";}'),
(9820,	4784,	'_wp_trash_meta_status',	'publish'),
(9821,	4784,	'_wp_trash_meta_time',	'1582697996'),
(9822,	4784,	'_wp_desired_post_slug',	'marquis-motorhomes-caravans-7'),
(9823,	4785,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"White Arches Caravans\";s:3:\"lat\";s:10:\"52.2972112\";s:3:\"lng\";s:18:\"-0.623697099999958\";s:7:\"address\";s:49:\"Wellingborough Rd, Rushden NN10 6AY, Regatul Unit\";}'),
(9824,	4785,	'_wp_trash_meta_status',	'publish'),
(9825,	4785,	'_wp_trash_meta_time',	'1582697996'),
(9826,	4785,	'_wp_desired_post_slug',	'white-arches-caravans'),
(9827,	4786,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Broad Lane Leisure\";s:3:\"lat\";s:17:\"-1.87964550000004\";s:3:\"lng\";s:9:\" Alcester\";s:7:\"address\";N;}'),
(9828,	4786,	'_wp_trash_meta_status',	'publish'),
(9829,	4786,	'_wp_trash_meta_time',	'1582697996'),
(9830,	4786,	'_wp_desired_post_slug',	'broad-lane-leisure'),
(9831,	4787,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Broad Lane Leisure\";s:3:\"lat\";s:17:\"-1.57624799999996\";s:3:\"lng\";s:11:\" Kenilworth\";s:7:\"address\";N;}'),
(9832,	4787,	'_wp_trash_meta_status',	'publish'),
(9833,	4787,	'_wp_trash_meta_time',	'1582697996'),
(9834,	4787,	'_wp_desired_post_slug',	'broad-lane-leisure-2'),
(9835,	4788,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Salop Leisure Limited\";s:3:\"lat\";s:10:\"52.6906744\";s:3:\"lng\";s:17:\"-2.70898839999995\";s:7:\"address\";s:41:\"Emstrey, Shrewsbury SY5 6QS, Regatul Unit\";}'),
(6537,	2728,	'_wp_attached_file',	'2020/01/powrtouch_caravan_movers_logo-e1580140114829.png'),
(6538,	2728,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:160;s:6:\"height\";i:35;s:4:\"file\";s:56:\"2020/01/powrtouch_caravan_movers_logo-e1580140114829.png\";s:5:\"sizes\";a:7:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"powrtouch_caravan_movers_logo-e1580140114829-100x35.png\";s:5:\"width\";i:100;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"powrtouch_caravan_movers_logo-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"powrtouch_caravan_movers_logo-150x131.png\";s:5:\"width\";i:150;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"powrtouch_caravan_movers_logo-280x62.png\";s:5:\"width\";i:280;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"powrtouch_caravan_movers_logo-300x131.png\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"powrtouch_caravan_movers_logo-300x131.png\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"powrtouch_caravan_movers_logo-e1580140114829-100x35.png\";s:5:\"width\";i:100;s:6:\"height\";i:35;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:{}}}'),
(6539,	2728,	'_wp_attachment_backup_sizes',	'a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:591;s:6:\"height\";i:131;s:4:\"file\";s:33:\"powrtouch_caravan_movers_logo.png\";}}'),
(7021,	2812,	'_wp_attached_file',	'2020/02/usp-logos.png'),
(7022,	2812,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:220;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2020/02/usp-logos.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"usp-logos-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"usp-logos-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"usp-logos-100x100.png\";s:5:\"width\";i:100;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:{}}}'),
(7023,	2813,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581429698;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(7086,	2820,	'_edit_lock',	'1581432223:1'),
(7087,	2820,	'_wp_trash_meta_status',	'publish'),
(7088,	2820,	'_wp_trash_meta_time',	'1581432243'),
(7235,	2832,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7236,	2832,	'_menu_item_xfn',	''),
(7237,	2832,	'_menu_item_url',	'/shop-by-category/previous-generation-spares/model-6/'),
(7239,	2832,	'_menu_item_zn_mega_menu_enable',	''),
(7240,	2832,	'_menu_item_zn_mega_menu_headers',	''),
(7241,	2832,	'_menu_item_zn_mega_menu_label',	''),
(7242,	2832,	'_menu_item_zn_mega_menu_smart_area',	''),
(7243,	2832,	'_menu_item_zn_mega_menu_bg_image',	''),
(7244,	2833,	'_menu_item_type',	'custom'),
(7245,	2833,	'_menu_item_menu_item_parent',	'2661'),
(7246,	2833,	'_menu_item_object_id',	'2833'),
(7247,	2833,	'_menu_item_object',	'custom'),
(7248,	2833,	'_menu_item_target',	''),
(7249,	2833,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7250,	2833,	'_menu_item_xfn',	''),
(7251,	2833,	'_menu_item_url',	'/shop-by-category/previous-generation-spares/model-7/'),
(7272,	2835,	'_action_manager_schedule',	'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1581434527;}'),
(7253,	2833,	'_menu_item_zn_mega_menu_enable',	''),
(7254,	2833,	'_menu_item_zn_mega_menu_headers',	''),
(7255,	2833,	'_menu_item_zn_mega_menu_label',	''),
(7256,	2833,	'_menu_item_zn_mega_menu_smart_area',	''),
(7257,	2833,	'_menu_item_zn_mega_menu_bg_image',	''),
(7258,	2834,	'_menu_item_type',	'custom'),
(7259,	2834,	'_menu_item_menu_item_parent',	'2661'),
(7260,	2834,	'_menu_item_object_id',	'2834'),
(7261,	2834,	'_menu_item_object',	'custom'),
(7262,	2834,	'_menu_item_target',	''),
(7263,	2834,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7264,	2834,	'_menu_item_xfn',	''),
(7265,	2834,	'_menu_item_url',	'/shop-by-category/previous-generation-spares/powrtouch-classic/'),
(7274,	2837,	'_action_manager_schedule',	'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1581434529;}'),
(7267,	2834,	'_menu_item_zn_mega_menu_enable',	''),
(7268,	2834,	'_menu_item_zn_mega_menu_headers',	''),
(7269,	2834,	'_menu_item_zn_mega_menu_label',	''),
(7270,	2834,	'_menu_item_zn_mega_menu_smart_area',	''),
(7271,	2834,	'_menu_item_zn_mega_menu_bg_image',	''),
(7277,	2840,	'_action_manager_schedule',	'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1581434533;}'),
(7278,	2339,	'_wp_trash_meta_status',	'publish'),
(7279,	2339,	'_wp_trash_meta_time',	'1581434816'),
(7280,	2339,	'_wp_desired_post_slug',	'1880-2'),
(7281,	2483,	'_wp_trash_meta_status',	'publish'),
(7282,	2483,	'_wp_trash_meta_time',	'1581434816'),
(7283,	2483,	'_wp_desired_post_slug',	'blog-alternative-layout'),
(7284,	2321,	'_wp_trash_meta_status',	'publish'),
(7285,	2321,	'_wp_trash_meta_time',	'1581434816'),
(7286,	2321,	'_wp_desired_post_slug',	'blog-test'),
(7287,	2471,	'_wp_trash_meta_status',	'publish'),
(7288,	2471,	'_wp_trash_meta_time',	'1581434816'),
(7289,	2471,	'_wp_desired_post_slug',	'carousel-portfolio'),
(7290,	2334,	'_wp_trash_meta_status',	'publish'),
(7291,	2334,	'_wp_trash_meta_time',	'1581434816'),
(7292,	2334,	'_wp_desired_post_slug',	'carousel-portfolio-alt'),
(7293,	2503,	'_wp_trash_meta_status',	'publish'),
(7294,	2503,	'_wp_trash_meta_time',	'1581434816'),
(7295,	2503,	'_wp_desired_post_slug',	'styles-accordions'),
(7296,	2464,	'_wp_trash_meta_status',	'publish'),
(7297,	2464,	'_wp_trash_meta_time',	'1581434816'),
(7298,	2464,	'_wp_desired_post_slug',	'elements-action-box'),
(7299,	2463,	'_wp_trash_meta_status',	'publish'),
(7300,	2463,	'_wp_trash_meta_time',	'1581434816'),
(7301,	2463,	'_wp_desired_post_slug',	'elements-big-social'),
(7302,	2492,	'_wp_trash_meta_status',	'publish'),
(7303,	2492,	'_wp_trash_meta_time',	'1581434816'),
(7304,	2492,	'_wp_desired_post_slug',	'elements-buttons'),
(7305,	2462,	'_wp_trash_meta_status',	'publish'),
(7306,	2462,	'_wp_trash_meta_time',	'1581434816'),
(7307,	2462,	'_wp_desired_post_slug',	'elements-call-out-banner'),
(7308,	2461,	'_wp_trash_meta_status',	'publish'),
(7309,	2461,	'_wp_trash_meta_time',	'1581435101'),
(7310,	2461,	'_wp_desired_post_slug',	'elements-circle-title-box'),
(7311,	2411,	'_wp_trash_meta_status',	'publish'),
(7312,	2411,	'_wp_trash_meta_time',	'1581435101'),
(7313,	2411,	'_wp_desired_post_slug',	'elements-devices'),
(7314,	2460,	'_wp_trash_meta_status',	'publish'),
(7315,	2460,	'_wp_trash_meta_time',	'1581435101'),
(7316,	2460,	'_wp_desired_post_slug',	'elements-grid-photo-gallery'),
(7317,	2333,	'_wp_trash_meta_status',	'publish'),
(7318,	2333,	'_wp_trash_meta_time',	'1581435101'),
(7319,	2333,	'_wp_desired_post_slug',	'elements-grid-photo-gallery-full-width'),
(7320,	2336,	'_wp_trash_meta_status',	'publish'),
(7321,	2336,	'_wp_trash_meta_time',	'1581435101'),
(7322,	2336,	'_wp_desired_post_slug',	'elements-grid-photo-gallery-2'),
(7323,	2410,	'_wp_trash_meta_status',	'publish'),
(7324,	2410,	'_wp_trash_meta_time',	'1581435101'),
(7325,	2410,	'_wp_desired_post_slug',	'elements-hover-boxes'),
(7326,	2458,	'_wp_trash_meta_status',	'publish'),
(7327,	2458,	'_wp_trash_meta_time',	'1581435101'),
(7328,	2458,	'_wp_desired_post_slug',	'elements-icon-box'),
(7329,	2457,	'_wp_trash_meta_status',	'publish'),
(7330,	2457,	'_wp_trash_meta_time',	'1581435101'),
(7331,	2457,	'_wp_desired_post_slug',	'elements-icon-box-grid'),
(7332,	2456,	'_wp_trash_meta_status',	'publish'),
(7333,	2456,	'_wp_trash_meta_time',	'1581435101'),
(7334,	2456,	'_wp_desired_post_slug',	'elements-image-box'),
(7335,	2454,	'_wp_trash_meta_status',	'publish'),
(7336,	2454,	'_wp_trash_meta_time',	'1581435101'),
(7337,	2454,	'_wp_desired_post_slug',	'elements-latest-posts'),
(7338,	2408,	'_wp_trash_meta_status',	'publish'),
(7339,	2408,	'_wp_trash_meta_time',	'1581435101'),
(7340,	2408,	'_wp_desired_post_slug',	'elements-media-container'),
(7341,	2409,	'_wp_trash_meta_status',	'publish'),
(7342,	2409,	'_wp_trash_meta_time',	'1581435102'),
(7343,	2409,	'_wp_desired_post_slug',	'elements-miscellaneous'),
(7344,	2407,	'_wp_trash_meta_status',	'publish'),
(7345,	2407,	'_wp_trash_meta_time',	'1581435374'),
(7346,	2407,	'_wp_desired_post_slug',	'elements-partners-testimonials'),
(7347,	2453,	'_wp_trash_meta_status',	'publish'),
(7348,	2453,	'_wp_trash_meta_time',	'1581435374'),
(7349,	2453,	'_wp_desired_post_slug',	'elements-recent-work'),
(7350,	2452,	'_wp_trash_meta_status',	'publish'),
(7351,	2452,	'_wp_trash_meta_time',	'1581435374'),
(7352,	2452,	'_wp_desired_post_slug',	'elements-screenshots-box'),
(7353,	2373,	'_wp_trash_meta_status',	'publish'),
(7354,	2373,	'_wp_trash_meta_time',	'1581435374'),
(7355,	2373,	'_wp_desired_post_slug',	'elements-services'),
(7356,	2513,	'_wp_trash_meta_status',	'publish'),
(7357,	2513,	'_wp_trash_meta_time',	'1581435374'),
(7358,	2513,	'_wp_desired_post_slug',	'elements-some-element'),
(7359,	2406,	'_wp_trash_meta_status',	'publish'),
(7360,	2406,	'_wp_trash_meta_time',	'1581435374'),
(7361,	2406,	'_wp_desired_post_slug',	'elements-stage-and-icon-boxes'),
(7362,	2451,	'_wp_trash_meta_status',	'publish'),
(7363,	2451,	'_wp_trash_meta_time',	'1581435374'),
(7364,	2451,	'_wp_desired_post_slug',	'elements-statistics'),
(7365,	2412,	'_wp_trash_meta_status',	'publish'),
(7366,	2412,	'_wp_trash_meta_time',	'1581435603'),
(7367,	2412,	'_wp_desired_post_slug',	'elements-system-elements'),
(7368,	2505,	'_wp_trash_meta_status',	'publish'),
(7369,	2505,	'_wp_trash_meta_time',	'1581435603'),
(7370,	2505,	'_wp_desired_post_slug',	'elements-tabs'),
(7371,	2405,	'_wp_trash_meta_status',	'publish'),
(7372,	2405,	'_wp_trash_meta_time',	'1581435603'),
(7373,	2405,	'_wp_desired_post_slug',	'elements-team-boxes'),
(7374,	2448,	'_wp_trash_meta_status',	'publish'),
(7375,	2448,	'_wp_trash_meta_time',	'1581435603'),
(7376,	2448,	'_wp_desired_post_slug',	'elements-vertical-tabs'),
(7377,	2335,	'_wp_trash_meta_status',	'publish'),
(7378,	2335,	'_wp_trash_meta_time',	'1581435603'),
(7379,	2335,	'_wp_desired_post_slug',	'features-page-preloader'),
(7380,	2465,	'_wp_trash_meta_status',	'publish'),
(7381,	2465,	'_wp_trash_meta_time',	'1581435603'),
(7382,	2465,	'_wp_desired_post_slug',	'elements-google-map'),
(7383,	2379,	'_wp_trash_meta_status',	'publish'),
(7384,	2379,	'_wp_trash_meta_time',	'1581435698'),
(7385,	2379,	'_wp_desired_post_slug',	'ara-homepage'),
(7386,	2377,	'_wp_trash_meta_status',	'publish'),
(7387,	2377,	'_wp_trash_meta_time',	'1581435698'),
(7388,	2377,	'_wp_desired_post_slug',	'atlas-homepage'),
(7389,	2376,	'_wp_trash_meta_status',	'publish'),
(7390,	2376,	'_wp_trash_meta_time',	'1581435698'),
(7391,	2376,	'_wp_desired_post_slug',	'homepages-homepage-1-classic'),
(7392,	2375,	'_wp_trash_meta_status',	'publish'),
(7393,	2375,	'_wp_trash_meta_time',	'1581435698'),
(7394,	2375,	'_wp_desired_post_slug',	'homepages-homepage-2-classic'),
(7395,	2374,	'_wp_trash_meta_status',	'publish'),
(7396,	2374,	'_wp_trash_meta_time',	'1581435698'),
(7397,	2374,	'_wp_desired_post_slug',	'homepages-homepage-3-classic'),
(7398,	2372,	'_wp_trash_meta_status',	'publish'),
(7399,	2372,	'_wp_trash_meta_time',	'1581435698'),
(7400,	2372,	'_wp_desired_post_slug',	'homepages-homepage-4-classic'),
(7401,	2371,	'_wp_trash_meta_status',	'publish'),
(7402,	2371,	'_wp_trash_meta_time',	'1581435698'),
(7403,	2371,	'_wp_desired_post_slug',	'homepages-homepage-5-classic'),
(7404,	2370,	'_wp_trash_meta_status',	'publish'),
(7405,	2370,	'_wp_trash_meta_time',	'1581435698'),
(7406,	2370,	'_wp_desired_post_slug',	'homepages-homepage-6-classic'),
(7407,	2324,	'_wp_trash_meta_status',	'publish'),
(7408,	2324,	'_wp_trash_meta_time',	'1581435698'),
(7409,	2324,	'_wp_desired_post_slug',	'homepages-homepage-boxed'),
(7410,	2378,	'_wp_trash_meta_status',	'publish'),
(7411,	2378,	'_wp_trash_meta_time',	'1581435698'),
(7412,	2378,	'_wp_desired_post_slug',	'kronos-homepage'),
(7413,	2380,	'_wp_trash_meta_status',	'publish'),
(7414,	2380,	'_wp_trash_meta_time',	'1581435698'),
(7415,	2380,	'_wp_desired_post_slug',	'kuma-homepage'),
(7416,	2382,	'_wp_trash_meta_status',	'publish'),
(7417,	2382,	'_wp_trash_meta_time',	'1581435698'),
(7418,	2382,	'_wp_desired_post_slug',	'orion-homepage'),
(7419,	2381,	'_wp_trash_meta_status',	'publish'),
(7420,	2381,	'_wp_trash_meta_time',	'1581435698'),
(7421,	2381,	'_wp_desired_post_slug',	'vega-homepage'),
(7422,	2383,	'_edit_last',	'1'),
(7423,	2383,	'_wp_page_template',	'default'),
(7424,	2391,	'_wp_trash_meta_status',	'publish'),
(7425,	2391,	'_wp_trash_meta_time',	'1581436596'),
(7426,	2391,	'_wp_desired_post_slug',	'404-page'),
(7427,	2399,	'_wp_trash_meta_status',	'publish'),
(7428,	2399,	'_wp_trash_meta_time',	'1581436596'),
(7429,	2399,	'_wp_desired_post_slug',	'blog-posts'),
(7430,	2390,	'_wp_trash_meta_status',	'publish'),
(7431,	2390,	'_wp_trash_meta_time',	'1581436596'),
(7432,	2390,	'_wp_desired_post_slug',	'coming-soon'),
(7433,	2330,	'_wp_trash_meta_status',	'publish'),
(7434,	2330,	'_wp_trash_meta_time',	'1581436600'),
(7435,	2330,	'_wp_desired_post_slug',	'media-container-custom-content'),
(7436,	2894,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581440692;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(7437,	2401,	'_wp_trash_meta_status',	'publish'),
(7438,	2401,	'_wp_trash_meta_time',	'1581438276'),
(7439,	2401,	'_wp_desired_post_slug',	'our-services'),
(7440,	2400,	'_wp_trash_meta_status',	'publish'),
(7441,	2400,	'_wp_trash_meta_time',	'1581438279'),
(7442,	2400,	'_wp_desired_post_slug',	'our-team'),
(7443,	2325,	'_edit_lock',	'1581438290:1'),
(7444,	2328,	'_edit_lock',	'1581438291:1'),
(7445,	2404,	'_edit_lock',	'1581438292:1'),
(7446,	2501,	'_wp_trash_meta_status',	'publish'),
(7447,	2501,	'_wp_trash_meta_time',	'1581438713'),
(7448,	2501,	'_wp_desired_post_slug',	'style-tables'),
(7449,	2341,	'_wp_trash_meta_status',	'publish'),
(7450,	2341,	'_wp_trash_meta_time',	'1581438713'),
(7451,	2341,	'_wp_desired_post_slug',	'style-icons-demo'),
(7452,	2507,	'_wp_trash_meta_status',	'publish'),
(7453,	2507,	'_wp_trash_meta_time',	'1581438713'),
(7454,	2507,	'_wp_desired_post_slug',	'styles-typography'),
(7455,	2497,	'_wp_trash_meta_status',	'publish'),
(7456,	2497,	'_wp_trash_meta_time',	'1581438713'),
(7457,	2497,	'_wp_desired_post_slug',	'subheader-animated-sparkles'),
(7458,	2502,	'_wp_trash_meta_status',	'publish'),
(7459,	2502,	'_wp_trash_meta_time',	'1581438713'),
(7460,	2502,	'_wp_desired_post_slug',	'subheader-background-full-color'),
(7461,	2504,	'_wp_trash_meta_status',	'publish'),
(7462,	2504,	'_wp_trash_meta_time',	'1581438713'),
(7463,	2504,	'_wp_desired_post_slug',	'subheader-background-video'),
(7464,	2495,	'_wp_trash_meta_status',	'publish'),
(7465,	2495,	'_wp_trash_meta_time',	'1581438713'),
(7466,	2495,	'_wp_desired_post_slug',	'subheaders-4th-july'),
(7467,	2496,	'_wp_trash_meta_status',	'publish'),
(7468,	2496,	'_wp_trash_meta_time',	'1581438713'),
(7469,	2496,	'_wp_desired_post_slug',	'subheaders-christmas'),
(7470,	2493,	'_wp_trash_meta_status',	'publish'),
(7471,	2493,	'_wp_trash_meta_time',	'1581438713'),
(7472,	2493,	'_wp_desired_post_slug',	'subheaders-easter-holidays'),
(7473,	2494,	'_wp_trash_meta_status',	'publish'),
(7474,	2494,	'_wp_trash_meta_time',	'1581438713'),
(7475,	2494,	'_wp_desired_post_slug',	'subheaders-st-patrick'),
(7476,	2340,	'_wp_trash_meta_status',	'publish'),
(7477,	2340,	'_wp_trash_meta_time',	'1581438713'),
(7478,	2340,	'_wp_desired_post_slug',	'test-analitycs'),
(7479,	2368,	'_wp_trash_meta_status',	'publish'),
(7480,	2368,	'_wp_trash_meta_time',	'1581438713'),
(7481,	2368,	'_wp_desired_post_slug',	'test-page-2'),
(7482,	2485,	'_wp_trash_meta_status',	'publish'),
(7483,	2485,	'_wp_trash_meta_time',	'1581438713'),
(7484,	2485,	'_wp_desired_post_slug',	'test-page'),
(7485,	2404,	'_wp_trash_meta_status',	'publish'),
(7486,	2404,	'_wp_trash_meta_time',	'1581438713'),
(7487,	2404,	'_wp_desired_post_slug',	'testing-page'),
(7488,	2328,	'_wp_trash_meta_status',	'publish'),
(7489,	2328,	'_wp_trash_meta_time',	'1581438713'),
(7490,	2328,	'_wp_desired_post_slug',	'various-iframe-page'),
(7491,	2325,	'_wp_trash_meta_status',	'publish'),
(7492,	2325,	'_wp_trash_meta_time',	'1581438713'),
(7493,	2325,	'_wp_desired_post_slug',	'video-box'),
(7494,	2427,	'_wp_trash_meta_status',	'publish'),
(7495,	2427,	'_wp_trash_meta_time',	'1581438898'),
(7496,	2427,	'_wp_desired_post_slug',	'sliders-wow-slider-blast'),
(7497,	2425,	'_wp_trash_meta_status',	'publish'),
(7498,	2425,	'_wp_trash_meta_time',	'1581438898'),
(7499,	2425,	'_wp_desired_post_slug',	'sliders-wow-slider-blinds'),
(7500,	2426,	'_wp_trash_meta_status',	'publish'),
(7501,	2426,	'_wp_trash_meta_time',	'1581438898'),
(7502,	2426,	'_wp_desired_post_slug',	'sliders-wow-slider-flyout'),
(7503,	2472,	'_wp_trash_meta_status',	'publish'),
(7504,	2472,	'_wp_trash_meta_time',	'1581438898'),
(7505,	2472,	'_wp_desired_post_slug',	'sortable-portfolio'),
(7506,	2332,	'_wp_trash_meta_status',	'publish'),
(7507,	2332,	'_wp_trash_meta_time',	'1581438898'),
(7508,	2332,	'_wp_desired_post_slug',	'sortable-portfolio-full-width'),
(7509,	2445,	'_wp_trash_meta_status',	'publish'),
(7510,	2445,	'_wp_trash_meta_time',	'1581438898'),
(7511,	2445,	'_wp_desired_post_slug',	'static-content-booking-panel'),
(7512,	2414,	'_wp_trash_meta_status',	'publish'),
(7513,	2414,	'_wp_trash_meta_time',	'1581438898'),
(7514,	2414,	'_wp_desired_post_slug',	'static-content-default-layout'),
(7515,	2422,	'_wp_trash_meta_status',	'publish'),
(7516,	2422,	'_wp_trash_meta_time',	'1581438898'),
(7517,	2422,	'_wp_desired_post_slug',	'static-content-event-countdown'),
(7518,	2421,	'_wp_trash_meta_status',	'publish'),
(7519,	2421,	'_wp_trash_meta_time',	'1581438898'),
(7520,	2421,	'_wp_desired_post_slug',	'static-content-google-maps'),
(7521,	2443,	'_wp_trash_meta_status',	'publish'),
(7522,	2443,	'_wp_trash_meta_time',	'1581438898'),
(7523,	2443,	'_wp_desired_post_slug',	'static-content-showroom-carousel'),
(7524,	2447,	'_wp_trash_meta_status',	'publish'),
(7525,	2447,	'_wp_trash_meta_time',	'1581438898'),
(7526,	2447,	'_wp_desired_post_slug',	'static-content-simple-boxes'),
(7527,	2417,	'_wp_trash_meta_status',	'publish'),
(7528,	2417,	'_wp_trash_meta_time',	'1581438898'),
(7529,	2417,	'_wp_desired_post_slug',	'static-content-simple-text'),
(7530,	2416,	'_wp_trash_meta_status',	'publish'),
(7531,	2416,	'_wp_trash_meta_time',	'1581438898'),
(7532,	2416,	'_wp_desired_post_slug',	'static-content-simple-text-with-mask'),
(7533,	2415,	'_wp_trash_meta_status',	'publish'),
(7534,	2415,	'_wp_trash_meta_time',	'1581438898'),
(7535,	2415,	'_wp_desired_post_slug',	'static-content-text-pop'),
(7536,	2423,	'_wp_trash_meta_status',	'publish'),
(7537,	2423,	'_wp_trash_meta_time',	'1581438898'),
(7538,	2423,	'_wp_desired_post_slug',	'static-content-text-with-register'),
(7539,	2418,	'_wp_trash_meta_status',	'publish'),
(7540,	2418,	'_wp_trash_meta_time',	'1581438898'),
(7541,	2418,	'_wp_desired_post_slug',	'static-content-video-background'),
(7542,	2419,	'_wp_trash_meta_status',	'publish'),
(7543,	2419,	'_wp_trash_meta_time',	'1581438898'),
(7544,	2419,	'_wp_desired_post_slug',	'static-content-video-launcher'),
(7545,	2446,	'_wp_trash_meta_status',	'publish'),
(7546,	2446,	'_wp_trash_meta_time',	'1581438898'),
(7547,	2446,	'_wp_desired_post_slug',	'static-content-weather-panel'),
(7548,	2499,	'_wp_trash_meta_status',	'publish'),
(7549,	2499,	'_wp_trash_meta_time',	'1581438898'),
(7550,	2499,	'_wp_desired_post_slug',	'style-icons'),
(7551,	2326,	'_wp_trash_meta_status',	'publish'),
(7552,	2326,	'_wp_trash_meta_time',	'1581439064'),
(7553,	2326,	'_wp_desired_post_slug',	'skills-diagram'),
(7554,	2441,	'_wp_trash_meta_status',	'publish'),
(7555,	2441,	'_wp_trash_meta_time',	'1581439064'),
(7556,	2441,	'_wp_desired_post_slug',	'sliders-3d-cute-slider'),
(7557,	2432,	'_wp_trash_meta_status',	'publish'),
(7558,	2432,	'_wp_trash_meta_time',	'1581439064'),
(7559,	2432,	'_wp_desired_post_slug',	'sliders-circular-carousel'),
(7560,	2431,	'_wp_trash_meta_status',	'publish'),
(7561,	2431,	'_wp_trash_meta_time',	'1581439064'),
(7562,	2431,	'_wp_desired_post_slug',	'sliders-circular-carousel-alternative'),
(7563,	2433,	'_wp_trash_meta_status',	'publish'),
(7564,	2433,	'_wp_trash_meta_time',	'1581439064'),
(7565,	2433,	'_wp_desired_post_slug',	'sliders-circular-catalogue'),
(7566,	2466,	'_wp_trash_meta_status',	'publish'),
(7567,	2466,	'_wp_trash_meta_time',	'1581439064'),
(7568,	2466,	'_wp_desired_post_slug',	'sliders-creative-slider-revolution'),
(7569,	2440,	'_wp_trash_meta_status',	'publish'),
(7570,	2440,	'_wp_trash_meta_time',	'1581439064'),
(7571,	2440,	'_wp_desired_post_slug',	'sliders-css3-panels'),
(7572,	2439,	'_wp_trash_meta_status',	'publish'),
(7573,	2439,	'_wp_trash_meta_time',	'1581439064'),
(7574,	2439,	'_wp_desired_post_slug',	'sliders-css3-panels-alternative'),
(7575,	2430,	'_wp_trash_meta_status',	'publish'),
(7576,	2430,	'_wp_trash_meta_time',	'1581439064'),
(7577,	2430,	'_wp_desired_post_slug',	'sliders-fancy-slider'),
(7578,	2435,	'_wp_trash_meta_status',	'publish'),
(7579,	2435,	'_wp_trash_meta_time',	'1581439064'),
(7580,	2435,	'_wp_desired_post_slug',	'sliders-icarousel'),
(7581,	2444,	'_wp_trash_meta_status',	'publish'),
(7582,	2444,	'_wp_trash_meta_time',	'1581439064'),
(7583,	2444,	'_wp_desired_post_slug',	'sliders-ios-slider-alternative'),
(7584,	2449,	'_wp_trash_meta_status',	'publish'),
(7585,	2449,	'_wp_trash_meta_time',	'1581439064'),
(7586,	2449,	'_wp_desired_post_slug',	'sliders-ios-slider-default'),
(7587,	2437,	'_wp_trash_meta_status',	'publish'),
(7588,	2437,	'_wp_trash_meta_time',	'1581439064'),
(7589,	2437,	'_wp_desired_post_slug',	'sliders-laptop-slider'),
(7590,	2436,	'_wp_trash_meta_status',	'publish'),
(7591,	2436,	'_wp_trash_meta_time',	'1581439064'),
(7592,	2436,	'_wp_desired_post_slug',	'sliders-laptop-slider-alternative'),
(7593,	2428,	'_wp_trash_meta_status',	'publish'),
(7594,	2428,	'_wp_trash_meta_time',	'1581439064'),
(7595,	2428,	'_wp_desired_post_slug',	'sliders-nivo-slider'),
(7596,	2438,	'_wp_trash_meta_status',	'publish'),
(7597,	2438,	'_wp_trash_meta_time',	'1581439064'),
(7598,	2438,	'_wp_desired_post_slug',	'sliders-portfolio-frames'),
(7599,	2424,	'_wp_trash_meta_status',	'publish'),
(7600,	2424,	'_wp_trash_meta_time',	'1581439064'),
(7601,	2424,	'_wp_desired_post_slug',	'sliders-shop-slider-part-2'),
(7602,	2434,	'_wp_trash_meta_status',	'publish'),
(7603,	2434,	'_wp_trash_meta_time',	'1581439064'),
(7604,	2434,	'_wp_desired_post_slug',	'sliders-shop-slider-revolution'),
(7605,	2442,	'_wp_trash_meta_status',	'publish'),
(7606,	2442,	'_wp_trash_meta_time',	'1581439064'),
(7607,	2442,	'_wp_desired_post_slug',	'sliders-simple-and-modern'),
(7608,	2429,	'_wp_trash_meta_status',	'publish'),
(7609,	2429,	'_wp_trash_meta_time',	'1581439064'),
(7610,	2429,	'_wp_desired_post_slug',	'sliders-simple-n-classic'),
(7611,	2398,	'_wp_trash_meta_status',	'publish'),
(7612,	2398,	'_wp_trash_meta_time',	'1581439286'),
(7613,	2398,	'_wp_desired_post_slug',	'photo-gallery'),
(7614,	2397,	'_wp_trash_meta_status',	'publish'),
(7615,	2397,	'_wp_trash_meta_time',	'1581439286'),
(7616,	2397,	'_wp_desired_post_slug',	'portfolio-item'),
(7617,	2393,	'_wp_trash_meta_status',	'publish'),
(7618,	2393,	'_wp_trash_meta_time',	'1581439286'),
(7619,	2393,	'_wp_desired_post_slug',	'process'),
(7620,	2396,	'_wp_trash_meta_status',	'publish'),
(7621,	2396,	'_wp_trash_meta_time',	'1581439286'),
(7622,	2396,	'_wp_desired_post_slug',	'testimonials'),
(7623,	2331,	'_wp_trash_meta_status',	'publish'),
(7624,	2331,	'_wp_trash_meta_time',	'1581439286'),
(7625,	2331,	'_wp_desired_post_slug',	'photo-gallery-variations'),
(7626,	2467,	'_wp_trash_meta_status',	'publish'),
(7627,	2467,	'_wp_trash_meta_time',	'1581439286'),
(7628,	2467,	'_wp_desired_post_slug',	'portfolio-category-1-col'),
(7629,	2470,	'_wp_trash_meta_status',	'publish'),
(7630,	2470,	'_wp_trash_meta_time',	'1581439286'),
(7631,	2470,	'_wp_desired_post_slug',	'portfolio-category-2-cols'),
(7632,	2469,	'_wp_trash_meta_status',	'publish'),
(7633,	2469,	'_wp_trash_meta_time',	'1581439286'),
(7634,	2469,	'_wp_desired_post_slug',	'portfolio-category-3-cols'),
(7635,	2468,	'_wp_trash_meta_status',	'publish'),
(7636,	2468,	'_wp_trash_meta_time',	'1581439286'),
(7637,	2468,	'_wp_desired_post_slug',	'portfolio-category-4-cols'),
(7638,	2337,	'_wp_trash_meta_status',	'publish'),
(7639,	2337,	'_wp_trash_meta_time',	'1581439286'),
(7640,	2337,	'_wp_desired_post_slug',	'price-list'),
(7641,	2,	'_wp_trash_meta_status',	'publish'),
(7642,	2,	'_wp_trash_meta_time',	'1581439286'),
(7643,	2,	'_wp_desired_post_slug',	'sample-page'),
(7644,	2514,	'_wp_trash_meta_status',	'publish'),
(7645,	2514,	'_wp_trash_meta_time',	'1581439286'),
(7646,	2514,	'_wp_desired_post_slug',	'sample-page-2'),
(7647,	2385,	'_wp_trash_meta_status',	'publish'),
(7648,	2385,	'_wp_trash_meta_time',	'1581439286'),
(7649,	2385,	'_wp_desired_post_slug',	'shop-landing-page-alternative'),
(7650,	2384,	'_wp_trash_meta_status',	'publish'),
(7651,	2384,	'_wp_trash_meta_time',	'1581439286'),
(7652,	2384,	'_wp_desired_post_slug',	'shop-landing-page-classic'),
(7653,	2369,	'_wp_trash_meta_status',	'publish'),
(7654,	2369,	'_wp_trash_meta_time',	'1581439286'),
(7655,	2369,	'_wp_desired_post_slug',	'shop-landing-page-default'),
(7656,	2367,	'_wp_trash_meta_status',	'publish'),
(7657,	2367,	'_wp_trash_meta_time',	'1581439286'),
(7658,	2367,	'_wp_desired_post_slug',	'shop-product-page'),
(7659,	2491,	'_wp_trash_meta_status',	'publish'),
(7660,	2491,	'_wp_trash_meta_time',	'1581439286'),
(7661,	2491,	'_wp_desired_post_slug',	'simple-default-builder-page'),
(7662,	2338,	'_wp_trash_meta_status',	'publish'),
(7663,	2338,	'_wp_trash_meta_time',	'1581439286'),
(7664,	2338,	'_wp_desired_post_slug',	'skill-bars'),
(7665,	2388,	'_wp_trash_meta_status',	'publish'),
(7666,	2388,	'_wp_trash_meta_time',	'1581439368'),
(7667,	2388,	'_wp_desired_post_slug',	'page-with-sidebar'),
(7668,	2389,	'_wp_trash_meta_status',	'publish'),
(7669,	2389,	'_wp_trash_meta_time',	'1581439368'),
(7670,	2389,	'_wp_desired_post_slug',	'page-without-sidebar'),
(7671,	2971,	'_menu_item_type',	'custom'),
(7672,	2971,	'_menu_item_menu_item_parent',	'0'),
(7673,	2971,	'_menu_item_object_id',	'2971'),
(7674,	2971,	'_menu_item_object',	'custom'),
(7675,	2971,	'_menu_item_target',	''),
(7676,	2971,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(7677,	2971,	'_menu_item_xfn',	''),
(7678,	2971,	'_menu_item_url',	'#'),
(7680,	2971,	'_menu_item_zn_mega_menu_enable',	'on'),
(7681,	2971,	'_menu_item_zn_mega_menu_headers',	''),
(7682,	2971,	'_menu_item_zn_mega_menu_label',	''),
(7683,	2971,	'_menu_item_zn_mega_menu_smart_area',	''),
(7684,	2971,	'_menu_item_zn_mega_menu_bg_image',	''),
(7842,	2998,	'_wp_attached_file',	'2020/02/Powrtouch-Freedom.jpg'),
(9132,	2395,	'show_header',	''),
(9133,	2395,	'show_footer',	''),
(9134,	2395,	'zn_page_custom_js',	''),
(9135,	3130,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:15:\"About Powrtouch\";s:11:\"te_subtitle\";s:40:\"Find out what makes us who we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"1\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid54cbc889\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8a709407\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:83:\"\"By listening to our customers we have been able to evolve and constantly improve!\"\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"p\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"italic\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb7d37e95\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida9daa5f1\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3020f0d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida47a9efd\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d42baeb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd88d3555\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid22113bfc\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:11:\"Our History\";s:11:\"te_subtitle\";s:120:\"We\'re proud of our achievements - and rightly so! </br>\r\nFollow our history to find out how we go to where we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"50px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71e4729f\";}i:1;a:5:{s:6:\"object\";s:18:\"TH_HistoricElement\";s:7:\"options\";a:9:{s:8:\"he_start\";s:22:\"1990 › ESTABLISHMENT\";s:6:\"he_end\";s:7:\"PRESENT\";s:14:\"element_scheme\";s:0:\"\";s:15:\"historic_single\";a:6:{i:0;a:4:{s:14:\"she_event_name\";s:25:\"The beginning of the road\";s:14:\"she_event_date\";s:4:\"1990\";s:14:\"she_event_desc\";s:368:\"In early 1990 when Powrwheel Limited was an aerospace engineering company based in Dorset a member of our electrical design team who was also an ardent caravanner had a \"wonderful\" idea to design and manufacture a motorised jockey wheel. The idea was to increase the product range of the company whose products at that time were strictly in aircraft handling equipment\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:4:{s:14:\"she_event_name\";s:33:\"Powrwheel was launched at the NEC\";s:14:\"she_event_date\";s:4:\"1991\";s:14:\"she_event_desc\";s:165:\"After extensive design and testing the product eventually came to fruition and Powrwheel was launched during the Caravan Show at the NEC Birmingham in February 1991.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:4:{s:14:\"she_event_name\";s:23:\"Launch of the Powrhitch\";s:14:\"she_event_date\";s:4:\"2000\";s:14:\"she_event_desc\";s:354:\"Following on from the unparalleled success of the Powrwheel the company moved forward with the release in 2000 of the Powrhitch that provided more moving options to caravans and trailers. The new system could provide a greater range of voltage and torque options it also had the capability to carry its own leisure battery becoming a self-contained unit.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:4:{s:14:\"she_event_name\";s:32:\"Launch of the original Powrtouch\";s:14:\"she_event_date\";s:4:\"2001\";s:14:\"she_event_desc\";s:431:\"Due to the success of the Powrwheel and Powrhitch, Powrwheel Limited were encouraged to look further into trailer and caravan mover systems and with the design of the Original Powrtouch caravan mover that was first sold in January 2001. The combination of the range of caravan mover systems placed Powrwheel Limited as the UK\'s number one manufacturer and supplier of caravan mover systems a proud position that it still maintains.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:4:{s:14:\"she_event_name\";s:38:\"The big move from Dorset to Derbyshire\";s:14:\"she_event_date\";s:4:\"2011\";s:14:\"she_event_desc\";s:395:\"In 2011 after 20 years based in Dorset, the decision was taken by the Parent Company of Powrwheel Limited to move the company to its brand new factory site in South Derbyshire. Completely separate office suites, manufacturing and assembly areas were created in the factory allowing Powrwheel Limited complete autonomy from the parent company and the move was finally completed in September 2011.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:5;a:4:{s:14:\"she_event_name\";s:33:\"Launch of the Powrtouch Evolution\";s:14:\"she_event_date\";s:4:\"2012\";s:14:\"she_event_desc\";s:269:\"This moved allowed Powrwheel Limited to further strengthen is hold as the UK\'s Number ONE Caravan Mover Manufacturer and Supplier with launch in late 2012 of its new and revolutionary design of caravan mover the Powrtouch Evolution taking Caravan Movers to a new level.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3950720c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid67eff23c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f4bc793\";}}'),
(9130,	2459,	'_zn_zion_builder_status',	'enabled'),
(9131,	3128,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581672005;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9079,	3113,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581623311;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9080,	3114,	'_wp_attached_file',	'2020/02/ariel.jpg'),
(9081,	3114,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:17:\"2020/02/ariel.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ariel-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ariel-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ariel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ariel-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"ariel-280x158.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:18:\"ariel-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:17:\"ariel-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"ariel-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"ariel-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"ariel-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"ariel-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"ariel-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"ariel-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(9258,	3180,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:28:\"TH_StaticContentProductLoupe\";s:7:\"options\";a:46:{s:9:\"ww_height\";s:3:\"700\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:8:\"sc_title\";s:114:\"<span class=\"fw-semibold\">The Powrtouch Evolution </span></br><span class=\"fw-thin\">Single Axle Auto Engage</span>\";s:11:\"sc_lp_image\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";s:18:\"sc_lp_custom_width\";s:3:\"653\";s:14:\"sc_lp_features\";s:124:\"High Performance\r\nManoeuvre caravans up to 2000kg\r\nRobust & Lightweight materials\r\nManufactured in the UK\r\n5 years guarantee\";s:13:\"sc_lp_button1\";s:10:\"LEARN MORE\";s:18:\"sc_lp_button1_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button1_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue086\";}s:19:\"sc_lp_button1_style\";s:13:\"btn btn-lined\";s:24:\"sc_lp_button1_icon_style\";s:1:\"0\";s:10:\"sc_bt_text\";s:2:\"or\";s:13:\"sc_2p_button1\";s:22:\"FIND YOUR LOCAL DEALER\";s:18:\"sc_lp_button2_link\";a:3:{s:3:\"url\";s:27:\"elements-search-box-element\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button2_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue062\";}s:19:\"sc_lp_button2_style\";s:17:\"btn btn-fullcolor\";s:24:\"sc_lp_button2_icon_style\";s:1:\"0\";s:15:\"ww_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/building-unit.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:8:\"##cd2122\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:8:\"##535353\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"50\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3ddd649\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:50:\"The Powrtouch Evolution (Single Axle, Auto Engage)\";s:11:\"te_subtitle\";s:41:\"Makes manoeuvring your caravan effortless\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95b9e50b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid69922d8a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:65:\"The only option when it comes to choosing your next caravan mover\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8810abcc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid746f3726\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:448:\"The powrtouch evolution single axle, auto engage is the most advanced caravan mover on the market. With it\'s turning circle precise to 1mm and ability to move a caravan of up to 2000kg up a 1/4 (25%) incline it is a truly remarkable piece of kit.\r\n\r\nManufactured within the UK, The Powrtouch evolution single axle, automatic engagement, caravan mover is built to last and for your peace of mind provided with a generous 5-year no-quibble guarantee!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2817559c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide477de10\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:13:\"TH_CustomHTML\";s:7:\"options\";a:6:{s:11:\"custom_html\";s:634:\"<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<style>\r\ntable {\r\n  border-collapse: collapse;\r\n  width: 100%;\r\n}\r\n\r\nth, td {\r\n  text-align: left;\r\n  padding: 8px;\r\n}\r\n\r\ntr:nth-child(odd) {background-color: #f2f2f2;}\r\n</style>\r\n</head>\r\n<body>\r\n\r\n<table>\r\n  <tr>\r\n  <td>Model</td>\r\n  <td>Powrtouch Evolution Single Axle, Auto Engage</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Roller Engagement</td>\r\n  <td>Auto</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Operating Voltate</td>\r\n  <td>12v</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Average Current Consumption</td>\r\n  <td>20 A</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Max Current Consumption</td>\r\n  <td>80 A</td>\r\n  </tr>\r\n</table>\r\n\r\n</body>\r\n</html>\r\n\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidbdf866b8\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc5f099db\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid38d43504\";}}'),
(9259,	3181,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582060780;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9260,	3182,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582110808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9261,	3183,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582131118;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9262,	3184,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582137415;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9263,	2509,	'_zn_zion_builder_status',	'enabled'),
(9086,	3117,	'_wp_attached_file',	'2020/02/building-unit.jpg'),
(9087,	3117,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:1421;s:6:\"height\";i:803;s:4:\"file\";s:25:\"2020/02/building-unit.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"building-unit-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"building-unit-1024x579.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"building-unit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"building-unit-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"building-unit-280x158.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"full-width-image\";a:4:{s:4:\"file\";s:26:\"building-unit-1170x661.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:25:\"building-unit-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"building-unit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"building-unit-600x339.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"building-unit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"building-unit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"building-unit-600x339.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"building-unit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(9088,	3118,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:28:\"TH_StaticContentProductLoupe\";s:7:\"options\";a:46:{s:9:\"ww_height\";s:3:\"700\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:8:\"sc_title\";s:114:\"<span class=\"fw-semibold\">The Powrtouch Evolution </span></br><span class=\"fw-thin\">Single Axle Auto Engage</span>\";s:11:\"sc_lp_image\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";s:18:\"sc_lp_custom_width\";s:3:\"653\";s:14:\"sc_lp_features\";s:124:\"High Performance\r\nManoeuvre caravans up to 2000kg\r\nRobust & Lightweight materials\r\nManufactured in the UK\r\n5 years guarantee\";s:13:\"sc_lp_button1\";s:10:\"LEARN MORE\";s:18:\"sc_lp_button1_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button1_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue086\";}s:19:\"sc_lp_button1_style\";s:13:\"btn btn-lined\";s:24:\"sc_lp_button1_icon_style\";s:1:\"0\";s:10:\"sc_bt_text\";s:2:\"or\";s:13:\"sc_2p_button1\";s:22:\"FIND YOUR LOCAL DEALER\";s:18:\"sc_lp_button2_link\";a:3:{s:3:\"url\";s:27:\"elements-search-box-element\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button2_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue062\";}s:19:\"sc_lp_button2_style\";s:17:\"btn btn-fullcolor\";s:24:\"sc_lp_button2_icon_style\";s:1:\"0\";s:15:\"ww_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/building-unit.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:8:\"##cd2122\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:8:\"##535353\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"50\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3ddd649\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:50:\"The Powrtouch Evolution (Single Axle, Auto Engage)\";s:11:\"te_subtitle\";s:41:\"Makes manoeuvring your caravan effortless\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95b9e50b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid69922d8a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:65:\"The only option when it comes to choosing your next caravan mover\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8810abcc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid746f3726\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2817559c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide477de10\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:422:\"This model will fit all European manufactured single axle caravans, and with the new lightweight and compact design, this caravan mover will also now fit all the range of smaller caravans and trailer tents without the need for any extra fitting or chassis modifications. With its exceptional power and improved traction, it will drive any single axle caravan (regardless of its weight) up slopes in excess of 1 in 4 (25%).\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9efd8230\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc5f099db\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid38d43504\";}}'),
(9553,	5147,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Teesside Caravan Sales\";s:3:\"lat\";s:17:\"-1.29033500000003\";s:3:\"lng\";s:20:\" Servicing & Storage\";s:7:\"address\";N;}'),
(9554,	5148,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"The Caravan Clinic\";s:3:\"lat\";s:9:\"54.954563\";s:3:\"lng\";s:17:\"-1.65544999999997\";s:7:\"address\";s:82:\"Dunston Industrial Estate, Halifax Rd, Dunston, Gateshead NE11 9JW, United Kingdom\";}'),
(9555,	5149,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"The Caravan Shop\";s:3:\"lat\";s:10:\"55.8736823\";s:3:\"lng\";s:17:\"-4.27604789999998\";s:7:\"address\";s:52:\"364 Great Western Rd, Glasgow G4 9HT, United Kingdom\";}'),
(9556,	5150,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Top Road Tourers\";s:3:\"lat\";s:9:\"56.505975\";s:3:\"lng\";s:17:\"-2.78956500000004\";s:7:\"address\";s:50:\"Halfway Garage, Carnoustie DD7 7SD, United Kingdom\";}'),
(9557,	5151,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Tyneside Leisureworld\";s:3:\"lat\";s:9:\"54.897409\";s:3:\"lng\";s:17:\"-1.56135700000004\";s:7:\"address\";s:82:\"Tyneside Leisureworld Car Park, Birtley, Chester-le-Street DH3 2SS, United Kingdom\";}'),
(9558,	5152,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Wallace Caravans (Kirkcaldy)\";s:3:\"lat\";s:10:\"56.1474123\";s:3:\"lng\";s:17:\"-3.14073269999994\";s:7:\"address\";s:54:\"Wallace Caravans, Thornton Road, Kirkcaldy KY1 3NW, UK\";}'),
(9559,	5153,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Wallace Caravans\";s:3:\"lat\";s:10:\"57.5482201\";s:3:\"lng\";s:17:\"-2.01854060000005\";s:7:\"address\";s:52:\"Denhead, Mintlaw, Peterhead AB42 4HR, United Kingdom\";}'),
(9560,	5154,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Washington Caravan & Leisure\";s:3:\"lat\";s:9:\"54.906191\";s:3:\"lng\";s:17:\"-1.57872699999996\";s:7:\"address\";s:82:\"Tyneside Leisureworld Car Park, Birtley, Chester-le-Street DH3 2SS, United Kingdom\";}'),
(9561,	5155,	'yf_',	'a:7:{s:3:\"lat\";s:9:\"54.065231\";s:3:\"lng\";s:18:\"-0.244223000000034\";s:3:\"gid\";s:24:\"Yorkshire Coast Caravans\";s:7:\"address\";s:86:\"Carnaby Industrial Estate, Lancaster Rd, Carnaby, Bridlington YO15 3QY, United Kingdom\";s:11:\"phonenumber\";s:11:\"01234567890\";s:12:\"emailaddress\";s:11:\"info@yc.com\";s:3:\"web\";s:13:\"qqq.fooof.com\";}'),
(9562,	5156,	'yf_',	'a:7:{s:3:\"lat\";s:9:\"51.274937\";s:3:\"lng\";s:17:\"-2.93506600000001\";s:3:\"gid\";s:33:\"Tourer Techs Caravan Services Ltd\";s:7:\"address\";s:46:\"East Brent, Highbridge TA9 4JN, United Kingdom\";s:11:\"phonenumber\";s:2:\"pn\";s:12:\"emailaddress\";s:2:\"ea\";s:3:\"web\";s:3:\"www\";}'),
(9563,	4720,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Don Amott Leisure Kingdom\";s:3:\"lat\";s:9:\"52.867807\";s:3:\"lng\";s:17:\"-1.61979599999995\";s:7:\"address\";s:49:\"Egginton Rd, Hilton, Derby DE65 5FJ, Regatul Unit\";}'),
(9564,	4720,	'_wp_trash_meta_status',	'publish'),
(9565,	4720,	'_wp_trash_meta_time',	'1582698104'),
(9566,	4720,	'_wp_desired_post_slug',	'don-amott-leisure-kingdom'),
(9567,	4721,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Grantham Caravans Ltd\";s:3:\"lat\";s:9:\"52.893096\";s:3:\"lng\";s:18:\"-0.634186999999997\";s:7:\"address\";s:50:\"Spittlegate Level, Grantham NG31 7UH, Regatul Unit\";}'),
(9568,	4721,	'_wp_trash_meta_status',	'publish'),
(9569,	4721,	'_wp_trash_meta_time',	'1582698104'),
(9570,	4721,	'_wp_desired_post_slug',	'grantham-caravans-ltd'),
(9571,	4722,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Jacksons of Old Arley Ltd\";s:3:\"lat\";s:10:\"52.5062907\";s:3:\"lng\";s:17:\"-1.58084540000004\";s:7:\"address\";s:81:\"Units 1 & 2, Spring Hill Industrial Estate, Arley, Coventry CV7 8HN, Regatul Unit\";}'),
(9572,	4722,	'_wp_trash_meta_status',	'publish'),
(9573,	4722,	'_wp_trash_meta_time',	'1582698104'),
(9574,	4722,	'_wp_desired_post_slug',	'jacksons-of-old-arley-ltd'),
(9575,	4723,	'yf_',	'a:4:{s:3:\"gid\";s:12:\"John Coopers\";s:3:\"lat\";s:10:\"53.5771533\";s:3:\"lng\";s:18:\"-0.625835499999994\";s:7:\"address\";s:49:\"11 Grange Ln N, Scunthorpe DN16 1BT, Regatul Unit\";}'),
(9576,	4723,	'_wp_trash_meta_status',	'publish'),
(9577,	4723,	'_wp_trash_meta_time',	'1582698104'),
(9578,	4723,	'_wp_desired_post_slug',	'john-coopers'),
(9579,	4724,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Kenmore Caravans Ltd\";s:3:\"lat\";s:8:\"53.67593\";s:3:\"lng\";s:10:\"-1.7005825\";s:7:\"address\";s:52:\"119 Huddersfield Rd, Mirfield WF14 9DA, Regatul Unit\";}'),
(9580,	4724,	'_wp_trash_meta_status',	'publish'),
(9581,	4724,	'_wp_trash_meta_time',	'1582698104'),
(9582,	4724,	'_wp_desired_post_slug',	'kenmore-caravans-ltd'),
(9583,	4725,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Leeds Caravan Centre\";s:3:\"lat\";s:10:\"53.8388077\";s:3:\"lng\";s:17:\"-1.42691949999994\";s:7:\"address\";s:59:\"Leeds caravan centre, York Rd, Leeds LS15 4NG, Regatul Unit\";}'),
(9584,	4725,	'_wp_trash_meta_status',	'publish'),
(9585,	4725,	'_wp_trash_meta_time',	'1582698104'),
(9586,	4725,	'_wp_desired_post_slug',	'leeds-caravan-centre'),
(9587,	4726,	'yf_',	'a:4:{s:3:\"gid\";s:13:\"Leisure Sales\";s:3:\"lat\";s:9:\"53.172293\";s:3:\"lng\";s:17:\"-2.34051499999998\";s:7:\"address\";s:65:\"Holmes Chapel Rd, Brereton Green, Sandbach CW11 1SD, Regatul Unit\";}'),
(9588,	4726,	'_wp_trash_meta_status',	'publish'),
(9589,	4726,	'_wp_trash_meta_time',	'1582698104'),
(9590,	4726,	'_wp_desired_post_slug',	'leisure-sales'),
(9591,	4727,	'yf_',	'a:4:{s:3:\"gid\";s:38:\"Lowdhams Leisureworld Ltd - Nottingham\";s:3:\"lat\";s:9:\"52.989493\";s:3:\"lng\";s:18:\"-0.989810000000034\";s:7:\"address\";s:56:\"Lowdham Rd, Gunthorpe, Nottingham NG14 7ES, Regatul Unit\";}'),
(9592,	4727,	'_wp_trash_meta_status',	'publish'),
(9593,	4727,	'_wp_trash_meta_time',	'1582698104'),
(9594,	4727,	'_wp_desired_post_slug',	'lowdhams-leisureworld-ltd-nottingham'),
(9595,	4728,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Lowdhams - Huddersfield\";s:3:\"lat\";s:9:\"53.627573\";s:3:\"lng\";s:17:\"-1.82586700000002\";s:7:\"address\";s:52:\"Crosland Hill Rd, Huddersfield HD4 5NU, Regatul Unit\";}'),
(9596,	4728,	'_wp_trash_meta_status',	'publish'),
(9597,	4728,	'_wp_trash_meta_time',	'1582698104'),
(9598,	4728,	'_wp_desired_post_slug',	'lowdhams-huddersfield'),
(9599,	4729,	'yf_',	'a:4:{s:3:\"gid\";s:7:\"ST4 2HU\";s:3:\"lat\";s:10:\"53.0130045\";s:3:\"lng\";s:17:\"-2.16802619999999\";s:7:\"address\";s:36:\"Stoke-on-Trent ST4 2HU, Regatul Unit\";}'),
(9600,	4729,	'_wp_trash_meta_status',	'publish'),
(9601,	4729,	'_wp_trash_meta_time',	'1582698104'),
(9602,	4729,	'_wp_desired_post_slug',	'st4-2hu'),
(9603,	4730,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Pedley\'s Caravans\";s:3:\"lat\";s:10:\"52.4681567\";s:3:\"lng\";s:17:\"-1.50835970000003\";s:7:\"address\";s:52:\"289 Goodyers End Ln, Bedworth CV12 0HX, Regatul Unit\";}'),
(9604,	4730,	'_wp_trash_meta_status',	'publish'),
(9605,	4730,	'_wp_trash_meta_time',	'1582697997'),
(9606,	4730,	'_wp_desired_post_slug',	'pedleys-caravans'),
(9607,	4731,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Pleasuretime Caravans\";s:3:\"lat\";s:10:\"53.7237947\";s:3:\"lng\";s:17:\"-1.35478260000002\";s:7:\"address\";s:47:\"Cambridge St, Castleford WF10 5BL, Regatul Unit\";}'),
(9608,	4731,	'_wp_trash_meta_status',	'publish'),
(9609,	4731,	'_wp_trash_meta_time',	'1582697997'),
(9610,	4731,	'_wp_desired_post_slug',	'pleasuretime-caravans'),
(9611,	4732,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Raymond James Caravans\";s:3:\"lat\";s:10:\"52.5753935\";s:3:\"lng\";s:10:\"-1.5288779\";s:7:\"address\";s:44:\"Carlyon Rd, Atherstone CV9 1JE, Regatul Unit\";}'),
(9612,	4732,	'_wp_trash_meta_status',	'publish'),
(9613,	4732,	'_wp_trash_meta_time',	'1582697997'),
(9614,	4732,	'_wp_desired_post_slug',	'raymond-james-caravans'),
(9615,	4733,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Robinsons Caravans Ltd\";s:3:\"lat\";s:10:\"53.3159314\";s:3:\"lng\";s:17:\"-1.13125549999995\";s:7:\"address\";s:42:\"Gateford Rd, Worksop S81 7AT, Regatul Unit\";}'),
(9616,	4733,	'_wp_trash_meta_status',	'publish'),
(9617,	4733,	'_wp_trash_meta_time',	'1582697997'),
(9618,	4733,	'_wp_desired_post_slug',	'robinsons-caravans-ltd'),
(9619,	4734,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Robinsons Caravans Ltd\";s:3:\"lat\";s:8:\"53.25762\";s:3:\"lng\";s:8:\"-1.38905\";s:7:\"address\";s:47:\"Ringwood Rd, Chesterfield S43 1DG, Regatul Unit\";}'),
(9620,	4734,	'_wp_trash_meta_status',	'publish'),
(9621,	4734,	'_wp_trash_meta_time',	'1582697997'),
(9622,	4734,	'_wp_desired_post_slug',	'robinsons-caravans-ltd-2'),
(9623,	4735,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Ryedale Caravan & Leisure\";s:3:\"lat\";s:10:\"52.7602856\";s:3:\"lng\";s:17:\"-1.29661759999999\";s:7:\"address\";s:63:\"Ashby Rd Central, Shepshed, Loughborough LE12 9EF, Regatul Unit\";}'),
(9624,	4735,	'_wp_trash_meta_status',	'publish'),
(9625,	4735,	'_wp_trash_meta_time',	'1582697997'),
(9626,	4735,	'_wp_desired_post_slug',	'ryedale-caravan-leisure'),
(9627,	4736,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Sheffield Caravans\";s:3:\"lat\";s:10:\"53.3574235\";s:3:\"lng\";s:17:\"-1.32750650000003\";s:7:\"address\";s:61:\"Chesterfield Rd, Swallownest, Sheffield S26 4TL, Regatul Unit\";}'),
(9628,	4736,	'_wp_trash_meta_status',	'publish'),
(9629,	4736,	'_wp_trash_meta_time',	'1582697997'),
(9630,	4736,	'_wp_desired_post_slug',	'sheffield-caravans'),
(9631,	4737,	'yf_',	'a:4:{s:3:\"gid\";s:37:\"Solihull Caravans - J. Bayliss & Sons\";s:3:\"lat\";s:10:\"52.4897511\";s:3:\"lng\";s:17:\"-1.73973279999996\";s:7:\"address\";s:60:\"10 Burhill Way, Fordbridge, Birmingham B37 6RF, Regatul Unit\";}'),
(9632,	4737,	'_wp_trash_meta_status',	'publish'),
(9633,	4737,	'_wp_trash_meta_time',	'1582697997'),
(9634,	4737,	'_wp_desired_post_slug',	'solihull-caravans-j-bayliss-sons'),
(9635,	4738,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"South Lincs Leisure\";s:3:\"lat\";s:8:\"52.94305\";s:3:\"lng\";s:19:\"-0.0875650000000405\";s:7:\"address\";s:71:\"Bridge Farm, Kirton Holme Rd, Kirton End, Boston PE20 1PB, Regatul Unit\";}'),
(9636,	4738,	'_wp_trash_meta_status',	'publish'),
(9637,	4738,	'_wp_trash_meta_time',	'1582697997'),
(9638,	4738,	'_wp_desired_post_slug',	'south-lincs-leisure'),
(9639,	4739,	'yf_',	'a:4:{s:3:\"gid\";s:7:\"Spinney\";s:3:\"lat\";s:10:\"53.0162762\";s:3:\"lng\";s:17:\"-2.25624600000003\";s:7:\"address\";s:44:\"The Spinney, Newcastle ST5 4DA, Regatul Unit\";}'),
(9640,	4739,	'_wp_trash_meta_status',	'publish'),
(9641,	4739,	'_wp_trash_meta_time',	'1582697997'),
(9642,	4739,	'_wp_desired_post_slug',	'spinney'),
(9643,	4740,	'yf_',	'a:4:{s:3:\"gid\";s:49:\"Stewart Longton Caravans and Motorhomes Lancaster\";s:3:\"lat\";s:9:\"54.093103\";s:3:\"lng\";s:17:\"-2.79622399999994\";s:7:\"address\";s:61:\"70 Slyne Rd, Bolton-le-Sands, Carnforth LA5 8AL, Regatul Unit\";}'),
(9644,	4740,	'_wp_trash_meta_status',	'publish'),
(9645,	4740,	'_wp_trash_meta_time',	'1582697997'),
(9646,	4740,	'_wp_desired_post_slug',	'stewart-longton-caravans-and-motorhomes-lancaster'),
(9647,	4741,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Stewart Longton Caravans Ltd\";s:3:\"lat\";s:10:\"53.6553738\";s:3:\"lng\";s:17:\"-2.62657639999998\";s:7:\"address\";s:40:\"Friday St, Chorley PR6 0AH, Regatul Unit\";}'),
(9648,	4741,	'_wp_trash_meta_status',	'publish'),
(9649,	4741,	'_wp_trash_meta_time',	'1582697997'),
(9650,	4741,	'_wp_desired_post_slug',	'stewart-longton-caravans-ltd'),
(9651,	4742,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Torksey Caravans Ltd\";s:3:\"lat\";s:9:\"53.290651\";s:3:\"lng\";s:18:\"-0.745515000000069\";s:7:\"address\";s:55:\"Lincoln Rd, Torksey Lock, Lincoln LN1 2EL, Regatul Unit\";}'),
(9652,	4742,	'_wp_trash_meta_status',	'publish'),
(9653,	4742,	'_wp_trash_meta_time',	'1582697997'),
(9654,	4742,	'_wp_desired_post_slug',	'torksey-caravans-ltd'),
(9655,	4743,	'yf_',	'a:4:{s:3:\"gid\";s:26:\"Wandahome (South Cave) Ltd\";s:3:\"lat\";s:10:\"53.7591843\";s:3:\"lng\";s:18:\"-0.594781300000022\";s:7:\"address\";s:52:\"Brough Rd, South Cave, Brough HU15 2DB, Regatul Unit\";}'),
(9656,	4743,	'_wp_trash_meta_status',	'publish'),
(9657,	4743,	'_wp_trash_meta_time',	'1582697997'),
(9658,	4743,	'_wp_desired_post_slug',	'wandahome-south-cave-ltd'),
(9659,	4744,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Wandahome Knottingley\";s:3:\"lat\";s:9:\"53.691407\";s:3:\"lng\";s:17:\"-1.26767300000006\";s:7:\"address\";s:48:\"Grovehall Ln, Knottingley WF11 0AE, Regatul Unit\";}'),
(9660,	4744,	'_wp_trash_meta_status',	'publish'),
(9661,	4744,	'_wp_trash_meta_time',	'1582697997'),
(9662,	4744,	'_wp_desired_post_slug',	'wandahome-knottingley'),
(9663,	4745,	'yf_',	'a:4:{s:3:\"gid\";s:24:\"Whitfords Caravan Centre\";s:3:\"lat\";s:10:\"53.7820478\";s:3:\"lng\";s:17:\"-2.24013919999993\";s:7:\"address\";s:72:\"Whitfords Caravan Centre, Marlborough St, Burnley BB11 2HP, Regatul Unit\";}'),
(9664,	4745,	'_wp_trash_meta_status',	'publish'),
(9665,	4745,	'_wp_trash_meta_time',	'1582697997'),
(9666,	4745,	'_wp_desired_post_slug',	'whitfords-caravan-centre'),
(9667,	4746,	'yf_',	'a:4:{s:3:\"gid\";s:11:\"Y C Leisure\";s:3:\"lat\";s:10:\"53.4534075\";s:3:\"lng\";s:17:\"-1.02730310000004\";s:7:\"address\";s:75:\"Yorkshire Caravans, Doncaster Road Bawtry, Doncaster DN10 6DG, Regatul Unit\";}'),
(9668,	4746,	'_wp_trash_meta_status',	'publish'),
(9669,	4746,	'_wp_trash_meta_time',	'1582697997'),
(9670,	4746,	'_wp_desired_post_slug',	'y-c-leisure'),
(9671,	4747,	'yf_',	'a:4:{s:3:\"gid\";s:32:\"Black Country Caravans & Camping\";s:3:\"lat\";s:9:\"52.465645\";s:3:\"lng\";s:17:\"-2.07654400000001\";s:7:\"address\";s:51:\"Corngreaves Rd, Cradley Heath B64 7DA, Regatul Unit\";}'),
(9672,	4747,	'_wp_trash_meta_status',	'publish'),
(9673,	4747,	'_wp_trash_meta_time',	'1582697997'),
(9674,	4747,	'_wp_desired_post_slug',	'black-country-caravans-camping'),
(9675,	4748,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Blazers Caravan Co Ltd\";s:3:\"lat\";s:9:\"51.620761\";s:3:\"lng\";s:17:\"-3.88632699999994\";s:7:\"address\";s:65:\"Elba Cres, Crymlyn Burrows, Skewen, Swansea SA1 8QQ, Regatul Unit\";}'),
(9676,	4748,	'_wp_trash_meta_status',	'publish'),
(9677,	4748,	'_wp_trash_meta_time',	'1582697997'),
(9678,	4748,	'_wp_desired_post_slug',	'blazers-caravan-co-ltd'),
(9679,	4749,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Chipping Sodbury Caravans Ltd\";s:3:\"lat\";s:10:\"51.5340441\";s:3:\"lng\";s:17:\"-2.38194469999996\";s:7:\"address\";s:62:\"Badminton Rd, Chipping Sodbury, Bristol BS37 6LH, Regatul Unit\";}'),
(9680,	4749,	'_wp_trash_meta_status',	'publish'),
(9681,	4749,	'_wp_trash_meta_time',	'1582697997'),
(9682,	4749,	'_wp_desired_post_slug',	'chipping-sodbury-caravans-ltd'),
(9683,	4750,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Dinmore Leisure Ltd\";s:3:\"lat\";s:10:\"52.1750492\";s:3:\"lng\";s:10:\"-2.7154716\";s:7:\"address\";s:69:\"Dinmore Leisure, Hope-under-Dinmore, Leominster HR6 0PJ, Regatul Unit\";}'),
(9684,	4750,	'_wp_trash_meta_status',	'publish'),
(9685,	4750,	'_wp_trash_meta_time',	'1582697997'),
(9686,	4750,	'_wp_desired_post_slug',	'dinmore-leisure-ltd'),
(9687,	4751,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Ennis Caravans\";s:3:\"lat\";s:10:\"51.7961633\";s:3:\"lng\";s:17:\"-4.08817969999996\";s:7:\"address\";s:66:\"The Caravan Centre, Carmarthen Rd, Llanelli SA14 6SP, Regatul Unit\";}'),
(9688,	4751,	'_wp_trash_meta_status',	'publish'),
(9689,	4751,	'_wp_trash_meta_time',	'1582697997'),
(9690,	4751,	'_wp_desired_post_slug',	'ennis-caravans'),
(9691,	4752,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Fifth Wheel Company\";s:3:\"lat\";s:9:\"53.262543\";s:3:\"lng\";s:17:\"-3.40097600000001\";s:7:\"address\";s:47:\"Holywell Rd, Saint Asaph LL17 0AW, Regatul Unit\";}'),
(9692,	4752,	'_wp_trash_meta_status',	'publish'),
(9693,	4752,	'_wp_trash_meta_time',	'1582697997'),
(9694,	4752,	'_wp_desired_post_slug',	'fifth-wheel-company'),
(9695,	4753,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Forest Of Dean Caravans\";s:3:\"lat\";s:10:\"51.7745422\";s:3:\"lng\";s:10:\"-2.5624163\";s:7:\"address\";s:48:\"Fancy Rd, Parkend, Lydney GL15 4JN, Regatul Unit\";}'),
(9696,	4753,	'_wp_trash_meta_status',	'publish'),
(9697,	4753,	'_wp_trash_meta_time',	'1582697997'),
(9698,	4753,	'_wp_desired_post_slug',	'forest-of-dean-caravans'),
(9699,	4754,	'yf_',	'a:4:{s:3:\"gid\";s:26:\"Golden Castle Caravans Ltd\";s:3:\"lat\";s:10:\"51.8945403\";s:3:\"lng\";s:17:\"-2.22989289999998\";s:7:\"address\";s:87:\"Golden Castle Leisure Group, Tewkesbury Rd, Twigworth, Gloucester GL2 9PX, Regatul Unit\";}'),
(9700,	4754,	'_wp_trash_meta_status',	'publish'),
(9701,	4754,	'_wp_trash_meta_time',	'1582697997'),
(9702,	4754,	'_wp_desired_post_slug',	'golden-castle-caravans-ltd'),
(9703,	4755,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Highbridge Caravan Centre\";s:3:\"lat\";s:10:\"51.2267053\";s:3:\"lng\";s:17:\"-2.96809189999999\";s:7:\"address\";s:44:\"Bristol Rd, Highbridge TA9 4EX, Regatul Unit\";}'),
(9704,	4755,	'_wp_trash_meta_status',	'publish'),
(9705,	4755,	'_wp_trash_meta_time',	'1582697997'),
(9706,	4755,	'_wp_desired_post_slug',	'highbridge-caravan-centre'),
(9707,	4756,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Martins Of Exeter\";s:3:\"lat\";s:10:\"50.7115858\";s:3:\"lng\";s:17:\"-3.46183120000001\";s:7:\"address\";s:38:\"Clyst Rd, Exeter EX2 7JL, Regatul Unit\";}'),
(9708,	4756,	'_wp_trash_meta_status',	'publish'),
(9709,	4756,	'_wp_trash_meta_time',	'1582697997'),
(9710,	4756,	'_wp_desired_post_slug',	'martins-of-exeter'),
(9711,	4757,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Outdoor Experience Ltd\";s:3:\"lat\";s:10:\"50.5136003\";s:3:\"lng\";s:17:\"-3.75408749999997\";s:7:\"address\";s:73:\"Higher Brooks Plantation, Teigngrace, Newton Abbot TQ12 6QZ, Regatul Unit\";}'),
(9712,	4757,	'_wp_trash_meta_status',	'publish'),
(9713,	4757,	'_wp_trash_meta_time',	'1582697997'),
(9714,	4757,	'_wp_desired_post_slug',	'outdoor-experience-ltd'),
(9715,	4758,	'yf_',	'a:4:{s:3:\"gid\";s:26:\"Pearman Briggs Leisure Ltd\";s:3:\"lat\";s:9:\"51.876027\";s:3:\"lng\";s:17:\"-2.20551799999998\";s:7:\"address\";s:51:\"224 Cheltenham Rd, Gloucester GL2 0JW, Regatul Unit\";}'),
(9716,	4758,	'_wp_trash_meta_time',	'1582697997'),
(9717,	4758,	'_wp_trash_meta_status',	'publish'),
(9718,	4758,	'_wp_desired_post_slug',	'pearman-briggs-leisure-ltd'),
(9719,	4759,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Penrose Touring\";s:3:\"lat\";s:9:\"50.253923\";s:3:\"lng\";s:17:\"-5.19698300000005\";s:7:\"address\";s:40:\"Scorrier, Redruth TR16 5BP, Regatul Unit\";}'),
(9720,	4759,	'_wp_desired_post_slug',	'penrose-touring'),
(9721,	4759,	'_wp_trash_meta_time',	'1582697997'),
(9722,	4759,	'_wp_trash_meta_status',	'publish'),
(9723,	4760,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Stowford South Wales\";s:3:\"lat\";s:10:\"51.5599378\";s:3:\"lng\";s:17:\"-3.41380219999996\";s:7:\"address\";s:52:\"Ely Valley Rd, Coedely, Porth CF39 8BL, Regatul Unit\";}'),
(9724,	4760,	'_wp_trash_meta_time',	'1582697997'),
(9725,	4760,	'_wp_desired_post_slug',	'stowford-south-wales'),
(9726,	4760,	'_wp_trash_meta_status',	'publish'),
(9727,	4761,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Stowford Farm Meadows\";s:3:\"lat\";s:10:\"51.1645117\";s:3:\"lng\";s:17:\"-4.06110519999993\";s:7:\"address\";s:59:\"Berry Down, Combe Martin, Ilfracombe EX34 0PW, Regatul Unit\";}'),
(9728,	4761,	'_wp_desired_post_slug',	'stowford-farm-meadows'),
(9729,	4761,	'_wp_trash_meta_time',	'1582697997'),
(9730,	4761,	'_wp_trash_meta_status',	'publish'),
(9731,	4762,	'yf_',	'a:4:{s:3:\"gid\";s:35:\"Sunnyhaven Caravan Distributors Ltd\";s:3:\"lat\";s:9:\"51.667646\";s:3:\"lng\";s:17:\"-4.01739499999996\";s:7:\"address\";s:47:\"Gorseinon Rd, Penllergaer SA4 9GE, Regatul Unit\";}'),
(9732,	4762,	'_wp_desired_post_slug',	'sunnyhaven-caravan-distributors-ltd'),
(9733,	4762,	'_wp_trash_meta_time',	'1582697997'),
(9734,	4762,	'_wp_trash_meta_status',	'publish'),
(9735,	4763,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Swindon Caravan Centre\";s:3:\"lat\";s:10:\"51.5703524\";s:3:\"lng\";s:17:\"-1.88904079999998\";s:7:\"address\";s:76:\"Swindon Caravan Centre, Royal Wootton Bassett, Swindon SN4 8EQ, Regatul Unit\";}'),
(9736,	4763,	'_wp_trash_meta_time',	'1582697997'),
(9737,	4763,	'_wp_desired_post_slug',	'swindon-caravan-centre'),
(9738,	4763,	'_wp_trash_meta_status',	'publish'),
(9739,	4764,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Threeways Motorhomes\";s:3:\"lat\";s:10:\"53.2847441\";s:3:\"lng\";s:10:\"-3.5718091\";s:7:\"address\";s:43:\"Faenol Ave, Abergele LL22 7HT, Regatul Unit\";}'),
(9740,	4764,	'_wp_desired_post_slug',	'threeways-motorhomes'),
(9741,	4764,	'_wp_trash_meta_time',	'1582697997'),
(9742,	4764,	'_wp_trash_meta_status',	'publish'),
(9743,	4765,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Wiltshire Caravans\";s:3:\"lat\";s:8:\"51.27738\";s:3:\"lng\";s:17:\"-2.20216800000003\";s:7:\"address\";s:78:\"36 Headquarters Rd, West Wilts Trading Estate, Westbury BA13 4JR, Regatul Unit\";}'),
(9744,	4765,	'_wp_desired_post_slug',	'wiltshire-caravans'),
(9745,	4765,	'_wp_trash_meta_time',	'1582697997'),
(9746,	4765,	'_wp_trash_meta_status',	'publish'),
(9747,	4766,	'yf_',	'a:4:{s:3:\"gid\";s:34:\"Sussex Caravan Centre ( East ) Ltd\";s:3:\"lat\";s:9:\"51.131417\";s:3:\"lng\";s:17:\"0.109025999999972\";s:7:\"address\";s:32:\"Edenbridge TN8 7EA, Regatul Unit\";}'),
(9748,	4766,	'_wp_desired_post_slug',	'sussex-caravan-centre-east-ltd'),
(9749,	4766,	'_wp_trash_meta_time',	'1582697997'),
(9750,	4766,	'_wp_trash_meta_status',	'publish'),
(9751,	4767,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Sussex Caravan Centre\";s:3:\"lat\";s:10:\"50.9206618\";s:3:\"lng\";s:18:\"-0.401591300000064\";s:7:\"address\";s:55:\"London Rd, Ashington, Pulborough RH20 3BT, Regatul Unit\";}'),
(8258,	3027,	'_wp_attached_file',	'2020/02/Cam-Roll-Pin_P1377770000-1.jpg'),
(8259,	3027,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2020/02/Cam-Roll-Pin_P1377770000-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579960295\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8260,	3028,	'_wp_attached_file',	'2020/02/Cam-Roll-Pin_P1377770000-2.jpg'),
(8261,	3028,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2020/02/Cam-Roll-Pin_P1377770000-2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Cam-Roll-Pin_P1377770000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579960077\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8262,	3026,	'_thumbnail_id',	'3027'),
(8263,	3026,	'_sku',	'P1377770000'),
(8264,	3026,	'_regular_price',	'2.50'),
(8265,	3026,	'total_sales',	'0'),
(8266,	3026,	'_tax_status',	'taxable'),
(8267,	3026,	'_tax_class',	''),
(8268,	3026,	'_manage_stock',	'no'),
(8269,	3026,	'_backorders',	'no'),
(8270,	3026,	'_sold_individually',	'no'),
(8271,	3026,	'_virtual',	'no'),
(8272,	3026,	'_downloadable',	'no'),
(8273,	3026,	'_download_limit',	'-1'),
(8274,	3026,	'_download_expiry',	'-1'),
(8275,	3026,	'_stock',	NULL),
(8276,	3026,	'_stock_status',	'instock'),
(8277,	3026,	'_wc_average_rating',	'0'),
(8278,	3026,	'_wc_review_count',	'0'),
(8279,	3026,	'_product_version',	'3.9.1'),
(8280,	3026,	'_price',	'2.50'),
(8281,	3026,	'_product_image_gallery',	'3028'),
(8282,	3026,	'slide_template',	'default'),
(8283,	3026,	'_yoast_wpseo_primary_product_cat',	'545'),
(8284,	3026,	'zn_page_layout',	'default'),
(8285,	3026,	'zn_sidebar_select',	'default'),
(8286,	3026,	'zn_zn_disable_subheader',	''),
(8287,	3026,	'zn_subheader_style',	'zn_def_header_style'),
(8288,	3026,	'zn_page_override_boxed_layout',	'def'),
(8289,	3026,	'zn_page_title_show',	'yes'),
(8290,	3026,	'zn_page_title',	''),
(8291,	3026,	'zn_page_subtitle',	''),
(8292,	3026,	'zn-custom-layout',	'0'),
(8293,	3026,	'_yoast_wpseo_content_score',	'90'),
(8294,	3029,	'_edit_lock',	'1581596262:1'),
(8295,	3029,	'_edit_last',	'1'),
(8296,	3030,	'_wp_attached_file',	'2020/02/CLS-Electronics-CDFM-inc-Handset_P1371218020.jpg'),
(8297,	3030,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:56:\"2020/02/CLS-Electronics-CDFM-inc-Handset_P1371218020.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"CLS-Electronics-CDFM-inc-Handset_P1371218020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"CLS-Electronics-CDFM-inc-Handset_P1371218020-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"CLS-Electronics-CDFM-inc-Handset_P1371218020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"CLS-Electronics-CDFM-inc-Handset_P1371218020-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"CLS-Electronics-CDFM-inc-Handset_P1371218020-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:56:\"CLS-Electronics-CDFM-inc-Handset_P1371218020-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:56:\"CLS-Electronics-CDFM-inc-Handset_P1371218020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"CLS-Electronics-CDFM-inc-Handset_P1371218020-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579958510\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8298,	3029,	'_thumbnail_id',	'3030'),
(8299,	3029,	'_sku',	'P1371218020'),
(8300,	3029,	'_regular_price',	'275'),
(8301,	3029,	'total_sales',	'0'),
(8302,	3029,	'_tax_status',	'taxable'),
(8303,	3029,	'_tax_class',	''),
(8304,	3029,	'_manage_stock',	'no'),
(8305,	3029,	'_backorders',	'no'),
(8306,	3029,	'_sold_individually',	'no'),
(8307,	3029,	'_virtual',	'no'),
(8308,	3029,	'_downloadable',	'no'),
(8309,	3029,	'_download_limit',	'-1'),
(8310,	3029,	'_download_expiry',	'-1'),
(8311,	3029,	'_stock',	NULL),
(8312,	3029,	'_stock_status',	'instock'),
(8313,	3029,	'_wc_average_rating',	'0'),
(8314,	3029,	'_wc_review_count',	'0'),
(8315,	3029,	'_product_version',	'3.9.1'),
(8316,	3029,	'_price',	'275'),
(8317,	3029,	'slide_template',	'default'),
(8318,	3029,	'_yoast_wpseo_primary_product_cat',	'546'),
(8319,	3029,	'zn_page_layout',	'default'),
(8320,	3029,	'zn_sidebar_select',	'default'),
(8321,	3029,	'zn_zn_disable_subheader',	''),
(8322,	3029,	'zn_subheader_style',	'zn_def_header_style'),
(8323,	3029,	'zn_page_override_boxed_layout',	'def'),
(8324,	3029,	'zn_page_title_show',	'yes'),
(8325,	3029,	'zn_page_title',	''),
(8326,	3029,	'zn_page_subtitle',	''),
(8327,	3029,	'zn-custom-layout',	'0'),
(8328,	3029,	'_yoast_wpseo_content_score',	'90'),
(8329,	3031,	'_edit_lock',	'1581596676:1'),
(8330,	3031,	'_edit_last',	'1'),
(8331,	3032,	'_wp_attached_file',	'2020/02/EVAA-Electronics-CDFM-Inc-Handset_PEA01238020.jpg'),
(8332,	3032,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:57:\"2020/02/EVAA-Electronics-CDFM-Inc-Handset_PEA01238020.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"EVAA-Electronics-CDFM-Inc-Handset_PEA01238020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"EVAA-Electronics-CDFM-Inc-Handset_PEA01238020-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"EVAA-Electronics-CDFM-Inc-Handset_PEA01238020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"EVAA-Electronics-CDFM-Inc-Handset_PEA01238020-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"EVAA-Electronics-CDFM-Inc-Handset_PEA01238020-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:57:\"EVAA-Electronics-CDFM-Inc-Handset_PEA01238020-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"EVAA-Electronics-CDFM-Inc-Handset_PEA01238020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"EVAA-Electronics-CDFM-Inc-Handset_PEA01238020-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579952386\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8333,	3031,	'_thumbnail_id',	'3032'),
(8334,	3031,	'_sku',	'PEA01238020'),
(8335,	3031,	'_regular_price',	'420'),
(8336,	3031,	'total_sales',	'0'),
(8337,	3031,	'_tax_status',	'taxable'),
(8338,	3031,	'_tax_class',	''),
(8339,	3031,	'_manage_stock',	'no'),
(8340,	3031,	'_backorders',	'no'),
(8341,	3031,	'_sold_individually',	'no'),
(8342,	3031,	'_virtual',	'no'),
(8343,	3031,	'_downloadable',	'no'),
(8344,	3031,	'_download_limit',	'-1'),
(8345,	3031,	'_download_expiry',	'-1'),
(8346,	3031,	'_stock',	NULL),
(8347,	3031,	'_stock_status',	'instock'),
(8348,	3031,	'_wc_average_rating',	'0'),
(8349,	3031,	'_wc_review_count',	'0'),
(8350,	3031,	'_product_version',	'3.9.1'),
(8351,	3031,	'_price',	'420'),
(8352,	3031,	'slide_template',	'default'),
(8353,	3031,	'_yoast_wpseo_primary_product_cat',	'542'),
(8354,	3031,	'zn_page_layout',	'default'),
(8355,	3031,	'zn_sidebar_select',	'default'),
(8356,	3031,	'zn_zn_disable_subheader',	''),
(8357,	3031,	'zn_subheader_style',	'zn_def_header_style'),
(8358,	3031,	'zn_page_override_boxed_layout',	'def'),
(8359,	3031,	'zn_page_title_show',	'yes'),
(8360,	3031,	'zn_page_title',	''),
(8361,	3031,	'zn_page_subtitle',	''),
(8362,	3031,	'zn-custom-layout',	'0'),
(8363,	3031,	'_yoast_wpseo_content_score',	'60'),
(8364,	3033,	'_edit_lock',	'1581597740:1'),
(8365,	3033,	'_edit_last',	'1'),
(8366,	3034,	'_wp_attached_file',	'2020/02/Evolution-Actuator-Motor_PEA06130000-1.jpg'),
(8367,	3034,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2020/02/Evolution-Actuator-Motor_PEA06130000-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579950775\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8368,	3035,	'_wp_attached_file',	'2020/02/Evolution-Actuator-Motor_PEA06130000-2.jpg'),
(8369,	3035,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2020/02/Evolution-Actuator-Motor_PEA06130000-2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"Evolution-Actuator-Motor_PEA06130000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579950851\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8370,	3033,	'_thumbnail_id',	'3034'),
(8371,	3033,	'_sku',	'PEA06130000'),
(8372,	3033,	'_regular_price',	'125'),
(8373,	3033,	'total_sales',	'0'),
(8374,	3033,	'_tax_status',	'taxable'),
(8375,	3033,	'_tax_class',	''),
(8376,	3033,	'_manage_stock',	'no'),
(8377,	3033,	'_backorders',	'no'),
(8378,	3033,	'_sold_individually',	'no'),
(8379,	3033,	'_virtual',	'no'),
(8380,	3033,	'_downloadable',	'no'),
(8381,	3033,	'_download_limit',	'-1'),
(8382,	3033,	'_download_expiry',	'-1'),
(8383,	3033,	'_stock',	NULL),
(8384,	3033,	'_stock_status',	'instock'),
(8385,	3033,	'_wc_average_rating',	'0'),
(8386,	3033,	'_wc_review_count',	'0'),
(8387,	3033,	'_product_version',	'3.9.1'),
(8388,	3033,	'_price',	'125'),
(8389,	3033,	'_product_image_gallery',	'3035'),
(8390,	3033,	'slide_template',	'default'),
(8391,	3033,	'_yoast_wpseo_primary_product_cat',	'538'),
(8392,	3033,	'zn_page_layout',	'default'),
(8393,	3033,	'zn_sidebar_select',	'default'),
(8394,	3033,	'zn_zn_disable_subheader',	''),
(8395,	3033,	'zn_subheader_style',	'zn_def_header_style'),
(8396,	3033,	'zn_page_override_boxed_layout',	'def'),
(8397,	3033,	'zn_page_title_show',	'yes'),
(8398,	3033,	'zn_page_title',	''),
(8399,	3033,	'zn_page_subtitle',	''),
(8400,	3033,	'zn-custom-layout',	'0'),
(8401,	3033,	'_yoast_wpseo_content_score',	'60'),
(8402,	3036,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581600906;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(8403,	3037,	'_edit_lock',	'1581598386:1'),
(8404,	3037,	'_edit_last',	'1'),
(8405,	3038,	'_wp_attached_file',	'2020/02/Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-1.jpg'),
(8406,	3038,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:61:\"2020/02/Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579950083\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8407,	3039,	'_wp_attached_file',	'2020/02/Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-4.jpg'),
(8408,	3039,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:61:\"2020/02/Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-4.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-4-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-4-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579950305\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8409,	3040,	'_wp_attached_file',	'2020/02/Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-2.jpg'),
(8410,	3040,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:61:\"2020/02/Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579950136\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8411,	3041,	'_wp_attached_file',	'2020/02/Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-3.jpg'),
(8412,	3041,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:61:\"2020/02/Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-3.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-3-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-3-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:61:\"Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579950214\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8413,	3037,	'_thumbnail_id',	'3038'),
(8414,	3037,	'_sku',	'PEA07240022'),
(8415,	3037,	'_regular_price',	'385'),
(8416,	3037,	'total_sales',	'0'),
(8417,	3037,	'_tax_status',	'taxable'),
(8418,	3037,	'_tax_class',	''),
(8419,	3037,	'_manage_stock',	'no'),
(8420,	3037,	'_backorders',	'no'),
(8421,	3037,	'_sold_individually',	'no'),
(8422,	3037,	'_virtual',	'no'),
(8423,	3037,	'_downloadable',	'no'),
(8424,	3037,	'_download_limit',	'-1'),
(8425,	3037,	'_download_expiry',	'-1'),
(8426,	3037,	'_stock',	NULL),
(8427,	3037,	'_stock_status',	'instock'),
(8428,	3037,	'_wc_average_rating',	'0'),
(8429,	3037,	'_wc_review_count',	'0'),
(8430,	3037,	'_product_version',	'3.9.1'),
(8431,	3037,	'_price',	'385'),
(8432,	3037,	'_product_image_gallery',	'3040,3039,3041'),
(8433,	3037,	'slide_template',	'default'),
(8434,	3037,	'_yoast_wpseo_primary_product_cat',	'538'),
(8435,	3037,	'zn_page_layout',	'default'),
(8436,	3037,	'zn_sidebar_select',	'default'),
(8437,	3037,	'zn_zn_disable_subheader',	''),
(8438,	3037,	'zn_subheader_style',	'zn_def_header_style'),
(8439,	3037,	'zn_page_override_boxed_layout',	'def'),
(8440,	3037,	'zn_page_title_show',	'yes'),
(8441,	3037,	'zn_page_title',	''),
(8442,	3037,	'zn_page_subtitle',	''),
(8443,	3037,	'zn-custom-layout',	'0'),
(8444,	3037,	'_yoast_wpseo_content_score',	'60'),
(8445,	3042,	'_edit_lock',	'1581598566:1'),
(8446,	3043,	'_wp_attached_file',	'2020/02/Evolution-End-Cap-LH_PEAM7160000-1.jpg'),
(8447,	3043,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2020/02/Evolution-End-Cap-LH_PEAM7160000-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579952661\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8448,	3044,	'_wp_attached_file',	'2020/02/Evolution-End-Cap-LH_PEAM7160000-2.jpg'),
(8449,	3044,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2020/02/Evolution-End-Cap-LH_PEAM7160000-2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-LH_PEAM7160000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579952643\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8450,	3042,	'_edit_last',	'1'),
(8451,	3042,	'_thumbnail_id',	'3043'),
(8452,	3042,	'_sku',	'PEAM7160000'),
(8453,	3042,	'_regular_price',	'15'),
(8454,	3042,	'total_sales',	'0'),
(8455,	3042,	'_tax_status',	'taxable'),
(8456,	3042,	'_tax_class',	''),
(8457,	3042,	'_manage_stock',	'no'),
(8458,	3042,	'_backorders',	'no'),
(8459,	3042,	'_sold_individually',	'no'),
(8460,	3042,	'_virtual',	'no'),
(8461,	3042,	'_downloadable',	'no'),
(8462,	3042,	'_download_limit',	'-1'),
(8463,	3042,	'_download_expiry',	'-1'),
(8464,	3042,	'_stock',	NULL),
(8465,	3042,	'_stock_status',	'instock'),
(8466,	3042,	'_wc_average_rating',	'0'),
(8467,	3042,	'_wc_review_count',	'0'),
(8468,	3042,	'_product_version',	'3.9.1'),
(8469,	3042,	'_price',	'15'),
(8470,	3042,	'_product_image_gallery',	'3044'),
(8471,	3042,	'slide_template',	'default'),
(8472,	3042,	'_yoast_wpseo_primary_product_cat',	'537'),
(8473,	3042,	'zn_page_layout',	'default'),
(8474,	3042,	'zn_sidebar_select',	'default'),
(8475,	3042,	'zn_zn_disable_subheader',	''),
(8476,	3042,	'zn_subheader_style',	'zn_def_header_style'),
(8477,	3042,	'zn_page_override_boxed_layout',	'def'),
(8478,	3042,	'zn_page_title_show',	'yes'),
(8479,	3042,	'zn_page_title',	''),
(8480,	3042,	'zn_page_subtitle',	''),
(8481,	3042,	'zn-custom-layout',	'0'),
(8482,	3042,	'_yoast_wpseo_content_score',	'60'),
(8483,	3045,	'_edit_lock',	'1581598752:1'),
(8484,	3045,	'_edit_last',	'1'),
(8485,	3046,	'_wp_attached_file',	'2020/02/Evolution-End-Cap-RH_PEAM7260000-1.jpg'),
(8486,	3046,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2020/02/Evolution-End-Cap-RH_PEAM7260000-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579952613\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8487,	3047,	'_wp_attached_file',	'2020/02/Evolution-End-Cap-RH_PEAM7260000-2.jpg'),
(8488,	3047,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2020/02/Evolution-End-Cap-RH_PEAM7260000-2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"Evolution-End-Cap-RH_PEAM7260000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579952629\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8489,	3045,	'_thumbnail_id',	'3046'),
(8490,	3045,	'_sku',	'PEAM7260000'),
(8491,	3045,	'_regular_price',	'15'),
(8492,	3045,	'total_sales',	'0'),
(8493,	3045,	'_tax_status',	'taxable'),
(8494,	3045,	'_tax_class',	''),
(8495,	3045,	'_manage_stock',	'no'),
(8496,	3045,	'_backorders',	'no'),
(8497,	3045,	'_sold_individually',	'no'),
(8498,	3045,	'_virtual',	'no'),
(8499,	3045,	'_downloadable',	'no'),
(8500,	3045,	'_download_limit',	'-1'),
(8501,	3045,	'_download_expiry',	'-1'),
(8502,	3045,	'_stock',	NULL),
(8503,	3045,	'_stock_status',	'instock'),
(8504,	3045,	'_wc_average_rating',	'0'),
(8505,	3045,	'_wc_review_count',	'0'),
(8506,	3045,	'_product_version',	'3.9.1'),
(8507,	3045,	'_price',	'15'),
(8508,	3045,	'_product_image_gallery',	'3047'),
(8509,	3045,	'slide_template',	'default'),
(8510,	3045,	'_yoast_wpseo_primary_product_cat',	'538'),
(8511,	3045,	'zn_page_layout',	'default'),
(8512,	3045,	'zn_sidebar_select',	'default'),
(8513,	3045,	'zn_zn_disable_subheader',	''),
(8514,	3045,	'zn_subheader_style',	'zn_def_header_style'),
(8515,	3045,	'zn_page_override_boxed_layout',	'def'),
(8516,	3045,	'zn_page_title_show',	'yes'),
(8517,	3045,	'zn_page_title',	''),
(8518,	3045,	'zn_page_subtitle',	''),
(8519,	3045,	'zn-custom-layout',	'0'),
(8520,	3045,	'_yoast_wpseo_content_score',	'60'),
(8521,	3048,	'_edit_lock',	'1581599674:1'),
(8522,	3048,	'_edit_last',	'1'),
(8523,	3049,	'_wp_attached_file',	'2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-1.jpg'),
(8524,	3049,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:63:\"2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579951041\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7843,	2998,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:270;s:6:\"height\";i:270;s:4:\"file\";s:29:\"2020/02/Powrtouch-Freedom.jpg\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Powrtouch-Freedom-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Powrtouch-Freedom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Powrtouch-Freedom-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Powrtouch-Freedom-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{i:0;s:9:\"653x653_c\";i:1;s:10:\"1000x630_c\";}}}'),
(9165,	2394,	'show_header',	''),
(9166,	2394,	'show_footer',	''),
(9167,	2394,	'zn_page_custom_js',	''),
(9168,	3138,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 1\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:3:\"yes\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid82bd955e\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid243b0216\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfbb8a324\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida7b4d316\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0302f0e5\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid45ff1e64\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid511f9d89\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid2d074d58\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid50656a47\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide09af146\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid46b79861\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidcdc0fb4c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid70728fbb\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 2\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:38:\"Holisticly supply revolutionary action\";s:12:\"acc_colapsed\";s:3:\"yes\";}i:1;a:2:{s:16:\"acc_single_title\";s:44:\"Competently streamline progressive scenarios\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:36:\"Interactively mesh customer directed\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:40:\"Distinctively synergize seamless methods\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:45:\"Completely facilitate revolutionary e-markets\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:1:{s:11:\"stb_content\";s:224:\"Authoritatively expedite next-generation action items and worldwide products. Competently matrix timely synergy via professional infomediaries. Professionally incubate optimal manufactured products via corporate convergence.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid801504b7\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7d9d25fb\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:1:{s:11:\"stb_content\";s:312:\"Authoritatively integrate alternative outsourcing vis-a-vis market positioning quality vectors. Compellingly iterate diverse e-services before backward-compatible expertise. Dramatically restore global vortals via resource-leveling ROI. Credibly brand principle-centered innovation vis-a-vis pandemic e-services.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid33da4100\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd3a39bdd\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:1:{s:11:\"stb_content\";s:426:\"Distinctively restore standardized internal or \"organic\" sources before client-centric collaboration and idea-sharing. Intrinsicly integrate 24/365 web-readiness for resource sucking applications. Compellingly revolutionize holistic architectures with economically sound portals. Assertively incubate cross-unit process improvements before sticky scenarios. Globally incubate robust resources without technically sound niches.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5611b7a1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1bd384cf\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:1:{s:11:\"stb_content\";s:412:\"Efficiently enhance seamless e-markets whereas team driven information. Dynamically implement empowered catalysts for change before prospective infrastructures. Authoritatively leverage other\'s mission-critical \"outside the box\" thinking rather than backend human capital. Compellingly network interactive resources whereas interoperable human capital. Quickly benchmark prospective vortals for wireless schemas.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1ecf689c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8d12575c\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:1:{s:11:\"stb_content\";s:410:\"Compellingly re-engineer top-line process improvements rather than fully researched platforms. Completely generate front-end expertise rather than multimedia based results. Compellingly transition effective ROI before distinctive deliverables. Competently optimize focused e-services with sustainable collaboration and idea-sharing. Proactively plagiarize functional convergence whereas state of the art ideas.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid468f6002\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluideb48f19a\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1eb47e29\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid25f5ceb1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcdd909f5\";}}'),
(9169,	3138,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 1\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:3:\"yes\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid82bd955e\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid243b0216\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfbb8a324\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida7b4d316\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0302f0e5\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid45ff1e64\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid511f9d89\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid2d074d58\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid50656a47\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide09af146\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid46b79861\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidcdc0fb4c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid70728fbb\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 2\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:38:\"Holisticly supply revolutionary action\";s:12:\"acc_colapsed\";s:3:\"yes\";}i:1;a:2:{s:16:\"acc_single_title\";s:44:\"Competently streamline progressive scenarios\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:36:\"Interactively mesh customer directed\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:40:\"Distinctively synergize seamless methods\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:45:\"Completely facilitate revolutionary e-markets\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:1:{s:11:\"stb_content\";s:224:\"Authoritatively expedite next-generation action items and worldwide products. Competently matrix timely synergy via professional infomediaries. Professionally incubate optimal manufactured products via corporate convergence.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid801504b7\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7d9d25fb\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:1:{s:11:\"stb_content\";s:312:\"Authoritatively integrate alternative outsourcing vis-a-vis market positioning quality vectors. Compellingly iterate diverse e-services before backward-compatible expertise. Dramatically restore global vortals via resource-leveling ROI. Credibly brand principle-centered innovation vis-a-vis pandemic e-services.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid33da4100\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidd3a39bdd\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:1:{s:11:\"stb_content\";s:426:\"Distinctively restore standardized internal or \"organic\" sources before client-centric collaboration and idea-sharing. Intrinsicly integrate 24/365 web-readiness for resource sucking applications. Compellingly revolutionize holistic architectures with economically sound portals. Assertively incubate cross-unit process improvements before sticky scenarios. Globally incubate robust resources without technically sound niches.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5611b7a1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1bd384cf\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:1:{s:11:\"stb_content\";s:412:\"Efficiently enhance seamless e-markets whereas team driven information. Dynamically implement empowered catalysts for change before prospective infrastructures. Authoritatively leverage other\'s mission-critical \"outside the box\" thinking rather than backend human capital. Compellingly network interactive resources whereas interoperable human capital. Quickly benchmark prospective vortals for wireless schemas.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1ecf689c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8d12575c\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:1:{s:11:\"stb_content\";s:410:\"Compellingly re-engineer top-line process improvements rather than fully researched platforms. Completely generate front-end expertise rather than multimedia based results. Compellingly transition effective ROI before distinctive deliverables. Competently optimize focused e-services with sustainable collaboration and idea-sharing. Proactively plagiarize functional convergence whereas state of the art ideas.\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid468f6002\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluideb48f19a\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1eb47e29\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid25f5ceb1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcdd909f5\";}}'),
(9359,	4972,	'yf_',	'a:4:{s:3:\"gid\";s:11:\"Y C Leisure\";s:3:\"lat\";s:10:\"53.4534075\";s:3:\"lng\";s:17:\"-1.02730310000004\";s:7:\"address\";s:77:\"Yorkshire Caravans, Doncaster Road Bawtry, Doncaster DN10 6DG, United Kingdom\";}'),
(9360,	4973,	'yf_',	'a:4:{s:3:\"gid\";s:32:\"Black Country Caravans & Camping\";s:3:\"lat\";s:9:\"52.465645\";s:3:\"lng\";s:17:\"-2.07654400000001\";s:7:\"address\";s:53:\"Corngreaves Rd, Cradley Heath B64 7DA, United Kingdom\";}'),
(9361,	4975,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Blazers Caravan Co Ltd\";s:3:\"lat\";s:9:\"51.620761\";s:3:\"lng\";s:17:\"-3.88632699999994\";s:7:\"address\";s:67:\"Elba Cres, Crymlyn Burrows, Skewen, Swansea SA1 8QQ, United Kingdom\";}'),
(9362,	4976,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Chipping Sodbury Caravans Ltd\";s:3:\"lat\";s:10:\"51.5340441\";s:3:\"lng\";s:17:\"-2.38194469999996\";s:7:\"address\";s:64:\"Badminton Rd, Chipping Sodbury, Bristol BS37 6LH, United Kingdom\";}'),
(9363,	4977,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Dinmore Leisure Ltd\";s:3:\"lat\";s:10:\"52.1750492\";s:3:\"lng\";s:10:\"-2.7154716\";s:7:\"address\";s:71:\"Dinmore Leisure, Hope-under-Dinmore, Leominster HR6 0PJ, United Kingdom\";}'),
(9364,	4978,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Ennis Caravans\";s:3:\"lat\";s:10:\"51.7961633\";s:3:\"lng\";s:17:\"-4.08817969999996\";s:7:\"address\";s:68:\"The Caravan Centre, Carmarthen Rd, Llanelli SA14 6SP, United Kingdom\";}'),
(9365,	4979,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Fifth Wheel Company\";s:3:\"lat\";s:9:\"53.262543\";s:3:\"lng\";s:17:\"-3.40097600000001\";s:7:\"address\";s:49:\"Holywell Rd, Saint Asaph LL17 0AW, United Kingdom\";}'),
(9366,	4980,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Forest Of Dean Caravans\";s:3:\"lat\";s:10:\"51.7745422\";s:3:\"lng\";s:10:\"-2.5624163\";s:7:\"address\";s:50:\"Fancy Rd, Parkend, Lydney GL15 4JN, United Kingdom\";}'),
(9367,	4981,	'yf_',	'a:4:{s:3:\"gid\";s:26:\"Golden Castle Caravans Ltd\";s:3:\"lat\";s:10:\"51.8945403\";s:3:\"lng\";s:17:\"-2.22989289999998\";s:7:\"address\";s:89:\"Golden Castle Leisure Group, Tewkesbury Rd, Twigworth, Gloucester GL2 9PX, United Kingdom\";}'),
(9368,	4982,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Highbridge Caravan Centre\";s:3:\"lat\";s:10:\"51.2267053\";s:3:\"lng\";s:17:\"-2.96809189999999\";s:7:\"address\";s:46:\"Bristol Rd, Highbridge TA9 4EX, United Kingdom\";}'),
(9369,	4983,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Martins Of Exeter\";s:3:\"lat\";s:10:\"50.7115858\";s:3:\"lng\";s:17:\"-3.46183120000001\";s:7:\"address\";s:40:\"Clyst Rd, Exeter EX2 7JL, United Kingdom\";}'),
(9370,	4984,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Outdoor Experience Ltd\";s:3:\"lat\";s:10:\"50.5136003\";s:3:\"lng\";s:17:\"-3.75408749999997\";s:7:\"address\";s:75:\"Higher Brooks Plantation, Teigngrace, Newton Abbot TQ12 6QZ, United Kingdom\";}'),
(9371,	4985,	'yf_',	'a:4:{s:3:\"gid\";s:26:\"Pearman Briggs Leisure Ltd\";s:3:\"lat\";s:9:\"51.876027\";s:3:\"lng\";s:17:\"-2.20551799999998\";s:7:\"address\";s:53:\"224 Cheltenham Rd, Gloucester GL2 0JW, United Kingdom\";}'),
(9372,	4986,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Penrose Touring\";s:3:\"lat\";s:9:\"50.253923\";s:3:\"lng\";s:17:\"-5.19698300000005\";s:7:\"address\";s:42:\"Scorrier, Redruth TR16 5BP, United Kingdom\";}'),
(9373,	4987,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Stowford South Wales\";s:3:\"lat\";s:10:\"51.5599378\";s:3:\"lng\";s:17:\"-3.41380219999996\";s:7:\"address\";s:54:\"Ely Valley Rd, Coedely, Porth CF39 8BL, United Kingdom\";}'),
(9269,	3189,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582192435;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9270,	3190,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582196053;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9271,	3191,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582200433;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9272,	3192,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582204116;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9274,	3193,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582207790;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9275,	3194,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582212418;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9276,	3195,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582216031;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9277,	3196,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582224362;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9278,	3197,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582232242;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9279,	3198,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582240559;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9280,	3199,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582263898;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9281,	3200,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582268191;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9282,	3201,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582273489;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9283,	3202,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582277327;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9284,	3203,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582280932;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9285,	3205,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582291156;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9287,	3207,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582353579;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9288,	3208,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582383212;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9289,	3209,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582551460;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9291,	3211,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582618451;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9292,	3212,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582632821;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9293,	3213,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582642041;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9294,	3215,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582654593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9295,	3216,	'_menu_item_type',	'custom'),
(9296,	3216,	'_menu_item_menu_item_parent',	'0'),
(9297,	3216,	'_menu_item_object_id',	'3216'),
(9298,	3216,	'_menu_item_object',	'custom'),
(9299,	3216,	'_menu_item_target',	''),
(9300,	3216,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(9301,	3216,	'_menu_item_xfn',	''),
(9302,	3216,	'_menu_item_url',	'#'),
(9304,	3216,	'_menu_item_zn_mega_menu_enable',	'on'),
(9305,	3216,	'_menu_item_zn_mega_menu_headers',	''),
(9306,	3216,	'_menu_item_zn_mega_menu_label',	''),
(9307,	3216,	'_menu_item_zn_mega_menu_smart_area',	''),
(9308,	3216,	'_menu_item_zn_mega_menu_bg_image',	''),
(9312,	3220,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582806568;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9313,	2739,	'_edit_last',	'1'),
(9314,	3221,	'_action_manager_schedule',	'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1582803423;}'),
(9315,	3222,	'_action_manager_schedule',	'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1582803456;}'),
(9316,	3223,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582813002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9317,	3224,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582825846;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9318,	3225,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582829900;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9319,	3226,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582854771;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9320,	3227,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582878215;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9321,	3228,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582882107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9322,	3229,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582892926;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9323,	3230,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582900887;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10404,	5157,	'_edit_lock',	'1582908383:1'),
(10405,	5157,	'_edit_last',	'5'),
(10403,	5156,	'_edit_lock',	'1582935479:5'),
(9328,	4941,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"﻿B L Caravans Ltd\";s:3:\"lat\";s:9:\"52.493736\";s:3:\"lng\";s:18:\"-0.638372200000049\";s:7:\"address\";s:64:\"Weldon Rd, Upper Benefield, Peterborough PE8 5AS, United Kingdom\";}'),
(9329,	4942,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Bardsea Leisure\";s:3:\"lat\";s:10:\"54.1814242\";s:3:\"lng\";s:17:\"-3.08559850000006\";s:7:\"address\";s:45:\"Priory Rd, Ulverston LA12 9QE, United Kingdom\";}'),
(9330,	4943,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Brayford Leisure\";s:3:\"lat\";s:10:\"53.1830409\";s:3:\"lng\";s:18:\"-0.628312800000003\";s:7:\"address\";s:64:\"Broad Acres, Moor Ln, Thorpe on the Hill LN6 9BW, United Kingdom\";}'),
(9331,	4944,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Campbells Caravans Ltd\";s:3:\"lat\";s:10:\"53.7256049\";s:3:\"lng\";s:17:\"-2.69095419999996\";s:7:\"address\";s:56:\"Watkin Ln, Lostock Hall, Preston PR5 5RD, United Kingdom\";}'),
(9332,	4945,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Coupland Caravans Ltd\";s:3:\"lat\";s:10:\"53.3775334\";s:3:\"lng\";s:19:\"-0.0106912999999622\";s:7:\"address\";s:76:\"Tattershall Way, Fairfield Industrial Estate, Louth LN11 0YZ, United Kingdom\";}'),
(9333,	4946,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Don Amott Leisure Kingdom\";s:3:\"lat\";s:9:\"52.867807\";s:3:\"lng\";s:17:\"-1.61979599999995\";s:7:\"address\";s:51:\"Egginton Rd, Hilton, Derby DE65 5FJ, United Kingdom\";}'),
(9334,	4947,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Grantham Caravans Ltd\";s:3:\"lat\";s:9:\"52.893096\";s:3:\"lng\";s:18:\"-0.634186999999997\";s:7:\"address\";s:52:\"Spittlegate Level, Grantham NG31 7UH, United Kingdom\";}'),
(9335,	4948,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Jacksons of Old Arley Ltd\";s:3:\"lat\";s:10:\"52.5062907\";s:3:\"lng\";s:17:\"-1.58084540000004\";s:7:\"address\";s:83:\"Units 1 & 2, Spring Hill Industrial Estate, Arley, Coventry CV7 8HN, United Kingdom\";}'),
(9336,	4949,	'yf_',	'a:4:{s:3:\"gid\";s:12:\"John Coopers\";s:3:\"lat\";s:10:\"53.5771533\";s:3:\"lng\";s:18:\"-0.625835499999994\";s:7:\"address\";s:51:\"11 Grange Ln N, Scunthorpe DN16 1BT, United Kingdom\";}'),
(9337,	4950,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Kenmore Caravans Ltd\";s:3:\"lat\";s:8:\"53.67593\";s:3:\"lng\";s:10:\"-1.7005825\";s:7:\"address\";s:54:\"119 Huddersfield Rd, Mirfield WF14 9DA, United Kingdom\";}'),
(9338,	4951,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Leeds Caravan Centre\";s:3:\"lat\";s:10:\"53.8388077\";s:3:\"lng\";s:17:\"-1.42691949999994\";s:7:\"address\";s:49:\"Leeds caravan centre, York Rd, Leeds LS15 4NG, UK\";}'),
(9339,	4952,	'yf_',	'a:4:{s:3:\"gid\";s:13:\"Leisure Sales\";s:3:\"lat\";s:9:\"53.172293\";s:3:\"lng\";s:17:\"-2.34051499999998\";s:7:\"address\";s:67:\"Holmes Chapel Rd, Brereton Green, Sandbach CW11 1SD, United Kingdom\";}'),
(9340,	4953,	'yf_',	'a:4:{s:3:\"gid\";s:38:\"Lowdhams Leisureworld Ltd - Nottingham\";s:3:\"lat\";s:9:\"52.989493\";s:3:\"lng\";s:18:\"-0.989810000000034\";s:7:\"address\";s:58:\"Lowdham Rd, Gunthorpe, Nottingham NG14 7ES, United Kingdom\";}'),
(9341,	4954,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Lowdhams - Huddersfield\";s:3:\"lat\";s:9:\"53.627573\";s:3:\"lng\";s:17:\"-1.82586700000002\";s:7:\"address\";s:54:\"Crosland Hill Rd, Huddersfield HD4 5NU, United Kingdom\";}'),
(9342,	4955,	'yf_',	'a:4:{s:3:\"gid\";s:7:\"ST4 2HU\";s:3:\"lat\";s:10:\"53.0130045\";s:3:\"lng\";s:17:\"-2.16802619999999\";s:7:\"address\";s:26:\"Stoke-on-Trent ST4 2HU, UK\";}'),
(9343,	4956,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Pedley\'s Caravans\";s:3:\"lat\";s:10:\"52.4681567\";s:3:\"lng\";s:17:\"-1.50835970000003\";s:7:\"address\";s:54:\"289 Goodyers End Ln, Bedworth CV12 0HX, United Kingdom\";}'),
(9344,	4957,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Pleasuretime Caravans\";s:3:\"lat\";s:10:\"53.7237947\";s:3:\"lng\";s:17:\"-1.35478260000002\";s:7:\"address\";s:49:\"Cambridge St, Castleford WF10 5BL, United Kingdom\";}'),
(9345,	4958,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Raymond James Caravans\";s:3:\"lat\";s:10:\"52.5753935\";s:3:\"lng\";s:10:\"-1.5288779\";s:7:\"address\";s:46:\"Carlyon Rd, Atherstone CV9 1JE, United Kingdom\";}'),
(9346,	4959,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Robinsons Caravans Ltd\";s:3:\"lat\";s:10:\"53.3159314\";s:3:\"lng\";s:17:\"-1.13125549999995\";s:7:\"address\";s:44:\"Gateford Rd, Worksop S81 7AT, United Kingdom\";}'),
(9347,	4959,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Robinsons Caravans Ltd\";s:3:\"lat\";s:8:\"53.25762\";s:3:\"lng\";s:8:\"-1.38905\";s:7:\"address\";s:49:\"Ringwood Rd, Chesterfield S43 1DG, United Kingdom\";}'),
(9348,	4961,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Ryedale Caravan & Leisure\";s:3:\"lat\";s:10:\"52.7602856\";s:3:\"lng\";s:17:\"-1.29661759999999\";s:7:\"address\";s:65:\"Ashby Rd Central, Shepshed, Loughborough LE12 9EF, United Kingdom\";}'),
(9349,	4962,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Sheffield Caravans\";s:3:\"lat\";s:10:\"53.3574235\";s:3:\"lng\";s:17:\"-1.32750650000003\";s:7:\"address\";s:63:\"Chesterfield Rd, Swallownest, Sheffield S26 4TL, United Kingdom\";}'),
(9350,	4963,	'yf_',	'a:4:{s:3:\"gid\";s:37:\"Solihull Caravans - J. Bayliss & Sons\";s:3:\"lat\";s:10:\"52.4897511\";s:3:\"lng\";s:17:\"-1.73973279999996\";s:7:\"address\";s:62:\"10 Burhill Way, Fordbridge, Birmingham B37 6RF, United Kingdom\";}'),
(9351,	4964,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"South Lincs Leisure\";s:3:\"lat\";s:8:\"52.94305\";s:3:\"lng\";s:19:\"-0.0875650000000405\";s:7:\"address\";s:73:\"Bridge Farm, Kirton Holme Rd, Kirton End, Boston PE20 1PB, United Kingdom\";}'),
(9352,	4965,	'yf_',	'a:4:{s:3:\"gid\";s:7:\"Spinney\";s:3:\"lat\";s:10:\"53.0162762\";s:3:\"lng\";s:17:\"-2.25624600000003\";s:7:\"address\";s:30:\"The Spinney, Crewe CW3 9TB, UK\";}'),
(9353,	4966,	'yf_',	'a:4:{s:3:\"gid\";s:49:\"Stewart Longton Caravans and Motorhomes Lancaster\";s:3:\"lat\";s:9:\"54.093103\";s:3:\"lng\";s:17:\"-2.79622399999994\";s:7:\"address\";s:63:\"70 Slyne Rd, Bolton-le-Sands, Carnforth LA5 8AL, United Kingdom\";}'),
(9354,	4967,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Stewart Longton Caravans Ltd\";s:3:\"lat\";s:10:\"53.6553738\";s:3:\"lng\";s:17:\"-2.62657639999998\";s:7:\"address\";s:42:\"Friday St, Chorley PR6 0AH, United Kingdom\";}'),
(9355,	4968,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Torksey Caravans Ltd\";s:3:\"lat\";s:9:\"53.290651\";s:3:\"lng\";s:18:\"-0.745515000000069\";s:7:\"address\";s:57:\"Lincoln Rd, Torksey Lock, Lincoln LN1 2EL, United Kingdom\";}'),
(9356,	4969,	'yf_',	'a:4:{s:3:\"gid\";s:26:\"Wandahome (South Cave) Ltd\";s:3:\"lat\";s:10:\"53.7591843\";s:3:\"lng\";s:18:\"-0.594781300000022\";s:7:\"address\";s:54:\"Brough Rd, South Cave, Brough HU15 2DB, United Kingdom\";}'),
(9357,	4970,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Wandahome Knottingley\";s:3:\"lat\";s:9:\"53.691407\";s:3:\"lng\";s:17:\"-1.26767300000006\";s:7:\"address\";s:50:\"Grovehall Ln, Knottingley WF11 0AE, United Kingdom\";}'),
(9358,	4971,	'yf_',	'a:4:{s:3:\"gid\";s:24:\"Whitfords Caravan Centre\";s:3:\"lat\";s:10:\"53.7820478\";s:3:\"lng\";s:17:\"-2.24013919999993\";s:7:\"address\";s:74:\"Whitfords Caravan Centre, Marlborough St, Burnley BB11 2HP, United Kingdom\";}'),
(8136,	3014,	'zn_page_override_boxed_layout',	'def'),
(8137,	3014,	'zn_page_title_show',	'yes'),
(8138,	3014,	'zn_page_title',	''),
(8139,	3014,	'zn_page_subtitle',	''),
(8140,	3014,	'zn-custom-layout',	'0'),
(8141,	3014,	'_yoast_wpseo_content_score',	'90'),
(8142,	3016,	'_edit_lock',	'1581594006:1'),
(8143,	3016,	'_edit_last',	'1'),
(8144,	3017,	'_wp_attached_file',	'2020/02/Evolution-Roller_PEAM5030000-1.jpg'),
(8145,	3017,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2020/02/Evolution-Roller_PEAM5030000-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579952489\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8146,	3018,	'_wp_attached_file',	'2020/02/Evolution-Roller_PEAM5030000-2.jpg'),
(8147,	3018,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2020/02/Evolution-Roller_PEAM5030000-2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579952511\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8148,	3019,	'_wp_attached_file',	'2020/02/Evolution-Roller_PEAM5030000-3.jpg'),
(8149,	3019,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2020/02/Evolution-Roller_PEAM5030000-3.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-3-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-3-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Evolution-Roller_PEAM5030000-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579952566\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8150,	3016,	'_thumbnail_id',	'3017'),
(8151,	3016,	'_sku',	'PEAM5030000'),
(8152,	3016,	'_regular_price',	'35'),
(8153,	3016,	'total_sales',	'0'),
(8154,	3016,	'_tax_status',	'taxable'),
(8155,	3016,	'_tax_class',	''),
(8156,	3016,	'_manage_stock',	'no'),
(8157,	3016,	'_backorders',	'no'),
(8158,	3016,	'_sold_individually',	'no'),
(8159,	3016,	'_virtual',	'no'),
(8160,	3016,	'_downloadable',	'no'),
(8161,	3016,	'_download_limit',	'-1'),
(8162,	3016,	'_download_expiry',	'-1'),
(8163,	3016,	'_stock',	NULL),
(8164,	3016,	'_stock_status',	'instock'),
(8165,	3016,	'_wc_average_rating',	'0'),
(8166,	3016,	'_wc_review_count',	'0'),
(8167,	3016,	'_product_version',	'3.9.1'),
(8168,	3016,	'_price',	'35'),
(8169,	3016,	'_product_image_gallery',	'3018,3019'),
(8170,	3016,	'slide_template',	'default'),
(8171,	3016,	'_yoast_wpseo_primary_product_cat',	'538'),
(8172,	3016,	'zn_page_layout',	'default'),
(8173,	3016,	'zn_sidebar_select',	'default'),
(8174,	3016,	'zn_zn_disable_subheader',	''),
(8175,	3016,	'zn_subheader_style',	'zn_def_header_style'),
(8176,	3016,	'zn_page_override_boxed_layout',	'def'),
(8177,	3016,	'zn_page_title_show',	'yes'),
(8178,	3016,	'zn_page_title',	''),
(8179,	3016,	'zn_page_subtitle',	''),
(8180,	3016,	'zn-custom-layout',	'0'),
(8181,	3016,	'_yoast_wpseo_content_score',	'90'),
(8182,	3020,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581597236;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(8183,	3021,	'_edit_lock',	'1581594059:1'),
(8184,	3021,	'_edit_last',	'1'),
(8185,	3022,	'_wp_attached_file',	'2020/02/Fluted-Model-3-Roller-Set-of-2_P03050300211.jpg'),
(8186,	3022,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:55:\"2020/02/Fluted-Model-3-Roller-Set-of-2_P03050300211.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300211-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300211-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300211-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300211-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300211-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300211-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300211-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300211-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579960378\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8187,	3023,	'_wp_attached_file',	'2020/02/Fluted-Model-3-Roller-Set-of-2_P03050300212.jpg'),
(8188,	3023,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:55:\"2020/02/Fluted-Model-3-Roller-Set-of-2_P03050300212.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300212-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300212-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300212-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300212-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300212-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300212-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300212-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"Fluted-Model-3-Roller-Set-of-2_P03050300212-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579960401\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8189,	3021,	'_thumbnail_id',	'3022'),
(8190,	3021,	'_sku',	'P0305030021'),
(8191,	3021,	'_regular_price',	'60'),
(8192,	3021,	'total_sales',	'0'),
(8193,	3021,	'_tax_status',	'taxable'),
(8194,	3021,	'_tax_class',	''),
(8195,	3021,	'_manage_stock',	'no'),
(8196,	3021,	'_backorders',	'no'),
(8197,	3021,	'_sold_individually',	'no'),
(8198,	3021,	'_virtual',	'no'),
(8199,	3021,	'_downloadable',	'no'),
(8200,	3021,	'_download_limit',	'-1'),
(8201,	3021,	'_download_expiry',	'-1'),
(8202,	3021,	'_stock',	NULL),
(8203,	3021,	'_stock_status',	'instock'),
(8204,	3021,	'_wc_average_rating',	'0'),
(8205,	3021,	'_wc_review_count',	'0'),
(8206,	3021,	'_product_version',	'3.9.1'),
(8207,	3021,	'_price',	'60'),
(8208,	3021,	'_product_image_gallery',	'3023'),
(8209,	3021,	'slide_template',	'default'),
(8210,	3021,	'_yoast_wpseo_primary_product_cat',	'546'),
(8211,	3021,	'zn_page_layout',	'default'),
(8212,	3021,	'zn_sidebar_select',	'default'),
(8213,	3021,	'zn_zn_disable_subheader',	''),
(8214,	3021,	'zn_subheader_style',	'zn_def_header_style'),
(8215,	3021,	'zn_page_override_boxed_layout',	'def'),
(8216,	3021,	'zn_page_title_show',	'yes'),
(8217,	3021,	'zn_page_title',	''),
(8218,	3021,	'zn_page_subtitle',	''),
(8219,	3021,	'zn-custom-layout',	'0'),
(8220,	3021,	'_yoast_wpseo_content_score',	'30'),
(8221,	3024,	'_edit_lock',	'1581595095:1'),
(8222,	3024,	'_edit_last',	'1'),
(8223,	3025,	'_wp_attached_file',	'2020/02/Cam-Keyway_P1377780000.jpg'),
(8224,	3025,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2020/02/Cam-Keyway_P1377780000.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"Cam-Keyway_P1377780000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"Cam-Keyway_P1377780000-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Cam-Keyway_P1377780000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Cam-Keyway_P1377780000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Cam-Keyway_P1377780000-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:34:\"Cam-Keyway_P1377780000-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"Cam-Keyway_P1377780000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"Cam-Keyway_P1377780000-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579959537\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8225,	3024,	'_thumbnail_id',	'3025'),
(8226,	3024,	'_sku',	'P1377780000'),
(8227,	3024,	'_regular_price',	'2.50'),
(8228,	3024,	'total_sales',	'0'),
(8229,	3024,	'_tax_status',	'taxable'),
(8230,	3024,	'_tax_class',	''),
(8231,	3024,	'_manage_stock',	'no'),
(8232,	3024,	'_backorders',	'no'),
(8233,	3024,	'_sold_individually',	'no'),
(8234,	3024,	'_virtual',	'no'),
(8235,	3024,	'_downloadable',	'no'),
(8236,	3024,	'_download_limit',	'-1'),
(8237,	3024,	'_download_expiry',	'-1'),
(8238,	3024,	'_stock',	NULL),
(8239,	3024,	'_stock_status',	'instock'),
(8240,	3024,	'_wc_average_rating',	'0'),
(8241,	3024,	'_wc_review_count',	'0'),
(8242,	3024,	'_product_version',	'3.9.1'),
(8243,	3024,	'_price',	'2.50'),
(8244,	3024,	'slide_template',	'default'),
(8245,	3024,	'_yoast_wpseo_primary_product_cat',	'546'),
(8246,	3024,	'zn_page_layout',	'default'),
(8247,	3024,	'zn_sidebar_select',	'default'),
(8248,	3024,	'zn_zn_disable_subheader',	''),
(8249,	3024,	'zn_subheader_style',	'zn_def_header_style'),
(8250,	3024,	'zn_page_override_boxed_layout',	'def'),
(8251,	3024,	'zn_page_title_show',	'yes'),
(8252,	3024,	'zn_page_title',	''),
(8253,	3024,	'zn_page_subtitle',	''),
(8254,	3024,	'zn-custom-layout',	'0'),
(8255,	3024,	'_yoast_wpseo_content_score',	'90'),
(8256,	3026,	'_edit_lock',	'1581595885:1'),
(8257,	3026,	'_edit_last',	'1'),
(8067,	3008,	'_thumbnail_id',	'3009'),
(8068,	3008,	'_product_image_gallery',	'3010'),
(8069,	3011,	'_edit_lock',	'1581590985:1'),
(8070,	3011,	'_edit_last',	'1'),
(8071,	3012,	'_wp_attached_file',	'2020/02/Evo-Manual-Cover-Set_PE0M62510451.jpg'),
(8072,	3012,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:45:\"2020/02/Evo-Manual-Cover-Set_PE0M62510451.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510451-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510451-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510451-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510451-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510451-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510451-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510451-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510451-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579957075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8073,	3013,	'_wp_attached_file',	'2020/02/Evo-Manual-Cover-Set_PE0M62510452.jpg'),
(8074,	3013,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:45:\"2020/02/Evo-Manual-Cover-Set_PE0M62510452.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510452-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510452-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510452-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510452-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510452-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510452-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510452-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Evo-Manual-Cover-Set_PE0M62510452-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579957009\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8075,	3011,	'_thumbnail_id',	'3012'),
(8076,	3011,	'_sku',	'PE0M6251045'),
(8077,	3011,	'_regular_price',	'40'),
(8078,	3011,	'total_sales',	'0'),
(8079,	3011,	'_tax_status',	'taxable'),
(8080,	3011,	'_tax_class',	''),
(8081,	3011,	'_manage_stock',	'no'),
(8082,	3011,	'_backorders',	'no'),
(8083,	3011,	'_sold_individually',	'no'),
(8084,	3011,	'_virtual',	'no'),
(8085,	3011,	'_downloadable',	'no'),
(8086,	3011,	'_download_limit',	'-1'),
(8087,	3011,	'_download_expiry',	'-1'),
(8088,	3011,	'_stock',	NULL),
(8089,	3011,	'_stock_status',	'instock'),
(8090,	3011,	'_wc_average_rating',	'0'),
(8091,	3011,	'_wc_review_count',	'0'),
(8092,	3011,	'_product_version',	'3.9.1'),
(8093,	3011,	'_price',	'40'),
(8094,	3011,	'_product_image_gallery',	'3013'),
(8095,	3011,	'slide_template',	'default'),
(8096,	3011,	'_yoast_wpseo_primary_product_cat',	'537'),
(8097,	3011,	'zn_page_layout',	'default'),
(8098,	3011,	'zn_sidebar_select',	'default'),
(8099,	3011,	'zn_zn_disable_subheader',	''),
(8100,	3011,	'zn_subheader_style',	'zn_def_header_style'),
(8101,	3011,	'zn_page_override_boxed_layout',	'def'),
(8102,	3011,	'zn_page_title_show',	'yes'),
(8103,	3011,	'zn_page_title',	''),
(8104,	3011,	'zn_page_subtitle',	''),
(8105,	3011,	'zn-custom-layout',	'0'),
(8106,	3011,	'_yoast_wpseo_content_score',	'30'),
(8795,	3074,	'_wp_trash_meta_status',	'publish'),
(8107,	3014,	'_edit_lock',	'1581591826:1'),
(8108,	3014,	'_edit_last',	'1'),
(8109,	3015,	'_wp_attached_file',	'2020/02/Evolution-AWD-Junction-Box_PEAM3360018.jpg'),
(8110,	3015,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2020/02/Evolution-AWD-Junction-Box_PEAM3360018.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"Evolution-AWD-Junction-Box_PEAM3360018-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"Evolution-AWD-Junction-Box_PEAM3360018-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Evolution-AWD-Junction-Box_PEAM3360018-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Evolution-AWD-Junction-Box_PEAM3360018-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Evolution-AWD-Junction-Box_PEAM3360018-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:50:\"Evolution-AWD-Junction-Box_PEAM3360018-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:50:\"Evolution-AWD-Junction-Box_PEAM3360018-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"Evolution-AWD-Junction-Box_PEAM3360018-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579956622\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8111,	3014,	'_thumbnail_id',	'3015'),
(8112,	3014,	'_sku',	'PEAM3360018'),
(8113,	3014,	'_regular_price',	'10'),
(8114,	3014,	'total_sales',	'0'),
(8115,	3014,	'_tax_status',	'taxable'),
(8116,	3014,	'_tax_class',	''),
(8117,	3014,	'_manage_stock',	'no'),
(8118,	3014,	'_backorders',	'no'),
(8119,	3014,	'_sold_individually',	'no'),
(8120,	3014,	'_virtual',	'no'),
(8121,	3014,	'_downloadable',	'no'),
(8122,	3014,	'_download_limit',	'-1'),
(8123,	3014,	'_download_expiry',	'-1'),
(8124,	3014,	'_stock',	NULL),
(8125,	3014,	'_stock_status',	'instock'),
(8126,	3014,	'_wc_average_rating',	'0'),
(8127,	3014,	'_wc_review_count',	'0'),
(8128,	3014,	'_product_version',	'3.9.1'),
(8129,	3014,	'_price',	'10'),
(8130,	3014,	'slide_template',	'default'),
(8131,	3014,	'_yoast_wpseo_primary_product_cat',	'542'),
(8132,	3014,	'zn_page_layout',	'default'),
(8133,	3014,	'zn_sidebar_select',	'default'),
(8134,	3014,	'zn_zn_disable_subheader',	''),
(8135,	3014,	'zn_subheader_style',	'zn_def_header_style'),
(9062,	3108,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581616987;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9070,	2420,	'zn_subheader_style',	'zn_def_header_style'),
(9063,	2420,	'show_header',	''),
(9064,	2420,	'show_footer',	''),
(9065,	2420,	'zn_page_custom_js',	''),
(9068,	2420,	'_edit_lock',	'1581621466:1'),
(9069,	2420,	'_edit_last',	'1'),
(9076,	2717,	'_zn_pb_templatetemplate',	'a:5:{s:4:\"name\";s:14:\"{{{template}}}\";s:8:\"template\";a:2:{i:0;a:4:{s:6:\"object\";s:28:\"TH_StaticContentProductLoupe\";s:7:\"options\";a:37:{s:9:\"ww_height\";s:3:\"700\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:8:\"sc_title\";s:161:\"<span class=\"fw-thin\">This is Kallyas Theme, <span class=\"fw-semibold\">an epic and wonderful premium</span> piece of work, for the typical modern website.</span>\";s:11:\"sc_lp_image\";s:93:\"https://alex.youarenearly.online/wordpress/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:14:\"sc_lp_features\";s:236:\"Great customer support! Check out our forum.\r\nDocumentation included with explanations\r\nGreat color variety with just a few touches\r\nIncluding lots of customizations and combinations.\r\nBuilt with modern technologies like HTML5 and CSS3.\";s:13:\"sc_lp_button1\";s:5:\"SHARE\";s:18:\"sc_lp_button1_link\";a:3:{s:3:\"url\";s:128:\"https://www.facebook.com/sharer/sharer.php?u=http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658\";s:5:\"title\";s:17:\"Share on Facebook\";s:6:\"target\";s:6:\"_blank\";}s:18:\"sc_lp_button1_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue143\";}s:19:\"sc_lp_button1_style\";s:13:\"btn btn-lined\";s:24:\"sc_lp_button1_icon_style\";s:1:\"0\";s:10:\"sc_bt_text\";s:2:\"or\";s:13:\"sc_2p_button1\";s:14:\"BUY THIS THEME\";s:18:\"sc_lp_button2_link\";a:3:{s:3:\"url\";s:175:\"http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?license=regular&amp;open_purchase_for_item_id=4091658&amp;purchasable=source&amp;ref=hogash\";s:5:\"title\";s:25:\"Click to buy Kallyas now!\";s:6:\"target\";s:6:\"_blank\";}s:18:\"sc_lp_button2_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue116\";}s:19:\"sc_lp_button2_style\";s:17:\"btn btn-fullcolor\";s:24:\"sc_lp_button2_icon_style\";s:1:\"0\";s:15:\"ww_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:93:\"https://alex.youarenearly.online/wordpress/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#001023\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";}i:1;a:4:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:4:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:4:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:20:\"PRODUCT PRESENTATION\";s:11:\"te_subtitle\";s:37:\"Promote your app or product in style!\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"60\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";}}s:5:\"width\";s:9:\"col-md-12\";}i:1;a:4:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:4:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:15:{s:8:\"te_title\";s:37:\"The amazing Kallyas theme.. reloaded!\";s:11:\"te_subtitle\";s:0:\"\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"35\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#7c7c7c\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";}}s:5:\"width\";s:8:\"col-md-4\";}i:2;a:4:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:4:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:444:\"Enthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling paradigms.\r\n\r\nAssertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership oriented catalysts for change through.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";}}s:5:\"width\";s:8:\"col-md-4\";}i:3;a:4:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:4:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:403:\"Assertively integrate resource sucking sources through resource maximizing channels. Seamlessly deliver virtual paradigms through web-enabled value. Progressively parallel task turnkey materials without effective leadership skills.\r\n\r\nEnthusiastically orchestrate premier web services whereas turnkey relationships. Competently procrastinate goal-oriented catalysts for change through resource-leveling.\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";}}s:5:\"width\";s:8:\"col-md-4\";}}s:5:\"width\";s:0:\"\";}}s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:5:\"level\";s:1:\"1\";}'),
(8527,	3051,	'_wp_attached_file',	'2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-3.jpg'),
(8528,	3051,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:63:\"2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-3.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-3-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-3-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579950982\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8529,	3052,	'_wp_attached_file',	'2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-4.jpg'),
(8530,	3052,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:63:\"2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-4.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-4-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-4-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579951013\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8531,	3053,	'_wp_attached_file',	'2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-5.jpg'),
(8532,	3053,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:63:\"2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-5.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-5-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-5-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579951054\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8533,	3048,	'_thumbnail_id',	'3049'),
(8534,	3048,	'_sku',	'PE0M7140022'),
(8535,	3048,	'_regular_price',	'320'),
(8536,	3048,	'total_sales',	'0'),
(8537,	3048,	'_tax_status',	'taxable'),
(8538,	3048,	'_tax_class',	''),
(8539,	3048,	'_manage_stock',	'no'),
(8540,	3048,	'_backorders',	'no'),
(8541,	3048,	'_sold_individually',	'no'),
(8542,	3048,	'_virtual',	'no'),
(8543,	3048,	'_downloadable',	'no'),
(8544,	3048,	'_download_limit',	'-1'),
(8545,	3048,	'_download_expiry',	'-1'),
(8546,	3048,	'_stock',	NULL),
(8547,	3048,	'_stock_status',	'instock'),
(8548,	3048,	'_wc_average_rating',	'0'),
(8549,	3048,	'_wc_review_count',	'0'),
(8550,	3048,	'_product_version',	'3.9.1'),
(8551,	3048,	'_price',	'320'),
(8552,	3048,	'_product_image_gallery',	'3050,3051,3052,3053'),
(8553,	3048,	'slide_template',	'default'),
(8554,	3048,	'_yoast_wpseo_primary_product_cat',	'537'),
(8555,	3048,	'zn_page_layout',	'default'),
(8556,	3048,	'zn_sidebar_select',	'default'),
(8557,	3048,	'zn_zn_disable_subheader',	''),
(8558,	3048,	'zn_subheader_style',	'zn_def_header_style'),
(8559,	3048,	'zn_page_override_boxed_layout',	'def'),
(8560,	3048,	'zn_page_title_show',	'yes'),
(8561,	3048,	'zn_page_title',	''),
(8562,	3048,	'zn_page_subtitle',	''),
(8563,	3048,	'zn-custom-layout',	'0'),
(8564,	3048,	'_yoast_wpseo_content_score',	'60'),
(8565,	3054,	'_edit_lock',	'1581600279:1'),
(8566,	3054,	'_edit_last',	'1'),
(8567,	3055,	'_wp_attached_file',	'2020/02/Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-1.jpg'),
(8568,	3055,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:63:\"2020/02/Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579951359\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8569,	3056,	'_wp_attached_file',	'2020/02/Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-2.jpg'),
(8570,	3056,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:63:\"2020/02/Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579951145\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8571,	3054,	'_thumbnail_id',	'3055'),
(8572,	3054,	'_sku',	'PE0M7240022'),
(8573,	3054,	'_regular_price',	'320'),
(8574,	3054,	'total_sales',	'0'),
(8575,	3054,	'_tax_status',	'taxable'),
(8576,	3054,	'_tax_class',	''),
(8577,	3054,	'_manage_stock',	'no'),
(8578,	3054,	'_backorders',	'no'),
(8579,	3054,	'_sold_individually',	'no'),
(8580,	3054,	'_virtual',	'no'),
(8581,	3054,	'_downloadable',	'no'),
(8582,	3054,	'_download_limit',	'-1'),
(8583,	3054,	'_download_expiry',	'-1'),
(8584,	3054,	'_stock',	NULL),
(8585,	3054,	'_stock_status',	'instock'),
(8586,	3054,	'_wc_average_rating',	'0'),
(8587,	3054,	'_wc_review_count',	'0'),
(8588,	3054,	'_product_version',	'3.9.1'),
(8589,	3054,	'_price',	'320'),
(8590,	3054,	'_product_image_gallery',	'3056'),
(8591,	3054,	'slide_template',	'default'),
(8592,	3054,	'_yoast_wpseo_primary_product_cat',	'537'),
(8593,	3054,	'zn_page_layout',	'default'),
(8594,	3054,	'zn_sidebar_select',	'default'),
(8595,	3054,	'zn_zn_disable_subheader',	''),
(8596,	3054,	'zn_subheader_style',	'zn_def_header_style'),
(8597,	3054,	'zn_page_override_boxed_layout',	'def'),
(8598,	3054,	'zn_page_title_show',	'yes'),
(8599,	3054,	'zn_page_title',	''),
(8600,	3054,	'zn_page_subtitle',	''),
(8601,	3054,	'zn-custom-layout',	'0'),
(8602,	3054,	'_yoast_wpseo_content_score',	'60'),
(8603,	3057,	'_edit_lock',	'1581600899:1'),
(8604,	3057,	'_edit_last',	'1'),
(8605,	3058,	'_wp_attached_file',	'2020/02/Freedom-Manual-Cover-Set_PFRM6251045-1.jpg'),
(8606,	3058,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2020/02/Freedom-Manual-Cover-Set_PFRM6251045-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579958107\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8607,	3059,	'_wp_attached_file',	'2020/02/Freedom-Manual-Cover-Set_PFRM6251045-2.jpg'),
(8608,	3059,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2020/02/Freedom-Manual-Cover-Set_PFRM6251045-2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"Freedom-Manual-Cover-Set_PFRM6251045-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579958138\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8609,	3057,	'_thumbnail_id',	'3058'),
(8610,	3057,	'_sku',	'PFRM6251045'),
(8611,	3057,	'_regular_price',	'40'),
(8612,	3057,	'total_sales',	'0'),
(8613,	3057,	'_tax_status',	'taxable'),
(8614,	3057,	'_tax_class',	''),
(8615,	3057,	'_manage_stock',	'no'),
(8616,	3057,	'_backorders',	'no'),
(8617,	3057,	'_sold_individually',	'no'),
(8618,	3057,	'_virtual',	'no'),
(8619,	3057,	'_downloadable',	'no'),
(8620,	3057,	'_download_limit',	'-1'),
(8621,	3057,	'_download_expiry',	'-1'),
(8622,	3057,	'_stock',	NULL),
(8623,	3057,	'_stock_status',	'instock'),
(8624,	3057,	'_wc_average_rating',	'0'),
(8625,	3057,	'_wc_review_count',	'0'),
(8626,	3057,	'_product_version',	'3.9.1'),
(8627,	3057,	'_price',	'40'),
(8628,	3057,	'_product_image_gallery',	'3059'),
(8629,	3057,	'slide_template',	'default'),
(8630,	3057,	'_yoast_wpseo_primary_product_cat',	'536'),
(8631,	3057,	'zn_page_layout',	'default'),
(8632,	3057,	'zn_sidebar_select',	'default'),
(8633,	3057,	'zn_zn_disable_subheader',	''),
(8634,	3057,	'zn_subheader_style',	'zn_def_header_style'),
(8635,	3057,	'zn_page_override_boxed_layout',	'def'),
(8636,	3057,	'zn_page_title_show',	'yes'),
(8637,	3057,	'zn_page_title',	''),
(8638,	3057,	'zn_page_subtitle',	''),
(8639,	3057,	'zn-custom-layout',	'0'),
(8640,	3057,	'_yoast_wpseo_content_score',	'60'),
(8641,	3060,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581604622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(8642,	3061,	'_edit_lock',	'1581601181:1'),
(8643,	3061,	'_edit_last',	'1'),
(8644,	3062,	'_wp_attached_file',	'2020/02/Freedom-Roller-Guard-LH_PFR05930345-1.jpg'),
(8645,	3062,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:49:\"2020/02/Freedom-Roller-Guard-LH_PFR05930345-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579957766\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8646,	3063,	'_wp_attached_file',	'2020/02/Freedom-Roller-Guard-LH_PFR05930345-2.jpg'),
(8647,	3063,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:49:\"2020/02/Freedom-Roller-Guard-LH_PFR05930345-2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-LH_PFR05930345-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579957950\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8648,	3061,	'_thumbnail_id',	'3062'),
(8649,	3061,	'_sku',	'PFR05930345'),
(8650,	3061,	'_regular_price',	'15'),
(8651,	3061,	'total_sales',	'0'),
(8652,	3061,	'_tax_status',	'taxable'),
(8653,	3061,	'_tax_class',	''),
(8654,	3061,	'_manage_stock',	'no'),
(8655,	3061,	'_backorders',	'no'),
(8656,	3061,	'_sold_individually',	'no'),
(8657,	3061,	'_virtual',	'no'),
(8658,	3061,	'_downloadable',	'no'),
(8659,	3061,	'_download_limit',	'-1'),
(8660,	3061,	'_download_expiry',	'-1'),
(8661,	3061,	'_stock',	NULL),
(8662,	3061,	'_stock_status',	'instock'),
(8663,	3061,	'_wc_average_rating',	'0'),
(8664,	3061,	'_wc_review_count',	'0'),
(8665,	3061,	'_product_version',	'3.9.1'),
(8666,	3061,	'_price',	'15'),
(8667,	3061,	'_product_image_gallery',	'3063'),
(8668,	3061,	'slide_template',	'default'),
(8669,	3061,	'_yoast_wpseo_primary_product_cat',	'536'),
(8670,	3061,	'zn_page_layout',	'default'),
(8671,	3061,	'zn_sidebar_select',	'default'),
(8672,	3061,	'zn_zn_disable_subheader',	''),
(8673,	3061,	'zn_subheader_style',	'zn_def_header_style'),
(8674,	3061,	'zn_page_override_boxed_layout',	'def'),
(8675,	3061,	'zn_page_title_show',	'yes'),
(8676,	3061,	'zn_page_title',	''),
(8677,	3061,	'zn_page_subtitle',	''),
(8678,	3061,	'zn-custom-layout',	'0'),
(8679,	3061,	'_yoast_wpseo_content_score',	'60'),
(8680,	3064,	'_edit_lock',	'1581602722:1'),
(8681,	3064,	'_edit_last',	'1'),
(8682,	3065,	'_wp_attached_file',	'2020/02/Gear-Set-per-gear-box_P0305601000.jpg'),
(8683,	3065,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:45:\"2020/02/Gear-Set-per-gear-box_P0305601000.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Gear-Set-per-gear-box_P0305601000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Gear-Set-per-gear-box_P0305601000-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Gear-Set-per-gear-box_P0305601000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Gear-Set-per-gear-box_P0305601000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Gear-Set-per-gear-box_P0305601000-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:45:\"Gear-Set-per-gear-box_P0305601000-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:45:\"Gear-Set-per-gear-box_P0305601000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Gear-Set-per-gear-box_P0305601000-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579960023\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8794,	3073,	'_wp_trash_meta_time',	'1581603940'),
(8684,	3064,	'_thumbnail_id',	'3065'),
(8685,	3064,	'_sku',	'P0305601000'),
(8686,	3064,	'_regular_price',	'22.50'),
(8687,	3064,	'total_sales',	'0'),
(8688,	3064,	'_tax_status',	'taxable'),
(8689,	3064,	'_tax_class',	''),
(8690,	3064,	'_manage_stock',	'no'),
(8691,	3064,	'_backorders',	'no'),
(8692,	3064,	'_sold_individually',	'no'),
(8693,	3064,	'_virtual',	'no'),
(8694,	3064,	'_downloadable',	'no'),
(8695,	3064,	'_download_limit',	'-1'),
(8696,	3064,	'_download_expiry',	'-1'),
(8697,	3064,	'_stock',	NULL),
(8698,	3064,	'_stock_status',	'instock'),
(8699,	3064,	'_wc_average_rating',	'0'),
(8700,	3064,	'_wc_review_count',	'0'),
(8701,	3064,	'_product_version',	'3.9.1'),
(8702,	3064,	'_price',	'22.50'),
(8703,	3064,	'slide_template',	'default'),
(8704,	3064,	'_yoast_wpseo_primary_product_cat',	'546'),
(8705,	3064,	'zn_page_layout',	'default'),
(8706,	3064,	'zn_sidebar_select',	'default'),
(8707,	3064,	'zn_zn_disable_subheader',	''),
(8708,	3064,	'zn_subheader_style',	'zn_def_header_style'),
(8709,	3064,	'zn_page_override_boxed_layout',	'def'),
(8710,	3064,	'zn_page_title_show',	'yes'),
(8711,	3064,	'zn_page_title',	''),
(8712,	3064,	'zn_page_subtitle',	''),
(8713,	3064,	'zn-custom-layout',	'0'),
(8714,	3064,	'_yoast_wpseo_content_score',	'60'),
(9286,	3206,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582312782;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(8716,	3067,	'_edit_lock',	'1581603432:1'),
(8717,	3067,	'_edit_last',	'1'),
(8718,	3068,	'_wp_attached_file',	'2020/02/Mod4-Electronics-CDFM-inc-Handset_P0401228020.jpg'),
(8719,	3068,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:57:\"2020/02/Mod4-Electronics-CDFM-inc-Handset_P0401228020.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"Mod4-Electronics-CDFM-inc-Handset_P0401228020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"Mod4-Electronics-CDFM-inc-Handset_P0401228020-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Mod4-Electronics-CDFM-inc-Handset_P0401228020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Mod4-Electronics-CDFM-inc-Handset_P0401228020-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Mod4-Electronics-CDFM-inc-Handset_P0401228020-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:57:\"Mod4-Electronics-CDFM-inc-Handset_P0401228020-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"Mod4-Electronics-CDFM-inc-Handset_P0401228020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"Mod4-Electronics-CDFM-inc-Handset_P0401228020-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579958578\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8720,	3067,	'_thumbnail_id',	'3068'),
(8721,	3067,	'_sku',	'P0401228020'),
(8722,	3067,	'_regular_price',	'325'),
(8723,	3067,	'total_sales',	'0'),
(8724,	3067,	'_tax_status',	'taxable'),
(8725,	3067,	'_tax_class',	''),
(8726,	3067,	'_manage_stock',	'no'),
(8727,	3067,	'_backorders',	'no'),
(8728,	3067,	'_sold_individually',	'no'),
(8729,	3067,	'_virtual',	'no'),
(8730,	3067,	'_downloadable',	'no'),
(8731,	3067,	'_download_limit',	'-1'),
(8732,	3067,	'_download_expiry',	'-1'),
(8733,	3067,	'_stock',	NULL),
(8734,	3067,	'_stock_status',	'instock'),
(8735,	3067,	'_wc_average_rating',	'0'),
(8736,	3067,	'_wc_review_count',	'0'),
(8737,	3067,	'_product_version',	'3.9.1'),
(8738,	3067,	'_price',	'325'),
(8739,	3067,	'slide_template',	'default'),
(8740,	3067,	'_yoast_wpseo_primary_product_cat',	'547'),
(8741,	3067,	'zn_page_layout',	'default'),
(8742,	3067,	'zn_sidebar_select',	'default'),
(8743,	3067,	'zn_zn_disable_subheader',	''),
(8744,	3067,	'zn_subheader_style',	'zn_def_header_style'),
(8745,	3067,	'zn_page_override_boxed_layout',	'def'),
(8746,	3067,	'zn_page_title_show',	'yes'),
(8747,	3067,	'zn_page_title',	''),
(8748,	3067,	'zn_page_subtitle',	''),
(8749,	3067,	'zn-custom-layout',	'0'),
(8750,	3067,	'_yoast_wpseo_content_score',	'90'),
(8793,	3073,	'_wp_trash_meta_status',	'publish'),
(8751,	3069,	'_edit_lock',	'1581603475:1'),
(8752,	3069,	'_edit_last',	'1'),
(8753,	3070,	'_wp_attached_file',	'2020/02/Mod6-Electronics-CDFM-inc-Handset_P0601228020.jpg'),
(8754,	3070,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:57:\"2020/02/Mod6-Electronics-CDFM-inc-Handset_P0601228020.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"Mod6-Electronics-CDFM-inc-Handset_P0601228020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"Mod6-Electronics-CDFM-inc-Handset_P0601228020-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Mod6-Electronics-CDFM-inc-Handset_P0601228020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Mod6-Electronics-CDFM-inc-Handset_P0601228020-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Mod6-Electronics-CDFM-inc-Handset_P0601228020-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:57:\"Mod6-Electronics-CDFM-inc-Handset_P0601228020-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"Mod6-Electronics-CDFM-inc-Handset_P0601228020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"Mod6-Electronics-CDFM-inc-Handset_P0601228020-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579958619\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9243,	3165,	'zn_page_builder_els',	'a:10:{i:0;a:6:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:20:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"47\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:14:\"io_s_clickdrag\";s:1:\"1\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:23:\"io_s_fixdwidth_relative\";s:14:\"zn_dummy_value\";s:11:\"io_s_scroll\";s:1:\"0\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"single_iosslider\";a:1:{i:0;a:42:{s:13:\"io_slide_type\";s:5:\"image\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:14:\"io_slide_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/LeisureSales-scaled.jpg\";s:23:\"io_slide_image_vert_pos\";s:6:\"center\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:1:\"0\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:0:\"\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:37:\"Still the UK\'s Number 1 Caravan Mover\";s:16:\"io_slide_s_title\";s:31:\"Maneuvering caravans since 1991\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:4:\"#why\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:12:\"Find Out Why\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";s:0:\"\";s:3:\"uid\";s:13:\"eluida87a01a4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:65:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:3:\"why\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:15:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:159:\"<span class=\"fw-thin\">Powrtouch is the <span class=\"fw-semibold\">best motor mover</span> on the market and is backed by our 5 year no quibble guarantee!</span>\";s:16:\"page_ac_subtitle\";s:47:\"The hassle-free way to manoeuvring your caravan\";s:14:\"element_scheme\";s:0:\"\";s:14:\"page_ac_b_text\";s:24:\"Where\'s my local dealer?\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:29:\"/elements-search-box-element/\";s:6:\"target\";s:12:\"modal_iframe\";s:5:\"title\";s:0:\"\";}s:20:\"page_ac_b_link_style\";s:13:\"btn-fullwhite\";s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:21:\"page_ac_b_link2_style\";s:13:\"btn-fullcolor\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91fd4acb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid433d6915\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3b7aab4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"OKAY, SO WHY POWRTOUCH?\";s:11:\"te_subtitle\";s:54:\"Well, lots of reasons, but most importantly because...\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"44px\";s:11:\"line-height\";s:4:\"44px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#c8c8c8\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ed53a24\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f283e03\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09defe66\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"16\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"55\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:12:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"0\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:11:\"gutter_size\";s:9:\"gutter-md\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason One\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b5d0763\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6e30b380\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason Two\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c513217\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid275db0ce\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:12:\"Reason Three\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid353555af\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid82f98c7f\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:11:\"Reason Four\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0744e87\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid74d7b11a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida493fd7c\";}}s:5:\"width\";s:9:\"col-md-10\";s:3:\"uid\";s:13:\"eluid552752fe\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5927e1b\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:55:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:10:\"mc_pb_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"615\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"480\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"460\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"400\";s:7:\"unit_xs\";s:2:\"px\";}s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/truma-building-2.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:5:\"right\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:14:\"source_overlay\";s:1:\"2\";s:23:\"source_overlay_color_v2\";s:21:\"rgba(137,173,178,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaba43c07\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid89389bee\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"5%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"5%\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:58:\"About <span class=\"text-custom fw-normal\">Powrtouch</span>\";s:11:\"te_subtitle\";s:89:\"Strong 2 sentence statement about powrtouch. Strong 2 sentence statement about powrtouch.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf379133\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40ed4648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbe29e832\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:419:\"text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\r\n\r\ntext text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide026230f\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"More About Us\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:8:\"Click me\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidfb35db8a\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidbb0577fb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:25:{s:7:\"vb_type\";s:5:\"modal\";s:15:\"vb_video_source\";s:10:\"selfhosted\";s:12:\"vb_video_url\";s:43:\"https://www.youtube.com/watch?v=umrO9cm4wjg\";s:19:\"vb_video_url_player\";s:0:\"\";s:14:\"vb_video_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/large-image.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"1\";s:14:\"source_vd_loop\";s:1:\"1\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc34483c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddc87da72\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb2fd83c\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluida360c38a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39a0f171\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"81\";s:14:\"bottom_padding\";s:2:\"88\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:12:{s:9:\"ssb_title\";s:119:\"<span class=\"fw-thin\">As standadard the Powrtouch come with <span class=\"fw-semibold\">everything you need</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:16:\"Find Your Dealer\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:14:\"element_scheme\";s:0:\"\";s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:25:\"PROFESSIONAL INSTALLATION\";s:15:\"ssb_single_desc\";s:77:\"High standard installation by a specialist at one of our trusted dealerships.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:12:\"DEMONSTATION\";s:15:\"ssb_single_desc\";s:63:\"Before you leave we will ensure you\'re shown exactly what to do\";}i:2;a:2:{s:16:\"ssb_single_title\";s:16:\"5 Years Warranty\";s:15:\"ssb_single_desc\";s:71:\"Real peace of mind, in the unlikely event of anything ever going wrong.\";}}s:15:\"ssb_imag_single\";a:1:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1381be60\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid01edc7e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0b43df6\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"26\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:59:\"Our <span class=\"text-custom fw-normal\">Motor Movers</span>\";s:11:\"te_subtitle\";s:109:\"Our range of caravan movers are well-suited for all caravans. See the Powrtouch family of motor movers below.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid616680e9\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcab38fce\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfae0a288\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:82:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Freedom.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:7:\"Freedom\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3806fc67\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:10:\"Learn More\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:23:\"btn-block btn-fullwidth\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9dead8c1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid218b9fb2\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc9e84675\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida1366778\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:96:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Single-Axle.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:23:\"Evolution (Single Axle)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4a00051a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid86f684b8\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid71ac714d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:35:\"/evolution-single-axle-auto-engage/\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluide4fafc03\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid29cd982c\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc47f9d29\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid46975d2e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:89:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Twin.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:30:\"Evolution (Twin Axle, 2 Motor)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e112a5a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidb09509c5\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluiddf43c44c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9bdeb25e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid4c752ecd\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidaeb26f50\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidba62844c\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:88:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-AWD.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:31:\"Evolution (Twin Axle, 4 Motor) \";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16078f63\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid6a591746\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid59a6184c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidf958e2da\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidb17d3cc3\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid325c06ac\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid767a4bc4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid631417c6\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"88\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:11:\"Help Centre\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:52:\"here we keep our manuals and troubleshooting guides.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6104520\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddbdefdb7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:16:\"Customer Service\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:64:\"We\'re dedicated to helping you! Contact us if you need anything.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb62d574f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb4fd9e3d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:19:\"Our Support Network\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:82:\"With our mobile engineers around the country, you\'re in safe hands with powrtouch!\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75d4229e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid715c8779\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid350c7d28\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"Customer Feedback\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:5:\"light\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide82ea897\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:11:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:9:\"MR TURNER\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:256:\"\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:11:\"MRS ANDREWS\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:79:\"“Text text text text text text text text text text text text text text text.\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:8:\"MR SMITH\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:118:\"“Text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";s:0:\"\";s:12:\"slidesToShow\";s:1:\"5\";s:13:\"autoplaySpeed\";s:4:\"3000\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid046edef1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid874b92a1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf3608cd8\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"WORK WITH US\";s:11:\"te_subtitle\";s:52:\"Are you a dealer or a mobile engineer? Get in touch!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3771e7bf\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid5ff7e00c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83ef0711\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:9:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:24:{s:11:\"button_text\";s:12:\"GET IN TOUCH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:20:\"cta_custom_color_hov\";s:0:\"\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:12:\"button_block\";s:9:\"btn-block\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:1:\"0\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac7595fc\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid93ef961e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida357b549\";}}'),
(6658,	2757,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581349484;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(6659,	2322,	'_zn_zion_builder_status',	'enabled'),
(9096,	3123,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581631825;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9097,	3124,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581668314;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9098,	3125,	'_menu_item_type',	'post_type'),
(9099,	3125,	'_menu_item_menu_item_parent',	'2568'),
(9100,	3125,	'_menu_item_object_id',	'2420'),
(9101,	3125,	'_menu_item_object',	'page'),
(9102,	3125,	'_menu_item_target',	''),
(9103,	3125,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(9104,	3125,	'_menu_item_xfn',	''),
(9105,	3125,	'_menu_item_url',	''),
(9107,	3125,	'_menu_item_zn_mega_menu_enable',	''),
(9108,	3125,	'_menu_item_zn_mega_menu_headers',	''),
(9109,	3125,	'_menu_item_zn_mega_menu_label',	''),
(9110,	3125,	'_menu_item_zn_mega_menu_smart_area',	''),
(9111,	3125,	'_menu_item_zn_mega_menu_bg_image',	''),
(9112,	3126,	'_menu_item_type',	'post_type'),
(9113,	3126,	'_menu_item_menu_item_parent',	'2574'),
(9114,	3126,	'_menu_item_object_id',	'2420'),
(9115,	3126,	'_menu_item_object',	'page'),
(9116,	3126,	'_menu_item_target',	''),
(9117,	3126,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(9118,	3126,	'_menu_item_xfn',	''),
(9119,	3126,	'_menu_item_url',	''),
(9121,	3126,	'_menu_item_zn_mega_menu_enable',	''),
(9122,	3126,	'_menu_item_zn_mega_menu_headers',	''),
(9123,	3126,	'_menu_item_zn_mega_menu_label',	''),
(9124,	3126,	'_menu_item_zn_mega_menu_smart_area',	''),
(9125,	3126,	'_menu_item_zn_mega_menu_bg_image',	''),
(9138,	3131,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:15:\"About Powrtouch\";s:11:\"te_subtitle\";s:40:\"Find out what makes us who we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"1\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid54cbc889\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8a709407\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:83:\"\"By listening to our customers we have been able to evolve and constantly improve!\"\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"p\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"italic\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb7d37e95\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida9daa5f1\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3020f0d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida47a9efd\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d42baeb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd88d3555\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid22113bfc\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:11:\"Our History\";s:11:\"te_subtitle\";s:120:\"We\'re proud of our achievements - and rightly so! </br>\r\nFollow our history to find out how we go to where we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"50px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71e4729f\";}i:1;a:5:{s:6:\"object\";s:18:\"TH_HistoricElement\";s:7:\"options\";a:9:{s:8:\"he_start\";s:22:\"1990 › ESTABLISHMENT\";s:6:\"he_end\";s:7:\"PRESENT\";s:14:\"element_scheme\";s:0:\"\";s:15:\"historic_single\";a:6:{i:0;a:4:{s:14:\"she_event_name\";s:25:\"The beginning of the road\";s:14:\"she_event_date\";s:4:\"1990\";s:14:\"she_event_desc\";s:368:\"In early 1990 when Powrwheel Limited was an aerospace engineering company based in Dorset a member of our electrical design team who was also an ardent caravanner had a \"wonderful\" idea to design and manufacture a motorised jockey wheel. The idea was to increase the product range of the company whose products at that time were strictly in aircraft handling equipment\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:4:{s:14:\"she_event_name\";s:33:\"Powrwheel was launched at the NEC\";s:14:\"she_event_date\";s:4:\"1991\";s:14:\"she_event_desc\";s:165:\"After extensive design and testing the product eventually came to fruition and Powrwheel was launched during the Caravan Show at the NEC Birmingham in February 1991.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:4:{s:14:\"she_event_name\";s:23:\"Launch of the Powrhitch\";s:14:\"she_event_date\";s:4:\"2000\";s:14:\"she_event_desc\";s:354:\"Following on from the unparalleled success of the Powrwheel the company moved forward with the release in 2000 of the Powrhitch that provided more moving options to caravans and trailers. The new system could provide a greater range of voltage and torque options it also had the capability to carry its own leisure battery becoming a self-contained unit.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:4:{s:14:\"she_event_name\";s:32:\"Launch of the original Powrtouch\";s:14:\"she_event_date\";s:4:\"2001\";s:14:\"she_event_desc\";s:431:\"Due to the success of the Powrwheel and Powrhitch, Powrwheel Limited were encouraged to look further into trailer and caravan mover systems and with the design of the Original Powrtouch caravan mover that was first sold in January 2001. The combination of the range of caravan mover systems placed Powrwheel Limited as the UK\'s number one manufacturer and supplier of caravan mover systems a proud position that it still maintains.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:4:{s:14:\"she_event_name\";s:38:\"The big move from Dorset to Derbyshire\";s:14:\"she_event_date\";s:4:\"2011\";s:14:\"she_event_desc\";s:395:\"In 2011 after 20 years based in Dorset, the decision was taken by the Parent Company of Powrwheel Limited to move the company to its brand new factory site in South Derbyshire. Completely separate office suites, manufacturing and assembly areas were created in the factory allowing Powrwheel Limited complete autonomy from the parent company and the move was finally completed in September 2011.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:5;a:4:{s:14:\"she_event_name\";s:33:\"Launch of the Powrtouch Evolution\";s:14:\"she_event_date\";s:4:\"2012\";s:14:\"she_event_desc\";s:269:\"This moved allowed Powrwheel Limited to further strengthen is hold as the UK\'s Number ONE Caravan Mover Manufacturer and Supplier with launch in late 2012 of its new and revolutionary design of caravan mover the Powrtouch Evolution taking Caravan Movers to a new level.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3950720c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid67eff23c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f4bc793\";}}'),
(9139,	3132,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:15:\"About Powrtouch\";s:11:\"te_subtitle\";s:40:\"Find out what makes us who we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"1\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid54cbc889\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid8a709407\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:83:\"\"By listening to our customers we have been able to evolve and constantly improve!\"\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"p\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"italic\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb7d37e95\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida9daa5f1\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida3020f0d\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluida47a9efd\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:635:\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid5d42baeb\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidd88d3555\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid22113bfc\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:11:\"Our History\";s:11:\"te_subtitle\";s:120:\"We\'re proud of our achievements - and rightly so! </br>\r\nFollow our history to find out how we go to where we are today!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"50px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid71e4729f\";}i:1;a:5:{s:6:\"object\";s:18:\"TH_HistoricElement\";s:7:\"options\";a:9:{s:8:\"he_start\";s:22:\"1990 › ESTABLISHMENT\";s:6:\"he_end\";s:7:\"PRESENT\";s:14:\"element_scheme\";s:0:\"\";s:15:\"historic_single\";a:6:{i:0;a:4:{s:14:\"she_event_name\";s:25:\"The beginning of the road\";s:14:\"she_event_date\";s:4:\"1990\";s:14:\"she_event_desc\";s:368:\"In early 1990 when Powrwheel Limited was an aerospace engineering company based in Dorset a member of our electrical design team who was also an ardent caravanner had a \"wonderful\" idea to design and manufacture a motorised jockey wheel. The idea was to increase the product range of the company whose products at that time were strictly in aircraft handling equipment\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:1;a:4:{s:14:\"she_event_name\";s:33:\"Powrwheel was launched at the NEC\";s:14:\"she_event_date\";s:4:\"1991\";s:14:\"she_event_desc\";s:165:\"After extensive design and testing the product eventually came to fruition and Powrwheel was launched during the Caravan Show at the NEC Birmingham in February 1991.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:2;a:4:{s:14:\"she_event_name\";s:23:\"Launch of the Powrhitch\";s:14:\"she_event_date\";s:4:\"2000\";s:14:\"she_event_desc\";s:354:\"Following on from the unparalleled success of the Powrwheel the company moved forward with the release in 2000 of the Powrhitch that provided more moving options to caravans and trailers. The new system could provide a greater range of voltage and torque options it also had the capability to carry its own leisure battery becoming a self-contained unit.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:3;a:4:{s:14:\"she_event_name\";s:32:\"Launch of the original Powrtouch\";s:14:\"she_event_date\";s:4:\"2001\";s:14:\"she_event_desc\";s:431:\"Due to the success of the Powrwheel and Powrhitch, Powrwheel Limited were encouraged to look further into trailer and caravan mover systems and with the design of the Original Powrtouch caravan mover that was first sold in January 2001. The combination of the range of caravan mover systems placed Powrwheel Limited as the UK\'s number one manufacturer and supplier of caravan mover systems a proud position that it still maintains.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:4;a:4:{s:14:\"she_event_name\";s:38:\"The big move from Dorset to Derbyshire\";s:14:\"she_event_date\";s:4:\"2011\";s:14:\"she_event_desc\";s:395:\"In 2011 after 20 years based in Dorset, the decision was taken by the Parent Company of Powrwheel Limited to move the company to its brand new factory site in South Derbyshire. Completely separate office suites, manufacturing and assembly areas were created in the factory allowing Powrwheel Limited complete autonomy from the parent company and the move was finally completed in September 2011.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}i:5;a:4:{s:14:\"she_event_name\";s:33:\"Launch of the Powrtouch Evolution\";s:14:\"she_event_date\";s:4:\"2012\";s:14:\"she_event_desc\";s:269:\"This moved allowed Powrwheel Limited to further strengthen is hold as the UK\'s Number ONE Caravan Mover Manufacturer and Supplier with launch in late 2012 of its new and revolutionary design of caravan mover the Powrtouch Evolution taking Caravan Movers to a new level.\";s:14:\"she_event_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3950720c\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid67eff23c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f4bc793\";}}'),
(9290,	3210,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582614575;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9236,	3162,	'zn_page_builder_els',	'a:10:{i:0;a:6:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:20:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"47\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:14:\"io_s_clickdrag\";s:1:\"1\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:23:\"io_s_fixdwidth_relative\";s:14:\"zn_dummy_value\";s:11:\"io_s_scroll\";s:1:\"0\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"single_iosslider\";a:1:{i:0;a:42:{s:13:\"io_slide_type\";s:5:\"image\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:14:\"io_slide_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/LeisureSales-scaled.jpg\";s:23:\"io_slide_image_vert_pos\";s:6:\"center\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:1:\"0\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:0:\"\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:37:\"Still the UK\'s Number 1 Caravan Mover\";s:16:\"io_slide_s_title\";s:31:\"Maneuvering caravans since 1991\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:4:\"#why\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:12:\"Find Out Why\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";s:0:\"\";s:3:\"uid\";s:13:\"eluida87a01a4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:65:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:3:\"why\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:15:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:159:\"<span class=\"fw-thin\">Powrtouch is the <span class=\"fw-semibold\">best motor mover</span> on the market and is backed by our 5 year no quibble guarantee!</span>\";s:16:\"page_ac_subtitle\";s:47:\"The hassle-free way to manoeuvring your caravan\";s:14:\"element_scheme\";s:0:\"\";s:14:\"page_ac_b_text\";s:24:\"Where\'s my local dealer?\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:29:\"/elements-search-box-element/\";s:6:\"target\";s:12:\"modal_iframe\";s:5:\"title\";s:0:\"\";}s:20:\"page_ac_b_link_style\";s:13:\"btn-fullwhite\";s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:21:\"page_ac_b_link2_style\";s:13:\"btn-fullcolor\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91fd4acb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid433d6915\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3b7aab4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"OKAY, SO WHY POWRTOUCH?\";s:11:\"te_subtitle\";s:54:\"Well, lots of reasons, but most importantly because...\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"44px\";s:11:\"line-height\";s:4:\"44px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#c8c8c8\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ed53a24\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f283e03\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09defe66\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"16\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"55\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:12:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"0\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:11:\"gutter_size\";s:9:\"gutter-md\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason One\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b5d0763\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6e30b380\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason Two\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c513217\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid275db0ce\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:12:\"Reason Three\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid353555af\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid82f98c7f\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:11:\"Reason Four\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0744e87\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid74d7b11a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida493fd7c\";}}s:5:\"width\";s:9:\"col-md-10\";s:3:\"uid\";s:13:\"eluid552752fe\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5927e1b\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:55:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:10:\"mc_pb_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"615\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"480\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"460\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"400\";s:7:\"unit_xs\";s:2:\"px\";}s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/truma-building-2.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:5:\"right\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:14:\"source_overlay\";s:1:\"2\";s:23:\"source_overlay_color_v2\";s:21:\"rgba(137,173,178,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaba43c07\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid89389bee\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"5%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"5%\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:58:\"About <span class=\"text-custom fw-normal\">Powrtouch</span>\";s:11:\"te_subtitle\";s:89:\"Strong 2 sentence statement about powrtouch. Strong 2 sentence statement about powrtouch.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf379133\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40ed4648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbe29e832\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:419:\"text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\r\n\r\ntext text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide026230f\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"More About Us\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:8:\"Click me\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidfb35db8a\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidbb0577fb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:25:{s:7:\"vb_type\";s:5:\"modal\";s:15:\"vb_video_source\";s:10:\"selfhosted\";s:12:\"vb_video_url\";s:43:\"https://www.youtube.com/watch?v=umrO9cm4wjg\";s:19:\"vb_video_url_player\";s:0:\"\";s:14:\"vb_video_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/large-image.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"1\";s:14:\"source_vd_loop\";s:1:\"1\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc34483c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddc87da72\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb2fd83c\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluida360c38a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39a0f171\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"81\";s:14:\"bottom_padding\";s:2:\"88\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:12:{s:9:\"ssb_title\";s:119:\"<span class=\"fw-thin\">As standadard the Powrtouch come with <span class=\"fw-semibold\">everything you need</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:16:\"Find Your Dealer\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:14:\"element_scheme\";s:0:\"\";s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:25:\"PROFESSIONAL INSTALLATION\";s:15:\"ssb_single_desc\";s:77:\"High standard installation by a specialist at one of our trusted dealerships.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:12:\"DEMONSTATION\";s:15:\"ssb_single_desc\";s:63:\"Before you leave we will ensure you\'re shown exactly what to do\";}i:2;a:2:{s:16:\"ssb_single_title\";s:16:\"5 Years Warranty\";s:15:\"ssb_single_desc\";s:71:\"Real peace of mind, in the unlikely event of anything ever going wrong.\";}}s:15:\"ssb_imag_single\";a:1:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1381be60\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid01edc7e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0b43df6\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"26\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:59:\"Our <span class=\"text-custom fw-normal\">Motor Movers</span>\";s:11:\"te_subtitle\";s:109:\"Our range of caravan movers are well-suited for all caravans. See the Powrtouch family of motor movers below.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid616680e9\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcab38fce\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfae0a288\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:82:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Freedom.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:7:\"Freedom\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3806fc67\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:10:\"Learn More\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:23:\"btn-block btn-fullwidth\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9dead8c1\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida1366778\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:96:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Single-Axle.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:23:\"Evolution (Single Axle)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4a00051a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid86f684b8\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid71ac714d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:35:\"/evolution-single-axle-auto-engage/\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluide4fafc03\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid29cd982c\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc47f9d29\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid46975d2e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:89:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Twin.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:30:\"Evolution (Twin Axle, 2 Motor)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e112a5a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidb09509c5\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluiddf43c44c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9bdeb25e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid4c752ecd\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidaeb26f50\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidba62844c\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:88:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-AWD.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:31:\"Evolution (Twin Axle, 4 Motor) \";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16078f63\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid6a591746\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid59a6184c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidf958e2da\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidb17d3cc3\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid325c06ac\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid767a4bc4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid631417c6\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"88\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:11:\"Help Centre\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:52:\"here we keep our manuals and troubleshooting guides.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6104520\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddbdefdb7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:16:\"Customer Service\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:64:\"We\'re dedicated to helping you! Contact us if you need anything.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb62d574f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb4fd9e3d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:19:\"Our Support Network\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:82:\"With our mobile engineers around the country, you\'re in safe hands with powrtouch!\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75d4229e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid715c8779\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid350c7d28\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"Customer Feedback\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:5:\"light\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide82ea897\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:11:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:9:\"MR TURNER\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:256:\"\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:11:\"MRS ANDREWS\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:79:\"“Text text text text text text text text text text text text text text text.\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:8:\"MR SMITH\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:118:\"“Text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";s:0:\"\";s:12:\"slidesToShow\";s:1:\"5\";s:13:\"autoplaySpeed\";s:4:\"3000\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid046edef1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid874b92a1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf3608cd8\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"WORK WITH US\";s:11:\"te_subtitle\";s:52:\"Are you a dealer or a mobile engineer? Get in touch!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3771e7bf\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid5ff7e00c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83ef0711\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:9:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:24:{s:11:\"button_text\";s:12:\"GET IN TOUCH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:20:\"cta_custom_color_hov\";s:0:\"\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:12:\"button_block\";s:9:\"btn-block\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:1:\"0\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac7595fc\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid93ef961e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida357b549\";}}'),
(9235,	3161,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581946729;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9223,	3158,	'_edit_last',	'1'),
(9234,	3160,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581942305;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9233,	2739,	'_edit_lock',	'1582809403:1'),
(9224,	3158,	'_edit_lock',	'1581934046:1'),
(9225,	3158,	'zn_page_builder_status',	'enabled'),
(9226,	3158,	'_zn_zion_builder_status',	'enabled'),
(9227,	3158,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:13:\"TH_CustomHTML\";s:7:\"options\";a:6:{s:11:\"custom_html\";s:31:\"[wcj_button_toggle_tax_display]\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluiddbfc4648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluiddecfb0e0\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1f07acf3\";}}'),
(9228,	3158,	'show_header',	''),
(9229,	3158,	'show_footer',	''),
(9230,	3158,	'zn_page_custom_css',	''),
(9231,	3158,	'zn_page_custom_js',	''),
(9232,	3159,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581938601;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9836,	4788,	'_wp_trash_meta_status',	'publish'),
(9837,	4788,	'_wp_trash_meta_time',	'1582697996'),
(9838,	4788,	'_wp_desired_post_slug',	'salop-leisure-limited'),
(9839,	4789,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Catterick Caravans\";s:3:\"lat\";s:10:\"54.3953972\";s:3:\"lng\";s:17:\"-1.65493670000001\";s:7:\"address\";s:68:\"Catterick Bridge, Brompton on Swale, Richmond DL10 7JB, Regatul Unit\";}'),
(9840,	4789,	'_wp_trash_meta_status',	'publish'),
(9841,	4789,	'_wp_trash_meta_time',	'1582697996'),
(9842,	4789,	'_wp_desired_post_slug',	'catterick-caravans'),
(9843,	4790,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Greentrees CaravanStore\";s:3:\"lat\";s:10:\"52.6728474\";s:3:\"lng\";s:17:\"0.957567400000016\";s:7:\"address\";s:39:\"Hurn Rd, Dereham NR19 1WD, Regatul Unit\";}'),
(9844,	4790,	'_wp_trash_meta_status',	'publish'),
(9845,	4790,	'_wp_trash_meta_time',	'1582697996'),
(9846,	4790,	'_wp_desired_post_slug',	'greentrees-caravanstore'),
(9847,	4791,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Newport Caravans\";s:3:\"lat\";s:10:\"51.5784196\";s:3:\"lng\";s:17:\"-2.98346760000004\";s:7:\"address\";s:44:\"Kings Parade, Newport NP20 2DU, Regatul Unit\";}'),
(9848,	4791,	'_wp_trash_meta_status',	'publish'),
(9849,	4791,	'_wp_trash_meta_time',	'1582697996'),
(9850,	4791,	'_wp_desired_post_slug',	'newport-caravans'),
(9851,	4792,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Oxford Caravans\";s:3:\"lat\";s:9:\"51.740017\";s:3:\"lng\";s:17:\"-1.06625499999996\";s:7:\"address\";s:50:\"Oxford Rd, Tiddington, Thame OX9 2LH, Regatul Unit\";}'),
(9852,	4792,	'_wp_trash_meta_status',	'publish'),
(9853,	4792,	'_wp_trash_meta_time',	'1582697996'),
(9854,	4792,	'_wp_desired_post_slug',	'oxford-caravans'),
(9855,	4793,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Reading Caravans\";s:3:\"lat\";s:10:\"51.4087272\";s:3:\"lng\";s:18:\"-0.962452100000064\";s:7:\"address\";s:40:\"Church Ln, Reading RG7 1HB, Regatul Unit\";}'),
(9856,	4793,	'_wp_trash_meta_status',	'publish'),
(9857,	4793,	'_wp_trash_meta_time',	'1582697996'),
(9858,	4793,	'_wp_desired_post_slug',	'reading-caravans'),
(9859,	4794,	'yf_',	'a:4:{s:3:\"gid\";s:34:\"Cotswold Edge Leisure Vehicles Ltd\";s:3:\"lat\";s:10:\"52.0180588\";s:3:\"lng\";s:17:\"-2.02417579999997\";s:7:\"address\";s:62:\"Evesham Road, A46, Beckford, Tewkesbury GL20 7AS, Regatul Unit\";}'),
(9860,	4794,	'_wp_desired_post_slug',	'cotswold-edge-leisure-vehicles-ltd'),
(9861,	4794,	'_wp_trash_meta_status',	'publish'),
(9862,	4794,	'_wp_trash_meta_time',	'1582697996'),
(9863,	4795,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"S & D Harper Ltd\";s:3:\"lat\";s:10:\"57.6400664\";s:3:\"lng\";s:17:\"-3.31411739999999\";s:7:\"address\";s:29:\"South St, Elgin, Regatul Unit\";}'),
(9864,	4795,	'_wp_trash_meta_status',	'publish'),
(9865,	4795,	'_wp_trash_meta_time',	'1582697996'),
(9866,	4795,	'_wp_desired_post_slug',	's-d-harper-ltd'),
(9867,	4796,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Dyce Caravans Ltd\";s:3:\"lat\";s:9:\"57.217726\";s:3:\"lng\";s:17:\"-2.20066299999996\";s:7:\"address\";s:51:\"Pitmedden Rd, Dyce, Aberdeen AB21 0EY, Regatul Unit\";}'),
(9868,	4796,	'_wp_desired_post_slug',	'dyce-caravans-ltd'),
(9869,	4796,	'_wp_trash_meta_time',	'1582697996'),
(9870,	4796,	'_wp_trash_meta_status',	'publish'),
(8525,	3050,	'_wp_attached_file',	'2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-2.jpg'),
(8526,	3050,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:63:\"2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:63:\"Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579951081\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9237,	3162,	'zn_page_builder_els',	'a:10:{i:0;a:6:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:20:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"47\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:14:\"io_s_clickdrag\";s:1:\"1\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:23:\"io_s_fixdwidth_relative\";s:14:\"zn_dummy_value\";s:11:\"io_s_scroll\";s:1:\"0\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"single_iosslider\";a:1:{i:0;a:42:{s:13:\"io_slide_type\";s:5:\"image\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:14:\"io_slide_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/LeisureSales-scaled.jpg\";s:23:\"io_slide_image_vert_pos\";s:6:\"center\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:1:\"0\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:0:\"\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:37:\"Still the UK\'s Number 1 Caravan Mover\";s:16:\"io_slide_s_title\";s:31:\"Maneuvering caravans since 1991\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:4:\"#why\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:12:\"Find Out Why\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";s:0:\"\";s:3:\"uid\";s:13:\"eluida87a01a4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:65:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:3:\"why\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:15:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:159:\"<span class=\"fw-thin\">Powrtouch is the <span class=\"fw-semibold\">best motor mover</span> on the market and is backed by our 5 year no quibble guarantee!</span>\";s:16:\"page_ac_subtitle\";s:47:\"The hassle-free way to manoeuvring your caravan\";s:14:\"element_scheme\";s:0:\"\";s:14:\"page_ac_b_text\";s:24:\"Where\'s my local dealer?\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:29:\"/elements-search-box-element/\";s:6:\"target\";s:12:\"modal_iframe\";s:5:\"title\";s:0:\"\";}s:20:\"page_ac_b_link_style\";s:13:\"btn-fullwhite\";s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:21:\"page_ac_b_link2_style\";s:13:\"btn-fullcolor\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91fd4acb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid433d6915\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3b7aab4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"OKAY, SO WHY POWRTOUCH?\";s:11:\"te_subtitle\";s:54:\"Well, lots of reasons, but most importantly because...\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"44px\";s:11:\"line-height\";s:4:\"44px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#c8c8c8\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ed53a24\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f283e03\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09defe66\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"16\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"55\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:12:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"0\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:11:\"gutter_size\";s:9:\"gutter-md\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason One\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b5d0763\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6e30b380\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason Two\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c513217\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid275db0ce\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:12:\"Reason Three\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid353555af\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid82f98c7f\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:11:\"Reason Four\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0744e87\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid74d7b11a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida493fd7c\";}}s:5:\"width\";s:9:\"col-md-10\";s:3:\"uid\";s:13:\"eluid552752fe\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5927e1b\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:55:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:10:\"mc_pb_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"615\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"480\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"460\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"400\";s:7:\"unit_xs\";s:2:\"px\";}s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/truma-building-2.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:5:\"right\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:14:\"source_overlay\";s:1:\"2\";s:23:\"source_overlay_color_v2\";s:21:\"rgba(137,173,178,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaba43c07\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid89389bee\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"5%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"5%\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:58:\"About <span class=\"text-custom fw-normal\">Powrtouch</span>\";s:11:\"te_subtitle\";s:89:\"Strong 2 sentence statement about powrtouch. Strong 2 sentence statement about powrtouch.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf379133\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40ed4648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbe29e832\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:419:\"text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\r\n\r\ntext text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide026230f\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"More About Us\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:8:\"Click me\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidfb35db8a\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidbb0577fb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:25:{s:7:\"vb_type\";s:5:\"modal\";s:15:\"vb_video_source\";s:10:\"selfhosted\";s:12:\"vb_video_url\";s:43:\"https://www.youtube.com/watch?v=umrO9cm4wjg\";s:19:\"vb_video_url_player\";s:0:\"\";s:14:\"vb_video_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/large-image.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"1\";s:14:\"source_vd_loop\";s:1:\"1\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc34483c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddc87da72\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb2fd83c\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluida360c38a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39a0f171\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"81\";s:14:\"bottom_padding\";s:2:\"88\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:12:{s:9:\"ssb_title\";s:119:\"<span class=\"fw-thin\">As standadard the Powrtouch come with <span class=\"fw-semibold\">everything you need</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:16:\"Find Your Dealer\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:14:\"element_scheme\";s:0:\"\";s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:25:\"PROFESSIONAL INSTALLATION\";s:15:\"ssb_single_desc\";s:77:\"High standard installation by a specialist at one of our trusted dealerships.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:12:\"DEMONSTATION\";s:15:\"ssb_single_desc\";s:63:\"Before you leave we will ensure you\'re shown exactly what to do\";}i:2;a:2:{s:16:\"ssb_single_title\";s:16:\"5 Years Warranty\";s:15:\"ssb_single_desc\";s:71:\"Real peace of mind, in the unlikely event of anything ever going wrong.\";}}s:15:\"ssb_imag_single\";a:1:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1381be60\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid01edc7e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0b43df6\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"26\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:59:\"Our <span class=\"text-custom fw-normal\">Motor Movers</span>\";s:11:\"te_subtitle\";s:109:\"Our range of caravan movers are well-suited for all caravans. See the Powrtouch family of motor movers below.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid616680e9\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcab38fce\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfae0a288\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:82:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Freedom.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:7:\"Freedom\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3806fc67\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:10:\"Learn More\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:23:\"btn-block btn-fullwidth\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9dead8c1\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida1366778\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:96:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Single-Axle.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:23:\"Evolution (Single Axle)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4a00051a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid86f684b8\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid71ac714d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:35:\"/evolution-single-axle-auto-engage/\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluide4fafc03\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid29cd982c\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc47f9d29\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid46975d2e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:89:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Twin.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:30:\"Evolution (Twin Axle, 2 Motor)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e112a5a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidb09509c5\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluiddf43c44c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9bdeb25e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid4c752ecd\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidaeb26f50\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidba62844c\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:88:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-AWD.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:31:\"Evolution (Twin Axle, 4 Motor) \";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16078f63\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid6a591746\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid59a6184c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidf958e2da\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidb17d3cc3\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid325c06ac\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid767a4bc4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid631417c6\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"88\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:11:\"Help Centre\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:52:\"here we keep our manuals and troubleshooting guides.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6104520\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddbdefdb7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:16:\"Customer Service\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:64:\"We\'re dedicated to helping you! Contact us if you need anything.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb62d574f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb4fd9e3d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:19:\"Our Support Network\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:82:\"With our mobile engineers around the country, you\'re in safe hands with powrtouch!\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75d4229e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid715c8779\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid350c7d28\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"Customer Feedback\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:5:\"light\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide82ea897\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:11:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:9:\"MR TURNER\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:256:\"\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:11:\"MRS ANDREWS\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:79:\"“Text text text text text text text text text text text text text text text.\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:8:\"MR SMITH\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:118:\"“Text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";s:0:\"\";s:12:\"slidesToShow\";s:1:\"5\";s:13:\"autoplaySpeed\";s:4:\"3000\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid046edef1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid874b92a1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf3608cd8\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"WORK WITH US\";s:11:\"te_subtitle\";s:52:\"Are you a dealer or a mobile engineer? Get in touch!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3771e7bf\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid5ff7e00c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83ef0711\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:9:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:24:{s:11:\"button_text\";s:12:\"GET IN TOUCH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:20:\"cta_custom_color_hov\";s:0:\"\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:12:\"button_block\";s:9:\"btn-block\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:1:\"0\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac7595fc\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid93ef961e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida357b549\";}}'),
(8755,	3069,	'_thumbnail_id',	'3070'),
(8756,	3069,	'_sku',	'P0601228020'),
(8757,	3069,	'_regular_price',	'325'),
(8758,	3069,	'total_sales',	'0'),
(8759,	3069,	'_tax_status',	'taxable'),
(8760,	3069,	'_tax_class',	''),
(8761,	3069,	'_manage_stock',	'no'),
(8762,	3069,	'_backorders',	'no'),
(8763,	3069,	'_sold_individually',	'no'),
(8764,	3069,	'_virtual',	'no'),
(8765,	3069,	'_downloadable',	'no'),
(8766,	3069,	'_download_limit',	'-1'),
(8767,	3069,	'_download_expiry',	'-1'),
(8768,	3069,	'_stock',	NULL),
(8769,	3069,	'_stock_status',	'instock'),
(8770,	3069,	'_wc_average_rating',	'0'),
(8771,	3069,	'_wc_review_count',	'0'),
(8772,	3069,	'_product_version',	'3.9.1'),
(8773,	3069,	'_price',	'325'),
(8774,	3069,	'slide_template',	'default'),
(8775,	3069,	'_yoast_wpseo_primary_product_cat',	'548'),
(8776,	3069,	'zn_page_layout',	'default'),
(8777,	3069,	'zn_sidebar_select',	'default'),
(8778,	3069,	'zn_zn_disable_subheader',	''),
(8779,	3069,	'zn_subheader_style',	'zn_def_header_style'),
(8780,	3069,	'zn_page_override_boxed_layout',	'def'),
(8781,	3069,	'zn_page_title_show',	'yes'),
(8782,	3069,	'zn_page_title',	''),
(8783,	3069,	'zn_page_subtitle',	''),
(8784,	3069,	'zn-custom-layout',	'0'),
(8785,	3069,	'_yoast_wpseo_content_score',	'90'),
(8786,	2512,	'_edit_lock',	'1581603535:1'),
(8787,	2512,	'_zn_zion_builder_status',	'enabled'),
(8792,	3072,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:16:{s:8:\"te_title\";s:20:\"YOUR PERSONAL BASKET\";s:11:\"te_subtitle\";s:32:\"Let\'s see what we\'ve got inside.\";s:12:\"te_alignment\";s:4:\"left\";s:14:\"te_color_theme\";s:7:\"default\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"25\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:10:\"title_typo\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#2d2d2d\";}s:13:\"subtitle_typo\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"28px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#707070\";}}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid344b264b\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:5:{s:11:\"stb_content\";s:18:\"[woocommerce_cart]\";s:9:\"stb_title\";s:0:\"\";s:9:\"stb_style\";s:6:\"style1\";s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"20\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide8b333e6\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid7094e272\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_Sidebar\";s:7:\"options\";a:2:{s:14:\"sidebar_select\";s:12:\"Shop Sidebar\";s:10:\"sidebar_bg\";s:3:\"yes\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40f9d239\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid0575fcc0\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf94c5c3b\";}}'),
(8796,	3074,	'_wp_trash_meta_time',	'1581604082'),
(8797,	3075,	'_edit_lock',	'1581604615:1'),
(8798,	3075,	'_edit_last',	'1'),
(8799,	3076,	'_wp_attached_file',	'2020/02/Model-1-Motor-Pin_P1005800000-1.jpg'),
(8800,	3076,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2020/02/Model-1-Motor-Pin_P1005800000-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579960085\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:9:\"265x265_c\";}}}'),
(8801,	3077,	'_wp_attached_file',	'2020/02/Model-1-Motor-Pin_P1005800000-2.jpg'),
(8802,	3077,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2020/02/Model-1-Motor-Pin_P1005800000-2.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Model-1-Motor-Pin_P1005800000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579960071\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:9:\"265x265_c\";}}}'),
(8803,	3075,	'_thumbnail_id',	'3076'),
(8804,	3075,	'_sku',	'P1005800000'),
(8805,	3075,	'_regular_price',	'2.50'),
(8806,	3075,	'total_sales',	'0'),
(8807,	3075,	'_tax_status',	'taxable'),
(8808,	3075,	'_tax_class',	''),
(8809,	3075,	'_manage_stock',	'no'),
(8810,	3075,	'_backorders',	'no'),
(8811,	3075,	'_sold_individually',	'no'),
(8812,	3075,	'_virtual',	'no'),
(8813,	3075,	'_downloadable',	'no'),
(8814,	3075,	'_download_limit',	'-1'),
(8815,	3075,	'_download_expiry',	'-1'),
(8816,	3075,	'_stock',	NULL),
(8817,	3075,	'_stock_status',	'instock'),
(8818,	3075,	'_wc_average_rating',	'0'),
(8819,	3075,	'_wc_review_count',	'0'),
(8820,	3075,	'_product_version',	'3.9.1'),
(8821,	3075,	'_price',	'2.50'),
(8822,	3075,	'_product_image_gallery',	'3077'),
(8823,	3075,	'slide_template',	'default'),
(8824,	3075,	'_yoast_wpseo_primary_product_cat',	'545'),
(8825,	3075,	'zn_page_layout',	'default'),
(8826,	3075,	'zn_sidebar_select',	'default'),
(8827,	3075,	'zn_zn_disable_subheader',	''),
(8828,	3075,	'zn_subheader_style',	'zn_def_header_style'),
(8829,	3075,	'zn_page_override_boxed_layout',	'def'),
(8830,	3075,	'zn_page_title_show',	'yes'),
(8831,	3075,	'zn_page_title',	''),
(8832,	3075,	'zn_page_subtitle',	''),
(8833,	3075,	'zn-custom-layout',	'0'),
(8834,	3075,	'_yoast_wpseo_content_score',	'90'),
(8835,	3078,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581608352;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(8836,	3079,	'_edit_lock',	'1581604745:1'),
(8837,	3079,	'_edit_last',	'1'),
(8838,	3080,	'_wp_attached_file',	'2020/02/Model-3-Motor-LH_P0355110000-1.jpg'),
(8839,	3080,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2020/02/Model-3-Motor-LH_P0355110000-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579959948\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:9:\"265x265_c\";}}}'),
(8840,	3081,	'_wp_attached_file',	'2020/02/Model-3-Motor-LH_P0355110000-2.png'),
(8841,	3081,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2020/02/Model-3-Motor-LH_P0355110000-2.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-2-187x187.png\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-2-600x350.png\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-LH_P0355110000-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:9:\"265x265_c\";}}}'),
(8842,	3079,	'_thumbnail_id',	'3080'),
(8843,	3079,	'_sku',	'P0355110000'),
(8844,	3079,	'_regular_price',	'150'),
(8845,	3079,	'total_sales',	'0'),
(8846,	3079,	'_tax_status',	'taxable'),
(8847,	3079,	'_tax_class',	''),
(8848,	3079,	'_manage_stock',	'no'),
(8849,	3079,	'_backorders',	'no'),
(8850,	3079,	'_sold_individually',	'no'),
(8851,	3079,	'_virtual',	'no'),
(8852,	3079,	'_downloadable',	'no'),
(8853,	3079,	'_download_limit',	'-1'),
(8854,	3079,	'_download_expiry',	'-1'),
(8855,	3079,	'_stock',	NULL),
(8856,	3079,	'_stock_status',	'instock'),
(8857,	3079,	'_wc_average_rating',	'0'),
(8858,	3079,	'_wc_review_count',	'0'),
(8859,	3079,	'_product_version',	'3.9.1'),
(8860,	3079,	'_price',	'150'),
(8861,	3079,	'_product_image_gallery',	'3081'),
(8862,	3079,	'slide_template',	'default'),
(8863,	3079,	'_yoast_wpseo_primary_product_cat',	'546'),
(8864,	3079,	'zn_page_layout',	'default'),
(8865,	3079,	'zn_sidebar_select',	'default'),
(8866,	3079,	'zn_zn_disable_subheader',	''),
(8867,	3079,	'zn_subheader_style',	'zn_def_header_style'),
(8868,	3079,	'zn_page_override_boxed_layout',	'def'),
(8869,	3079,	'zn_page_title_show',	'yes'),
(8870,	3079,	'zn_page_title',	''),
(8871,	3079,	'zn_page_subtitle',	''),
(8872,	3079,	'zn-custom-layout',	'0'),
(8873,	3079,	'_yoast_wpseo_content_score',	'60'),
(8874,	3082,	'_edit_lock',	'1581605051:1'),
(8875,	3082,	'_edit_last',	'1'),
(8876,	3083,	'_wp_attached_file',	'2020/02/Model-3-Motor-RH_P0355210000-1.jpg'),
(8877,	3083,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2020/02/Model-3-Motor-RH_P0355210000-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579959909\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:9:\"265x265_c\";}}}'),
(8878,	3084,	'_wp_attached_file',	'2020/02/Model-3-Motor-RH_P0355210000-2.jpg'),
(8879,	3084,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2020/02/Model-3-Motor-RH_P0355210000-2.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Model-3-Motor-RH_P0355210000-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579959889\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:9:\"265x265_c\";}}}'),
(8880,	3082,	'_thumbnail_id',	'3083'),
(8881,	3082,	'_sku',	'P0355210000'),
(8882,	3082,	'_regular_price',	'150'),
(8883,	3082,	'total_sales',	'0'),
(8884,	3082,	'_tax_status',	'taxable'),
(8885,	3082,	'_tax_class',	''),
(8886,	3082,	'_manage_stock',	'no'),
(8887,	3082,	'_backorders',	'no'),
(8888,	3082,	'_sold_individually',	'no'),
(8889,	3082,	'_virtual',	'no'),
(8890,	3082,	'_downloadable',	'no'),
(8891,	3082,	'_download_limit',	'-1'),
(8892,	3082,	'_download_expiry',	'-1'),
(8893,	3082,	'_stock',	NULL),
(8894,	3082,	'_stock_status',	'instock'),
(8895,	3082,	'_wc_average_rating',	'0'),
(8896,	3082,	'_wc_review_count',	'0'),
(8897,	3082,	'_product_version',	'3.9.1'),
(8898,	3082,	'_price',	'150'),
(8899,	3082,	'_product_image_gallery',	'3084'),
(8900,	3082,	'slide_template',	'default'),
(8901,	3082,	'_yoast_wpseo_primary_product_cat',	'546'),
(8902,	3082,	'zn_page_layout',	'default'),
(8903,	3082,	'zn_sidebar_select',	'default'),
(8904,	3082,	'zn_zn_disable_subheader',	''),
(8905,	3082,	'zn_subheader_style',	'zn_def_header_style'),
(8906,	3082,	'zn_page_override_boxed_layout',	'def'),
(8907,	3082,	'zn_page_title_show',	'yes'),
(8908,	3082,	'zn_page_title',	''),
(8909,	3082,	'zn_page_subtitle',	''),
(8910,	3082,	'zn-custom-layout',	'0'),
(8911,	3082,	'_yoast_wpseo_content_score',	'60'),
(8912,	3085,	'_edit_lock',	'1581605881:1'),
(8913,	3085,	'_edit_last',	'1'),
(8914,	3086,	'_wp_attached_file',	'2020/02/Motor-Brushes-Pair_P1375311000.jpg'),
(8915,	3086,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2020/02/Motor-Brushes-Pair_P1375311000.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Motor-Brushes-Pair_P1375311000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Motor-Brushes-Pair_P1375311000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Motor-Brushes-Pair_P1375311000-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:42:\"Motor-Brushes-Pair_P1375311000-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Motor-Brushes-Pair_P1375311000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Motor-Brushes-Pair_P1375311000-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Motor-Brushes-Pair_P1375311000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Motor-Brushes-Pair_P1375311000-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579960188\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:9:\"265x265_c\";}}}'),
(8916,	3085,	'_thumbnail_id',	'3086'),
(8917,	3085,	'_sku',	'P1375311000'),
(8918,	3085,	'_regular_price',	'10'),
(8919,	3085,	'total_sales',	'0'),
(8920,	3085,	'_tax_status',	'taxable'),
(8921,	3085,	'_tax_class',	''),
(8922,	3085,	'_manage_stock',	'no'),
(8923,	3085,	'_backorders',	'no'),
(8924,	3085,	'_sold_individually',	'no'),
(8925,	3085,	'_virtual',	'no'),
(8926,	3085,	'_downloadable',	'no'),
(8927,	3085,	'_download_limit',	'-1'),
(8928,	3085,	'_download_expiry',	'-1'),
(8929,	3085,	'_stock',	NULL),
(8930,	3085,	'_stock_status',	'instock'),
(8931,	3085,	'_wc_average_rating',	'0'),
(8932,	3085,	'_wc_review_count',	'0'),
(8933,	3085,	'_product_version',	'3.9.1'),
(8934,	3085,	'_price',	'10'),
(8935,	3085,	'slide_template',	'default'),
(8936,	3085,	'_yoast_wpseo_primary_product_cat',	'545'),
(8937,	3085,	'zn_page_layout',	'default'),
(8938,	3085,	'zn_sidebar_select',	'default'),
(8939,	3085,	'zn_zn_disable_subheader',	''),
(8940,	3085,	'zn_subheader_style',	'zn_def_header_style'),
(8941,	3085,	'zn_page_override_boxed_layout',	'def'),
(8942,	3085,	'zn_page_title_show',	'yes'),
(8943,	3085,	'zn_page_title',	''),
(8944,	3085,	'zn_page_subtitle',	''),
(8945,	3085,	'zn-custom-layout',	'0'),
(8946,	3085,	'_yoast_wpseo_content_score',	'90'),
(8947,	3087,	'_edit_lock',	'1581605441:1'),
(8948,	3087,	'_edit_last',	'1'),
(8949,	3088,	'_wp_attached_file',	'2020/02/Powrtouch-Classic-Side-Cover-Set_P346625100-1.jpg'),
(8950,	3088,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:57:\"2020/02/Powrtouch-Classic-Side-Cover-Set_P346625100-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579959709\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:9:\"265x265_c\";}}}'),
(8951,	3089,	'_wp_attached_file',	'2020/02/Powrtouch-Classic-Side-Cover-Set_P346625100-2.jpg'),
(8952,	3089,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:57:\"2020/02/Powrtouch-Classic-Side-Cover-Set_P346625100-2.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"Powrtouch-Classic-Side-Cover-Set_P346625100-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579959749\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:9:\"265x265_c\";}}}'),
(8953,	3087,	'_thumbnail_id',	'3088'),
(8954,	3087,	'_sku',	'P346625100'),
(8955,	3087,	'_regular_price',	'35'),
(8956,	3087,	'total_sales',	'0'),
(8957,	3087,	'_tax_status',	'taxable'),
(8958,	3087,	'_tax_class',	''),
(8959,	3087,	'_manage_stock',	'no'),
(8960,	3087,	'_backorders',	'no'),
(8961,	3087,	'_sold_individually',	'no'),
(8962,	3087,	'_virtual',	'no'),
(8963,	3087,	'_downloadable',	'no'),
(8964,	3087,	'_download_limit',	'-1'),
(8965,	3087,	'_download_expiry',	'-1'),
(8966,	3087,	'_stock',	NULL),
(8967,	3087,	'_stock_status',	'instock'),
(8968,	3087,	'_wc_average_rating',	'0'),
(8969,	3087,	'_wc_review_count',	'0'),
(8970,	3087,	'_product_version',	'3.9.1'),
(8971,	3087,	'_price',	'35'),
(8972,	3087,	'_product_image_gallery',	'3089'),
(8973,	3087,	'slide_template',	'default'),
(8974,	3087,	'_yoast_wpseo_primary_product_cat',	'546'),
(8975,	3087,	'zn_page_layout',	'default'),
(8976,	3087,	'zn_sidebar_select',	'default'),
(8977,	3087,	'zn_zn_disable_subheader',	''),
(8978,	3087,	'zn_subheader_style',	'zn_def_header_style'),
(8979,	3087,	'zn_page_override_boxed_layout',	'def'),
(8980,	3087,	'zn_page_title_show',	'yes'),
(8981,	3087,	'zn_page_title',	''),
(8982,	3087,	'zn_page_subtitle',	''),
(8983,	3087,	'zn-custom-layout',	'0'),
(8984,	3087,	'_yoast_wpseo_content_score',	'60'),
(8990,	3091,	'_edit_lock',	'1581606667:1'),
(8991,	3091,	'_edit_last',	'1'),
(8992,	3092,	'_wp_attached_file',	'2020/02/Freedom-Roller-Guard-RH_PFR05930445-1.jpg'),
(8993,	3092,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:49:\"2020/02/Freedom-Roller-Guard-RH_PFR05930445-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-1-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579957906\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:9:\"265x265_c\";}}}'),
(8994,	3093,	'_wp_attached_file',	'2020/02/Freedom-Roller-Guard-RH_PFR05930445-2.jpg'),
(8995,	3093,	'_wp_attachment_metadata',	'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:49:\"2020/02/Freedom-Roller-Guard-RH_PFR05930445-2.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-2-187x187.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"lp_bi_image\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Freedom-Roller-Guard-RH_PFR05930445-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 2000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579957981\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:9:\"265x265_c\";}}}'),
(8996,	3091,	'_thumbnail_id',	'3092'),
(8997,	3091,	'_sku',	'PFR05930445'),
(8998,	3091,	'_regular_price',	'15'),
(8999,	3091,	'total_sales',	'0'),
(9000,	3091,	'_tax_status',	'taxable'),
(9001,	3091,	'_tax_class',	''),
(9002,	3091,	'_manage_stock',	'no'),
(9003,	3091,	'_backorders',	'no'),
(9004,	3091,	'_sold_individually',	'no'),
(9005,	3091,	'_virtual',	'no'),
(9006,	3091,	'_downloadable',	'no'),
(9007,	3091,	'_download_limit',	'-1'),
(9008,	3091,	'_download_expiry',	'-1'),
(9009,	3091,	'_stock',	NULL),
(9010,	3091,	'_stock_status',	'instock'),
(9011,	3091,	'_wc_average_rating',	'0'),
(9012,	3091,	'_wc_review_count',	'0'),
(9013,	3091,	'_product_version',	'3.9.1'),
(9014,	3091,	'_price',	'15'),
(9015,	3091,	'_product_image_gallery',	'3093'),
(9016,	3091,	'slide_template',	'default'),
(9017,	3091,	'_yoast_wpseo_primary_product_cat',	'536'),
(9018,	3091,	'zn_page_layout',	'default'),
(9019,	3091,	'zn_sidebar_select',	'default'),
(9020,	3091,	'zn_zn_disable_subheader',	''),
(9021,	3091,	'zn_subheader_style',	'zn_def_header_style'),
(9022,	3091,	'zn_page_override_boxed_layout',	'def'),
(9023,	3091,	'zn_page_title_show',	'yes'),
(9024,	3091,	'zn_page_title',	''),
(9025,	3091,	'zn_page_subtitle',	''),
(9026,	3091,	'zn-custom-layout',	'0'),
(9027,	3091,	'_yoast_wpseo_content_score',	'60'),
(9028,	3094,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581613254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9238,	3163,	'zn_page_builder_els',	'a:10:{i:0;a:6:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:20:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"47\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:14:\"io_s_clickdrag\";s:1:\"1\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:23:\"io_s_fixdwidth_relative\";s:14:\"zn_dummy_value\";s:11:\"io_s_scroll\";s:1:\"0\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"single_iosslider\";a:1:{i:0;a:42:{s:13:\"io_slide_type\";s:5:\"image\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:14:\"io_slide_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/LeisureSales-scaled.jpg\";s:23:\"io_slide_image_vert_pos\";s:6:\"center\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:1:\"0\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:0:\"\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:37:\"Still the UK\'s Number 1 Caravan Mover\";s:16:\"io_slide_s_title\";s:31:\"Maneuvering caravans since 1991\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:4:\"#why\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:12:\"Find Out Why\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";s:0:\"\";s:3:\"uid\";s:13:\"eluida87a01a4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:65:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:3:\"why\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:15:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:159:\"<span class=\"fw-thin\">Powrtouch is the <span class=\"fw-semibold\">best motor mover</span> on the market and is backed by our 5 year no quibble guarantee!</span>\";s:16:\"page_ac_subtitle\";s:47:\"The hassle-free way to manoeuvring your caravan\";s:14:\"element_scheme\";s:0:\"\";s:14:\"page_ac_b_text\";s:24:\"Where\'s my local dealer?\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:29:\"/elements-search-box-element/\";s:6:\"target\";s:12:\"modal_iframe\";s:5:\"title\";s:0:\"\";}s:20:\"page_ac_b_link_style\";s:13:\"btn-fullwhite\";s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:21:\"page_ac_b_link2_style\";s:13:\"btn-fullcolor\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91fd4acb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid433d6915\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3b7aab4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"OKAY, SO WHY POWRTOUCH?\";s:11:\"te_subtitle\";s:54:\"Well, lots of reasons, but most importantly because...\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"44px\";s:11:\"line-height\";s:4:\"44px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#c8c8c8\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ed53a24\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f283e03\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09defe66\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"16\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"55\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:12:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"0\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:11:\"gutter_size\";s:9:\"gutter-md\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason One\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b5d0763\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6e30b380\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason Two\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c513217\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid275db0ce\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:12:\"Reason Three\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid353555af\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid82f98c7f\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:11:\"Reason Four\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0744e87\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid74d7b11a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida493fd7c\";}}s:5:\"width\";s:9:\"col-md-10\";s:3:\"uid\";s:13:\"eluid552752fe\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5927e1b\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:55:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:10:\"mc_pb_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"615\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"480\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"460\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"400\";s:7:\"unit_xs\";s:2:\"px\";}s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/truma-building-2.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:5:\"right\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:14:\"source_overlay\";s:1:\"2\";s:23:\"source_overlay_color_v2\";s:21:\"rgba(137,173,178,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaba43c07\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid89389bee\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"5%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"5%\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:58:\"About <span class=\"text-custom fw-normal\">Powrtouch</span>\";s:11:\"te_subtitle\";s:89:\"Strong 2 sentence statement about powrtouch. Strong 2 sentence statement about powrtouch.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf379133\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40ed4648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbe29e832\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:419:\"text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\r\n\r\ntext text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide026230f\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"More About Us\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:8:\"Click me\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidfb35db8a\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidbb0577fb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:25:{s:7:\"vb_type\";s:5:\"modal\";s:15:\"vb_video_source\";s:10:\"selfhosted\";s:12:\"vb_video_url\";s:43:\"https://www.youtube.com/watch?v=umrO9cm4wjg\";s:19:\"vb_video_url_player\";s:0:\"\";s:14:\"vb_video_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/large-image.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"1\";s:14:\"source_vd_loop\";s:1:\"1\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc34483c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddc87da72\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb2fd83c\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluida360c38a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39a0f171\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"81\";s:14:\"bottom_padding\";s:2:\"88\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:12:{s:9:\"ssb_title\";s:119:\"<span class=\"fw-thin\">As standadard the Powrtouch come with <span class=\"fw-semibold\">everything you need</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:16:\"Find Your Dealer\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:14:\"element_scheme\";s:0:\"\";s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:25:\"PROFESSIONAL INSTALLATION\";s:15:\"ssb_single_desc\";s:77:\"High standard installation by a specialist at one of our trusted dealerships.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:12:\"DEMONSTATION\";s:15:\"ssb_single_desc\";s:63:\"Before you leave we will ensure you\'re shown exactly what to do\";}i:2;a:2:{s:16:\"ssb_single_title\";s:16:\"5 Years Warranty\";s:15:\"ssb_single_desc\";s:71:\"Real peace of mind, in the unlikely event of anything ever going wrong.\";}}s:15:\"ssb_imag_single\";a:1:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1381be60\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid01edc7e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0b43df6\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"26\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:59:\"Our <span class=\"text-custom fw-normal\">Motor Movers</span>\";s:11:\"te_subtitle\";s:109:\"Our range of caravan movers are well-suited for all caravans. See the Powrtouch family of motor movers below.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid616680e9\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcab38fce\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfae0a288\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:82:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Freedom.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:7:\"Freedom\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3806fc67\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:10:\"Learn More\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:23:\"btn-block btn-fullwidth\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9dead8c1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid218b9fb2\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc9e84675\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida1366778\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:96:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Single-Axle.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:23:\"Evolution (Single Axle)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4a00051a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid86f684b8\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid71ac714d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:35:\"/evolution-single-axle-auto-engage/\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluide4fafc03\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid29cd982c\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc47f9d29\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid46975d2e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:89:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Twin.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:30:\"Evolution (Twin Axle, 2 Motor)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e112a5a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidb09509c5\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluiddf43c44c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9bdeb25e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid4c752ecd\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidaeb26f50\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidba62844c\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:88:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-AWD.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:31:\"Evolution (Twin Axle, 4 Motor) \";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16078f63\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid6a591746\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid59a6184c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidf958e2da\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidb17d3cc3\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid325c06ac\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid767a4bc4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid631417c6\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"88\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:11:\"Help Centre\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:52:\"here we keep our manuals and troubleshooting guides.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6104520\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddbdefdb7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:16:\"Customer Service\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:64:\"We\'re dedicated to helping you! Contact us if you need anything.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb62d574f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb4fd9e3d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:19:\"Our Support Network\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:82:\"With our mobile engineers around the country, you\'re in safe hands with powrtouch!\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75d4229e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid715c8779\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid350c7d28\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"Customer Feedback\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:5:\"light\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide82ea897\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:11:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:9:\"MR TURNER\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:256:\"\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:11:\"MRS ANDREWS\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:79:\"“Text text text text text text text text text text text text text text text.\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:8:\"MR SMITH\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:118:\"“Text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";s:0:\"\";s:12:\"slidesToShow\";s:1:\"5\";s:13:\"autoplaySpeed\";s:4:\"3000\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid046edef1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid874b92a1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf3608cd8\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"WORK WITH US\";s:11:\"te_subtitle\";s:52:\"Are you a dealer or a mobile engineer? Get in touch!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3771e7bf\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid5ff7e00c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83ef0711\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:9:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:24:{s:11:\"button_text\";s:12:\"GET IN TOUCH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:20:\"cta_custom_color_hov\";s:0:\"\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:12:\"button_block\";s:9:\"btn-block\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:1:\"0\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac7595fc\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid93ef961e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida357b549\";}}'),
(9056,	3105,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:3:\"160\";s:14:\"bottom_padding\";s:3:\"160\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#eaeaea\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#010b11\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:32:\"Local Dealer Ideal (not working)\";s:11:\"te_subtitle\";s:22:\"Find your local dealer\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"30px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaea66613\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid654ecbe9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_SearchBox\";s:7:\"options\";a:13:{s:8:\"sb_style\";s:6:\"normal\";s:14:\"sb_placeholder\";s:6:\"typing\";s:19:\"sb_placeholder_text\";s:28:\"Start typing your address...\";s:11:\"sb_btn_type\";s:4:\"icon\";s:11:\"sb_btn_text\";s:0:\"\";s:12:\"sb_btn_width\";s:3:\"130\";s:13:\"sb_btn_height\";s:2:\"55\";s:14:\"sb_search_type\";s:2:\"wp\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd6a9f127\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4c174365\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05a120b4\";}}'),
(9057,	3105,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:3:\"160\";s:14:\"bottom_padding\";s:3:\"160\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#eaeaea\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#010b11\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:32:\"Local Dealer Ideal (not working)\";s:11:\"te_subtitle\";s:22:\"Find your local dealer\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"30px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaea66613\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid654ecbe9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_SearchBox\";s:7:\"options\";a:13:{s:8:\"sb_style\";s:6:\"normal\";s:14:\"sb_placeholder\";s:6:\"typing\";s:19:\"sb_placeholder_text\";s:28:\"Start typing your address...\";s:11:\"sb_btn_type\";s:4:\"icon\";s:11:\"sb_btn_text\";s:0:\"\";s:12:\"sb_btn_width\";s:3:\"130\";s:13:\"sb_btn_height\";s:2:\"55\";s:14:\"sb_search_type\";s:2:\"wp\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd6a9f127\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4c174365\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05a120b4\";}}'),
(9058,	3106,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:3:\"160\";s:14:\"bottom_padding\";s:3:\"160\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#eaeaea\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#010b11\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:46:\"Local Dealer Idea (not setup so will not work)\";s:11:\"te_subtitle\";s:22:\"Find your local dealer\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"30px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaea66613\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid654ecbe9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_SearchBox\";s:7:\"options\";a:13:{s:8:\"sb_style\";s:6:\"normal\";s:14:\"sb_placeholder\";s:6:\"typing\";s:19:\"sb_placeholder_text\";s:28:\"Start typing your address...\";s:11:\"sb_btn_type\";s:4:\"icon\";s:11:\"sb_btn_text\";s:0:\"\";s:12:\"sb_btn_width\";s:3:\"130\";s:13:\"sb_btn_height\";s:2:\"55\";s:14:\"sb_search_type\";s:2:\"wp\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd6a9f127\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4c174365\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05a120b4\";}}'),
(9059,	3106,	'zn_page_builder_els',	'a:1:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:3:\"160\";s:14:\"bottom_padding\";s:3:\"160\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#eaeaea\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#010b11\";s:22:\"source_overlay_opacity\";s:2:\"65\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:46:\"Local Dealer Idea (not setup so will not work)\";s:11:\"te_subtitle\";s:22:\"Find your local dealer\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"30px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaea66613\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid654ecbe9\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_SearchBox\";s:7:\"options\";a:13:{s:8:\"sb_style\";s:6:\"normal\";s:14:\"sb_placeholder\";s:6:\"typing\";s:19:\"sb_placeholder_text\";s:28:\"Start typing your address...\";s:11:\"sb_btn_type\";s:4:\"icon\";s:11:\"sb_btn_text\";s:0:\"\";s:12:\"sb_btn_width\";s:3:\"130\";s:13:\"sb_btn_height\";s:2:\"55\";s:14:\"sb_search_type\";s:2:\"wp\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd6a9f127\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid4c174365\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid05a120b4\";}}'),
(9239,	3163,	'zn_page_builder_els',	'a:10:{i:0;a:6:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:20:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"47\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:14:\"io_s_clickdrag\";s:1:\"1\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:23:\"io_s_fixdwidth_relative\";s:14:\"zn_dummy_value\";s:11:\"io_s_scroll\";s:1:\"0\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"single_iosslider\";a:1:{i:0;a:42:{s:13:\"io_slide_type\";s:5:\"image\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:14:\"io_slide_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/LeisureSales-scaled.jpg\";s:23:\"io_slide_image_vert_pos\";s:6:\"center\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:1:\"0\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:0:\"\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:37:\"Still the UK\'s Number 1 Caravan Mover\";s:16:\"io_slide_s_title\";s:31:\"Maneuvering caravans since 1991\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:4:\"#why\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:12:\"Find Out Why\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";s:0:\"\";s:3:\"uid\";s:13:\"eluida87a01a4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:65:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:3:\"why\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:15:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:159:\"<span class=\"fw-thin\">Powrtouch is the <span class=\"fw-semibold\">best motor mover</span> on the market and is backed by our 5 year no quibble guarantee!</span>\";s:16:\"page_ac_subtitle\";s:47:\"The hassle-free way to manoeuvring your caravan\";s:14:\"element_scheme\";s:0:\"\";s:14:\"page_ac_b_text\";s:24:\"Where\'s my local dealer?\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:29:\"/elements-search-box-element/\";s:6:\"target\";s:12:\"modal_iframe\";s:5:\"title\";s:0:\"\";}s:20:\"page_ac_b_link_style\";s:13:\"btn-fullwhite\";s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:21:\"page_ac_b_link2_style\";s:13:\"btn-fullcolor\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91fd4acb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid433d6915\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3b7aab4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"OKAY, SO WHY POWRTOUCH?\";s:11:\"te_subtitle\";s:54:\"Well, lots of reasons, but most importantly because...\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"44px\";s:11:\"line-height\";s:4:\"44px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#c8c8c8\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ed53a24\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f283e03\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09defe66\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"16\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"55\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:12:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"0\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:11:\"gutter_size\";s:9:\"gutter-md\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason One\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b5d0763\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6e30b380\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason Two\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c513217\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid275db0ce\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:12:\"Reason Three\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid353555af\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid82f98c7f\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:11:\"Reason Four\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0744e87\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid74d7b11a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida493fd7c\";}}s:5:\"width\";s:9:\"col-md-10\";s:3:\"uid\";s:13:\"eluid552752fe\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5927e1b\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:55:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:10:\"mc_pb_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"615\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"480\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"460\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"400\";s:7:\"unit_xs\";s:2:\"px\";}s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/truma-building-2.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:5:\"right\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:14:\"source_overlay\";s:1:\"2\";s:23:\"source_overlay_color_v2\";s:21:\"rgba(137,173,178,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaba43c07\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid89389bee\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"5%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"5%\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:58:\"About <span class=\"text-custom fw-normal\">Powrtouch</span>\";s:11:\"te_subtitle\";s:89:\"Strong 2 sentence statement about powrtouch. Strong 2 sentence statement about powrtouch.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf379133\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40ed4648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbe29e832\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:419:\"text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\r\n\r\ntext text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide026230f\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"More About Us\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:8:\"Click me\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidfb35db8a\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidbb0577fb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:25:{s:7:\"vb_type\";s:5:\"modal\";s:15:\"vb_video_source\";s:10:\"selfhosted\";s:12:\"vb_video_url\";s:43:\"https://www.youtube.com/watch?v=umrO9cm4wjg\";s:19:\"vb_video_url_player\";s:0:\"\";s:14:\"vb_video_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/large-image.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"1\";s:14:\"source_vd_loop\";s:1:\"1\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc34483c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddc87da72\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb2fd83c\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluida360c38a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39a0f171\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"81\";s:14:\"bottom_padding\";s:2:\"88\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:12:{s:9:\"ssb_title\";s:119:\"<span class=\"fw-thin\">As standadard the Powrtouch come with <span class=\"fw-semibold\">everything you need</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:16:\"Find Your Dealer\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:14:\"element_scheme\";s:0:\"\";s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:25:\"PROFESSIONAL INSTALLATION\";s:15:\"ssb_single_desc\";s:77:\"High standard installation by a specialist at one of our trusted dealerships.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:12:\"DEMONSTATION\";s:15:\"ssb_single_desc\";s:63:\"Before you leave we will ensure you\'re shown exactly what to do\";}i:2;a:2:{s:16:\"ssb_single_title\";s:16:\"5 Years Warranty\";s:15:\"ssb_single_desc\";s:71:\"Real peace of mind, in the unlikely event of anything ever going wrong.\";}}s:15:\"ssb_imag_single\";a:1:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1381be60\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid01edc7e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0b43df6\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"26\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:59:\"Our <span class=\"text-custom fw-normal\">Motor Movers</span>\";s:11:\"te_subtitle\";s:109:\"Our range of caravan movers are well-suited for all caravans. See the Powrtouch family of motor movers below.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid616680e9\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcab38fce\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfae0a288\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:82:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Freedom.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:7:\"Freedom\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3806fc67\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:10:\"Learn More\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:23:\"btn-block btn-fullwidth\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9dead8c1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid218b9fb2\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc9e84675\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida1366778\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:96:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Single-Axle.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:23:\"Evolution (Single Axle)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4a00051a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid86f684b8\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid71ac714d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:35:\"/evolution-single-axle-auto-engage/\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluide4fafc03\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid29cd982c\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc47f9d29\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid46975d2e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:89:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Twin.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:30:\"Evolution (Twin Axle, 2 Motor)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e112a5a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidb09509c5\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluiddf43c44c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9bdeb25e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid4c752ecd\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidaeb26f50\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidba62844c\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:88:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-AWD.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:31:\"Evolution (Twin Axle, 4 Motor) \";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16078f63\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid6a591746\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid59a6184c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidf958e2da\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidb17d3cc3\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid325c06ac\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid767a4bc4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid631417c6\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"88\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:11:\"Help Centre\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:52:\"here we keep our manuals and troubleshooting guides.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6104520\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddbdefdb7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:16:\"Customer Service\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:64:\"We\'re dedicated to helping you! Contact us if you need anything.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb62d574f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb4fd9e3d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:19:\"Our Support Network\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:82:\"With our mobile engineers around the country, you\'re in safe hands with powrtouch!\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75d4229e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid715c8779\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid350c7d28\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"Customer Feedback\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:5:\"light\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide82ea897\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:11:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:9:\"MR TURNER\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:256:\"\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:11:\"MRS ANDREWS\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:79:\"“Text text text text text text text text text text text text text text text.\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:8:\"MR SMITH\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:118:\"“Text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";s:0:\"\";s:12:\"slidesToShow\";s:1:\"5\";s:13:\"autoplaySpeed\";s:4:\"3000\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid046edef1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid874b92a1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf3608cd8\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"WORK WITH US\";s:11:\"te_subtitle\";s:52:\"Are you a dealer or a mobile engineer? Get in touch!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3771e7bf\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid5ff7e00c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83ef0711\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:9:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:24:{s:11:\"button_text\";s:12:\"GET IN TOUCH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:20:\"cta_custom_color_hov\";s:0:\"\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:12:\"button_block\";s:9:\"btn-block\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:1:\"0\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac7595fc\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid93ef961e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida357b549\";}}'),
(9197,	3145,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581688876;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9198,	3146,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581692676;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9199,	3147,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581704957;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9200,	3148,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581708596;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9201,	3149,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581727896;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9202,	3150,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581731555;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9203,	3151,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581735155;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9204,	3152,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581786561;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9205,	3153,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581855567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9206,	3154,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581931248;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9207,	3155,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581934904;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}');
INSERT INTO `wpmq_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9241,	3164,	'zn_page_builder_els',	'a:10:{i:0;a:6:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:20:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"47\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:14:\"io_s_clickdrag\";s:1:\"1\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:23:\"io_s_fixdwidth_relative\";s:14:\"zn_dummy_value\";s:11:\"io_s_scroll\";s:1:\"0\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"single_iosslider\";a:1:{i:0;a:42:{s:13:\"io_slide_type\";s:5:\"image\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:14:\"io_slide_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/LeisureSales-scaled.jpg\";s:23:\"io_slide_image_vert_pos\";s:6:\"center\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:1:\"0\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:0:\"\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:37:\"Still the UK\'s Number 1 Caravan Mover\";s:16:\"io_slide_s_title\";s:31:\"Maneuvering caravans since 1991\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:4:\"#why\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:12:\"Find Out Why\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";s:0:\"\";s:3:\"uid\";s:13:\"eluida87a01a4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:65:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:3:\"why\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:15:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:159:\"<span class=\"fw-thin\">Powrtouch is the <span class=\"fw-semibold\">best motor mover</span> on the market and is backed by our 5 year no quibble guarantee!</span>\";s:16:\"page_ac_subtitle\";s:47:\"The hassle-free way to manoeuvring your caravan\";s:14:\"element_scheme\";s:0:\"\";s:14:\"page_ac_b_text\";s:24:\"Where\'s my local dealer?\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:29:\"/elements-search-box-element/\";s:6:\"target\";s:12:\"modal_iframe\";s:5:\"title\";s:0:\"\";}s:20:\"page_ac_b_link_style\";s:13:\"btn-fullwhite\";s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:21:\"page_ac_b_link2_style\";s:13:\"btn-fullcolor\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91fd4acb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid433d6915\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3b7aab4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"OKAY, SO WHY POWRTOUCH?\";s:11:\"te_subtitle\";s:54:\"Well, lots of reasons, but most importantly because...\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"44px\";s:11:\"line-height\";s:4:\"44px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#c8c8c8\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ed53a24\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f283e03\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09defe66\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"16\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"55\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:12:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"0\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:11:\"gutter_size\";s:9:\"gutter-md\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason One\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b5d0763\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6e30b380\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason Two\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c513217\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid275db0ce\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:12:\"Reason Three\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid353555af\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid82f98c7f\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:11:\"Reason Four\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0744e87\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid74d7b11a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida493fd7c\";}}s:5:\"width\";s:9:\"col-md-10\";s:3:\"uid\";s:13:\"eluid552752fe\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5927e1b\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:55:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:10:\"mc_pb_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"615\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"480\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"460\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"400\";s:7:\"unit_xs\";s:2:\"px\";}s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/truma-building-2.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:5:\"right\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:14:\"source_overlay\";s:1:\"2\";s:23:\"source_overlay_color_v2\";s:21:\"rgba(137,173,178,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaba43c07\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid89389bee\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"5%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"5%\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:58:\"About <span class=\"text-custom fw-normal\">Powrtouch</span>\";s:11:\"te_subtitle\";s:89:\"Strong 2 sentence statement about powrtouch. Strong 2 sentence statement about powrtouch.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf379133\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40ed4648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbe29e832\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:419:\"text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\r\n\r\ntext text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide026230f\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"More About Us\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:8:\"Click me\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidfb35db8a\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidbb0577fb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:25:{s:7:\"vb_type\";s:5:\"modal\";s:15:\"vb_video_source\";s:10:\"selfhosted\";s:12:\"vb_video_url\";s:43:\"https://www.youtube.com/watch?v=umrO9cm4wjg\";s:19:\"vb_video_url_player\";s:0:\"\";s:14:\"vb_video_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/large-image.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"1\";s:14:\"source_vd_loop\";s:1:\"1\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc34483c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddc87da72\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb2fd83c\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluida360c38a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39a0f171\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"81\";s:14:\"bottom_padding\";s:2:\"88\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:12:{s:9:\"ssb_title\";s:119:\"<span class=\"fw-thin\">As standadard the Powrtouch come with <span class=\"fw-semibold\">everything you need</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:16:\"Find Your Dealer\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:14:\"element_scheme\";s:0:\"\";s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:25:\"PROFESSIONAL INSTALLATION\";s:15:\"ssb_single_desc\";s:77:\"High standard installation by a specialist at one of our trusted dealerships.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:12:\"DEMONSTATION\";s:15:\"ssb_single_desc\";s:63:\"Before you leave we will ensure you\'re shown exactly what to do\";}i:2;a:2:{s:16:\"ssb_single_title\";s:16:\"5 Years Warranty\";s:15:\"ssb_single_desc\";s:71:\"Real peace of mind, in the unlikely event of anything ever going wrong.\";}}s:15:\"ssb_imag_single\";a:1:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1381be60\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid01edc7e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0b43df6\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"26\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:59:\"Our <span class=\"text-custom fw-normal\">Motor Movers</span>\";s:11:\"te_subtitle\";s:109:\"Our range of caravan movers are well-suited for all caravans. See the Powrtouch family of motor movers below.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid616680e9\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcab38fce\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfae0a288\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:82:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Freedom.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:7:\"Freedom\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3806fc67\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:10:\"Learn More\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:23:\"btn-block btn-fullwidth\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9dead8c1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid218b9fb2\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc9e84675\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida1366778\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:96:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Single-Axle.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:23:\"Evolution (Single Axle)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4a00051a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid86f684b8\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid71ac714d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:35:\"/evolution-single-axle-auto-engage/\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluide4fafc03\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid29cd982c\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc47f9d29\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid46975d2e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:89:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Twin.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:30:\"Evolution (Twin Axle, 2 Motor)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e112a5a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidb09509c5\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluiddf43c44c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9bdeb25e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid4c752ecd\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidaeb26f50\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidba62844c\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:88:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-AWD.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:31:\"Evolution (Twin Axle, 4 Motor) \";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16078f63\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid6a591746\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid59a6184c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidf958e2da\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidb17d3cc3\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid325c06ac\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid767a4bc4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid631417c6\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"88\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:11:\"Help Centre\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:52:\"here we keep our manuals and troubleshooting guides.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6104520\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddbdefdb7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:16:\"Customer Service\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:64:\"We\'re dedicated to helping you! Contact us if you need anything.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb62d574f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb4fd9e3d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:19:\"Our Support Network\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:82:\"With our mobile engineers around the country, you\'re in safe hands with powrtouch!\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75d4229e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid715c8779\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid350c7d28\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"Customer Feedback\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:5:\"light\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide82ea897\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:11:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:9:\"MR TURNER\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:256:\"\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:11:\"MRS ANDREWS\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:79:\"“Text text text text text text text text text text text text text text text.\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:8:\"MR SMITH\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:118:\"“Text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";s:0:\"\";s:12:\"slidesToShow\";s:1:\"5\";s:13:\"autoplaySpeed\";s:4:\"3000\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid046edef1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid874b92a1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf3608cd8\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"WORK WITH US\";s:11:\"te_subtitle\";s:52:\"Are you a dealer or a mobile engineer? Get in touch!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3771e7bf\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid5ff7e00c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83ef0711\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:9:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:24:{s:11:\"button_text\";s:12:\"GET IN TOUCH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:20:\"cta_custom_color_hov\";s:0:\"\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:12:\"button_block\";s:9:\"btn-block\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:1:\"0\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac7595fc\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid93ef961e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida357b549\";}}'),
(9240,	3164,	'zn_page_builder_els',	'a:10:{i:0;a:6:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:20:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"47\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:14:\"io_s_clickdrag\";s:1:\"1\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:23:\"io_s_fixdwidth_relative\";s:14:\"zn_dummy_value\";s:11:\"io_s_scroll\";s:1:\"0\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"single_iosslider\";a:1:{i:0;a:42:{s:13:\"io_slide_type\";s:5:\"image\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:14:\"io_slide_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/LeisureSales-scaled.jpg\";s:23:\"io_slide_image_vert_pos\";s:6:\"center\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:1:\"0\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:0:\"\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:37:\"Still the UK\'s Number 1 Caravan Mover\";s:16:\"io_slide_s_title\";s:31:\"Maneuvering caravans since 1991\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:4:\"#why\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:12:\"Find Out Why\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";s:0:\"\";s:3:\"uid\";s:13:\"eluida87a01a4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:65:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:3:\"why\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:15:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:159:\"<span class=\"fw-thin\">Powrtouch is the <span class=\"fw-semibold\">best motor mover</span> on the market and is backed by our 5 year no quibble guarantee!</span>\";s:16:\"page_ac_subtitle\";s:47:\"The hassle-free way to manoeuvring your caravan\";s:14:\"element_scheme\";s:0:\"\";s:14:\"page_ac_b_text\";s:24:\"Where\'s my local dealer?\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:29:\"/elements-search-box-element/\";s:6:\"target\";s:12:\"modal_iframe\";s:5:\"title\";s:0:\"\";}s:20:\"page_ac_b_link_style\";s:13:\"btn-fullwhite\";s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:21:\"page_ac_b_link2_style\";s:13:\"btn-fullcolor\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91fd4acb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid433d6915\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3b7aab4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"OKAY, SO WHY POWRTOUCH?\";s:11:\"te_subtitle\";s:54:\"Well, lots of reasons, but most importantly because...\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"44px\";s:11:\"line-height\";s:4:\"44px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#c8c8c8\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ed53a24\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f283e03\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09defe66\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"16\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"55\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:12:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"0\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:11:\"gutter_size\";s:9:\"gutter-md\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason One\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b5d0763\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6e30b380\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason Two\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c513217\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid275db0ce\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:12:\"Reason Three\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid353555af\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid82f98c7f\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:11:\"Reason Four\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0744e87\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid74d7b11a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida493fd7c\";}}s:5:\"width\";s:9:\"col-md-10\";s:3:\"uid\";s:13:\"eluid552752fe\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5927e1b\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:55:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:10:\"mc_pb_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"615\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"480\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"460\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"400\";s:7:\"unit_xs\";s:2:\"px\";}s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/truma-building-2.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:5:\"right\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:14:\"source_overlay\";s:1:\"2\";s:23:\"source_overlay_color_v2\";s:21:\"rgba(137,173,178,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaba43c07\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid89389bee\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"5%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"5%\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:58:\"About <span class=\"text-custom fw-normal\">Powrtouch</span>\";s:11:\"te_subtitle\";s:89:\"Strong 2 sentence statement about powrtouch. Strong 2 sentence statement about powrtouch.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf379133\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40ed4648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbe29e832\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:419:\"text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\r\n\r\ntext text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide026230f\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"More About Us\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:8:\"Click me\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidfb35db8a\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidbb0577fb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:25:{s:7:\"vb_type\";s:5:\"modal\";s:15:\"vb_video_source\";s:10:\"selfhosted\";s:12:\"vb_video_url\";s:43:\"https://www.youtube.com/watch?v=umrO9cm4wjg\";s:19:\"vb_video_url_player\";s:0:\"\";s:14:\"vb_video_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/large-image.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"1\";s:14:\"source_vd_loop\";s:1:\"1\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc34483c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddc87da72\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb2fd83c\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluida360c38a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39a0f171\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"81\";s:14:\"bottom_padding\";s:2:\"88\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:12:{s:9:\"ssb_title\";s:119:\"<span class=\"fw-thin\">As standadard the Powrtouch come with <span class=\"fw-semibold\">everything you need</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:16:\"Find Your Dealer\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:14:\"element_scheme\";s:0:\"\";s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:25:\"PROFESSIONAL INSTALLATION\";s:15:\"ssb_single_desc\";s:77:\"High standard installation by a specialist at one of our trusted dealerships.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:12:\"DEMONSTATION\";s:15:\"ssb_single_desc\";s:63:\"Before you leave we will ensure you\'re shown exactly what to do\";}i:2;a:2:{s:16:\"ssb_single_title\";s:16:\"5 Years Warranty\";s:15:\"ssb_single_desc\";s:71:\"Real peace of mind, in the unlikely event of anything ever going wrong.\";}}s:15:\"ssb_imag_single\";a:1:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1381be60\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid01edc7e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0b43df6\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"26\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:59:\"Our <span class=\"text-custom fw-normal\">Motor Movers</span>\";s:11:\"te_subtitle\";s:109:\"Our range of caravan movers are well-suited for all caravans. See the Powrtouch family of motor movers below.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid616680e9\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcab38fce\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfae0a288\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:82:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Freedom.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:7:\"Freedom\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3806fc67\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:10:\"Learn More\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:23:\"btn-block btn-fullwidth\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9dead8c1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid218b9fb2\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc9e84675\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida1366778\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:96:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Single-Axle.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:23:\"Evolution (Single Axle)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4a00051a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid86f684b8\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid71ac714d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:35:\"/evolution-single-axle-auto-engage/\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluide4fafc03\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid29cd982c\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc47f9d29\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid46975d2e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:89:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Twin.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:30:\"Evolution (Twin Axle, 2 Motor)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e112a5a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidb09509c5\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluiddf43c44c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9bdeb25e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid4c752ecd\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidaeb26f50\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidba62844c\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:88:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-AWD.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:31:\"Evolution (Twin Axle, 4 Motor) \";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16078f63\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid6a591746\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid59a6184c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidf958e2da\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidb17d3cc3\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid325c06ac\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid767a4bc4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid631417c6\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"88\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:11:\"Help Centre\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:52:\"here we keep our manuals and troubleshooting guides.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6104520\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddbdefdb7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:16:\"Customer Service\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:64:\"We\'re dedicated to helping you! Contact us if you need anything.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb62d574f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb4fd9e3d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:19:\"Our Support Network\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:82:\"With our mobile engineers around the country, you\'re in safe hands with powrtouch!\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75d4229e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid715c8779\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid350c7d28\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"Customer Feedback\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:5:\"light\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide82ea897\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:11:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:9:\"MR TURNER\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:256:\"\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:11:\"MRS ANDREWS\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:79:\"“Text text text text text text text text text text text text text text text.\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:8:\"MR SMITH\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:118:\"“Text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";s:0:\"\";s:12:\"slidesToShow\";s:1:\"5\";s:13:\"autoplaySpeed\";s:4:\"3000\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid046edef1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid874b92a1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf3608cd8\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"WORK WITH US\";s:11:\"te_subtitle\";s:52:\"Are you a dealer or a mobile engineer? Get in touch!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3771e7bf\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid5ff7e00c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83ef0711\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:9:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:24:{s:11:\"button_text\";s:12:\"GET IN TOUCH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:20:\"cta_custom_color_hov\";s:0:\"\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:12:\"button_block\";s:9:\"btn-block\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:1:\"0\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac7595fc\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid93ef961e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida357b549\";}}'),
(9242,	3165,	'zn_page_builder_els',	'a:10:{i:0;a:6:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:20:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"47\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:14:\"io_s_clickdrag\";s:1:\"1\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:23:\"io_s_fixdwidth_relative\";s:14:\"zn_dummy_value\";s:11:\"io_s_scroll\";s:1:\"0\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"single_iosslider\";a:1:{i:0;a:42:{s:13:\"io_slide_type\";s:5:\"image\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:14:\"io_slide_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/LeisureSales-scaled.jpg\";s:23:\"io_slide_image_vert_pos\";s:6:\"center\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:1:\"0\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:0:\"\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:37:\"Still the UK\'s Number 1 Caravan Mover\";s:16:\"io_slide_s_title\";s:31:\"Maneuvering caravans since 1991\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:4:\"#why\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:12:\"Find Out Why\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";s:0:\"\";s:3:\"uid\";s:13:\"eluida87a01a4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:65:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:3:\"why\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:15:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:159:\"<span class=\"fw-thin\">Powrtouch is the <span class=\"fw-semibold\">best motor mover</span> on the market and is backed by our 5 year no quibble guarantee!</span>\";s:16:\"page_ac_subtitle\";s:47:\"The hassle-free way to manoeuvring your caravan\";s:14:\"element_scheme\";s:0:\"\";s:14:\"page_ac_b_text\";s:24:\"Where\'s my local dealer?\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:29:\"/elements-search-box-element/\";s:6:\"target\";s:12:\"modal_iframe\";s:5:\"title\";s:0:\"\";}s:20:\"page_ac_b_link_style\";s:13:\"btn-fullwhite\";s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:21:\"page_ac_b_link2_style\";s:13:\"btn-fullcolor\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91fd4acb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid433d6915\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3b7aab4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"OKAY, SO WHY POWRTOUCH?\";s:11:\"te_subtitle\";s:54:\"Well, lots of reasons, but most importantly because...\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"44px\";s:11:\"line-height\";s:4:\"44px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#c8c8c8\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ed53a24\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f283e03\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09defe66\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"16\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"55\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:12:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"0\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:11:\"gutter_size\";s:9:\"gutter-md\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason One\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b5d0763\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6e30b380\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason Two\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c513217\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid275db0ce\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:12:\"Reason Three\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid353555af\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid82f98c7f\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:11:\"Reason Four\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0744e87\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid74d7b11a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida493fd7c\";}}s:5:\"width\";s:9:\"col-md-10\";s:3:\"uid\";s:13:\"eluid552752fe\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5927e1b\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:55:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:10:\"mc_pb_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"615\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"480\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"460\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"400\";s:7:\"unit_xs\";s:2:\"px\";}s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/truma-building-2.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:5:\"right\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:14:\"source_overlay\";s:1:\"2\";s:23:\"source_overlay_color_v2\";s:21:\"rgba(137,173,178,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaba43c07\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid89389bee\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"5%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"5%\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:58:\"About <span class=\"text-custom fw-normal\">Powrtouch</span>\";s:11:\"te_subtitle\";s:89:\"Strong 2 sentence statement about powrtouch. Strong 2 sentence statement about powrtouch.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf379133\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40ed4648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbe29e832\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:419:\"text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\r\n\r\ntext text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide026230f\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"More About Us\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:8:\"Click me\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidfb35db8a\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidbb0577fb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:25:{s:7:\"vb_type\";s:5:\"modal\";s:15:\"vb_video_source\";s:10:\"selfhosted\";s:12:\"vb_video_url\";s:43:\"https://www.youtube.com/watch?v=umrO9cm4wjg\";s:19:\"vb_video_url_player\";s:0:\"\";s:14:\"vb_video_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/large-image.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"1\";s:14:\"source_vd_loop\";s:1:\"1\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc34483c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddc87da72\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb2fd83c\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluida360c38a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39a0f171\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"81\";s:14:\"bottom_padding\";s:2:\"88\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:12:{s:9:\"ssb_title\";s:119:\"<span class=\"fw-thin\">As standadard the Powrtouch come with <span class=\"fw-semibold\">everything you need</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:16:\"Find Your Dealer\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:14:\"element_scheme\";s:0:\"\";s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:25:\"PROFESSIONAL INSTALLATION\";s:15:\"ssb_single_desc\";s:77:\"High standard installation by a specialist at one of our trusted dealerships.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:12:\"DEMONSTATION\";s:15:\"ssb_single_desc\";s:63:\"Before you leave we will ensure you\'re shown exactly what to do\";}i:2;a:2:{s:16:\"ssb_single_title\";s:16:\"5 Years Warranty\";s:15:\"ssb_single_desc\";s:71:\"Real peace of mind, in the unlikely event of anything ever going wrong.\";}}s:15:\"ssb_imag_single\";a:1:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1381be60\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid01edc7e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0b43df6\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"26\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:59:\"Our <span class=\"text-custom fw-normal\">Motor Movers</span>\";s:11:\"te_subtitle\";s:109:\"Our range of caravan movers are well-suited for all caravans. See the Powrtouch family of motor movers below.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid616680e9\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcab38fce\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfae0a288\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:82:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Freedom.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:7:\"Freedom\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3806fc67\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:10:\"Learn More\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:23:\"btn-block btn-fullwidth\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9dead8c1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid218b9fb2\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc9e84675\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida1366778\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:96:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Single-Axle.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:23:\"Evolution (Single Axle)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4a00051a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid86f684b8\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid71ac714d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:35:\"/evolution-single-axle-auto-engage/\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluide4fafc03\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid29cd982c\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc47f9d29\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid46975d2e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:89:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Twin.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:30:\"Evolution (Twin Axle, 2 Motor)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e112a5a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidb09509c5\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluiddf43c44c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9bdeb25e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid4c752ecd\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidaeb26f50\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidba62844c\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:88:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-AWD.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:31:\"Evolution (Twin Axle, 4 Motor) \";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16078f63\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid6a591746\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid59a6184c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidf958e2da\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidb17d3cc3\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid325c06ac\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid767a4bc4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid631417c6\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"88\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:11:\"Help Centre\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:52:\"here we keep our manuals and troubleshooting guides.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6104520\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddbdefdb7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:16:\"Customer Service\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:64:\"We\'re dedicated to helping you! Contact us if you need anything.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb62d574f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb4fd9e3d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:19:\"Our Support Network\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:82:\"With our mobile engineers around the country, you\'re in safe hands with powrtouch!\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75d4229e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid715c8779\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid350c7d28\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"Customer Feedback\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:5:\"light\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide82ea897\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:11:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:9:\"MR TURNER\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:256:\"\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:11:\"MRS ANDREWS\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:79:\"“Text text text text text text text text text text text text text text text.\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:8:\"MR SMITH\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:118:\"“Text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";s:0:\"\";s:12:\"slidesToShow\";s:1:\"5\";s:13:\"autoplaySpeed\";s:4:\"3000\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid046edef1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid874b92a1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf3608cd8\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"WORK WITH US\";s:11:\"te_subtitle\";s:52:\"Are you a dealer or a mobile engineer? Get in touch!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3771e7bf\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid5ff7e00c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83ef0711\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:9:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:24:{s:11:\"button_text\";s:12:\"GET IN TOUCH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:20:\"cta_custom_color_hov\";s:0:\"\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:12:\"button_block\";s:9:\"btn-block\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:1:\"0\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac7595fc\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid93ef961e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida357b549\";}}'),
(9244,	3166,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581954358;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9245,	3168,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581961376;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9246,	3169,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581966431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9247,	3170,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582023630;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9248,	3172,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582027241;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9249,	3173,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582030901;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9250,	3174,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582034501;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9251,	3175,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582038161;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9252,	3176,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582041845;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9253,	3177,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582045445;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9254,	3178,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582049304;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(9257,	3180,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:28:\"TH_StaticContentProductLoupe\";s:7:\"options\";a:46:{s:9:\"ww_height\";s:3:\"700\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:8:\"sc_title\";s:114:\"<span class=\"fw-semibold\">The Powrtouch Evolution </span></br><span class=\"fw-thin\">Single Axle Auto Engage</span>\";s:11:\"sc_lp_image\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";s:18:\"sc_lp_custom_width\";s:3:\"653\";s:14:\"sc_lp_features\";s:124:\"High Performance\r\nManoeuvre caravans up to 2000kg\r\nRobust & Lightweight materials\r\nManufactured in the UK\r\n5 years guarantee\";s:13:\"sc_lp_button1\";s:10:\"LEARN MORE\";s:18:\"sc_lp_button1_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button1_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue086\";}s:19:\"sc_lp_button1_style\";s:13:\"btn btn-lined\";s:24:\"sc_lp_button1_icon_style\";s:1:\"0\";s:10:\"sc_bt_text\";s:2:\"or\";s:13:\"sc_2p_button1\";s:22:\"FIND YOUR LOCAL DEALER\";s:18:\"sc_lp_button2_link\";a:3:{s:3:\"url\";s:27:\"elements-search-box-element\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button2_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue062\";}s:19:\"sc_lp_button2_style\";s:17:\"btn btn-fullcolor\";s:24:\"sc_lp_button2_icon_style\";s:1:\"0\";s:15:\"ww_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/building-unit.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:8:\"##cd2122\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:8:\"##535353\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"50\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3ddd649\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:50:\"The Powrtouch Evolution (Single Axle, Auto Engage)\";s:11:\"te_subtitle\";s:41:\"Makes manoeuvring your caravan effortless\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95b9e50b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid69922d8a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:65:\"The only option when it comes to choosing your next caravan mover\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8810abcc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid746f3726\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:448:\"The powrtouch evolution single axle, auto engage is the most advanced caravan mover on the market. With it\'s turning circle precise to 1mm and ability to move a caravan of up to 2000kg up a 1/4 (25%) incline it is a truly remarkable piece of kit.\r\n\r\nManufactured within the UK, The Powrtouch evolution single axle, automatic engagement, caravan mover is built to last and for your peace of mind provided with a generous 5-year no-quibble guarantee!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2817559c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide477de10\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:13:\"TH_CustomHTML\";s:7:\"options\";a:6:{s:11:\"custom_html\";s:634:\"<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<style>\r\ntable {\r\n  border-collapse: collapse;\r\n  width: 100%;\r\n}\r\n\r\nth, td {\r\n  text-align: left;\r\n  padding: 8px;\r\n}\r\n\r\ntr:nth-child(odd) {background-color: #f2f2f2;}\r\n</style>\r\n</head>\r\n<body>\r\n\r\n<table>\r\n  <tr>\r\n  <td>Model</td>\r\n  <td>Powrtouch Evolution Single Axle, Auto Engage</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Roller Engagement</td>\r\n  <td>Auto</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Operating Voltate</td>\r\n  <td>12v</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Average Current Consumption</td>\r\n  <td>20 A</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Max Current Consumption</td>\r\n  <td>80 A</td>\r\n  </tr>\r\n</table>\r\n\r\n</body>\r\n</html>\r\n\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidbdf866b8\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc5f099db\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid38d43504\";}}'),
(9255,	3179,	'zn_page_builder_els',	'a:2:{i:0;a:5:{s:6:\"object\";s:28:\"TH_StaticContentProductLoupe\";s:7:\"options\";a:46:{s:9:\"ww_height\";s:3:\"700\";s:13:\"sc_fullscreen\";s:1:\"0\";s:12:\"sc_scrolling\";s:1:\"0\";s:17:\"sc_scrolling_type\";s:18:\"translate_op_scale\";s:8:\"sc_title\";s:114:\"<span class=\"fw-semibold\">The Powrtouch Evolution </span></br><span class=\"fw-thin\">Single Axle Auto Engage</span>\";s:11:\"sc_lp_image\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";s:18:\"sc_lp_custom_width\";s:3:\"653\";s:14:\"sc_lp_features\";s:124:\"High Performance\r\nManoeuvre caravans up to 2000kg\r\nRobust & Lightweight materials\r\nManufactured in the UK\r\n5 years guarantee\";s:13:\"sc_lp_button1\";s:10:\"LEARN MORE\";s:18:\"sc_lp_button1_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button1_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue086\";}s:19:\"sc_lp_button1_style\";s:13:\"btn btn-lined\";s:24:\"sc_lp_button1_icon_style\";s:1:\"0\";s:10:\"sc_bt_text\";s:2:\"or\";s:13:\"sc_2p_button1\";s:22:\"FIND YOUR LOCAL DEALER\";s:18:\"sc_lp_button2_link\";a:3:{s:3:\"url\";s:27:\"elements-search-box-element\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:18:\"sc_lp_button2_icon\";a:2:{s:6:\"family\";s:27:\"glyphicons_halflingsregular\";s:7:\"unicode\";s:5:\"ue062\";}s:19:\"sc_lp_button2_style\";s:17:\"btn btn-fullcolor\";s:24:\"sc_lp_button2_icon_style\";s:1:\"0\";s:15:\"ww_header_style\";s:13:\"neutral_color\";s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:78:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/building-unit.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:8:\"##cd2122\";s:22:\"source_overlay_opacity\";s:2:\"50\";s:29:\"source_overlay_color_gradient\";s:8:\"##535353\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"50\";s:16:\"hm_header_bmasks\";s:5:\"mask4\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3ddd649\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:0:{}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:50:\"The Powrtouch Evolution (Single Axle, Auto Engage)\";s:11:\"te_subtitle\";s:41:\"Makes manoeuvring your caravan effortless\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid95b9e50b\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid69922d8a\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:65:\"The only option when it comes to choosing your next caravan mover\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";s:11:\"font-weight\";s:3:\"800\";s:5:\"color\";s:7:\"#7c7c7c\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid8810abcc\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid746f3726\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:448:\"The powrtouch evolution single axle, auto engage is the most advanced caravan mover on the market. With it\'s turning circle precise to 1mm and ability to move a caravan of up to 2000kg up a 1/4 (25%) incline it is a truly remarkable piece of kit.\r\n\r\nManufactured within the UK, The Powrtouch evolution single axle, automatic engagement, caravan mover is built to last and for your peace of mind provided with a generous 5-year no-quibble guarantee!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2817559c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluide477de10\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:789:\"<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<style>\r\ntable {\r\n  border-collapse: collapse;\r\n  width: 100%;\r\n}\r\n\r\nth, td {\r\n  text-align: left;\r\n  padding: 8px;\r\n}\r\n\r\ntr:nth-child(even) {background-color: #f2f2f2;}\r\n</style>\r\n</head>\r\n<body>\r\n\r\n<h2>Striped Table</h2>\r\n<p>For zebra-striped tables, use the nth-child() selector and add a background-color to all even (or odd) table rows:</p>\r\n\r\n<table>\r\n  <tr>\r\n  <th>First Name</th>\r\n  <th>Last Name</th>\r\n  <th>Points</th>\r\n  </tr>\r\n  <tr>\r\n  <td>Peter</td>\r\n  <td>Griffin</td>\r\n  <td>$100</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Lois</td>\r\n  <td>Griffin</td>\r\n  <td>$150</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Joe</td>\r\n  <td>Swanson</td>\r\n  <td>$300</td>\r\n  </tr>\r\n  <tr>\r\n  <td>Cleveland</td>\r\n  <td>Brown</td>\r\n  <td>$250</td>\r\n  </tr>\r\n</table>\r\n\r\n</body>\r\n</html>\r\n\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid9efd8230\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidc5f099db\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid38d43504\";}}'),
(9171,	3139,	'zn_page_builder_els',	'a:3:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 1\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid82bd955e\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid243b0216\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfbb8a324\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida7b4d316\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0302f0e5\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid45ff1e64\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid511f9d89\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid2d074d58\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid50656a47\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide09af146\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid46b79861\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidcdc0fb4c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid70728fbb\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:66:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:15:\"enable_parallax\";s:2:\"no\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 2\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidecf44c53\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb7482d01\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid25fbfe75\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid416c7255\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7e9d7fcc\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidca564ba2\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidca2c9194\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7f05a31c\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid529d3257\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb425a3a0\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbff41a76\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid5ddb96bb\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid55751eac\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 3\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf9710548\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid832a5fa9\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide512ebf0\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid9f46ba37\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid944a20f8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidaf3a58b0\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14396bf3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid246f2ff6\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7f8b3e9f\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid70751cc0\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1c4cc6f3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid25f5ceb1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcdd909f5\";}}'),
(9172,	3140,	'zn_page_builder_els',	'a:4:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:66:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:15:\"enable_parallax\";s:2:\"no\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:26:\"Frequently Asked Questions\";s:11:\"te_subtitle\";s:33:\"Answering the most common queries\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid81381874\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7818c017\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf930c8ae\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 1\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid82bd955e\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid243b0216\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfbb8a324\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida7b4d316\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0302f0e5\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid45ff1e64\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid511f9d89\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid2d074d58\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid50656a47\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide09af146\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid46b79861\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidcdc0fb4c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid70728fbb\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:66:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:15:\"enable_parallax\";s:2:\"no\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 2\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidecf44c53\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb7482d01\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid25fbfe75\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid416c7255\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7e9d7fcc\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidca564ba2\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidca2c9194\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7f05a31c\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid529d3257\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb425a3a0\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbff41a76\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid5ddb96bb\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid55751eac\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 3\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf9710548\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid832a5fa9\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide512ebf0\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid9f46ba37\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid944a20f8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidaf3a58b0\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14396bf3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid246f2ff6\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7f8b3e9f\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid70751cc0\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1c4cc6f3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid25f5ceb1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcdd909f5\";}}'),
(9173,	3140,	'zn_page_builder_els',	'a:4:{i:0;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:66:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:15:\"enable_parallax\";s:2:\"no\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:26:\"Frequently Asked Questions\";s:11:\"te_subtitle\";s:33:\"Answering the most common queries\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"2\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"40px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#2d2d2d\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:7:\"#707070\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid81381874\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7818c017\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf930c8ae\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"60\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 1\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid82bd955e\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid243b0216\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfbb8a324\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluida7b4d316\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid0302f0e5\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid45ff1e64\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid511f9d89\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid2d074d58\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid50656a47\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluide09af146\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid46b79861\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidcdc0fb4c\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid70728fbb\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:66:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:15:\"enable_parallax\";s:2:\"no\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 2\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidecf44c53\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb7482d01\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid25fbfe75\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid416c7255\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7e9d7fcc\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidca564ba2\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidca2c9194\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid7f05a31c\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid529d3257\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidb425a3a0\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbff41a76\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid5ddb96bb\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid55751eac\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"25\";s:14:\"bottom_padding\";s:2:\"60\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_Accordion\";s:7:\"options\";a:10:{s:9:\"acc_title\";s:10:\"Category 3\";s:9:\"acc_style\";s:6:\"style3\";s:14:\"element_scheme\";s:0:\"\";s:13:\"acc_behaviour\";s:3:\"tgg\";s:16:\"accordion_single\";a:5:{i:0;a:2:{s:16:\"acc_single_title\";s:24:\"How much is a Powrtouch?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:1;a:2:{s:16:\"acc_single_title\";s:58:\"How long will it take to have the caravan mover delivered?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:2;a:2:{s:16:\"acc_single_title\";s:60:\"Where do I need to take the caravan to have the unit fitted?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:3;a:2:{s:16:\"acc_single_title\";s:58:\"What degree of slope will the Powrtouch move a caravan up?\";s:12:\"acc_colapsed\";s:2:\"no\";}i:4;a:2:{s:16:\"acc_single_title\";s:34:\"How much does the Powrtouch weigh?\";s:12:\"acc_colapsed\";s:2:\"no\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:6:{i:0;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:80:\"That depends on the model you need. Which make and model of caravan do you have?\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf9710548\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid832a5fa9\";}}i:1;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:153:\"Approximately two to three weeks, although if you need the caravan mover unit sooner we would do our best to get the unit to you by the time you need it.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide512ebf0\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid9f46ba37\";}}i:2;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:375:\"Our national network of Powrtouch Trained and Approved Engineers allows us to install our caravan movers onto your caravan no matter where your caravan is located. Note.You must however provide a safe working environment i.e. we cannot fit on the street! and you may need to seek land-owners permissions/approvals if fitting is being carried out on a storage site or similar!\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid944a20f8\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidaf3a58b0\";}}i:3;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:269:\"<ul>\r\n 	<li>The Original Powrtouch Classic Mover will push a 1,500kgs Caravan or Trailer up a 1 in 4 (25%) slope.</li>\r\n 	<li>The new Powrtouch Evolution Caravan Mover will push any weight of caravan (even the very largest twin axle) up a 1 in 4 (25%) slope</li>\r\n</ul>\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid14396bf3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid246f2ff6\";}}i:4;a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:42:\"Our Movers start from approximately 35Kg\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid7f8b3e9f\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid70751cc0\";}}s:12:\"has_multiple\";s:1:\"1\";}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1c4cc6f3\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid25f5ceb1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcdd909f5\";}}'),
(9174,	2394,	'_edit_lock',	'1581672612:1'),
(9175,	2394,	'_edit_last',	'1'),
(9176,	2394,	'zn_subheader_style',	'zn_def_header_style'),
(9177,	2394,	'zn_page_override_boxed_layout',	'def'),
(9178,	2394,	'zn-custom-layout',	'0'),
(9179,	2394,	'_yoast_wpseo_content_score',	'90'),
(9180,	3142,	'_menu_item_type',	'post_type'),
(9181,	3142,	'_menu_item_menu_item_parent',	'2788'),
(9182,	3142,	'_menu_item_object_id',	'2394'),
(9183,	3142,	'_menu_item_object',	'page'),
(9184,	3142,	'_menu_item_target',	''),
(9185,	3142,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(9186,	3142,	'_menu_item_xfn',	''),
(9187,	3142,	'_menu_item_url',	''),
(9189,	3142,	'_menu_item_zn_mega_menu_enable',	''),
(9190,	3142,	'_menu_item_zn_mega_menu_headers',	''),
(9191,	3142,	'_menu_item_zn_mega_menu_label',	''),
(9192,	3142,	'_menu_item_zn_mega_menu_smart_area',	''),
(9193,	3142,	'_menu_item_zn_mega_menu_bg_image',	''),
(9196,	3144,	'zn_page_builder_els',	'a:10:{i:0;a:6:{s:6:\"object\";s:12:\"TH_IosSlider\";s:7:\"options\";a:20:{s:17:\"io_s_s_fullscreen\";s:1:\"0\";s:13:\"io_s_s_height\";s:2:\"47\";s:13:\"io_s_autoplay\";s:1:\"1\";s:10:\"io_s_trans\";s:4:\"6000\";s:15:\"io_s_navigation\";s:8:\"bullets2\";s:14:\"io_s_clickdrag\";s:1:\"1\";s:9:\"io_s_fade\";s:1:\"0\";s:15:\"io_s_fade_color\";s:7:\"#f5f5f5\";s:10:\"io_s_width\";s:1:\"0\";s:23:\"io_s_fixdwidth_relative\";s:14:\"zn_dummy_value\";s:11:\"io_s_scroll\";s:1:\"0\";s:15:\"io_header_style\";s:10:\"light_gray\";s:16:\"hm_header_bmasks\";s:9:\"shadow_ud\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"single_iosslider\";a:1:{i:0;a:42:{s:13:\"io_slide_type\";s:5:\"image\";s:14:\"io_slide_vd_yt\";s:0:\"\";s:14:\"io_slide_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:20:\"io_slide_vd_self_mp4\";s:0:\"\";s:20:\"io_slide_vd_self_ogg\";s:0:\"\";s:21:\"io_slide_vd_self_webm\";s:0:\"\";s:14:\"io_slide_vd_vp\";s:0:\"\";s:20:\"io_slide_vd_autoplay\";s:3:\"yes\";s:16:\"io_slide_vd_loop\";s:3:\"yes\";s:17:\"io_slide_vd_muted\";s:3:\"yes\";s:20:\"io_slide_vd_controls\";s:3:\"yes\";s:24:\"io_slide_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"io_slide_image\";s:84:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/LeisureSales-scaled.jpg\";s:23:\"io_slide_image_vert_pos\";s:6:\"center\";s:16:\"io_slide_overlay\";s:1:\"0\";s:22:\"io_slide_overlay_color\";s:7:\"#203798\";s:24:\"io_slide_overlay_opacity\";s:1:\"0\";s:31:\"io_slide_overlay_color_gradient\";s:7:\"#115d83\";s:36:\"io_slide_overlay_color_gradient_opac\";s:1:\"0\";s:22:\"io_slide_caption_style\";s:12:\"style4 s4ext\";s:14:\"io_slide_s6_yt\";s:0:\"\";s:16:\"io_slide_m_title\";s:0:\"\";s:25:\"io_slide_m_title_s5_sqbox\";s:1:\"0\";s:17:\"io_slide_sep_line\";s:1:\"0\";s:16:\"io_slide_b_title\";s:37:\"Still the UK\'s Number 1 Caravan Mover\";s:16:\"io_slide_s_title\";s:31:\"Maneuvering caravans since 1991\";s:20:\"io_slide_s_title_top\";s:0:\"\";s:13:\"io_slide_link\";a:3:{s:3:\"url\";s:4:\"#why\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:12:\"Find Out Why\";}s:14:\"io_slide_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"io_btn_sizes\";s:0:\"\";s:19:\"io_slide_link_image\";s:2:\"no\";s:20:\"io_slide_caption_pos\";s:15:\"zn_def_anim_pos\";s:26:\"io_slide_caption_pos_horiz\";s:9:\"alignleft\";s:25:\"io_slide_caption_pos_vert\";s:6:\"middle\";s:17:\"io_slide_imgboxes\";s:1:\"0\";s:24:\"io_slide_imgboxes_i1_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i1_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i2_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i2_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:24:\"io_slide_imgboxes_i3_src\";s:0:\"\";s:24:\"io_slide_imgboxes_i3_url\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";s:0:\"\";s:3:\"uid\";s:13:\"eluida87a01a4\";}i:1;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:65:{s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:20:\"custom_width_percent\";s:3:\"100\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:11:\"gutter_size\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_md\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_sm\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:12:\"cc_margin_xs\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:9:\"skewed_bg\";s:2:\"no\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"section_topmasks\";s:4:\"none\";s:11:\"topmasks_bg\";s:0:\"\";s:17:\"top_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:18:\"top_mask_bg_height\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:20:\"bottom_mask_bg_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:21:\"bottom_mask_bg_height\";s:3:\"100\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:6:\"zIndex\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:3:\"why\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:12:\"TH_ActionBox\";s:7:\"options\";a:15:{s:8:\"ac_style\";s:6:\"style3\";s:13:\"page_ac_title\";s:159:\"<span class=\"fw-thin\">Powrtouch is the <span class=\"fw-semibold\">best motor mover</span> on the market and is backed by our 5 year no quibble guarantee!</span>\";s:16:\"page_ac_subtitle\";s:47:\"The hassle-free way to manoeuvring your caravan\";s:14:\"element_scheme\";s:0:\"\";s:14:\"page_ac_b_text\";s:24:\"Where\'s my local dealer?\";s:14:\"page_ac_b_link\";a:3:{s:3:\"url\";s:29:\"/elements-search-box-element/\";s:6:\"target\";s:12:\"modal_iframe\";s:5:\"title\";s:0:\"\";}s:20:\"page_ac_b_link_style\";s:13:\"btn-fullwhite\";s:15:\"page_ac_b_text2\";s:0:\"\";s:15:\"page_ac_b_link2\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:21:\"page_ac_b_link2_style\";s:13:\"btn-fullcolor\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid91fd4acb\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid433d6915\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide3b7aab4\";}i:2;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:27:{s:11:\"top_padding\";s:2:\"15\";s:14:\"bottom_padding\";s:2:\"15\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:9:\"css_class\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"hm_header_bmasks\";s:4:\"none\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:23:\"OKAY, SO WHY POWRTOUCH?\";s:11:\"te_subtitle\";s:54:\"Well, lots of reasons, but most importantly because...\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"44px\";s:11:\"line-height\";s:4:\"44px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#c8c8c8\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2ed53a24\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid1f283e03\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid09defe66\";}i:3;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"16\";s:14:\"bottom_padding\";s:2:\"20\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"1\";s:20:\"source_overlay_color\";s:7:\"#ffffff\";s:22:\"source_overlay_opacity\";s:2:\"60\";s:29:\"source_overlay_color_gradient\";s:7:\"#ffffff\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"55\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:15:\"col-sm-offset-1\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:12:{s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:8:\"pad_type\";s:0:\"\";s:11:\"top_padding\";s:1:\"1\";s:13:\"right_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:12:\"left_padding\";s:1:\"0\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:11:\"gutter_size\";s:9:\"gutter-md\";}s:7:\"content\";a:4:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason One\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4b5d0763\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid6e30b380\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:10:\"Reason Two\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid2c513217\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid275db0ce\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:12:\"Reason Three\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid353555af\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid82f98c7f\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:3:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_small\";s:0:\"\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:10:\"TH_IconBox\";s:7:\"options\";a:37:{s:13:\"ibx_link_type\";s:1:\"0\";s:8:\"ibx_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:4:\"MORE\";}s:8:\"ibx_type\";s:3:\"img\";s:9:\"ibx_image\";s:74:\"https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg\";s:8:\"ibx_icon\";a:2:{s:6:\"family\";s:7:\"icomoon\";s:7:\"unicode\";s:5:\"ue608\";}s:8:\"playsize\";s:2:\"md\";s:9:\"ibx_title\";s:11:\"Reason Four\";s:8:\"ibx_desc\";s:100:\"text text text text text text text text text text text text text text text text text text text text \";s:13:\"ibx_alignment\";s:4:\"left\";s:11:\"ibx_floated\";s:5:\"fleft\";s:21:\"floated_side_distance\";s:2:\"20\";s:14:\"ibx_icon_color\";s:7:\"#303030\";s:20:\"ibx_icon_color_hover\";s:7:\"#210000\";s:9:\"ibx_shape\";s:0:\"\";s:15:\"ibx_shape_color\";s:7:\"#dfdfdf\";s:21:\"ibx_shape_color_hover\";s:7:\"#cd2122\";s:12:\"force_square\";s:0:\"\";s:15:\"ibx_color_theme\";s:0:\"\";s:11:\"ibx_opacity\";s:3:\"100\";s:8:\"ibx_size\";s:2:\"42\";s:12:\"ibx_imgwidth\";s:3:\"100\";s:18:\"ibx_shaped_padding\";s:2:\"22\";s:18:\"floating_animation\";s:2:\"no\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#545d60\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"ibx_titleorder\";s:14:\"zn_dummy_value\";s:19:\"ibx_floated_topmarg\";s:1:\"0\";s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:7:\"#777f84\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"ibstg_point_stage\";s:0:\"\";s:11:\"ibstg_point\";s:0:\"\";s:18:\"point_measure_unit\";s:5:\"pixel\";s:17:\"ibstg_point_title\";s:0:\"\";s:14:\"ibstg_point_nr\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf0744e87\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid74d7b11a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida493fd7c\";}}s:5:\"width\";s:9:\"col-md-10\";s:3:\"uid\";s:13:\"eluid552752fe\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidd5927e1b\";}i:4;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:1:\"0\";s:4:\"size\";s:10:\"full_width\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:9:\"gutter-lg\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_MediaContainer\";s:7:\"options\";a:55:{s:12:\"mc_link_type\";s:0:\"\";s:13:\"mc_link_style\";s:11:\"borderanim2\";s:11:\"mc_btn_text\";s:0:\"\";s:12:\"mc_btn_color\";s:0:\"\";s:18:\"mc_btn_color_hover\";s:0:\"\";s:20:\"mc_borderanim2_width\";s:3:\"400\";s:14:\"mc_link_target\";s:6:\"iframe\";s:11:\"mc_btn_link\";s:43:\"https://www.youtube.com/watch?v=cVt-3vbENOQ\";s:15:\"mc_btn_modalimg\";s:0:\"\";s:12:\"mc_pb_vertal\";s:3:\"top\";s:10:\"mc_pb_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:9:\"mc_height\";a:9:{s:11:\"breakpoints\";s:1:\"1\";s:2:\"lg\";s:3:\"615\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:3:\"480\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:3:\"460\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:3:\"400\";s:7:\"unit_xs\";s:2:\"px\";}s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"source_type\";s:5:\"image\";s:16:\"background_image\";a:5:{s:5:\"image\";s:81:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/truma-building-2.png\";s:6:\"repeat\";s:9:\"no-repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:5:\"right\";s:1:\"y\";s:6:\"center\";}s:4:\"size\";s:5:\"cover\";}s:12:\"source_vd_yt\";s:0:\"\";s:12:\"source_vd_vm\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:11:\"mobile_play\";s:2:\"no\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:14:\"source_overlay\";s:1:\"2\";s:23:\"source_overlay_color_v2\";s:21:\"rgba(137,173,178,0.3)\";s:32:\"source_overlay_color_gradient_v2\";s:19:\"rgba(53,53,53,0.65)\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:23:\"overlay_hover_animation\";s:4:\"none\";s:21:\"overlay_hover_opacity\";s:1:\"0\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidaba43c07\";}}s:5:\"width\";s:8:\"col-md-5\";s:3:\"uid\";s:13:\"eluid89389bee\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:21:{s:6:\"layout\";s:7:\"default\";s:12:\"abox_bgcolor\";s:0:\"\";s:14:\"normal_bgcolor\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"0\";s:12:\"border_color\";s:0:\"\";s:13:\"corner_radius\";s:1:\"0\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:2:\"5%\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"5%\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:11:\"gutter_size\";s:0:\"\";s:8:\"pad_type\";s:7:\"eq_last\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:58:\"About <span class=\"text-custom fw-normal\">Powrtouch</span>\";s:11:\"te_subtitle\";s:89:\"Strong 2 sentence statement about powrtouch. Strong 2 sentence statement about powrtouch.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluiddf379133\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid40ed4648\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidbe29e832\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:10:\"TH_TextBox\";s:7:\"options\";a:21:{s:11:\"stb_content\";s:419:\"text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\r\n\r\ntext text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:14:\"element_scheme\";s:0:\"\";s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:9:\"stb_title\";s:0:\"\";s:17:\"stb_title_heading\";s:2:\"h3\";s:9:\"stb_style\";s:6:\"style1\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide026230f\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"More About Us\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:8:\"Click me\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidfb35db8a\";}}s:5:\"width\";s:8:\"col-md-8\";s:3:\"uid\";s:13:\"eluidbb0577fb\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_VideoBox\";s:7:\"options\";a:25:{s:7:\"vb_type\";s:5:\"modal\";s:15:\"vb_video_source\";s:10:\"selfhosted\";s:12:\"vb_video_url\";s:43:\"https://www.youtube.com/watch?v=umrO9cm4wjg\";s:19:\"vb_video_url_player\";s:0:\"\";s:14:\"vb_video_image\";s:76:\"https://truma.youarenearly.online/wp-content/uploads/2020/01/large-image.png\";s:14:\"vb_video_title\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:18:\"source_vd_autoplay\";s:1:\"1\";s:14:\"source_vd_loop\";s:1:\"1\";s:18:\"source_vd_controls\";s:1:\"1\";s:24:\"source_vd_modestbranding\";s:1:\"1\";s:18:\"source_vd_autohide\";s:1:\"1\";s:18:\"source_vd_showinfo\";s:1:\"0\";s:13:\"source_vd_rel\";s:1:\"0\";s:15:\"source_vd_title\";s:1:\"1\";s:16:\"source_vd_byline\";s:1:\"1\";s:18:\"source_vd_portrait\";s:1:\"1\";s:8:\"playsize\";s:2:\"md\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidfc34483c\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddc87da72\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidbb2fd83c\";}}s:5:\"width\";s:8:\"col-md-7\";s:3:\"uid\";s:13:\"eluida360c38a\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid39a0f171\";}i:5;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"81\";s:14:\"bottom_padding\";s:2:\"88\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:17:\"TH_ScreenshotsBox\";s:7:\"options\";a:12:{s:9:\"ssb_title\";s:119:\"<span class=\"fw-thin\">As standadard the Powrtouch come with <span class=\"fw-semibold\">everything you need</span></span>\";s:8:\"sb_style\";s:10:\"kl-style-2\";s:13:\"ssb_link_text\";s:16:\"Find Your Dealer\";s:15:\"ssb_button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:14:\"element_scheme\";s:0:\"\";s:15:\"ssb_feat_single\";a:3:{i:0;a:2:{s:16:\"ssb_single_title\";s:25:\"PROFESSIONAL INSTALLATION\";s:15:\"ssb_single_desc\";s:77:\"High standard installation by a specialist at one of our trusted dealerships.\";}i:1;a:2:{s:16:\"ssb_single_title\";s:12:\"DEMONSTATION\";s:15:\"ssb_single_desc\";s:63:\"Before you leave we will ensure you\'re shown exactly what to do\";}i:2;a:2:{s:16:\"ssb_single_title\";s:16:\"5 Years Warranty\";s:15:\"ssb_single_desc\";s:71:\"Real peace of mind, in the unlikely event of anything ever going wrong.\";}}s:15:\"ssb_imag_single\";a:1:{i:0;a:1:{s:22:\"ssb_single_screenshoot\";s:70:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png\";}}s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid1381be60\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid01edc7e9\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida0b43df6\";}i:6;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:1:\"0\";s:14:\"bottom_padding\";s:2:\"26\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:5:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:59:\"Our <span class=\"text-custom fw-normal\">Motor Movers</span>\";s:11:\"te_subtitle\";s:109:\"Our range of caravan movers are well-suited for all caravans. See the Powrtouch family of motor movers below.\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"46px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#454545\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"32px\";s:11:\"font-weight\";s:3:\"100\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid616680e9\";}i:1;a:5:{s:6:\"object\";s:11:\"ZnSeparator\";s:7:\"options\";a:4:{s:10:\"top_margin\";s:2:\"30\";s:13:\"bottom_margin\";s:2:\"45\";s:5:\"color\";s:7:\"#ededed\";s:6:\"height\";s:1:\"4\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidcab38fce\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluidfae0a288\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:82:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Freedom.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:7:\"Freedom\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3806fc67\";}i:1;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:10:\"Learn More\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9dead8c1\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluida1366778\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:96:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Single-Axle.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:23:\"Evolution (Single Axle)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid4a00051a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid86f684b8\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid71ac714d\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:35:\"/evolution-single-axle-auto-engage/\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluide4fafc03\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid29cd982c\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidc47f9d29\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid46975d2e\";}i:3;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:89:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Twin.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:30:\"Evolution (Twin Axle, 2 Motor)\";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3e112a5a\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidb09509c5\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluiddf43c44c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid9bdeb25e\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid4c752ecd\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidaeb26f50\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluidba62844c\";}i:4;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:11:\"TH_ImageBox\";s:7:\"options\";a:34:{s:15:\"image_box_image\";s:88:\"https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-AWD.jpg\";s:16:\"image_box_imgfit\";s:13:\"cover-fit-img\";s:16:\"image_box_height\";s:3:\"270\";s:19:\"image_box_link_text\";s:0:\"\";s:14:\"image_box_link\";a:3:{s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"image_box_title\";s:31:\"Evolution (Twin Axle, 4 Motor) \";s:14:\"image_box_text\";s:125:\"Text text text text text text text text text text text text text text text text text text text text text text text text text.\";s:15:\"image_box_style\";s:6:\"style4\";s:9:\"alignment\";s:6:\"center\";s:21:\"image_box_title_style\";s:16:\"title_style_left\";s:10:\"title_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"desc_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"corner_radius\";s:1:\"0\";s:16:\"image_box_shadow\";s:0:\"\";s:22:\"image_box_shadow_hover\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"img_sizes\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid16078f63\";}i:1;a:6:{s:6:\"object\";s:17:\"ZnCustomContainer\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:13:\"Manual Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid6a591746\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluid59a6184c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"ZNB_Button\";s:7:\"options\";a:38:{s:4:\"text\";s:11:\"Auto Engage\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:5:\"style\";s:13:\"btn-fullcolor\";s:11:\"button_typo\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:14:\"button_corners\";s:11:\"btn--square\";s:12:\"border_style\";s:0:\"\";s:12:\"border_width\";a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"linked\";s:1:\"1\";}s:7:\"bg_type\";s:0:\"\";s:15:\"bg_custom_color\";s:0:\"\";s:21:\"bg_custom_color_hover\";s:0:\"\";s:11:\"bg_gradient\";s:0:\"\";s:17:\"bg_gradient_hover\";s:0:\"\";s:17:\"text_custom_color\";s:0:\"\";s:23:\"text_custom_color_hover\";s:0:\"\";s:19:\"border_custom_color\";s:0:\"\";s:25:\"border_custom_color_hover\";s:0:\"\";s:4:\"size\";s:0:\"\";s:12:\"button_width\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:19:\"spacing_breakpoints\";s:2:\"lg\";s:9:\"margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:9:\"margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:10:\"padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:8:\"icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"14\";s:13:\"icon_distance\";s:1:\"0\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";s:9:\"custom_id\";s:0:\"\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluidf958e2da\";}}s:5:\"width\";s:8:\"col-md-6\";s:3:\"uid\";s:13:\"eluidb17d3cc3\";}}s:5:\"width\";s:0:\"\";s:8:\"isHidden\";a:0:{}s:3:\"uid\";s:13:\"eluid325c06ac\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid767a4bc4\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid631417c6\";}i:7;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"88\";s:14:\"bottom_padding\";s:2:\"35\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:3:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:11:\"Help Centre\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:52:\"here we keep our manuals and troubleshooting guides.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf6104520\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluiddbdefdb7\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:8:\"col-sm-6\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:16:\"Customer Service\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:64:\"We\'re dedicated to helping you! Contact us if you need anything.\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidb62d574f\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluidb4fd9e3d\";}i:2;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:4:{s:13:\"column_offset\";s:0:\"\";s:10:\"size_large\";s:0:\"\";s:10:\"size_small\";s:9:\"col-sm-12\";s:11:\"size_xsmall\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:11:\"TH_HoverBox\";s:7:\"options\";a:17:{s:8:\"hb_title\";s:19:\"Our Support Network\";s:11:\"hb_subtitle\";s:0:\"\";s:7:\"hb_desc\";s:82:\"With our mobile engineers around the country, you\'re in safe hands with powrtouch!\";s:7:\"hb_icon\";s:0:\"\";s:7:\"hb_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:6:\"_blank\";s:5:\"title\";s:0:\"\";}s:15:\"hover_box_style\";s:11:\"hover-box-3\";s:8:\"hb_align\";s:13:\"zn_fill_class\";s:11:\"hb_rmmargin\";s:1:\"1\";s:10:\"hb_bgcolor\";s:7:\"#34495e\";s:12:\"hb_textcolor\";s:4:\"#fff\";s:16:\"hb_bgcolor_hover\";s:7:\"#cd2122\";s:18:\"hb_textcolor_hover\";s:4:\"#fff\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid75d4229e\";}}s:5:\"width\";s:8:\"col-md-4\";s:3:\"uid\";s:13:\"eluid715c8779\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid350c7d28\";}i:8;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:24:{s:11:\"top_padding\";s:2:\"35\";s:14:\"bottom_padding\";s:2:\"70\";s:4:\"size\";s:9:\"container\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:0:\"\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:12:\"source_vd_yt\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"2\";s:20:\"source_overlay_color\";s:7:\"#cd2122\";s:22:\"source_overlay_opacity\";s:3:\"100\";s:29:\"source_overlay_color_gradient\";s:7:\"#f5484c\";s:34:\"source_overlay_color_gradient_opac\";s:3:\"100\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:6:\"center\";s:8:\"te_title\";s:17:\"Customer Feedback\";s:11:\"te_subtitle\";s:0:\"\";s:14:\"te_color_theme\";s:5:\"light\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#ffffff\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:4:\"line\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluide82ea897\";}i:1;a:5:{s:6:\"object\";s:23:\"TH_PartnersTestimonials\";s:7:\"options\";a:11:{s:15:\"pts_color_theme\";s:5:\"light\";s:10:\"tst_single\";a:3:{i:0;a:9:{s:8:\"tst_name\";s:9:\"MR TURNER\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:256:\"\"Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"2\";s:10:\"top_margin\";s:2:\"20\";s:13:\"bottom_margin\";s:1:\"0\";}i:1;a:9:{s:8:\"tst_name\";s:11:\"MRS ANDREWS\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:79:\"“Text text text text text text text text text text text text text text text.\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:6:\"normal\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}i:2;a:9:{s:8:\"tst_name\";s:8:\"MR SMITH\";s:12:\"tst_position\";s:0:\"\";s:15:\"tst_testimonial\";s:118:\"“Text text text text text text text text text text text text text text text text text text text text text text text\"\";s:9:\"tst_stars\";s:1:\"5\";s:7:\"tst_img\";s:0:\"\";s:10:\"tst_layout\";s:8:\"reversed\";s:8:\"tst_size\";s:1:\"1\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:1:\"0\";}}s:10:\"pts_ptitle\";s:0:\"\";s:10:\"prt_single\";s:0:\"\";s:12:\"slidesToShow\";s:1:\"5\";s:13:\"autoplaySpeed\";s:4:\"3000\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid046edef1\";}}s:5:\"width\";s:9:\"col-md-12\";s:3:\"uid\";s:13:\"eluid874b92a1\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidf3608cd8\";}i:9;a:5:{s:6:\"object\";s:9:\"ZnSection\";s:7:\"options\";a:43:{s:11:\"top_padding\";s:2:\"65\";s:14:\"bottom_padding\";s:2:\"25\";s:4:\"size\";s:9:\"container\";s:12:\"custom_width\";s:4:\"1170\";s:10:\"sec_height\";s:4:\"auto\";s:13:\"custom_height\";a:9:{s:10:\"properties\";s:10:\"min-height\";s:2:\"lg\";s:3:\"100\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:6:\"valign\";s:3:\"top\";s:16:\"enable_ov_hidden\";s:14:\"zn_dummy_value\";s:15:\"dsb_sidemargins\";s:14:\"zn_dummy_value\";s:16:\"background_color\";s:7:\"#ffffff\";s:11:\"source_type\";s:0:\"\";s:16:\"background_image\";a:5:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";a:2:{s:1:\"x\";s:4:\"left\";s:1:\"y\";s:3:\"top\";}s:4:\"size\";s:4:\"auto\";}s:15:\"enable_parallax\";s:14:\"zn_dummy_value\";s:9:\"skewed_bg\";s:2:\"no\";s:12:\"source_vd_yt\";s:0:\"\";s:22:\"source_vd_embed_iframe\";s:0:\"\";s:18:\"source_vd_self_mp4\";s:0:\"\";s:18:\"source_vd_self_ogg\";s:0:\"\";s:19:\"source_vd_self_webm\";s:0:\"\";s:12:\"source_vd_vp\";s:0:\"\";s:18:\"source_vd_autoplay\";s:3:\"yes\";s:14:\"source_vd_loop\";s:3:\"yes\";s:15:\"source_vd_muted\";s:3:\"yes\";s:18:\"source_vd_controls\";s:3:\"yes\";s:22:\"source_vd_controls_pos\";s:12:\"bottom-right\";s:14:\"source_overlay\";s:1:\"0\";s:20:\"source_overlay_color\";s:7:\"#353535\";s:22:\"source_overlay_opacity\";s:2:\"30\";s:29:\"source_overlay_color_gradient\";s:7:\"#353535\";s:34:\"source_overlay_color_gradient_opac\";s:2:\"30\";s:25:\"source_overlay_custom_css\";s:0:\"\";s:20:\"source_overlay_gloss\";s:14:\"zn_dummy_value\";s:14:\"section_scheme\";s:0:\"\";s:16:\"hm_header_bmasks\";s:4:\"none\";s:19:\"hm_header_bmasks_bg\";s:0:\"\";s:11:\"gutter_size\";s:0:\"\";s:18:\"enable_inlinemodal\";s:14:\"zn_dummy_value\";s:11:\"window_size\";s:4:\"1200\";s:16:\"window_autopopup\";s:0:\"\";s:15:\"autopopup_delay\";s:1:\"5\";s:16:\"autopopup_cookie\";s:2:\"no\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:1:{i:0;a:5:{s:6:\"object\";s:15:\"TH_TitleElement\";s:7:\"options\";a:43:{s:12:\"te_alignment\";s:4:\"left\";s:8:\"te_title\";s:12:\"WORK WITH US\";s:11:\"te_subtitle\";s:52:\"Are you a dealer or a mobile engineer? Get in touch!\";s:14:\"te_color_theme\";s:0:\"\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"title_bmargin\";a:8:{s:2:\"lg\";s:2:\"10\";s:7:\"unit_lg\";s:2:\"px\";s:2:\"md\";s:0:\"\";s:7:\"unit_md\";s:2:\"px\";s:2:\"sm\";s:0:\"\";s:7:\"unit_sm\";s:2:\"px\";s:2:\"xs\";s:0:\"\";s:7:\"unit_xs\";s:2:\"px\";}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:13:\"te_tt_heading\";s:1:\"3\";s:19:\"cc_font_breakpoints\";s:2:\"lg\";s:10:\"title_typo\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:7:\"#cd2122\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:13:\"title_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"title_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"subtitle_typo\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"26px\";s:11:\"font-weight\";s:3:\"300\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:6:\"normal\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"text-shadow\";s:0:\"\";}s:16:\"subtitle_typo_md\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_sm\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"subtitle_typo_xs\";a:3:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:10:\"te_stt_tag\";s:2:\"h4\";s:9:\"te_symbol\";s:0:\"\";s:15:\"te_symbol_color\";s:7:\"default\";s:22:\"te_symbol_custom_color\";s:7:\"#cd2122\";s:14:\"te_symbol_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:9:\"icon_size\";s:2:\"28\";s:13:\"te_symbol_pos\";s:11:\"after-title\";s:7:\"te_text\";s:0:\"\";s:19:\"obj_parallax_enable\";s:14:\"zn_dummy_value\";s:24:\"obj_parallax_distance_v2\";s:1:\"1\";s:22:\"obj_parallax_easing_v2\";s:6:\"linear\";s:20:\"obj_parallax_reverse\";s:14:\"zn_dummy_value\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid3771e7bf\";}}s:5:\"width\";s:8:\"col-md-9\";s:3:\"uid\";s:13:\"eluid5ff7e00c\";}i:1;a:5:{s:6:\"object\";s:8:\"ZnColumn\";s:7:\"options\";a:0:{}s:7:\"content\";a:2:{i:0;a:5:{s:6:\"object\";s:16:\"TH_SpacerElement\";s:7:\"options\";a:1:{s:13:\"spacer_height\";s:2:\"10\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluid83ef0711\";}i:1;a:5:{s:6:\"object\";s:10:\"TH_Buttons\";s:7:\"options\";a:9:{s:12:\"el_alignment\";s:4:\"left\";s:10:\"single_btn\";a:1:{i:0;a:24:{s:11:\"button_text\";s:12:\"GET IN TOUCH\";s:11:\"button_link\";a:3:{s:3:\"url\";s:1:\"#\";s:6:\"target\";s:5:\"_self\";s:5:\"title\";s:0:\"\";}s:12:\"button_style\";s:22:\"btn-lined lined-custom\";s:16:\"btn_custom_color\";s:7:\"#cd2122\";s:20:\"cta_custom_color_hov\";s:0:\"\";s:11:\"button_size\";s:6:\"btn-md\";s:14:\"button_corners\";s:12:\"btn--rounded\";s:12:\"button_width\";s:0:\"\";s:11:\"button_typo\";a:8:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:12:\"button_block\";s:9:\"btn-block\";s:22:\"cc_spacing_breakpoints\";s:2:\"lg\";s:12:\"cc_margin_lg\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:1:\"0\";}s:12:\"cc_margin_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"cc_margin_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_lg\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_md\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_sm\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:13:\"cc_padding_xs\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"button_icon_enable\";s:14:\"zn_dummy_value\";s:15:\"button_icon_pos\";s:6:\"before\";s:11:\"button_icon\";a:2:{s:6:\"family\";s:0:\"\";s:7:\"unicode\";s:0:\"\";}s:16:\"button_icon_size\";s:2:\"14\";s:20:\"button_icon_distance\";s:1:\"0\";}}s:17:\"parent_hover_anim\";s:0:\"\";s:15:\"parent_hover_id\";s:0:\"\";s:18:\"znpb_hide_visitors\";s:3:\"all\";s:9:\"css_class\";s:0:\"\";s:19:\"appear_animation_v2\";s:4:\"none\";s:15:\"appear_duration\";s:4:\"1000\";s:12:\"appear_delay\";s:3:\"700\";}s:7:\"content\";a:0:{}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluidac7595fc\";}}s:5:\"width\";s:8:\"col-md-3\";s:3:\"uid\";s:13:\"eluid93ef961e\";}}s:5:\"width\";s:0:\"\";s:3:\"uid\";s:13:\"eluida357b549\";}}'),
(9892,	4802,	'_wp_desired_post_slug',	'cookstown-caravans'),
(9893,	4802,	'_wp_trash_meta_time',	'1582697996'),
(9894,	4802,	'_wp_trash_meta_status',	'publish'),
(9895,	4803,	'yf_',	'a:4:{s:3:\"gid\";s:12:\"LPC Caravans\";s:3:\"lat\";s:9:\"54.641683\";s:3:\"lng\";s:17:\"-5.66855199999998\";s:7:\"address\";s:68:\"Balloo Industrial Estate, 5 Balloo Pl, Bangor BT19 7BP, Regatul Unit\";}'),
(9896,	4803,	'_wp_desired_post_slug',	'lpc-caravans'),
(9897,	4803,	'_wp_trash_meta_time',	'1582697996'),
(9898,	4803,	'_wp_trash_meta_status',	'publish'),
(9899,	4804,	'yf_',	'a:4:{s:3:\"gid\";s:27:\"United British Caravans Ltd\";s:3:\"lat\";s:9:\"55.040645\";s:3:\"lng\";s:17:\"-1.60745799999995\";s:7:\"address\";s:51:\"Sandy Ln, Newcastle upon Tyne NE3 5HE, Regatul Unit\";}'),
(9900,	4804,	'_wp_desired_post_slug',	'united-british-caravans-ltd'),
(9901,	4804,	'_wp_trash_meta_time',	'1582697996'),
(9902,	4804,	'_wp_trash_meta_status',	'publish'),
(9903,	4805,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Kimberley Caravans\";s:3:\"lat\";s:10:\"54.5623085\";s:3:\"lng\";s:17:\"-1.59542940000006\";s:7:\"address\";s:72:\"West Auckland Road (A68), Burtree Gate, Darlington DL2 2XZ, Regatul Unit\";}'),
(9904,	4805,	'_wp_desired_post_slug',	'kimberley-caravans'),
(9905,	4805,	'_wp_trash_meta_time',	'1582697996'),
(9906,	4805,	'_wp_trash_meta_status',	'publish'),
(9907,	4806,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Ropers Leisure\";s:3:\"lat\";s:10:\"54.3921925\";s:3:\"lng\";s:10:\"-1.6532545\";s:7:\"address\";s:64:\"Gatherley Rd, Brompton on Swale, Richmond DL10 7SL, Regatul Unit\";}'),
(9908,	4806,	'_wp_desired_post_slug',	'ropers-leisure'),
(9909,	4806,	'_wp_trash_meta_time',	'1582697996'),
(9910,	4806,	'_wp_trash_meta_status',	'publish'),
(9911,	4807,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Teesside Caravan Sales\";s:3:\"lat\";s:17:\"-1.29033500000003\";s:3:\"lng\";s:20:\" Servicing & Storage\";s:7:\"address\";N;}'),
(9912,	4807,	'_wp_trash_meta_status',	'publish'),
(9913,	4807,	'_wp_trash_meta_time',	'1582697996'),
(9914,	4807,	'_wp_desired_post_slug',	'teesside-caravan-sales'),
(9915,	4808,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Ebor Leisure World\";s:3:\"lat\";s:10:\"54.0452827\";s:3:\"lng\";s:18:\"-0.942510399999946\";s:7:\"address\";s:38:\"Malton Rd, York YO60 7SE, Regatul Unit\";}'),
(9916,	4808,	'_wp_trash_meta_status',	'publish'),
(9917,	4808,	'_wp_trash_meta_time',	'1582697996'),
(9918,	4808,	'_wp_desired_post_slug',	'ebor-leisure-world'),
(9919,	4809,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Tyneside Leisureworld\";s:3:\"lat\";s:9:\"54.897409\";s:3:\"lng\";s:17:\"-1.56135700000004\";s:7:\"address\";s:80:\"Tyneside Leisureworld Car Park, Birtley, Chester-le-Street DH3 2SS, Regatul Unit\";}'),
(9920,	4809,	'_wp_trash_meta_status',	'publish'),
(9921,	4809,	'_wp_trash_meta_time',	'1582697996'),
(9922,	4809,	'_wp_desired_post_slug',	'tyneside-leisureworld'),
(9923,	4810,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"North East Caravans Ltd\";s:3:\"lat\";s:10:\"55.1669271\";s:3:\"lng\";s:17:\"-1.54896410000003\";s:7:\"address\";s:77:\"North Seaton Industrial Estate, Freeman Way, Ashington NE63 0YB, Regatul Unit\";}'),
(9924,	4810,	'_wp_trash_meta_status',	'publish'),
(9925,	4810,	'_wp_trash_meta_time',	'1582697996'),
(9926,	4810,	'_wp_desired_post_slug',	'north-east-caravans-ltd'),
(9927,	4811,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Hedley Tow Bars\";s:3:\"lat\";s:10:\"54.7768887\";s:3:\"lng\";s:17:\"-1.53657150000004\";s:7:\"address\";s:75:\"21a, Dragonville Industrial Estate, Dragon Ln, Durham DH1 2XL, Regatul Unit\";}'),
(9928,	4811,	'_wp_trash_meta_status',	'publish'),
(9929,	4811,	'_wp_trash_meta_time',	'1582697996'),
(9930,	4811,	'_wp_desired_post_slug',	'hedley-tow-bars'),
(9931,	4812,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Dorvic Caravans\";s:3:\"lat\";s:10:\"54.7310843\";s:3:\"lng\";s:17:\"-5.97600390000002\";s:7:\"address\";s:50:\"201 Hillhead Rd, Ballyclare BT39 9LP, Regatul Unit\";}'),
(9932,	4812,	'_wp_trash_meta_status',	'publish'),
(9933,	4812,	'_wp_trash_meta_time',	'1582697996'),
(9934,	4812,	'_wp_desired_post_slug',	'dorvic-caravans'),
(9935,	4813,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"GNR Sutherland\";s:3:\"lat\";s:10:\"57.8326216\";s:3:\"lng\";s:10:\"-4.1732516\";s:7:\"address\";s:37:\"Edderton, Tain IV19 1JY, Regatul Unit\";}'),
(9936,	4813,	'_wp_trash_meta_status',	'publish'),
(9937,	4813,	'_wp_trash_meta_time',	'1582697996'),
(9938,	4813,	'_wp_desired_post_slug',	'gnr-sutherland'),
(9939,	4814,	'yf_',	'a:4:{s:3:\"gid\";s:39:\"Broadway Leisure Caravan Service Centre\";s:3:\"lat\";s:9:\"53.041216\";s:3:\"lng\";s:17:\"-2.93288699999994\";s:7:\"address\";s:47:\"2a Coed Aben Rd, Wrexham LL13 9UH, Regatul Unit\";}'),
(9940,	4814,	'_wp_trash_meta_status',	'publish'),
(9941,	4814,	'_wp_trash_meta_time',	'1582697996'),
(9942,	4814,	'_wp_desired_post_slug',	'broadway-leisure-caravan-service-centre'),
(9943,	4815,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Capes and Mcleod Leisure LTD\";s:3:\"lat\";s:9:\"52.681163\";s:3:\"lng\";s:17:\"-2.62736300000006\";s:7:\"address\";s:58:\"Caravan Sales, Uckington, Shrewsbury SY4 4UL, Regatul Unit\";}'),
(9944,	4815,	'_wp_trash_meta_status',	'publish'),
(9945,	4815,	'_wp_trash_meta_time',	'1582697996'),
(9946,	4815,	'_wp_desired_post_slug',	'capes-and-mcleod-leisure-ltd'),
(9947,	4816,	'yf_',	'a:4:{s:3:\"gid\";s:24:\"Coachcraft & Leisure Ltd\";s:3:\"lat\";s:10:\"50.2524051\";s:3:\"lng\";s:17:\"-5.19945140000004\";s:7:\"address\";s:61:\"805 Floyd Dr, Lexington, KY 40505, Statele Unite ale Americii\";}'),
(9948,	4816,	'_wp_trash_meta_status',	'publish'),
(9949,	4816,	'_wp_trash_meta_time',	'1582697996'),
(9950,	4816,	'_wp_desired_post_slug',	'coachcraft-leisure-ltd'),
(9951,	4817,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Coleford Leisure\";s:3:\"lat\";s:10:\"51.7882347\";s:3:\"lng\";s:17:\"-2.61311049999995\";s:7:\"address\";s:46:\"6 Crucible Cl, Coleford GL16 8RE, Regatul Unit\";}'),
(9952,	4817,	'_wp_trash_meta_status',	'publish'),
(9953,	4817,	'_wp_trash_meta_time',	'1582697996'),
(9954,	4817,	'_wp_desired_post_slug',	'coleford-leisure'),
(9955,	4818,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Heather Leisure Ltd\";s:3:\"lat\";s:10:\"51.5772263\";s:3:\"lng\";s:10:\"-1.8538787\";s:7:\"address\";s:67:\"181 Cloatley Cres, Royal Wootton Bassett, Swindon SN4, Regatul Unit\";}'),
(9956,	4818,	'_wp_trash_meta_status',	'publish'),
(9957,	4818,	'_wp_trash_meta_time',	'1582697996'),
(9958,	4818,	'_wp_desired_post_slug',	'heather-leisure-ltd'),
(9959,	4819,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Herald Caravans Ltd\";s:3:\"lat\";s:9:\"51.104256\";s:3:\"lng\";s:17:\"-2.52429600000005\";s:7:\"address\";s:39:\"A371, Castle Cary BA7 7PF, Regatul Unit\";}'),
(9960,	4819,	'_wp_trash_meta_status',	'publish'),
(9961,	4819,	'_wp_trash_meta_time',	'1582697996'),
(9962,	4819,	'_wp_desired_post_slug',	'herald-caravans-ltd'),
(9963,	4820,	'yf_',	'a:4:{s:3:\"gid\";s:30:\"Mullacott Caravan & Marine Ltd\";s:3:\"lat\";s:10:\"51.1781089\";s:3:\"lng\";s:17:\"-4.12431949999996\";s:7:\"address\";s:68:\"Mullacott Cross Industrial Estate, Ilfracombe EX34 8PS, Regatul Unit\";}'),
(9964,	4820,	'_wp_trash_meta_status',	'publish'),
(9965,	4820,	'_wp_trash_meta_time',	'1582697996'),
(9966,	4820,	'_wp_desired_post_slug',	'mullacott-caravan-marine-ltd'),
(9967,	4821,	'yf_',	'a:4:{s:3:\"gid\";s:24:\"Somerset County Caravans\";s:3:\"lat\";s:8:\"51.04728\";s:3:\"lng\";s:17:\"-3.03430300000002\";s:7:\"address\";s:63:\"Walford Cross, A38 Bridgwater Rd, Taunton TA2 8QR, Regatul Unit\";}'),
(9968,	4821,	'_wp_trash_meta_status',	'publish'),
(9969,	4821,	'_wp_trash_meta_time',	'1582697996'),
(9970,	4821,	'_wp_desired_post_slug',	'somerset-county-caravans'),
(9971,	4822,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"South Shropshire Caravans Ltd\";s:3:\"lat\";s:10:\"52.4424905\";s:3:\"lng\";s:17:\"-2.83555120000005\";s:7:\"address\";s:48:\"Shrewsbury Rd, Craven Arms SY7 9QH, Regatul Unit\";}'),
(9972,	4822,	'_wp_trash_meta_status',	'publish'),
(9973,	4822,	'_wp_trash_meta_time',	'1582697996'),
(9974,	4822,	'_wp_desired_post_slug',	'south-shropshire-caravans-ltd'),
(9975,	4823,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Tamar Towing Centre\";s:3:\"lat\";s:9:\"50.389217\";s:3:\"lng\";s:17:\"-4.07524899999999\";s:7:\"address\";s:68:\"The Warehouse, Marshall Rd, Plympton, Plymouth PL7 1YB, Regatul Unit\";}'),
(9976,	4823,	'_wp_trash_meta_status',	'publish'),
(9977,	4823,	'_wp_trash_meta_time',	'1582697996'),
(9978,	4823,	'_wp_desired_post_slug',	'tamar-towing-centre'),
(9979,	4824,	'yf_',	'a:4:{s:3:\"gid\";s:13:\"3 A\'s Leisure\";s:3:\"lat\";s:10:\"51.7966069\";s:3:\"lng\";s:17:\"-4.07834320000006\";s:7:\"address\";s:89:\"The Showground, 3A\'s Leisure trading from Carmarthenshire, Nantyci SA33 5DR, Regatul Unit\";}'),
(9980,	4824,	'_wp_trash_meta_status',	'publish'),
(9981,	4824,	'_wp_trash_meta_time',	'1582697996'),
(9982,	4824,	'_wp_desired_post_slug',	'3-as-leisure'),
(9983,	4825,	'yf_',	'a:4:{s:3:\"gid\";s:9:\"Three C\'s\";s:3:\"lat\";s:10:\"51.9809592\";s:3:\"lng\";s:17:\"-4.67134060000001\";s:7:\"address\";s:47:\"82-84 Childers St, London SE8 5FS, Regatul Unit\";}'),
(9984,	4825,	'_wp_trash_meta_status',	'publish'),
(9985,	4825,	'_wp_trash_meta_time',	'1582697996'),
(9986,	4825,	'_wp_desired_post_slug',	'three-cs'),
(9987,	4826,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"A & B Caravans Ltd\";s:3:\"lat\";s:8:\"53.27236\";s:3:\"lng\";s:17:\"-3.30935199999999\";s:7:\"address\";s:58:\"Strada Kornis Ferenc 6, Odorheiu Secuiesc 535600, România\";}'),
(9988,	4826,	'_wp_trash_meta_status',	'publish'),
(9989,	4826,	'_wp_trash_meta_time',	'1582697996'),
(9990,	4826,	'_wp_desired_post_slug',	'a-b-caravans-ltd'),
(9991,	4827,	'yf_',	'a:4:{s:3:\"gid\";s:34:\"Diamond Camping and Angling Centre\";s:3:\"lat\";s:10:\"51.6610248\";s:3:\"lng\";s:17:\"-3.91512390000003\";s:7:\"address\";s:56:\"St. Davids Rd, Llansamlet, Swansea SA6 8RU, Regatul Unit\";}'),
(9992,	4827,	'_wp_trash_meta_time',	'1582697995'),
(9993,	4827,	'_wp_desired_post_slug',	'diamond-camping-and-angling-centre'),
(9994,	4827,	'_wp_trash_meta_status',	'publish'),
(9995,	4828,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Abergavenny Caravans\";s:3:\"lat\";s:9:\"51.788759\";s:3:\"lng\";s:17:\"-2.78702899999996\";s:7:\"address\";s:55:\"Bridge Farm, Monmouth, Dingestow NP25 4DY, Regatul Unit\";}'),
(9996,	4828,	'_wp_desired_post_slug',	'abergavenny-caravans'),
(9997,	4828,	'_wp_trash_meta_status',	'publish'),
(9998,	4828,	'_wp_trash_meta_time',	'1582697995'),
(9999,	4829,	'yf_',	'a:4:{s:3:\"gid\";s:37:\"Apple Campers & Motorhomes Wellington\";s:3:\"lat\";s:9:\"50.976741\";s:3:\"lng\";s:17:\"-3.19725189999997\";s:7:\"address\";s:59:\"29 Foxmoor Business Park, Wellington TA21 9RF, Regatul Unit\";}'),
(10000,	4829,	'_wp_trash_meta_status',	'publish'),
(10001,	4829,	'_wp_trash_meta_time',	'1582697995'),
(10002,	4829,	'_wp_desired_post_slug',	'apple-campers-motorhomes-wellington'),
(10003,	4830,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Atlantic Caravans\";s:3:\"lat\";s:9:\"50.455092\";s:3:\"lng\";s:17:\"-4.54065700000001\";s:7:\"address\";s:73:\"Doublebois Industrial Estate, Doublebois, Liskeard PL14 6LE, Regatul Unit\";}'),
(10004,	4830,	'_wp_trash_meta_status',	'publish'),
(10005,	4830,	'_wp_trash_meta_time',	'1582697995'),
(10006,	4830,	'_wp_desired_post_slug',	'atlantic-caravans'),
(10007,	4831,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Automaster Ltd\";s:3:\"lat\";s:10:\"51.5169823\";s:3:\"lng\";s:17:\"-3.40665030000002\";s:7:\"address\";s:71:\"Llywna Farm, Llanharry Rd, Brynsadler, Pontyclun CF72 9DB, Regatul Unit\";}'),
(10008,	4831,	'_wp_trash_meta_status',	'publish'),
(10009,	4831,	'_wp_trash_meta_time',	'1582697995'),
(10010,	4831,	'_wp_desired_post_slug',	'automaster-ltd'),
(10011,	4832,	'yf_',	'a:4:{s:3:\"gid\";s:26:\"Avon Trailer Towbar Centre\";s:3:\"lat\";s:9:\"51.280158\";s:3:\"lng\";s:17:\"-2.46826399999998\";s:7:\"address\";s:96:\"Unit 1A, Westfield Industrial Estate, First Ave, Midsomer Norton, Radstock BA3 4BS, Regatul Unit\";}'),
(10012,	4832,	'_wp_trash_meta_time',	'1582697995'),
(10013,	4832,	'_wp_desired_post_slug',	'avon-trailer-towbar-centre'),
(10014,	4832,	'_wp_trash_meta_status',	'publish'),
(10015,	4833,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Bailey Caravans Ltd\";s:3:\"lat\";s:9:\"51.432566\";s:3:\"lng\";s:17:\"-2.61373400000002\";s:7:\"address\";s:43:\"S Liberty Ln, Bristol BS3 2SS, Regatul Unit\";}'),
(10016,	4833,	'_wp_trash_meta_status',	'publish'),
(10017,	4833,	'_wp_trash_meta_time',	'1582697995'),
(10018,	4833,	'_wp_desired_post_slug',	'bailey-caravans-ltd'),
(10019,	4834,	'yf_',	'a:4:{s:3:\"gid\";s:11:\"Barons Road\";s:3:\"lat\";s:9:\"53.045492\";s:3:\"lng\";s:17:\"-2.98449400000004\";s:7:\"address\";s:32:\"Barons Rd, Wrexham, Regatul Unit\";}'),
(10020,	4834,	'_wp_trash_meta_status',	'publish'),
(10021,	4834,	'_wp_trash_meta_time',	'1582697995'),
(10022,	4834,	'_wp_desired_post_slug',	'barons-road'),
(10023,	4835,	'yf_',	'a:4:{s:3:\"gid\";s:32:\"Black Country Caravans & Camping\";s:3:\"lat\";s:9:\"52.465645\";s:3:\"lng\";s:17:\"-2.07654400000001\";s:7:\"address\";s:51:\"Corngreaves Rd, Cradley Heath B64 7DA, Regatul Unit\";}'),
(10024,	4835,	'_wp_desired_post_slug',	'black-country-caravans-camping-2'),
(10025,	4835,	'_wp_trash_meta_time',	'1582697995'),
(10026,	4835,	'_wp_trash_meta_status',	'publish'),
(10027,	4836,	'yf_',	'a:4:{s:3:\"gid\";s:35:\"Sunnyhaven Caravan Distributors Ltd\";s:3:\"lat\";s:9:\"51.667646\";s:3:\"lng\";s:17:\"-4.01739499999996\";s:7:\"address\";s:47:\"Gorseinon Rd, Penllergaer SA4 9GE, Regatul Unit\";}'),
(10028,	4836,	'_wp_trash_meta_status',	'publish'),
(10029,	4836,	'_wp_trash_meta_time',	'1582697995'),
(10030,	4836,	'_wp_desired_post_slug',	'sunnyhaven-caravan-distributors-ltd-2'),
(10031,	4837,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Bridge Caravan & Camping Site\";s:3:\"lat\";s:9:\"51.789161\";s:3:\"lng\";s:17:\"-2.77997019999998\";s:7:\"address\";s:31:\"Monmouth NP25 4BH, Regatul Unit\";}'),
(10032,	4837,	'_wp_desired_post_slug',	'bridge-caravan-camping-site'),
(10033,	4837,	'_wp_trash_meta_time',	'1582697995'),
(10034,	4837,	'_wp_trash_meta_status',	'publish'),
(10035,	4838,	'yf_',	'a:4:{s:3:\"gid\";s:30:\"Bridgend Camping & Leisure Ltd\";s:3:\"lat\";s:9:\"51.498457\";s:3:\"lng\";s:17:\"-3.55742399999997\";s:7:\"address\";s:63:\"Ffordd-Y-Gyfraith, Cefn Cribwr, Bridgend CF32 0BS, Regatul Unit\";}'),
(10036,	4838,	'_wp_desired_post_slug',	'bridgend-camping-leisure-ltd'),
(10037,	4838,	'_wp_trash_meta_time',	'1582697995'),
(10038,	4838,	'_wp_trash_meta_status',	'publish'),
(10039,	4839,	'yf_',	'a:4:{s:3:\"gid\";s:7:\"TA6 4AP\";s:3:\"lat\";s:10:\"51.1481628\";s:3:\"lng\";s:17:\"-2.98892439999997\";s:7:\"address\";s:32:\"Bridgwater TA6 4AP, Regatul Unit\";}'),
(10040,	4839,	'_wp_desired_post_slug',	'ta6-4ap'),
(10041,	4839,	'_wp_trash_meta_time',	'1582697995'),
(10042,	4839,	'_wp_trash_meta_status',	'publish'),
(10043,	4840,	'yf_',	'a:4:{s:3:\"gid\";s:39:\"Broadway Leisure Caravan Service Centre\";s:3:\"lat\";s:9:\"53.041216\";s:3:\"lng\";s:17:\"-2.93288699999994\";s:7:\"address\";s:47:\"2a Coed Aben Rd, Wrexham LL13 9UH, Regatul Unit\";}'),
(10044,	4840,	'_wp_desired_post_slug',	'broadway-leisure-caravan-service-centre-2'),
(10045,	4840,	'_wp_trash_meta_time',	'1582697995'),
(10046,	4840,	'_wp_trash_meta_status',	'publish'),
(10047,	4841,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Capes and Mcleod Leisure LTD\";s:3:\"lat\";s:9:\"52.681163\";s:3:\"lng\";s:17:\"-2.62736300000006\";s:7:\"address\";s:58:\"Caravan Sales, Uckington, Shrewsbury SY4 4UL, Regatul Unit\";}'),
(10048,	4841,	'_wp_desired_post_slug',	'capes-and-mcleod-leisure-ltd-2'),
(10049,	4841,	'_wp_trash_meta_time',	'1582697995'),
(10050,	4841,	'_wp_trash_meta_status',	'publish'),
(10051,	4842,	'yf_',	'a:4:{s:3:\"gid\";s:30:\"Hamdden Caravans & Accessories\";s:3:\"lat\";s:10:\"52.9279361\";s:3:\"lng\";s:17:\"-4.12962779999998\";s:7:\"address\";s:46:\"Penamser Rd, Porthmadog LL49 9NY, Regatul Unit\";}'),
(10052,	4842,	'_wp_desired_post_slug',	'hamdden-caravans-accessories'),
(10053,	4842,	'_wp_trash_meta_time',	'1582697995'),
(10054,	4842,	'_wp_trash_meta_status',	'publish'),
(10055,	4843,	'yf_',	'a:4:{s:3:\"gid\";s:8:\"Cara-Fix\";s:3:\"lat\";s:10:\"53.7573464\";s:3:\"lng\";s:18:\"-0.388681099999985\";s:7:\"address\";s:42:\"Bontoft Avenue, Hull HU5 4HF, Regatul Unit\";}'),
(10056,	4843,	'_wp_desired_post_slug',	'cara-fix'),
(10057,	4843,	'_wp_trash_meta_time',	'1582697995'),
(10058,	4843,	'_wp_trash_meta_status',	'publish'),
(10059,	4844,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Taunton Caravan Services Ltd\";s:3:\"lat\";s:10:\"51.0116713\";s:3:\"lng\";s:17:\"-3.03789140000003\";s:7:\"address\";s:55:\"6 Gravelands Ln, Henlade, Taunton TA3 5DL, Regatul Unit\";}'),
(10060,	4844,	'_wp_desired_post_slug',	'taunton-caravan-services-ltd'),
(10061,	4844,	'_wp_trash_meta_time',	'1582697995'),
(10062,	4844,	'_wp_trash_meta_status',	'publish'),
(10063,	4845,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Tavistock Caravans\";s:3:\"lat\";s:10:\"50.5327709\";s:3:\"lng\";s:17:\"-4.20281810000006\";s:7:\"address\";s:61:\"Woodlands, Gulworthy, TAVISTOCK, Devon PL19 8JE, Regatul Unit\";}'),
(10064,	4845,	'_wp_desired_post_slug',	'tavistock-caravans'),
(10065,	4845,	'_wp_trash_meta_time',	'1582697995'),
(10066,	4845,	'_wp_trash_meta_status',	'publish'),
(10067,	4846,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Tenby Tourers Ltd\";s:3:\"lat\";s:8:\"51.76018\";s:3:\"lng\";s:17:\"-4.64484600000003\";s:7:\"address\";s:55:\"Tenby Tourers, Llanteg, Narberth SA67 8QE, Regatul Unit\";}'),
(10068,	4846,	'_wp_desired_post_slug',	'tenby-tourers-ltd'),
(10069,	4846,	'_wp_trash_meta_time',	'1582697995'),
(10070,	4846,	'_wp_trash_meta_status',	'publish'),
(10071,	4847,	'yf_',	'a:4:{s:3:\"gid\";s:35:\"Sunnyhaven Caravan Distributors Ltd\";s:3:\"lat\";s:9:\"51.667646\";s:3:\"lng\";s:17:\"-4.01739499999996\";s:7:\"address\";s:47:\"Gorseinon Rd, Penllergaer SA4 9GE, Regatul Unit\";}'),
(10072,	4847,	'_wp_desired_post_slug',	'sunnyhaven-caravan-distributors-ltd-3'),
(10073,	4847,	'_wp_trash_meta_time',	'1582697995'),
(10074,	4847,	'_wp_trash_meta_status',	'publish'),
(10075,	4848,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Swindon Caravans\";s:3:\"lat\";s:10:\"51.5680921\";s:3:\"lng\";s:17:\"-1.89028340000004\";s:7:\"address\";s:76:\"Swindon Caravan Centre, Royal Wootton Bassett, Swindon SN4 8EQ, Regatul Unit\";}'),
(10076,	4848,	'_wp_trash_meta_status',	'publish'),
(10077,	4848,	'_wp_trash_meta_time',	'1582697995'),
(10078,	4848,	'_wp_desired_post_slug',	'swindon-caravans'),
(10079,	4849,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Tamar Towing & Caravans\";s:3:\"lat\";s:9:\"50.389217\";s:3:\"lng\";s:17:\"-4.07524899999999\";s:7:\"address\";s:68:\"The Warehouse, Marshall Rd, Plympton, Plymouth PL7 1YB, Regatul Unit\";}'),
(10080,	4849,	'_wp_trash_meta_status',	'publish'),
(10081,	4849,	'_wp_trash_meta_time',	'1582697995'),
(10082,	4849,	'_wp_desired_post_slug',	'tamar-towing-caravans'),
(10083,	4850,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Caravan Team Limited\";s:3:\"lat\";s:9:\"51.641945\";s:3:\"lng\";s:9:\"-3.992028\";s:7:\"address\";s:70:\"6, Bell Court, Felin Fach, Fforest-fach, Swansea SA5 4HP, Regatul Unit\";}'),
(10084,	4850,	'_wp_trash_meta_status',	'publish'),
(10085,	4850,	'_wp_trash_meta_time',	'1582697995'),
(10086,	4850,	'_wp_desired_post_slug',	'caravan-team-limited'),
(10087,	4851,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Caravan Movers UK Ltd\";s:3:\"lat\";s:10:\"52.7571053\";s:3:\"lng\";s:17:\"-3.08202759999995\";s:7:\"address\";s:66:\"12, The Creamery, Four Crosses, Llanymynech SY22 6RH, Regatul Unit\";}'),
(10088,	4851,	'_wp_trash_meta_status',	'publish'),
(10089,	4851,	'_wp_trash_meta_time',	'1582697995'),
(10090,	4851,	'_wp_desired_post_slug',	'caravan-movers-uk-ltd'),
(10091,	4852,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Tilshead Caravans\";s:3:\"lat\";s:10:\"51.1154457\";s:3:\"lng\";s:17:\"-1.61685699999998\";s:7:\"address\";s:70:\"Stockbridge Rd, Lopcombe, Hollom Down, Salisbury SP5 1BS, Regatul Unit\";}'),
(10092,	4852,	'_wp_trash_meta_status',	'publish'),
(10093,	4852,	'_wp_trash_meta_time',	'1582697995'),
(10094,	4852,	'_wp_desired_post_slug',	'tilshead-caravans'),
(10095,	4853,	'yf_',	'a:4:{s:3:\"gid\";s:11:\"MG Caravans\";s:3:\"lat\";s:10:\"52.0578575\";s:3:\"lng\";s:19:\"-0.0311967999999752\";s:7:\"address\";s:53:\"MG Caravans, Newark Cl, Royston SG8 5HL, Regatul Unit\";}'),
(10096,	4853,	'_wp_trash_meta_status',	'publish'),
(10097,	4853,	'_wp_trash_meta_time',	'1582697995'),
(10098,	4853,	'_wp_desired_post_slug',	'mg-caravans'),
(10099,	4854,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Auto Additions Nationwide Ltd\";s:3:\"lat\";s:10:\"52.9421814\";s:3:\"lng\";s:17:\"-1.42065739999998\";s:7:\"address\";s:50:\"Blakeney Ct, Oakwood, Derby DE21 2LF, Regatul Unit\";}'),
(10100,	4854,	'_wp_trash_meta_status',	'publish'),
(10101,	4854,	'_wp_trash_meta_time',	'1582697995'),
(10102,	4854,	'_wp_desired_post_slug',	'auto-additions-nationwide-ltd'),
(10103,	4855,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Norwich Caravans\";s:3:\"lat\";s:10:\"52.7404255\";s:3:\"lng\";s:16:\"1.26505399999996\";s:7:\"address\";s:54:\"Cromer Road, Hevingham, Norwich NR10 5LY, Regatul Unit\";}'),
(10104,	4855,	'_wp_trash_meta_status',	'publish'),
(10105,	4855,	'_wp_trash_meta_time',	'1582697995'),
(10106,	4855,	'_wp_desired_post_slug',	'norwich-caravans'),
(10107,	4856,	'yf_',	'a:4:{s:3:\"gid\";s:27:\"Crowland Caravans & Camping\";s:3:\"lat\";s:10:\"52.6806564\";s:3:\"lng\";s:18:\"-0.156582899999989\";s:7:\"address\";s:78:\"Rear of Wyevale Garden Centre, Postland Rd, Peterborough PE6 0JB, Regatul Unit\";}'),
(10108,	4856,	'_wp_trash_meta_status',	'publish'),
(10109,	4856,	'_wp_trash_meta_time',	'1582697995'),
(10110,	4856,	'_wp_desired_post_slug',	'crowland-caravans-camping'),
(10111,	4857,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Lady Bailey Caravans\";s:3:\"lat\";s:9:\"50.798247\";s:3:\"lng\";s:17:\"-2.23561700000005\";s:7:\"address\";s:56:\"Lady Bailey Park, Blandford Forum DT11 0HJ, Regatul Unit\";}'),
(10112,	4857,	'_wp_trash_meta_status',	'publish'),
(10113,	4857,	'_wp_trash_meta_time',	'1582697995'),
(10114,	4857,	'_wp_desired_post_slug',	'lady-bailey-caravans'),
(10115,	4858,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Aspinall Caravans\";s:3:\"lat\";s:10:\"53.3763565\";s:3:\"lng\";s:17:\"-3.10283500000003\";s:7:\"address\";s:81:\"26 Tarran Way W, Tarran Industrial Estate, Greasby, Wirral CH46 4TT, Regatul Unit\";}'),
(10116,	4858,	'_wp_trash_meta_status',	'publish'),
(10117,	4858,	'_wp_trash_meta_time',	'1582697995'),
(10118,	4858,	'_wp_desired_post_slug',	'aspinall-caravans'),
(10119,	4859,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Hill Top Caravans\";s:3:\"lat\";s:10:\"50.9797353\";s:3:\"lng\";s:17:\"-4.34752819999994\";s:7:\"address\";s:83:\"Walland Farm, Buck\'s Cross, Bideford, Buck\'s Cross, Bideford EX39 5DP, Regatul Unit\";}'),
(10120,	4859,	'_wp_trash_meta_status',	'publish'),
(10121,	4859,	'_wp_trash_meta_time',	'1582697995'),
(10122,	4859,	'_wp_desired_post_slug',	'hill-top-caravans'),
(10123,	4860,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"C & S Caravan Services\";s:3:\"lat\";s:9:\"53.751033\";s:3:\"lng\";s:17:\"-2.38384399999995\";s:7:\"address\";s:41:\"10-12, Odorheiu Secuiesc 535600, România\";}'),
(10124,	4860,	'_wp_trash_meta_status',	'publish'),
(10125,	4860,	'_wp_trash_meta_time',	'1582697995'),
(10126,	4860,	'_wp_desired_post_slug',	'c-s-caravan-services'),
(10127,	4861,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Hampshire County Caravans\";s:3:\"lat\";s:10:\"50.8475664\";s:3:\"lng\";s:17:\"-1.22551220000003\";s:7:\"address\";N;}'),
(10128,	4861,	'_wp_trash_meta_status',	'publish'),
(10129,	4861,	'_wp_trash_meta_time',	'1582697995'),
(10130,	4861,	'_wp_desired_post_slug',	'hampshire-county-caravans'),
(10131,	4862,	'yf_',	'a:4:{s:3:\"gid\";s:32:\"LNB TOWBARS & VEHICLE EXTRAS LTD\";s:3:\"lat\";s:10:\"51.5416532\";s:3:\"lng\";s:17:\"-2.58084459999998\";s:7:\"address\";s:50:\"1151-1152, Aztec W, Bristol BS32 4TF, Regatul Unit\";}'),
(10132,	4862,	'_wp_desired_post_slug',	'lnb-towbars-vehicle-extras-ltd'),
(10133,	4862,	'_wp_trash_meta_time',	'1582697995'),
(10134,	4862,	'_wp_trash_meta_status',	'publish'),
(10135,	4863,	'yf_',	'a:4:{s:3:\"gid\";s:27:\"The Leisure Vehicle Artisan\";s:3:\"lat\";s:10:\"51.2485857\";s:3:\"lng\";s:17:\"-2.20969130000003\";s:7:\"address\";s:43:\"00 High St, Westbury BA13 3EN, Regatul Unit\";}'),
(10136,	4863,	'_wp_desired_post_slug',	'the-leisure-vehicle-artisan'),
(10137,	4863,	'_wp_trash_meta_time',	'1582697995'),
(10138,	4863,	'_wp_trash_meta_status',	'publish'),
(10139,	4864,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Chris Jones Leisure Ltd\";s:3:\"lat\";s:9:\"52.254513\";s:3:\"lng\";s:17:\"-2.24991299999999\";s:7:\"address\";s:72:\"Top Barn Business Centre, Worcester Rd, Holt Heath WR6 6NH, Regatul Unit\";}'),
(10140,	4864,	'_wp_trash_meta_status',	'publish'),
(10141,	4864,	'_wp_trash_meta_time',	'1582697995'),
(10142,	4864,	'_wp_desired_post_slug',	'chris-jones-leisure-ltd'),
(10143,	4865,	'yf_',	'a:4:{s:3:\"gid\";s:36:\"Titan Motorhome and Caravan Services\";s:3:\"lat\";s:10:\"50.8422467\";s:3:\"lng\";s:17:\"-1.06523909999999\";s:7:\"address\";N;}'),
(10144,	4865,	'_wp_trash_meta_status',	'publish'),
(10145,	4865,	'_wp_trash_meta_time',	'1582697995'),
(10146,	4865,	'_wp_desired_post_slug',	'titan-motorhome-and-caravan-services'),
(10147,	4866,	'yf_',	'a:4:{s:3:\"gid\";s:32:\"Northern Caravan Specialists Ltd\";s:3:\"lat\";s:10:\"55.0781448\";s:3:\"lng\";s:10:\"-1.5337322\";s:7:\"address\";s:62:\"Double Row, Seaton Delaval, Whitley Bay NE25 0PP, Regatul Unit\";}'),
(10148,	4866,	'_wp_trash_meta_status',	'publish'),
(10149,	4866,	'_wp_trash_meta_time',	'1582697995'),
(10150,	4866,	'_wp_desired_post_slug',	'northern-caravan-specialists-ltd'),
(10151,	4867,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Glossop Caravans\";s:3:\"lat\";s:10:\"53.4524965\";s:3:\"lng\";s:17:\"-1.98370079999995\";s:7:\"address\";s:52:\"Main A57, Brookfield, Glossop SK13 6JF, Regatul Unit\";}'),
(10152,	4867,	'_wp_trash_meta_status',	'publish'),
(10153,	4867,	'_wp_trash_meta_time',	'1582697995'),
(10154,	4867,	'_wp_desired_post_slug',	'glossop-caravans'),
(10155,	4868,	'yf_',	'a:4:{s:3:\"gid\";s:31:\"Glossop Caravans Service Centre\";s:3:\"lat\";s:10:\"53.4589182\";s:3:\"lng\";s:17:\"-1.98580170000002\";s:7:\"address\";s:60:\"132 Woolley Bridge, Hadfield, Glossop SK13 2NX, Regatul Unit\";}'),
(10156,	4868,	'_wp_trash_meta_status',	'publish'),
(10157,	4868,	'_wp_trash_meta_time',	'1582697995'),
(10158,	4868,	'_wp_desired_post_slug',	'glossop-caravans-service-centre'),
(10159,	4869,	'yf_',	'a:4:{s:3:\"gid\";s:29:\"Bristol Caravans & Motorhomes\";s:3:\"lat\";s:10:\"51.5582618\";s:3:\"lng\";s:17:\"-2.54259389999993\";s:7:\"address\";s:60:\"Farm Hortham Ln, Almondsbury, Bristol BS32 4JW, Regatul Unit\";}'),
(10160,	4869,	'_wp_trash_meta_status',	'publish'),
(10161,	4869,	'_wp_trash_meta_time',	'1582697995'),
(10162,	4869,	'_wp_desired_post_slug',	'bristol-caravans-motorhomes'),
(10163,	4870,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Active Leisure\";s:3:\"lat\";s:10:\"53.0498824\";s:3:\"lng\";s:17:\"-2.15644369999995\";s:7:\"address\";s:49:\"Leek New Rd, Stoke-on-Trent ST2 7EF, Regatul Unit\";}'),
(10164,	4870,	'_wp_trash_meta_status',	'publish'),
(10165,	4870,	'_wp_trash_meta_time',	'1582697995'),
(10166,	4870,	'_wp_desired_post_slug',	'active-leisure'),
(10167,	4871,	'yf_',	'a:4:{s:3:\"gid\";s:12:\"Northam Farm\";s:3:\"lat\";s:10:\"51.2931192\";s:3:\"lng\";s:17:\"-3.00514629999998\";s:7:\"address\";s:79:\"Caravan and Touring Park, South Rd, Brean, Burnham-on-Sea TA8 2SE, Regatul Unit\";}'),
(10168,	4871,	'_wp_trash_meta_status',	'publish'),
(10169,	4871,	'_wp_trash_meta_time',	'1582697995'),
(10170,	4871,	'_wp_desired_post_slug',	'northam-farm'),
(10171,	4872,	'yf_',	'a:4:{s:3:\"gid\";s:37:\"Code 11 Caravan and Motorhome Service\";s:3:\"lat\";s:10:\"53.6599956\";s:3:\"lng\";s:17:\"-1.57568500000002\";s:7:\"address\";s:40:\"Horbury, Wakefield WF4 5PB, Regatul Unit\";}'),
(10172,	4872,	'_wp_trash_meta_status',	'publish'),
(10173,	4872,	'_wp_trash_meta_time',	'1582697995'),
(10174,	4872,	'_wp_desired_post_slug',	'code-11-caravan-and-motorhome-service'),
(10175,	4873,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"The Caring Caravaner\";s:3:\"lat\";s:10:\"53.2620818\";s:3:\"lng\";s:17:\"-3.65442540000004\";s:7:\"address\";s:50:\"Cefn Isaf, Dolwen, Abergele LL22 8NH, Regatul Unit\";}'),
(10176,	4873,	'_wp_trash_meta_status',	'publish'),
(10177,	4873,	'_wp_trash_meta_time',	'1582697995'),
(10178,	4873,	'_wp_desired_post_slug',	'the-caring-caravaner'),
(10179,	4874,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Threeways Motorhomes\";s:3:\"lat\";s:10:\"53.2845663\";s:3:\"lng\";s:17:\"-3.57180089999997\";s:7:\"address\";s:43:\"Faenol Ave, Abergele LL22 7HT, Regatul Unit\";}'),
(10180,	4874,	'_wp_trash_meta_status',	'publish'),
(10181,	4874,	'_wp_trash_meta_time',	'1582697995'),
(10182,	4874,	'_wp_desired_post_slug',	'threeways-motorhomes-2'),
(10183,	4875,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Trustworthy Leisure Caravans\";s:3:\"lat\";s:10:\"53.0633133\";s:3:\"lng\";s:17:\"-3.05395499999997\";s:7:\"address\";s:63:\"89 Cae Merfyn, Tanyfron, Brymbo, Wrexham LL11 5SS, Regatul Unit\";}'),
(10184,	4875,	'_wp_trash_meta_status',	'publish'),
(10185,	4875,	'_wp_trash_meta_time',	'1582697995'),
(10186,	4875,	'_wp_desired_post_slug',	'trustworthy-leisure-caravans'),
(10187,	4876,	'yf_',	'a:4:{s:3:\"gid\";s:34:\"Usk Valley Mobile Caravan Services\";s:3:\"lat\";s:10:\"51.8214602\";s:3:\"lng\";s:17:\"-3.02827139999999\";s:7:\"address\";s:50:\"8 Cae Pen Y Dre, Abergavenny NP7 5UP, Regatul Unit\";}'),
(10188,	4876,	'_wp_trash_meta_status',	'publish'),
(10189,	4876,	'_wp_trash_meta_time',	'1582697995'),
(10190,	4876,	'_wp_desired_post_slug',	'usk-valley-mobile-caravan-services'),
(10191,	4877,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Wiltshire Caravans\";s:3:\"lat\";s:8:\"51.27738\";s:3:\"lng\";s:17:\"-2.20216800000003\";s:7:\"address\";s:78:\"36 Headquarters Rd, West Wilts Trading Estate, Westbury BA13 4JR, Regatul Unit\";}'),
(10192,	4877,	'_wp_trash_meta_status',	'publish'),
(10193,	4877,	'_wp_trash_meta_time',	'1582697995'),
(10194,	4877,	'_wp_desired_post_slug',	'wiltshire-caravans-2'),
(10195,	4878,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Anderson Caravan Sales\";s:3:\"lat\";s:10:\"55.0499755\";s:3:\"lng\";s:17:\"-6.87482499999999\";s:7:\"address\";s:47:\"31 Ringsend Rd, Limavady BT49 0QJ, Regatul Unit\";}'),
(10196,	4878,	'_wp_trash_meta_status',	'publish'),
(10197,	4878,	'_wp_trash_meta_time',	'1582697995'),
(10198,	4878,	'_wp_desired_post_slug',	'anderson-caravan-sales'),
(10199,	4879,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Beechwood Leisure\";s:3:\"lat\";s:9:\"54.223419\";s:3:\"lng\";s:17:\"-1.39461419999998\";s:7:\"address\";s:63:\"Units 1 & 2, A61, Carlton Miniott, Thirsk YO7 4NJ, Regatul Unit\";}'),
(10200,	4879,	'_wp_trash_meta_status',	'publish'),
(10201,	4879,	'_wp_trash_meta_time',	'1582697995'),
(10202,	4879,	'_wp_desired_post_slug',	'beechwood-leisure'),
(10203,	4880,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Charles Camping\";s:3:\"lat\";s:10:\"53.1732985\";s:3:\"lng\";s:17:\"-6.52913020000005\";s:7:\"address\";s:62:\"Main St, Haylands, Blessington, Co. Wicklow, W91 C528, Irlanda\";}'),
(10204,	4880,	'_wp_trash_meta_status',	'publish'),
(10205,	4880,	'_wp_trash_meta_time',	'1582697995'),
(10206,	4880,	'_wp_desired_post_slug',	'charles-camping'),
(10207,	4881,	'yf_',	'a:4:{s:3:\"gid\";s:27:\"Clwyd Caravan & Leisure Ltd\";s:3:\"lat\";s:10:\"52.9822161\";s:3:\"lng\";s:17:\"-3.05358409999997\";s:7:\"address\";s:49:\"The Green, Ruabon, Wrexham LL14 6DP, Regatul Unit\";}'),
(10208,	4881,	'_wp_trash_meta_status',	'publish'),
(10209,	4881,	'_wp_trash_meta_time',	'1582697995'),
(10210,	4881,	'_wp_desired_post_slug',	'clwyd-caravan-leisure-ltd'),
(10211,	4882,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Cookstown Caravans\";s:3:\"lat\";s:10:\"54.6406759\";s:3:\"lng\";s:17:\"-6.72095860000002\";s:7:\"address\";s:47:\"10 Cloghog Rd, Cookstown BT80 8RN, Regatul Unit\";}'),
(10212,	4882,	'_wp_trash_meta_status',	'publish'),
(10213,	4882,	'_wp_trash_meta_time',	'1582697995'),
(10214,	4882,	'_wp_desired_post_slug',	'cookstown-caravans-2'),
(10215,	4883,	'yf_',	'a:4:{s:3:\"gid\";s:20:\"Cramlington Caravans\";s:3:\"lat\";s:9:\"55.099976\";s:3:\"lng\";s:17:\"-1.61394900000005\";s:7:\"address\";s:64:\"Nelson Way, Nelson Park West, Cramlington NE23 1WG, Regatul Unit\";}'),
(10216,	4883,	'_wp_trash_meta_status',	'publish'),
(10217,	4883,	'_wp_trash_meta_time',	'1582697995'),
(10218,	4883,	'_wp_desired_post_slug',	'cramlington-caravans'),
(10219,	4884,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Crossburn Caravans\";s:3:\"lat\";s:10:\"55.6623477\";s:3:\"lng\";s:17:\"-3.19325330000004\";s:7:\"address\";s:44:\"Edinburgh Rd, Peebles EH45 8ED, Regatul Unit\";}'),
(10220,	4884,	'_wp_trash_meta_status',	'publish'),
(10221,	4884,	'_wp_trash_meta_time',	'1582697995'),
(10222,	4884,	'_wp_desired_post_slug',	'crossburn-caravans'),
(10223,	4885,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Dee Valley Caravans\";s:3:\"lat\";s:10:\"57.0796836\";s:3:\"lng\";s:17:\"-2.34356520000006\";s:7:\"address\";s:40:\"Drumoak, Banchory AB31 5AU, Regatul Unit\";}'),
(10224,	4885,	'_wp_trash_meta_status',	'publish'),
(10225,	4885,	'_wp_trash_meta_time',	'1582697994'),
(10226,	4885,	'_wp_desired_post_slug',	'dee-valley-caravans-2'),
(10227,	4886,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Dicksons Of Perth\";s:3:\"lat\";s:9:\"56.412261\";s:3:\"lng\";s:17:\"-3.45491100000004\";s:7:\"address\";s:43:\"170 Dunkeld Rd, Perth PH1 3AA, Regatul Unit\";}'),
(10228,	4886,	'_wp_trash_meta_status',	'publish'),
(10229,	4886,	'_wp_trash_meta_time',	'1582697994'),
(10230,	4886,	'_wp_desired_post_slug',	'dicksons-of-perth'),
(10231,	4887,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Dorvic Caravans\";s:3:\"lat\";s:10:\"54.7310843\";s:3:\"lng\";s:17:\"-5.97600390000002\";s:7:\"address\";s:50:\"201 Hillhead Rd, Ballyclare BT39 9LP, Regatul Unit\";}'),
(10232,	4887,	'_wp_trash_meta_status',	'publish'),
(10233,	4887,	'_wp_trash_meta_time',	'1582697994'),
(10234,	4887,	'_wp_desired_post_slug',	'dorvic-caravans-2'),
(10235,	4888,	'yf_',	'a:4:{s:3:\"gid\";s:30:\"Downshire Camping and Caravans\";s:3:\"lat\";s:10:\"54.3436391\";s:3:\"lng\";s:17:\"-6.27276340000003\";s:7:\"address\";s:49:\"54A Hall Road, Waringstown BT66 7ST, Regatul Unit\";}'),
(10236,	4888,	'_wp_trash_meta_status',	'publish'),
(10237,	4888,	'_wp_trash_meta_time',	'1582697994'),
(10238,	4888,	'_wp_desired_post_slug',	'downshire-camping-and-caravans'),
(10239,	4889,	'yf_',	'a:4:{s:3:\"gid\";s:23:\"Dumfries Caravan Centre\";s:3:\"lat\";s:9:\"55.068944\";s:3:\"lng\";s:17:\"-3.56908599999997\";s:7:\"address\";s:44:\"308 Annan Rd, Dumfries DG1 3JE, Regatul Unit\";}'),
(10240,	4889,	'_wp_trash_meta_status',	'publish'),
(10241,	4889,	'_wp_trash_meta_time',	'1582697994'),
(10242,	4889,	'_wp_desired_post_slug',	'dumfries-caravan-centre'),
(10243,	4890,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Duncan Caravans\";s:3:\"lat\";s:9:\"55.763096\";s:3:\"lng\";s:17:\"-3.89703099999997\";s:7:\"address\";s:43:\"186 Wishaw Rd, Wishaw ML2 8ES, Regatul Unit\";}'),
(10244,	4890,	'_wp_trash_meta_status',	'publish'),
(10245,	4890,	'_wp_trash_meta_time',	'1582697994'),
(10246,	4890,	'_wp_desired_post_slug',	'duncan-caravans-2'),
(10247,	4891,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Dyce Caravans Limited\";s:3:\"lat\";s:10:\"57.2178429\";s:3:\"lng\";s:10:\"-2.2011579\";s:7:\"address\";s:51:\"Pitmedden Rd, Dyce, Aberdeen AB21 0EY, Regatul Unit\";}'),
(10248,	4891,	'_wp_trash_meta_status',	'publish'),
(10249,	4891,	'_wp_trash_meta_time',	'1582697994'),
(10250,	4891,	'_wp_desired_post_slug',	'dyce-caravans-limited'),
(10251,	4892,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Ebor Leisure World\";s:3:\"lat\";s:10:\"54.0452827\";s:3:\"lng\";s:18:\"-0.942510399999946\";s:7:\"address\";s:38:\"Malton Rd, York YO60 7SE, Regatul Unit\";}'),
(10252,	4892,	'_wp_trash_meta_status',	'publish'),
(10253,	4892,	'_wp_trash_meta_time',	'1582697994'),
(10254,	4892,	'_wp_desired_post_slug',	'ebor-leisure-world-2'),
(10255,	4893,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Eglinton Caravans\";s:3:\"lat\";s:10:\"55.5963071\";s:3:\"lng\";s:10:\"-4.6431771\";s:7:\"address\";s:74:\"Riverside Business Park Unit 3, McMillan Pl, Irvine KA11 5DB, Regatul Unit\";}'),
(10256,	4893,	'_wp_trash_meta_status',	'publish'),
(10257,	4893,	'_wp_trash_meta_time',	'1582697994'),
(10258,	4893,	'_wp_desired_post_slug',	'eglinton-caravans'),
(10259,	4894,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"FM Caravans Ltd\";s:3:\"lat\";s:9:\"53.756548\";s:3:\"lng\";s:18:\"-0.337289000000055\";s:7:\"address\";s:43:\"169 Fountain Rd, Hull HU2 0LH, Regatul Unit\";}'),
(10260,	4894,	'_wp_trash_meta_status',	'publish'),
(10261,	4894,	'_wp_trash_meta_time',	'1582697994'),
(10262,	4894,	'_wp_desired_post_slug',	'fm-caravans-ltd'),
(10263,	4895,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"GNR Sutherland\";s:3:\"lat\";s:10:\"57.8326216\";s:3:\"lng\";s:17:\"-4.17325159999996\";s:7:\"address\";s:37:\"Edderton, Tain IV19 1JY, Regatul Unit\";}'),
(10264,	4895,	'_wp_trash_meta_status',	'publish'),
(10265,	4895,	'_wp_trash_meta_time',	'1582697994'),
(10266,	4895,	'_wp_desired_post_slug',	'gnr-sutherland-2'),
(10267,	4896,	'yf_',	'a:4:{s:3:\"gid\";s:25:\"Crossford Caravan Storage\";s:3:\"lat\";s:10:\"56.0658924\";s:3:\"lng\";s:17:\"-3.48494870000002\";s:7:\"address\";s:53:\"Urquhart Bungalow, Dunfermline KY12 8QL, Regatul Unit\";}'),
(10268,	4896,	'_wp_trash_meta_status',	'publish'),
(10269,	4896,	'_wp_trash_meta_time',	'1582697994'),
(10270,	4896,	'_wp_desired_post_slug',	'crossford-caravan-storage'),
(10271,	4897,	'_wp_trash_meta_status',	'publish'),
(10272,	4897,	'yf_',	'a:4:{s:3:\"gid\";s:26:\"Grants Craigmills Caravans\";s:3:\"lat\";s:9:\"56.504035\";s:3:\"lng\";s:17:\"-3.00453400000004\";s:7:\"address\";s:54:\"Craigmill Rd, Bridgefoot, Dundee DD3 0PH, Regatul Unit\";}'),
(10273,	4897,	'_wp_trash_meta_time',	'1582697994'),
(10274,	4897,	'_wp_desired_post_slug',	'grants-craigmills-caravans'),
(10275,	4898,	'_wp_desired_post_slug',	'greenbank-caravans-trailers-ltd'),
(10276,	4898,	'_wp_trash_meta_time',	'1582697994'),
(10277,	4898,	'_wp_trash_meta_status',	'publish'),
(10278,	4898,	'yf_',	'a:4:{s:3:\"gid\";s:33:\"Greenbank Caravans & Trailers Ltd\";s:3:\"lat\";s:9:\"57.679499\";s:3:\"lng\";s:17:\"-2.04573800000003\";s:7:\"address\";s:40:\"Fisherie, Turriff AB53 5GU, Regatul Unit\";}'),
(10279,	4899,	'_wp_desired_post_slug',	'hagans-leisure'),
(10280,	4899,	'_wp_trash_meta_time',	'1582697994'),
(10281,	4899,	'_wp_trash_meta_status',	'publish'),
(10282,	4899,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Hagans Leisure\";s:3:\"lat\";s:9:\"54.720081\";s:3:\"lng\";s:17:\"-6.05158419999998\";s:7:\"address\";s:62:\"184 Templepatrick Rd, Doagh, Ballyclare BT39 0RA, Regatul Unit\";}'),
(10283,	4900,	'_wp_desired_post_slug',	'hedley-tow-bars-2'),
(10284,	4900,	'_wp_trash_meta_time',	'1582697994'),
(10285,	4900,	'_wp_trash_meta_status',	'publish'),
(10286,	4900,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Hedley Tow Bars\";s:3:\"lat\";s:9:\"54.776611\";s:3:\"lng\";s:17:\"-1.53645600000004\";s:7:\"address\";s:75:\"21a, Dragonville Industrial Estate, Dragon Ln, Durham DH1 2XL, Regatul Unit\";}'),
(10287,	4901,	'_wp_desired_post_slug',	'hitch-on-caravans'),
(10288,	4901,	'_wp_trash_meta_time',	'1582697994'),
(10289,	4901,	'_wp_trash_meta_status',	'publish'),
(10290,	4901,	'yf_',	'a:4:{s:3:\"gid\";s:17:\"Hitch-On Caravans\";s:3:\"lat\";s:10:\"57.4555477\";s:3:\"lng\";s:17:\"-2.00571300000001\";s:7:\"address\";s:54:\"Lammerbogs, Ardallie, Peterhead AB42 5AU, Regatul Unit\";}'),
(10291,	4902,	'_wp_desired_post_slug',	'j-g-trading-co'),
(10292,	4902,	'_wp_trash_meta_time',	'1582697994'),
(10293,	4902,	'_wp_trash_meta_status',	'publish'),
(10294,	4902,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"J G Trading Co\";s:3:\"lat\";s:10:\"54.9844231\";s:3:\"lng\";s:17:\"-3.16105229999994\";s:7:\"address\";s:45:\"Stanfield Works, Annan DG12 6TF, Regatul Unit\";}'),
(10295,	4903,	'_wp_desired_post_slug',	'j-b-caravans'),
(10296,	4903,	'_wp_trash_meta_time',	'1582697994'),
(10297,	4903,	'_wp_trash_meta_status',	'publish'),
(10298,	4903,	'yf_',	'a:4:{s:3:\"gid\";s:12:\"J B Caravans\";s:3:\"lat\";s:10:\"54.6238066\";s:3:\"lng\";s:17:\"-1.65418399999999\";s:7:\"address\";s:50:\"8i Hackworth Ind Pk, Shildon DL4 1HF, Regatul Unit\";}'),
(10299,	4904,	'_wp_desired_post_slug',	'jubilee-caravans'),
(10300,	4904,	'_wp_trash_meta_time',	'1582697994'),
(10301,	4904,	'_wp_trash_meta_status',	'publish'),
(10302,	4904,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Jubilee Caravans\";s:3:\"lat\";s:9:\"55.172348\";s:3:\"lng\";s:17:\"-1.57153199999993\";s:7:\"address\";s:59:\"Jubilee Industrial Estate, Ashington NE63 8UB, Regatul Unit\";}'),
(10303,	4905,	'_wp_desired_post_slug',	'kimberley-caravans-2'),
(10304,	4905,	'_wp_trash_meta_time',	'1582697994'),
(10305,	4905,	'_wp_trash_meta_status',	'publish'),
(10306,	4905,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Kimberley Caravans\";s:3:\"lat\";s:10:\"54.5628029\";s:3:\"lng\";s:17:\"-1.59646150000003\";s:7:\"address\";s:72:\"West Auckland Road (A68), Burtree Gate, Darlington DL2 2XZ, Regatul Unit\";}'),
(10307,	4906,	'_wp_desired_post_slug',	'kimberley'),
(10308,	4906,	'_wp_trash_meta_time',	'1582697994'),
(10309,	4906,	'_wp_trash_meta_status',	'publish'),
(10310,	4906,	'yf_',	'a:4:{s:3:\"gid\";s:9:\"Kimberley\";s:3:\"lat\";s:9:\"52.994062\";s:3:\"lng\";s:17:\"-1.25357899999995\";s:7:\"address\";s:24:\"Kimberley, Africa de Sud\";}'),
(10311,	4907,	'_wp_trash_meta_status',	'publish'),
(10312,	4907,	'_wp_trash_meta_time',	'1582697994'),
(10313,	4907,	'_wp_desired_post_slug',	'kingdom-caravans'),
(10314,	4907,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Kingdom Caravans\";s:3:\"lat\";s:9:\"56.072881\";s:3:\"lng\";s:17:\"-3.72014100000001\";s:7:\"address\";s:53:\"25 Feregait, Kincardine, Alloa FK10 4QU, Regatul Unit\";}'),
(10315,	4908,	'_wp_trash_meta_status',	'publish'),
(10316,	4908,	'_wp_trash_meta_time',	'1582697994'),
(10317,	4908,	'_wp_desired_post_slug',	'kirkcaldy-caravans-2'),
(10318,	4908,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"Kirkcaldy Caravans\";s:3:\"lat\";s:10:\"56.1388352\";s:3:\"lng\";s:17:\"-3.12635249999994\";s:7:\"address\";s:77:\"9 Randolph Place, Randolph Industrial Estate, Kirkcaldy KY1 2YX, Regatul Unit\";}'),
(10319,	4909,	'_wp_trash_meta_status',	'publish'),
(10320,	4909,	'_wp_trash_meta_time',	'1582697994'),
(10321,	4909,	'_wp_desired_post_slug',	'knowepark-caravans-motorhomes-ltd'),
(10322,	4909,	'yf_',	'a:4:{s:3:\"gid\";s:35:\"Knowepark Caravans & Motorhomes Ltd\";s:3:\"lat\";s:8:\"55.90492\";s:3:\"lng\";s:17:\"-3.57105100000001\";s:7:\"address\";s:51:\"Hardie Rd, Deans, Livingston EH54 8BA, Regatul Unit\";}'),
(10323,	4910,	'_wp_trash_meta_status',	'publish'),
(10324,	4910,	'_wp_trash_meta_time',	'1582697994'),
(10325,	4910,	'_wp_desired_post_slug',	'lisburn-caravan-centre'),
(10326,	4910,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Lisburn Caravan Centre\";s:3:\"lat\";s:9:\"54.544588\";s:3:\"lng\";s:17:\"-6.19834900000001\";s:7:\"address\";s:62:\"40 North St, Upper Ballinderry, Lisburn BT28 2XB, Regatul Unit\";}'),
(10327,	4911,	'_wp_trash_meta_status',	'publish'),
(10328,	4911,	'_wp_trash_meta_time',	'1582697994'),
(10329,	4911,	'_wp_desired_post_slug',	'lpc-caravans-2'),
(10330,	4911,	'yf_',	'a:4:{s:3:\"gid\";s:12:\"LPC Caravans\";s:3:\"lat\";s:9:\"54.641683\";s:3:\"lng\";s:17:\"-5.66855199999998\";s:7:\"address\";s:68:\"Balloo Industrial Estate, 5 Balloo Pl, Bangor BT19 7BP, Regatul Unit\";}'),
(10331,	4912,	'_wp_trash_meta_status',	'publish'),
(10332,	4912,	'_wp_trash_meta_time',	'1582697994'),
(10333,	4912,	'_wp_desired_post_slug',	'moores-caravan-sales'),
(10334,	4912,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Moore\'s Caravan Sales\";s:3:\"lat\";s:9:\"54.497615\";s:3:\"lng\";s:17:\"-6.07110239999997\";s:7:\"address\";s:38:\"Bog Rd, Lisburn BT27 5RN, Regatul Unit\";}'),
(10335,	4913,	'_wp_desired_post_slug',	'motorhomes-and-caravans-ltd'),
(10336,	4913,	'yf_',	'a:4:{s:3:\"gid\";s:27:\"Motorhomes and Caravans ltd\";s:3:\"lat\";s:7:\"53.7689\";s:3:\"lng\";s:18:\"-0.327272999999991\";s:7:\"address\";s:41:\"Stoneferry Rd, Hull HU7 0EG, Regatul Unit\";}'),
(10337,	4913,	'_wp_trash_meta_time',	'1582697994'),
(10338,	4913,	'_wp_trash_meta_status',	'publish'),
(10339,	4914,	'yf_',	'a:4:{s:3:\"gid\";s:15:\"Murray Caravans\";s:3:\"lat\";s:10:\"56.0890441\";s:3:\"lng\";s:17:\"-3.80406419999997\";s:7:\"address\";s:36:\"Airth, Falkirk FK2 8RY, Regatul Unit\";}'),
(10340,	4914,	'_wp_trash_meta_status',	'publish'),
(10341,	4914,	'_wp_trash_meta_time',	'1582697994'),
(10342,	4914,	'_wp_desired_post_slug',	'murray-caravans'),
(10343,	4915,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Newry Caravans\";s:3:\"lat\";s:9:\"54.187351\";s:3:\"lng\";s:17:\"-6.31177400000001\";s:7:\"address\";s:28:\"Newry BT34 1GY, Regatul Unit\";}'),
(10344,	4915,	'_wp_trash_meta_time',	'1582697994'),
(10345,	4915,	'_wp_trash_meta_status',	'publish'),
(10346,	4915,	'_wp_desired_post_slug',	'newry-caravans'),
(10347,	4916,	'yf_',	'a:4:{s:3:\"gid\";s:24:\"P & P Car & Camper Sales\";s:3:\"lat\";s:10:\"50.8025905\";s:3:\"lng\";s:17:\"-1.14409929999999\";s:7:\"address\";s:45:\"224 Forton Rd, Gosport PO12 3HW, Regatul Unit\";}'),
(10348,	4916,	'_wp_trash_meta_status',	'publish'),
(10349,	4916,	'_wp_trash_meta_time',	'1582697994'),
(10350,	4916,	'_wp_desired_post_slug',	'p-p-car-camper-sales'),
(10351,	4917,	'yf_',	'a:4:{s:3:\"gid\";s:19:\"Perthshire Caravans\";s:3:\"lat\";s:10:\"56.4238531\";s:3:\"lng\";s:17:\"-3.22113309999997\";s:7:\"address\";s:45:\"Dundee Rd, Errol, Perth PH2 7SR, Regatul Unit\";}'),
(10352,	4917,	'_wp_trash_meta_status',	'publish'),
(10353,	4917,	'_wp_trash_meta_time',	'1582697994'),
(10354,	4917,	'_wp_desired_post_slug',	'perthshire-caravans-2'),
(10355,	4918,	'yf_',	'a:4:{s:3:\"gid\";s:14:\"Ropers Leisure\";s:3:\"lat\";s:10:\"54.3921925\";s:3:\"lng\";s:10:\"-1.6532545\";s:7:\"address\";s:64:\"Gatherley Rd, Brompton on Swale, Richmond DL10 7SL, Regatul Unit\";}'),
(10356,	4918,	'_wp_trash_meta_status',	'publish'),
(10357,	4918,	'_wp_trash_meta_time',	'1582697994'),
(10358,	4918,	'_wp_desired_post_slug',	'ropers-leisure-2'),
(10359,	4919,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"S & D Harper Ltd\";s:3:\"lat\";s:10:\"57.6400812\";s:3:\"lng\";s:17:\"-3.31415019999997\";s:7:\"address\";s:29:\"South St, Elgin, Regatul Unit\";}'),
(10360,	4919,	'_wp_trash_meta_status',	'publish'),
(10361,	4919,	'_wp_trash_meta_time',	'1582697994'),
(10362,	4919,	'_wp_desired_post_slug',	's-d-harper-ltd-2'),
(10363,	4920,	'yf_',	'a:4:{s:3:\"gid\";s:22:\"Teesside Caravan Sales\";s:3:\"lat\";s:17:\"-1.29033500000003\";s:3:\"lng\";s:20:\" Servicing & Storage\";s:7:\"address\";N;}'),
(10364,	4920,	'_wp_trash_meta_status',	'publish'),
(10365,	4920,	'_wp_trash_meta_time',	'1582697994'),
(10366,	4920,	'_wp_desired_post_slug',	'teesside-caravan-sales-2'),
(10367,	4921,	'yf_',	'a:4:{s:3:\"gid\";s:18:\"The Caravan Clinic\";s:3:\"lat\";s:9:\"54.954563\";s:3:\"lng\";s:17:\"-1.65544999999997\";s:7:\"address\";s:80:\"Dunston Industrial Estate, Halifax Rd, Dunston, Gateshead NE11 9JW, Regatul Unit\";}'),
(10368,	4921,	'_wp_trash_meta_status',	'publish'),
(10369,	4921,	'_wp_trash_meta_time',	'1582697994'),
(10370,	4921,	'_wp_desired_post_slug',	'the-caravan-clinic'),
(10371,	4922,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"The Caravan Shop\";s:3:\"lat\";s:10:\"55.8736823\";s:3:\"lng\";s:17:\"-4.27604789999998\";s:7:\"address\";s:50:\"364 Great Western Rd, Glasgow G4 9HT, Regatul Unit\";}'),
(10372,	4922,	'_wp_desired_post_slug',	'the-caravan-shop'),
(10373,	4922,	'_wp_trash_meta_time',	'1582697994'),
(10374,	4922,	'_wp_trash_meta_status',	'publish'),
(10375,	4923,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Top Road Tourers\";s:3:\"lat\";s:9:\"56.505975\";s:3:\"lng\";s:17:\"-2.78956500000004\";s:7:\"address\";s:48:\"Halfway Garage, Carnoustie DD7 7SD, Regatul Unit\";}'),
(10376,	4923,	'_wp_desired_post_slug',	'top-road-tourers'),
(10377,	4923,	'_wp_trash_meta_time',	'1582697994'),
(10378,	4923,	'_wp_trash_meta_status',	'publish'),
(10379,	4924,	'yf_',	'a:4:{s:3:\"gid\";s:21:\"Tyneside Leisureworld\";s:3:\"lat\";s:9:\"54.897409\";s:3:\"lng\";s:17:\"-1.56135700000004\";s:7:\"address\";s:80:\"Tyneside Leisureworld Car Park, Birtley, Chester-le-Street DH3 2SS, Regatul Unit\";}'),
(10380,	4924,	'_wp_desired_post_slug',	'tyneside-leisureworld-2'),
(10381,	4924,	'_wp_trash_meta_time',	'1582697994'),
(10382,	4924,	'_wp_trash_meta_status',	'publish'),
(10383,	4925,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Wallace Caravans (Kirkcaldy)\";s:3:\"lat\";s:10:\"56.1474123\";s:3:\"lng\";s:17:\"-3.14073269999994\";s:7:\"address\";s:64:\"Wallace Caravans, Thornton Road, Kirkcaldy KY1 3NW, Regatul Unit\";}'),
(10384,	4925,	'_wp_desired_post_slug',	'wallace-caravans-kirkcaldy'),
(10385,	4925,	'_wp_trash_meta_time',	'1582697994'),
(10386,	4925,	'_wp_trash_meta_status',	'publish'),
(10387,	4926,	'yf_',	'a:4:{s:3:\"gid\";s:16:\"Wallace Caravans\";s:3:\"lat\";s:10:\"57.5482201\";s:3:\"lng\";s:17:\"-2.01854060000005\";s:7:\"address\";s:50:\"Denhead, Mintlaw, Peterhead AB42 4HR, Regatul Unit\";}'),
(10388,	4926,	'_wp_desired_post_slug',	'wallace-caravans'),
(10389,	4926,	'_wp_trash_meta_time',	'1582697994'),
(10390,	4926,	'_wp_trash_meta_status',	'publish'),
(10391,	4927,	'yf_',	'a:4:{s:3:\"gid\";s:28:\"Washington Caravan & Leisure\";s:3:\"lat\";s:9:\"54.906191\";s:3:\"lng\";s:17:\"-1.57872699999996\";s:7:\"address\";s:59:\"Durham Rd, Birtley, Chester-le-Street DH3 1PR, Regatul Unit\";}'),
(10392,	4927,	'_wp_desired_post_slug',	'washington-caravan-leisure'),
(10393,	4927,	'_wp_trash_meta_time',	'1582697993'),
(10394,	4927,	'_wp_trash_meta_status',	'publish'),
(10395,	4928,	'yf_',	'a:4:{s:3:\"gid\";s:24:\"Yorkshire Coast Caravans\";s:3:\"lat\";s:9:\"54.065231\";s:3:\"lng\";s:18:\"-0.244223000000034\";s:7:\"address\";s:84:\"Carnaby Industrial Estate, Lancaster Rd, Carnaby, Bridlington YO15 3QY, Regatul Unit\";}'),
(10396,	4928,	'_wp_desired_post_slug',	'yorkshire-coast-caravans'),
(10397,	4928,	'_wp_trash_meta_time',	'1582697993'),
(10398,	4928,	'_wp_trash_meta_status',	'publish'),
(10399,	4929,	'yf_',	'a:4:{s:3:\"gid\";s:33:\"Tourer Techs Caravan Services Ltd\";s:3:\"lat\";s:9:\"51.274937\";s:3:\"lng\";s:17:\"-2.93506600000001\";s:7:\"address\";s:44:\"East Brent, Highbridge TA9 4JN, Regatul Unit\";}'),
(10400,	4929,	'_wp_trash_meta_status',	'publish'),
(10401,	4929,	'_wp_trash_meta_time',	'1582697993'),
(10402,	4929,	'_wp_desired_post_slug',	'tourer-techs-caravan-services-ltd'),
(10406,	5157,	'zn_page_layout',	'default'),
(10407,	5157,	'zn_sidebar_select',	'default'),
(10408,	5157,	'zn_zn_disable_subheader',	''),
(10409,	5157,	'zn_subheader_style',	'zn_def_header_style'),
(10410,	5157,	'zn_page_override_boxed_layout',	'def'),
(10411,	5157,	'zn_page_title_show',	'yes'),
(10412,	5157,	'zn_page_title',	''),
(10413,	5157,	'zn_page_subtitle',	''),
(10414,	5157,	'zn-custom-layout',	'0'),
(10417,	5160,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582904562;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10418,	5161,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582912072;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10419,	5155,	'_edit_lock',	'1582916878:1'),
(10420,	5155,	'_edit_last',	'1'),
(10421,	5162,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582915780;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10422,	5163,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582919441;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10423,	5164,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582923099;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10424,	5165,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582929816;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10425,	5166,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582938048;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10426,	5167,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582944402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10427,	5168,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582948037;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10428,	5169,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582964226;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10429,	5170,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582967863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10430,	5171,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582985274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10431,	5172,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1582989073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10432,	5173,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1583000107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10433,	5174,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1583007025;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10434,	5175,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1583024715;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10435,	5176,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1583070681;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10436,	5177,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1583074746;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10437,	5178,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1583079322;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10438,	5179,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1583091864;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10439,	5180,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1583099049;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10440,	5181,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1583131104;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10441,	5183,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1583134959;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),
(10442,	5185,	'_action_manager_schedule',	'O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1583138578;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}');

DROP TABLE IF EXISTS `wpmq_posts`;
CREATE TABLE `wpmq_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_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1,	1,	'2020-01-23 12:02:57',	'2020-01-23 12:02:57',	'<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->',	'Hello world!',	'',	'trash',	'open',	'open',	'',	'hello-world__trashed',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	0,	'https://truma.youarenearly.online/?p=1',	0,	'post',	'',	1),
(2,	1,	'2020-01-23 12:02:57',	'2020-01-23 12:02:57',	'<!-- wp:paragraph -->\n<p>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:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://truma.youarenearly.online/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->',	'Sample Page',	'',	'trash',	'closed',	'open',	'',	'sample-page__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2',	0,	'page',	'',	0),
(3,	1,	'2020-01-23 12:02:57',	'2020-01-23 12:02:57',	'<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://truma.youarenearly.online.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->',	'Privacy Policy',	'',	'draft',	'closed',	'open',	'',	'privacy-policy',	'',	'',	'2020-01-23 12:02:57',	'2020-01-23 12:02:57',	'',	0,	'https://truma.youarenearly.online/?page_id=3',	0,	'page',	'',	0),
(3162,	1,	'2020-02-17 12:42:21',	'2020-02-17 12:42:21',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'2383-revision-v1',	'',	'',	'2020-02-17 12:42:21',	'2020-02-17 12:42:21',	'',	2383,	'https://truma.youarenearly.online/2383-revision-v1/',	0,	'revision',	'',	0),
(6,	1,	'2020-01-23 12:06:15',	'2020-01-23 12:06:15',	'',	'woocommerce-placeholder',	'',	'inherit',	'open',	'closed',	'',	'woocommerce-placeholder',	'',	'',	'2020-01-23 12:06:15',	'2020-01-23 12:06:15',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/01/woocommerce-placeholder.png',	0,	'attachment',	'image/png',	0),
(65,	1,	'2020-01-23 12:06:26',	'2020-01-23 12:06:26',	'',	'kallyas-logo.svg',	'',	'inherit',	'closed',	'closed',	'',	'kallyas-logo-svg',	'',	'',	'2020-01-23 12:06:26',	'2020-01-23 12:06:26',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/kallyas-logo.svg',	0,	'attachment',	'',	0),
(137,	1,	'2020-01-23 12:06:26',	'2020-01-23 12:06:26',	'',	'kallyas_icon.png',	'',	'inherit',	'closed',	'closed',	'',	'kallyas-icon-png',	'',	'',	'2020-01-23 12:06:26',	'2020-01-23 12:06:26',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/kallyas_icon.png',	0,	'attachment',	'image/png',	0),
(138,	1,	'2020-01-23 12:06:26',	'2020-01-23 12:06:26',	'',	'favicon.png',	'',	'inherit',	'closed',	'closed',	'',	'favicon-png',	'',	'',	'2020-01-23 12:06:26',	'2020-01-23 12:06:26',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/favicon.png',	0,	'attachment',	'image/png',	0),
(147,	1,	'2020-01-23 12:06:26',	'2020-01-23 12:06:26',	'',	'kallyas-footerlogo.svg',	'',	'inherit',	'closed',	'closed',	'',	'kallyas-footerlogo-svg',	'',	'',	'2020-01-23 12:06:26',	'2020-01-23 12:06:26',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/kallyas-footerlogo.svg',	0,	'attachment',	'',	0),
(171,	1,	'2020-01-23 12:06:26',	'2020-01-23 12:06:26',	'',	'photo-1431578500526-4d9613015464-resized.jpg',	'',	'inherit',	'closed',	'closed',	'',	'photo-1431578500526-4d9613015464-resized-jpg',	'',	'',	'2020-01-23 12:06:26',	'2020-01-23 12:06:26',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg',	0,	'attachment',	'image/jpeg',	0),
(179,	1,	'2020-01-23 12:06:29',	'2020-01-23 12:06:29',	'',	'kallyas_placeholder.mp4',	'',	'inherit',	'closed',	'closed',	'',	'kallyas-placeholder-mp4',	'',	'',	'2020-01-23 12:06:29',	'2020-01-23 12:06:29',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.mp4',	0,	'attachment',	'',	0),
(180,	1,	'2020-01-23 12:06:29',	'2020-01-23 12:06:29',	'',	'kallyas_placeholder.ogv',	'',	'inherit',	'closed',	'closed',	'',	'kallyas-placeholder-ogv',	'',	'',	'2020-01-23 12:06:29',	'2020-01-23 12:06:29',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.ogv',	0,	'attachment',	'',	0),
(181,	1,	'2020-01-23 12:06:29',	'2020-01-23 12:06:29',	'',	'kallyas_placeholder.webm',	'',	'inherit',	'closed',	'closed',	'',	'kallyas-placeholder-webm',	'',	'',	'2020-01-23 12:06:29',	'2020-01-23 12:06:29',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.webm',	0,	'attachment',	'',	0),
(182,	1,	'2020-01-23 12:06:29',	'2020-01-23 12:06:29',	'',	'kallyas_placeholder.png',	'',	'inherit',	'closed',	'closed',	'',	'kallyas-placeholder-png',	'',	'',	'2020-01-23 12:06:29',	'2020-01-23 12:06:29',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2016/11/kallyas_placeholder.png',	0,	'attachment',	'image/png',	0),
(320,	1,	'2020-01-23 12:06:34',	'2020-01-23 12:06:34',	'',	'big_like.png',	'',	'inherit',	'closed',	'closed',	'',	'big-like-png',	'',	'',	'2020-01-23 12:06:34',	'2020-01-23 12:06:34',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/big_like.png',	0,	'attachment',	'image/png',	0),
(321,	1,	'2020-01-23 12:06:34',	'2020-01-23 12:06:34',	'',	'button.png',	'',	'inherit',	'closed',	'closed',	'',	'button-png',	'',	'',	'2020-01-23 12:06:34',	'2020-01-23 12:06:34',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/button.png',	0,	'attachment',	'image/png',	0),
(322,	1,	'2020-01-23 12:06:34',	'2020-01-23 12:06:34',	'',	'count.png',	'',	'inherit',	'closed',	'closed',	'',	'count-png',	'',	'',	'2020-01-23 12:06:34',	'2020-01-23 12:06:34',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/count.png',	0,	'attachment',	'image/png',	0),
(323,	1,	'2020-01-23 12:06:34',	'2020-01-23 12:06:34',	'',	'do-you.png',	'',	'inherit',	'closed',	'closed',	'',	'do-you-png',	'',	'',	'2020-01-23 12:06:34',	'2020-01-23 12:06:34',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/do-you.png',	0,	'attachment',	'image/png',	0),
(324,	1,	'2020-01-23 12:06:35',	'2020-01-23 12:06:35',	'',	'likes.png',	'',	'inherit',	'closed',	'closed',	'',	'likes-png',	'',	'',	'2020-01-23 12:06:35',	'2020-01-23 12:06:35',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/likes.png',	0,	'attachment',	'image/png',	0),
(325,	1,	'2020-01-23 12:06:36',	'2020-01-23 12:06:36',	'',	'photos.png',	'',	'inherit',	'closed',	'closed',	'',	'photos-png',	'',	'',	'2020-01-23 12:06:36',	'2020-01-23 12:06:36',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/photos.png',	0,	'attachment',	'image/png',	0),
(326,	1,	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	'multilanguage.svg',	'',	'inherit',	'closed',	'closed',	'',	'multilanguage-svg',	'',	'',	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/multilanguage.svg',	0,	'attachment',	'',	0),
(327,	1,	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	'pointing_bar1.svg',	'',	'inherit',	'closed',	'closed',	'',	'pointing-bar1-svg',	'',	'',	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/pointing_bar1.svg',	0,	'attachment',	'',	0),
(328,	1,	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	'pointing_bar2.svg',	'',	'inherit',	'closed',	'closed',	'',	'pointing-bar2-svg',	'',	'',	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/pointing_bar2.svg',	0,	'attachment',	'',	0),
(329,	1,	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	'pointing_bar3.svg',	'',	'inherit',	'closed',	'closed',	'',	'pointing-bar3-svg',	'',	'',	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/pointing_bar3.svg',	0,	'attachment',	'',	0),
(330,	1,	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	'responsive.svg',	'',	'inherit',	'closed',	'closed',	'',	'responsive-svg',	'',	'',	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/responsive.svg',	0,	'attachment',	'',	0),
(331,	1,	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	'seo_ready.svg',	'',	'inherit',	'closed',	'closed',	'',	'seo-ready-svg',	'',	'',	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/seo_ready.svg',	0,	'attachment',	'',	0),
(332,	1,	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	'shopping_bag.svg',	'',	'inherit',	'closed',	'closed',	'',	'shopping-bag-svg',	'',	'',	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shopping_bag.svg',	0,	'attachment',	'',	0),
(333,	1,	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	'skew_bar1.png',	'',	'inherit',	'closed',	'closed',	'',	'skew-bar1-png',	'',	'',	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/skew_bar1.png',	0,	'attachment',	'image/png',	0),
(334,	1,	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	'skew_bar2.png',	'',	'inherit',	'closed',	'closed',	'',	'skew-bar2-png',	'',	'',	'2020-01-23 12:06:37',	'2020-01-23 12:06:37',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/skew_bar2.png',	0,	'attachment',	'image/png',	0),
(340,	1,	'2020-01-23 12:06:38',	'2020-01-23 12:06:38',	'',	'rev_slide_3_title.svg',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-3-title-svg',	'',	'',	'2020-01-23 12:06:38',	'2020-01-23 12:06:38',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/rev_slide_3_title.svg',	0,	'attachment',	'',	0),
(348,	1,	'2020-01-23 12:06:38',	'2020-01-23 12:06:38',	'',	'rev_slide_4_newyork.png',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-4-newyork-png',	'',	'',	'2020-01-23 12:06:38',	'2020-01-23 12:06:38',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/rev_slide_4_newyork.png',	0,	'attachment',	'image/png',	0),
(350,	1,	'2020-01-23 12:06:38',	'2020-01-23 12:06:38',	'',	'rev_slide_4_stockholm.png',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-4-stockholm-png',	'',	'',	'2020-01-23 12:06:38',	'2020-01-23 12:06:38',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/rev_slide_4_stockholm.png',	0,	'attachment',	'image/png',	0),
(351,	1,	'2020-01-23 12:06:38',	'2020-01-23 12:06:38',	'',	'rev_slide_4_bullet.svg',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-4-bullet-svg',	'',	'',	'2020-01-23 12:06:38',	'2020-01-23 12:06:38',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/rev_slide_4_bullet.svg',	0,	'attachment',	'',	0),
(352,	1,	'2020-01-23 12:06:38',	'2020-01-23 12:06:38',	'',	'rev_slide_4_soon.svg',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-4-soon-svg',	'',	'',	'2020-01-23 12:06:38',	'2020-01-23 12:06:38',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/rev_slide_4_soon.svg',	0,	'attachment',	'',	0),
(356,	1,	'2020-01-23 12:06:38',	'2020-01-23 12:06:38',	'',	'revslide5_carscene.png',	'',	'inherit',	'closed',	'closed',	'',	'revslide5-carscene-png',	'',	'',	'2020-01-23 12:06:38',	'2020-01-23 12:06:38',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/revslide5_carscene.png',	0,	'attachment',	'image/png',	0),
(357,	1,	'2020-01-23 12:06:40',	'2020-01-23 12:06:40',	'',	'revslide5_kallyas.png',	'',	'inherit',	'closed',	'closed',	'',	'revslide5-kallyas-png',	'',	'',	'2020-01-23 12:06:40',	'2020-01-23 12:06:40',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/revslide5_kallyas.png',	0,	'attachment',	'image/png',	0),
(389,	1,	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	'map_pin_1.png',	'',	'inherit',	'closed',	'closed',	'',	'map-pin-1-png',	'',	'',	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/map_pin_1.png',	0,	'attachment',	'image/png',	0),
(451,	1,	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	'noun_9477.svg',	'',	'inherit',	'closed',	'closed',	'',	'noun-9477-svg',	'',	'',	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/noun_9477.svg',	0,	'attachment',	'',	0),
(526,	1,	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	'noun_20052.svg',	'',	'inherit',	'closed',	'closed',	'',	'noun-20052-svg',	'',	'',	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/noun_20052.svg',	0,	'attachment',	'',	0),
(527,	1,	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	'noun_111341.svg',	'',	'inherit',	'closed',	'closed',	'',	'noun-111341-svg',	'',	'',	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/noun_111341.svg',	0,	'attachment',	'',	0),
(528,	1,	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	'noun_4098.svg',	'',	'inherit',	'closed',	'closed',	'',	'noun-4098-svg',	'',	'',	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/noun_4098.svg',	0,	'attachment',	'',	0),
(705,	1,	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	'shs-1-2.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-1-2-png',	'',	'',	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs-1-2.png',	0,	'attachment',	'image/png',	0),
(706,	1,	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	'shs-1-3-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-1-3-lq-png',	'',	'',	'2020-01-23 12:06:41',	'2020-01-23 12:06:41',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs-1-3-lq.png',	0,	'attachment',	'image/png',	0),
(708,	1,	'2020-01-23 12:06:42',	'2020-01-23 12:06:42',	'',	'shs-2-1.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-2-1-png',	'',	'',	'2020-01-23 12:06:42',	'2020-01-23 12:06:42',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs-2-1.png',	0,	'attachment',	'image/png',	0),
(714,	1,	'2020-01-23 12:06:43',	'2020-01-23 12:06:43',	'',	'shs-3-4.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-3-4-png',	'',	'',	'2020-01-23 12:06:43',	'2020-01-23 12:06:43',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs-3-4.png',	0,	'attachment',	'image/png',	0),
(715,	1,	'2020-01-23 12:06:43',	'2020-01-23 12:06:43',	'',	'shs-3-5.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-3-5-png',	'',	'',	'2020-01-23 12:06:43',	'2020-01-23 12:06:43',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs-3-5.png',	0,	'attachment',	'image/png',	0),
(723,	1,	'2020-01-23 12:06:43',	'2020-01-23 12:06:43',	'',	'shs-5-1.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-5-1-png',	'',	'',	'2020-01-23 12:06:43',	'2020-01-23 12:06:43',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs-5-1.png',	0,	'attachment',	'image/png',	0),
(724,	1,	'2020-01-23 12:06:43',	'2020-01-23 12:06:43',	'',	'shs-5-2.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-5-2-png',	'',	'',	'2020-01-23 12:06:43',	'2020-01-23 12:06:43',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs-5-2.png',	0,	'attachment',	'image/png',	0),
(726,	1,	'2020-01-23 12:06:45',	'2020-01-23 12:06:45',	'',	'shs-5-bg.jpg',	'',	'inherit',	'closed',	'closed',	'',	'shs-5-bg-jpg',	'',	'',	'2020-01-23 12:06:45',	'2020-01-23 12:06:45',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs-5-bg.jpg',	0,	'attachment',	'image/jpeg',	0),
(728,	1,	'2020-01-23 12:06:47',	'2020-01-23 12:06:47',	'',	'shs2-1-2-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-1-2-lq-png',	'',	'',	'2020-01-23 12:06:47',	'2020-01-23 12:06:47',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-1-2-lq.png',	0,	'attachment',	'image/png',	0),
(729,	1,	'2020-01-23 12:06:47',	'2020-01-23 12:06:47',	'',	'shs2-1-3-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-1-3-lq-png',	'',	'',	'2020-01-23 12:06:47',	'2020-01-23 12:06:47',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-1-3-lq.png',	0,	'attachment',	'image/png',	0),
(730,	1,	'2020-01-23 12:06:47',	'2020-01-23 12:06:47',	'',	'shs2-1-4-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-1-4-lq-png',	'',	'',	'2020-01-23 12:06:47',	'2020-01-23 12:06:47',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-1-4-lq.png',	0,	'attachment',	'image/png',	0),
(731,	1,	'2020-01-23 12:06:47',	'2020-01-23 12:06:47',	'',	'shs2-1-5-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-1-5-lq-png',	'',	'',	'2020-01-23 12:06:47',	'2020-01-23 12:06:47',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-1-5-lq.png',	0,	'attachment',	'image/png',	0),
(736,	1,	'2020-01-23 12:06:47',	'2020-01-23 12:06:47',	'',	'shs2-3-1-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-3-1-lq-png',	'',	'',	'2020-01-23 12:06:47',	'2020-01-23 12:06:47',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-3-1-lq.png',	0,	'attachment',	'image/png',	0),
(737,	1,	'2020-01-23 12:06:47',	'2020-01-23 12:06:47',	'',	'shs2-3-2-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-3-2-lq-png',	'',	'',	'2020-01-23 12:06:47',	'2020-01-23 12:06:47',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-3-2-lq.png',	0,	'attachment',	'image/png',	0),
(739,	1,	'2020-01-23 12:06:48',	'2020-01-23 12:06:48',	'',	'shs2-3-bg.jpg',	'',	'inherit',	'closed',	'closed',	'',	'shs2-3-bg-jpg',	'',	'',	'2020-01-23 12:06:48',	'2020-01-23 12:06:48',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-3-bg.jpg',	0,	'attachment',	'image/jpeg',	0),
(745,	1,	'2020-01-23 12:06:50',	'2020-01-23 12:06:50',	'',	'shs2-5-1-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-5-1-lq-png',	'',	'',	'2020-01-23 12:06:50',	'2020-01-23 12:06:50',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-5-1-lq.png',	0,	'attachment',	'image/png',	0),
(747,	1,	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	'shs2-5-3.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-5-3-png',	'',	'',	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-5-3.png',	0,	'attachment',	'image/png',	0),
(748,	1,	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	'shs2-5-4.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-5-4-png',	'',	'',	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-5-4.png',	0,	'attachment',	'image/png',	0),
(749,	1,	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	'shs2-5-5.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-5-5-png',	'',	'',	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-5-5.png',	0,	'attachment',	'image/png',	0),
(750,	1,	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	'shs2-5-6.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-5-6-png',	'',	'',	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-5-6.png',	0,	'attachment',	'image/png',	0),
(751,	1,	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	'shs2-5-7.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-5-7-png',	'',	'',	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-5-7.png',	0,	'attachment',	'image/png',	0),
(752,	1,	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	'shs2-5-8.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-5-8-png',	'',	'',	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-5-8.png',	0,	'attachment',	'image/png',	0),
(753,	1,	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	'shs2-5-bg.jpg',	'',	'inherit',	'closed',	'closed',	'',	'shs2-5-bg-jpg',	'',	'',	'2020-01-23 12:06:51',	'2020-01-23 12:06:51',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shs2-5-bg.jpg',	0,	'attachment',	'image/jpeg',	0),
(796,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'map-marker.png',	'',	'inherit',	'closed',	'closed',	'',	'map-marker-png',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/map-marker.png',	0,	'attachment',	'image/png',	0),
(879,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'quote.svg',	'',	'inherit',	'closed',	'closed',	'',	'quote-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/quote.svg',	0,	'attachment',	'',	0),
(880,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'quote1.svg',	'',	'inherit',	'closed',	'closed',	'',	'quote1-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/quote1.svg',	0,	'attachment',	'',	0),
(881,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'hb-hiring.svg',	'',	'inherit',	'closed',	'closed',	'',	'hb-hiring-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/hb-hiring.svg',	0,	'attachment',	'',	0),
(883,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'hb-catalogue1.png',	'',	'inherit',	'closed',	'closed',	'',	'hb-catalogue1-png',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/hb-catalogue1.png',	0,	'attachment',	'image/png',	0),
(884,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'themeforest.png',	'',	'inherit',	'closed',	'closed',	'',	'themeforest-png',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/themeforest.png',	0,	'attachment',	'image/png',	0),
(885,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'wordpress.png',	'',	'inherit',	'closed',	'closed',	'',	'wordpress-png',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/wordpress.png',	0,	'attachment',	'image/png',	0),
(886,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'css3.png',	'',	'inherit',	'closed',	'closed',	'',	'css3-png',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/css3.png',	0,	'attachment',	'image/png',	0),
(887,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'html5.png',	'',	'inherit',	'closed',	'closed',	'',	'html5-png',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/html5.png',	0,	'attachment',	'image/png',	0),
(888,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'joomla.png',	'',	'inherit',	'closed',	'closed',	'',	'joomla-png',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/joomla.png',	0,	'attachment',	'image/png',	0),
(889,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'jquery.png',	'',	'inherit',	'closed',	'closed',	'',	'jquery-png',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/jquery.png',	0,	'attachment',	'image/png',	0),
(906,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'ib-ico-1.svg',	'',	'inherit',	'closed',	'closed',	'',	'ib-ico-1-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-1.svg',	0,	'attachment',	'',	0),
(907,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'ib-ico-2.svg',	'',	'inherit',	'closed',	'closed',	'',	'ib-ico-2-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-2.svg',	0,	'attachment',	'',	0),
(908,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'ib-ico-3.svg',	'',	'inherit',	'closed',	'closed',	'',	'ib-ico-3-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-3.svg',	0,	'attachment',	'',	0),
(909,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'ib-ico-11.svg',	'',	'inherit',	'closed',	'closed',	'',	'ib-ico-11-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-11.svg',	0,	'attachment',	'',	0),
(910,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'ib-ico-21.svg',	'',	'inherit',	'closed',	'closed',	'',	'ib-ico-21-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-21.svg',	0,	'attachment',	'',	0),
(911,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'ib-ico-31.svg',	'',	'inherit',	'closed',	'closed',	'',	'ib-ico-31-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-31.svg',	0,	'attachment',	'',	0),
(912,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'ib-ico-12.svg',	'',	'inherit',	'closed',	'closed',	'',	'ib-ico-12-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-12.svg',	0,	'attachment',	'',	0),
(913,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'ib-ico-4.svg',	'',	'inherit',	'closed',	'closed',	'',	'ib-ico-4-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-4.svg',	0,	'attachment',	'',	0),
(914,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'ib-ico-5.svg',	'',	'inherit',	'closed',	'closed',	'',	'ib-ico-5-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/ib-ico-5.svg',	0,	'attachment',	'',	0),
(916,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'callout1.svg',	'',	'inherit',	'closed',	'closed',	'',	'callout1-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/callout1.svg',	0,	'attachment',	'',	0),
(917,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'callout2.svg',	'',	'inherit',	'closed',	'closed',	'',	'callout2-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/callout2.svg',	0,	'attachment',	'',	0),
(918,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'callout3.svg',	'',	'inherit',	'closed',	'closed',	'',	'callout3-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/callout3.svg',	0,	'attachment',	'',	0),
(919,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'process1.svg',	'',	'inherit',	'closed',	'closed',	'',	'process1-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/process1.svg',	0,	'attachment',	'',	0),
(920,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'process2.svg',	'',	'inherit',	'closed',	'closed',	'',	'process2-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/process2.svg',	0,	'attachment',	'',	0),
(921,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'process3.svg',	'',	'inherit',	'closed',	'closed',	'',	'process3-svg',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/process3.svg',	0,	'attachment',	'',	0),
(925,	1,	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	'icomoon.zip',	'',	'inherit',	'closed',	'closed',	'',	'icomoon-zip',	'',	'',	'2020-01-23 12:06:53',	'2020-01-23 12:06:53',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/icomoon.zip',	0,	'attachment',	'',	0),
(1045,	1,	'2020-01-23 12:06:54',	'2020-01-23 12:06:54',	'',	'shop-icon3.png',	'',	'inherit',	'closed',	'closed',	'',	'shop-icon3-png',	'',	'',	'2020-01-23 12:06:54',	'2020-01-23 12:06:54',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shop-icon3.png',	0,	'attachment',	'image/png',	0),
(1046,	1,	'2020-01-23 12:06:54',	'2020-01-23 12:06:54',	'',	'shop-icon1.png',	'',	'inherit',	'closed',	'closed',	'',	'shop-icon1-png',	'',	'',	'2020-01-23 12:06:54',	'2020-01-23 12:06:54',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shop-icon1.png',	0,	'attachment',	'image/png',	0),
(1047,	1,	'2020-01-23 12:06:54',	'2020-01-23 12:06:54',	'',	'shop-icon2.png',	'',	'inherit',	'closed',	'closed',	'',	'shop-icon2-png',	'',	'',	'2020-01-23 12:06:54',	'2020-01-23 12:06:54',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shop-icon2.png',	0,	'attachment',	'image/png',	0),
(1138,	1,	'2020-01-23 12:06:54',	'2020-01-23 12:06:54',	'',	'logotest11-60x60.png',	'',	'inherit',	'closed',	'closed',	'',	'logotest11-60x60-png',	'',	'',	'2020-01-23 12:06:54',	'2020-01-23 12:06:54',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/logotest11-60x60.png',	0,	'attachment',	'image/png',	0),
(1146,	1,	'2020-01-23 12:06:54',	'2020-01-23 12:06:54',	'',	'enginemask-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'enginemask-lq-png',	'',	'',	'2020-01-23 12:06:54',	'2020-01-23 12:06:54',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/enginemask-lq.png',	0,	'attachment',	'image/png',	0),
(1193,	1,	'2020-01-23 12:06:57',	'2020-01-23 12:06:57',	'',	'set-03-02.svg',	'',	'inherit',	'closed',	'closed',	'',	'set-03-02-svg',	'',	'',	'2020-01-23 12:06:57',	'2020-01-23 12:06:57',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-02.svg',	0,	'attachment',	'',	0),
(1196,	1,	'2020-01-23 12:06:57',	'2020-01-23 12:06:57',	'',	'set-03-03.svg',	'',	'inherit',	'closed',	'closed',	'',	'set-03-03-svg',	'',	'',	'2020-01-23 12:06:57',	'2020-01-23 12:06:57',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-03.svg',	0,	'attachment',	'',	0),
(1197,	1,	'2020-01-23 12:06:57',	'2020-01-23 12:06:57',	'',	'set-03-04.svg',	'',	'inherit',	'closed',	'closed',	'',	'set-03-04-svg',	'',	'',	'2020-01-23 12:06:57',	'2020-01-23 12:06:57',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-04.svg',	0,	'attachment',	'',	0),
(1198,	1,	'2020-01-23 12:06:57',	'2020-01-23 12:06:57',	'',	'set-03-01.svg',	'',	'inherit',	'closed',	'closed',	'',	'set-03-01-svg',	'',	'',	'2020-01-23 12:06:57',	'2020-01-23 12:06:57',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/set-03-01.svg',	0,	'attachment',	'',	0),
(1207,	1,	'2020-01-23 12:06:57',	'2020-01-23 12:06:57',	'',	'noun_101923.png',	'',	'inherit',	'closed',	'closed',	'',	'noun-101923-png',	'',	'',	'2020-01-23 12:06:57',	'2020-01-23 12:06:57',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/noun_101923.png',	0,	'attachment',	'image/png',	0),
(1215,	1,	'2020-01-23 12:07:00',	'2020-01-23 12:07:00',	'',	'bolt_white.svg',	'',	'inherit',	'closed',	'closed',	'',	'bolt-white-svg',	'',	'',	'2020-01-23 12:07:00',	'2020-01-23 12:07:00',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/bolt_white.svg',	0,	'attachment',	'',	0),
(1216,	1,	'2020-01-23 12:07:00',	'2020-01-23 12:07:00',	'',	'bolt_white1.svg',	'',	'inherit',	'closed',	'closed',	'',	'bolt-white1-svg',	'',	'',	'2020-01-23 12:07:00',	'2020-01-23 12:07:00',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/bolt_white1.svg',	0,	'attachment',	'',	0),
(1217,	1,	'2020-01-23 12:07:00',	'2020-01-23 12:07:00',	'',	'bolt_white2.svg',	'',	'inherit',	'closed',	'closed',	'',	'bolt-white2-svg',	'',	'',	'2020-01-23 12:07:00',	'2020-01-23 12:07:00',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/bolt_white2.svg',	0,	'attachment',	'',	0),
(1218,	1,	'2020-01-23 12:07:00',	'2020-01-23 12:07:00',	'',	'stage-bg.jpg',	'',	'inherit',	'closed',	'closed',	'',	'stage-bg-jpg',	'',	'',	'2020-01-23 12:07:00',	'2020-01-23 12:07:00',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-bg.jpg',	0,	'attachment',	'image/jpeg',	0),
(1220,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'stage-battery.svg',	'',	'inherit',	'closed',	'closed',	'',	'stage-battery-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-battery.svg',	0,	'attachment',	'',	0),
(1221,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'stage-bluetooth.svg',	'',	'inherit',	'closed',	'closed',	'',	'stage-bluetooth-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-bluetooth.svg',	0,	'attachment',	'',	0),
(1222,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'stage-fingerprint.svg',	'',	'inherit',	'closed',	'closed',	'',	'stage-fingerprint-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-fingerprint.svg',	0,	'attachment',	'',	0),
(1223,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'stage-headphones.svg',	'',	'inherit',	'closed',	'closed',	'',	'stage-headphones-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-headphones.svg',	0,	'attachment',	'',	0),
(1224,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'stage-mic.svg',	'',	'inherit',	'closed',	'closed',	'',	'stage-mic-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-mic.svg',	0,	'attachment',	'',	0),
(1225,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'stage-water.svg',	'',	'inherit',	'closed',	'closed',	'',	'stage-water-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/stage-water.svg',	0,	'attachment',	'',	0),
(1234,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'icomoon1.zip',	'',	'inherit',	'closed',	'closed',	'',	'icomoon1-zip',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/icomoon1.zip',	0,	'attachment',	'',	0),
(1235,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'included.svg',	'',	'inherit',	'closed',	'closed',	'',	'included-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/included.svg',	0,	'attachment',	'',	0),
(1237,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'devices-02.jpg',	'',	'inherit',	'closed',	'closed',	'',	'devices-02-jpg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/devices-02.jpg',	0,	'attachment',	'image/jpeg',	0),
(1245,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'business-set1-01.svg',	'',	'inherit',	'closed',	'closed',	'',	'business-set1-01-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/business-set1-01.svg',	0,	'attachment',	'',	0),
(1246,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'business-set1-02.svg',	'',	'inherit',	'closed',	'closed',	'',	'business-set1-02-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/business-set1-02.svg',	0,	'attachment',	'',	0),
(1247,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'business-set1-03.svg',	'',	'inherit',	'closed',	'closed',	'',	'business-set1-03-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/business-set1-03.svg',	0,	'attachment',	'',	0),
(1248,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'business-set1-04.svg',	'',	'inherit',	'closed',	'closed',	'',	'business-set1-04-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/business-set1-04.svg',	0,	'attachment',	'',	0),
(1249,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'business-set1-05.svg',	'',	'inherit',	'closed',	'closed',	'',	'business-set1-05-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/business-set1-05.svg',	0,	'attachment',	'',	0),
(1281,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'icomoon.zip',	'',	'inherit',	'closed',	'closed',	'',	'icomoon-zip-2',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/09/icomoon.zip',	0,	'attachment',	'',	0),
(1283,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'fontello-6e7a2fad.zip',	'',	'inherit',	'closed',	'closed',	'',	'fontello-6e7a2fad-zip',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/09/fontello-6e7a2fad.zip',	0,	'attachment',	'',	0),
(1300,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'logo1_dark.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo1-dark-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/09/logo1_dark.svg',	0,	'attachment',	'',	0),
(1302,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'logo2_dark.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo2-dark-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/09/logo2_dark.svg',	0,	'attachment',	'',	0),
(1304,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'logo3_dark.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo3-dark-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/09/logo3_dark.svg',	0,	'attachment',	'',	0),
(1306,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'logo4_dark.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo4-dark-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/09/logo4_dark.svg',	0,	'attachment',	'',	0),
(1308,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'logo5_dark.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo5-dark-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/09/logo5_dark.svg',	0,	'attachment',	'',	0),
(1310,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'logo6_dark.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo6-dark-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/09/logo6_dark.svg',	0,	'attachment',	'',	0),
(1312,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'logo7_dark.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo7-dark-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/09/logo7_dark.svg',	0,	'attachment',	'',	0),
(1314,	1,	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	'logo8_dark.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo8-dark-svg',	'',	'',	'2020-01-23 12:07:02',	'2020-01-23 12:07:02',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/09/logo8_dark.svg',	0,	'attachment',	'',	0),
(1532,	1,	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	'share4.jpg',	'',	'inherit',	'closed',	'closed',	'',	'share4-jpg',	'',	'',	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/09/share4.jpg',	0,	'attachment',	'image/jpeg',	0),
(1863,	1,	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	'kallyas_icon.png',	'',	'inherit',	'closed',	'closed',	'',	'kallyas-icon-png-2',	'',	'',	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2016/06/kallyas_icon.png',	0,	'attachment',	'image/png',	0),
(1864,	1,	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	'share4.jpg',	'',	'inherit',	'closed',	'closed',	'',	'share4-jpg-2',	'',	'',	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2016/06/share4.jpg',	0,	'attachment',	'image/jpeg',	0),
(1973,	1,	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	'icon1-1.png',	'',	'inherit',	'closed',	'closed',	'',	'icon1-1-png',	'',	'',	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2016/03/icon1-1.png',	0,	'attachment',	'image/png',	0),
(1974,	1,	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	'icon2-1.png',	'',	'inherit',	'closed',	'closed',	'',	'icon2-1-png',	'',	'',	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2016/03/icon2-1.png',	0,	'attachment',	'image/png',	0),
(1975,	1,	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	'icon3-1.png',	'',	'inherit',	'closed',	'closed',	'',	'icon3-1-png',	'',	'',	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2016/03/icon3-1.png',	0,	'attachment',	'image/png',	0),
(1976,	1,	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	'icon4-1.png',	'',	'inherit',	'closed',	'closed',	'',	'icon4-1-png',	'',	'',	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2016/03/icon4-1.png',	0,	'attachment',	'image/png',	0),
(2098,	1,	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	'kallyas_placeholder.jpg',	'',	'inherit',	'closed',	'closed',	'',	'kallyas-placeholder-jpg',	'',	'',	'2020-01-23 12:07:03',	'2020-01-23 12:07:03',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2016/07/kallyas_placeholder.jpg',	0,	'attachment',	'image/jpeg',	0),
(2249,	1,	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	'logo1.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo1-svg',	'',	'',	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/logo1.svg',	0,	'attachment',	'',	0),
(2250,	1,	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	'logo2.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo2-svg',	'',	'',	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/logo2.svg',	0,	'attachment',	'',	0),
(2251,	1,	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	'logo3.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo3-svg',	'',	'',	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/logo3.svg',	0,	'attachment',	'',	0),
(2252,	1,	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	'logo4.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo4-svg',	'',	'',	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/logo4.svg',	0,	'attachment',	'',	0),
(2253,	1,	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	'logo5.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo5-svg',	'',	'',	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/logo5.svg',	0,	'attachment',	'',	0),
(2254,	1,	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	'logo6.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo6-svg',	'',	'',	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/logo6.svg',	0,	'attachment',	'',	0),
(2255,	1,	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	'logo7.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo7-svg',	'',	'',	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/logo7.svg',	0,	'attachment',	'',	0),
(2256,	1,	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	'logo8.svg',	'',	'inherit',	'closed',	'closed',	'',	'logo8-svg',	'',	'',	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/logo8.svg',	0,	'attachment',	'',	0),
(2257,	1,	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	'photo-1431578500526-4d9613015464-resized-300x200.jpg',	'',	'inherit',	'closed',	'closed',	'',	'photo-1431578500526-4d9613015464-resized-300x200-jpg',	'',	'',	'2020-01-23 12:07:05',	'2020-01-23 12:07:05',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2016/11/photo-1431578500526-4d9613015464-resized-300x200.jpg',	0,	'attachment',	'image/jpeg',	0),
(2258,	1,	'2020-01-23 12:07:12',	'2020-01-23 12:07:12',	'',	'rev_slide_3_background.jpg',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-3-background-jpg',	'',	'',	'2020-01-23 12:07:12',	'2020-01-23 12:07:12',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/rev_slide_3_background.jpg',	0,	'attachment',	'image/jpeg',	0),
(2259,	1,	'2020-01-23 12:07:12',	'2020-01-23 12:07:12',	'',	'rev_slide_3_ruff_2-new.png',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-3-ruff-2-new-png',	'',	'',	'2020-01-23 12:07:12',	'2020-01-23 12:07:12',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/rev_slide_3_ruff_2-new.png',	0,	'attachment',	'image/png',	0),
(2260,	1,	'2020-01-23 12:07:12',	'2020-01-23 12:07:12',	'',	'rev_slide_3_ruff_1-new.png',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-3-ruff-1-new-png',	'',	'',	'2020-01-23 12:07:12',	'2020-01-23 12:07:12',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/rev_slide_3_ruff_1-new.png',	0,	'attachment',	'image/png',	0),
(2261,	1,	'2020-01-23 12:07:12',	'2020-01-23 12:07:12',	'',	'rev_slide_3_ruff_2.png',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-3-ruff-2-png',	'',	'',	'2020-01-23 12:07:12',	'2020-01-23 12:07:12',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/rev_slide_3_ruff_2.png',	0,	'attachment',	'image/png',	0),
(2262,	1,	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	'rev_slide_3_ruff_3.png',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-3-ruff-3-png',	'',	'',	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/rev_slide_3_ruff_3.png',	0,	'attachment',	'image/png',	0),
(2263,	1,	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	'rev_slide_4_background.jpg',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-4-background-jpg',	'',	'',	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/rev_slide_4_background.jpg',	0,	'attachment',	'image/jpeg',	0),
(2264,	1,	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	'revslide5_bg.jpg',	'',	'inherit',	'closed',	'closed',	'',	'revslide5-bg-jpg',	'',	'',	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/revslide5_bg.jpg',	0,	'attachment',	'image/jpeg',	0),
(2265,	1,	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	'revslide5_car.png',	'',	'inherit',	'closed',	'closed',	'',	'revslide5-car-png',	'',	'',	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/revslide5_car.png',	0,	'attachment',	'image/png',	0),
(2266,	1,	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	'revslide6_larger.png',	'',	'inherit',	'closed',	'closed',	'',	'revslide6-larger-png',	'',	'',	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/revslide6_larger.png',	0,	'attachment',	'image/png',	0),
(2267,	1,	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	'revslide6_smaller.png',	'',	'inherit',	'closed',	'closed',	'',	'revslide6-smaller-png',	'',	'',	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/revslide6_smaller.png',	0,	'attachment',	'image/png',	0),
(2268,	1,	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	'revslide6_iphone.png',	'',	'inherit',	'closed',	'closed',	'',	'revslide6-iphone-png',	'',	'',	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/revslide6_iphone.png',	0,	'attachment',	'image/png',	0),
(2269,	1,	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	'revslider_7_bg.jpg',	'',	'inherit',	'closed',	'closed',	'',	'revslider-7-bg-jpg',	'',	'',	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/revslider_7_bg.jpg',	0,	'attachment',	'image/jpeg',	0),
(2270,	1,	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	'revslider_7_editor.png',	'',	'inherit',	'closed',	'closed',	'',	'revslider-7-editor-png',	'',	'',	'2020-01-23 12:07:13',	'2020-01-23 12:07:13',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/revslider_7_editor.png',	0,	'attachment',	'image/png',	0),
(2271,	1,	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	'shs-1-bg.jpg',	'',	'inherit',	'closed',	'closed',	'',	'shs-1-bg-jpg',	'',	'',	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs-1-bg.jpg',	0,	'attachment',	'image/jpeg',	0),
(2272,	1,	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	'shs-1-1.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-1-1-png',	'',	'',	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs-1-1.png',	0,	'attachment',	'image/png',	0),
(2273,	1,	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	'shs-2-bg.jpg',	'',	'inherit',	'closed',	'closed',	'',	'shs-2-bg-jpg',	'',	'',	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs-2-bg.jpg',	0,	'attachment',	'image/jpeg',	0),
(2274,	1,	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	'shs-2-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-2-lq-png',	'',	'',	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs-2-lq.png',	0,	'attachment',	'image/png',	0),
(2275,	1,	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	'shs-3-2.jpg',	'',	'inherit',	'closed',	'closed',	'',	'shs-3-2-jpg',	'',	'',	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs-3-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(2276,	1,	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	'shs-3-3.jpg',	'',	'inherit',	'closed',	'closed',	'',	'shs-3-3-jpg',	'',	'',	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs-3-3.jpg',	0,	'attachment',	'image/jpeg',	0),
(2277,	1,	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	'shs-3-1.jpg',	'',	'inherit',	'closed',	'closed',	'',	'shs-3-1-jpg',	'',	'',	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs-3-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(2278,	1,	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	'shs-4-bg.jpg',	'',	'inherit',	'closed',	'closed',	'',	'shs-4-bg-jpg',	'',	'',	'2020-01-23 12:07:14',	'2020-01-23 12:07:14',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs-4-bg.jpg',	0,	'attachment',	'image/jpeg',	0),
(2279,	1,	'2020-01-23 12:07:15',	'2020-01-23 12:07:15',	'',	'shs-4-11.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-4-11-png',	'',	'',	'2020-01-23 12:07:15',	'2020-01-23 12:07:15',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs-4-11.png',	0,	'attachment',	'image/png',	0),
(2280,	1,	'2020-01-23 12:07:15',	'2020-01-23 12:07:15',	'',	'shs-4-21.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-4-21-png',	'',	'',	'2020-01-23 12:07:15',	'2020-01-23 12:07:15',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs-4-21.png',	0,	'attachment',	'image/png',	0),
(2281,	1,	'2020-01-23 12:07:15',	'2020-01-23 12:07:15',	'',	'shs-4-31.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-4-31-png',	'',	'',	'2020-01-23 12:07:15',	'2020-01-23 12:07:15',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs-4-31.png',	0,	'attachment',	'image/png',	0),
(2282,	1,	'2020-01-23 12:07:15',	'2020-01-23 12:07:15',	'',	'shs-5-3-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs-5-3-lq-png',	'',	'',	'2020-01-23 12:07:15',	'2020-01-23 12:07:15',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs-5-3-lq.png',	0,	'attachment',	'image/png',	0),
(2283,	1,	'2020-01-23 12:07:15',	'2020-01-23 12:07:15',	'',	'shs2-1-bg.jpg',	'',	'inherit',	'closed',	'closed',	'',	'shs2-1-bg-jpg',	'',	'',	'2020-01-23 12:07:15',	'2020-01-23 12:07:15',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs2-1-bg.jpg',	0,	'attachment',	'image/jpeg',	0),
(2284,	1,	'2020-01-23 12:07:15',	'2020-01-23 12:07:15',	'',	'shs2-1-1-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-1-1-lq-png',	'',	'',	'2020-01-23 12:07:15',	'2020-01-23 12:07:15',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs2-1-1-lq.png',	0,	'attachment',	'image/png',	0),
(2285,	1,	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	'shs2-3-3-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-3-3-lq-png',	'',	'',	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs2-3-3-lq.png',	0,	'attachment',	'image/png',	0),
(2286,	1,	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	'shs2-4-bg.jpg',	'',	'inherit',	'closed',	'closed',	'',	'shs2-4-bg-jpg',	'',	'',	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs2-4-bg.jpg',	0,	'attachment',	'image/jpeg',	0),
(2287,	1,	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	'shs2-4-1-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-4-1-lq-png',	'',	'',	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs2-4-1-lq.png',	0,	'attachment',	'image/png',	0),
(2288,	1,	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	'shs2-4-3-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-4-3-lq-png',	'',	'',	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs2-4-3-lq.png',	0,	'attachment',	'image/png',	0),
(2289,	1,	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	'shs2-4-2-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-4-2-lq-png',	'',	'',	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs2-4-2-lq.png',	0,	'attachment',	'image/png',	0),
(2290,	1,	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	'shs2-4-4-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-4-4-lq-png',	'',	'',	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs2-4-4-lq.png',	0,	'attachment',	'image/png',	0),
(2291,	1,	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	'shs2-5-2-lq.png',	'',	'inherit',	'closed',	'closed',	'',	'shs2-5-2-lq-png',	'',	'',	'2020-01-23 12:07:16',	'2020-01-23 12:07:16',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/revslider/shs2-5-2-lq.png',	0,	'attachment',	'image/png',	0),
(2292,	1,	'2020-01-23 12:07:19',	'2020-01-23 12:07:19',	'',	'kallyas-logo.svg',	'',	'inherit',	'closed',	'closed',	'',	'kallyas-logo-svg-2',	'',	'',	'2020-01-23 12:07:19',	'2020-01-23 12:07:19',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/kallyas-logo.svg',	0,	'attachment',	'',	0),
(2293,	1,	'2020-01-23 12:07:19',	'2020-01-23 12:07:19',	'',	'kallyas_icon.png',	'',	'inherit',	'closed',	'closed',	'',	'kallyas-icon-png-3',	'',	'',	'2020-01-23 12:07:19',	'2020-01-23 12:07:19',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/kallyas_icon.png',	0,	'attachment',	'image/png',	0),
(2294,	1,	'2020-01-23 12:07:19',	'2020-01-23 12:07:19',	'',	'favicon.png',	'',	'inherit',	'closed',	'closed',	'',	'favicon-png-2',	'',	'',	'2020-01-23 12:07:19',	'2020-01-23 12:07:19',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/favicon.png',	0,	'attachment',	'image/png',	0),
(2295,	1,	'2020-01-23 12:07:19',	'2020-01-23 12:07:19',	'',	'kallyas-footerlogo.svg',	'',	'inherit',	'closed',	'closed',	'',	'kallyas-footerlogo-svg-2',	'',	'',	'2020-01-23 12:07:19',	'2020-01-23 12:07:19',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/kallyas-footerlogo.svg',	0,	'attachment',	'',	0),
(2296,	1,	'2020-01-23 12:07:19',	'2020-01-23 12:07:19',	'',	'photo-1431578500526-4d9613015464-resized.jpg',	'',	'inherit',	'closed',	'closed',	'',	'photo-1431578500526-4d9613015464-resized-jpg-2',	'',	'',	'2020-01-23 12:07:19',	'2020-01-23 12:07:19',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/photo-1431578500526-4d9613015464-resized.jpg',	0,	'attachment',	'image/jpeg',	0),
(2297,	1,	'2020-01-23 12:07:21',	'2020-01-23 12:07:21',	'',	'big_like.png',	'',	'inherit',	'closed',	'closed',	'',	'big-like-png-2',	'',	'',	'2020-01-23 12:07:21',	'2020-01-23 12:07:21',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/big_like.png',	0,	'attachment',	'image/png',	0),
(2298,	1,	'2020-01-23 12:07:22',	'2020-01-23 12:07:22',	'',	'button.png',	'',	'inherit',	'closed',	'closed',	'',	'button-png-2',	'',	'',	'2020-01-23 12:07:22',	'2020-01-23 12:07:22',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/button.png',	0,	'attachment',	'image/png',	0),
(2299,	1,	'2020-01-23 12:07:22',	'2020-01-23 12:07:22',	'',	'count.png',	'',	'inherit',	'closed',	'closed',	'',	'count-png-2',	'',	'',	'2020-01-23 12:07:22',	'2020-01-23 12:07:22',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/count.png',	0,	'attachment',	'image/png',	0),
(2300,	1,	'2020-01-23 12:07:22',	'2020-01-23 12:07:22',	'',	'do-you.png',	'',	'inherit',	'closed',	'closed',	'',	'do-you-png-2',	'',	'',	'2020-01-23 12:07:22',	'2020-01-23 12:07:22',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/do-you.png',	0,	'attachment',	'image/png',	0),
(2301,	1,	'2020-01-23 12:07:23',	'2020-01-23 12:07:23',	'',	'likes.png',	'',	'inherit',	'closed',	'closed',	'',	'likes-png-2',	'',	'',	'2020-01-23 12:07:23',	'2020-01-23 12:07:23',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/likes.png',	0,	'attachment',	'image/png',	0),
(2302,	1,	'2020-01-23 12:07:24',	'2020-01-23 12:07:24',	'',	'photos.png',	'',	'inherit',	'closed',	'closed',	'',	'photos-png-2',	'',	'',	'2020-01-23 12:07:24',	'2020-01-23 12:07:24',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/photos.png',	0,	'attachment',	'image/png',	0),
(2303,	1,	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	'multilanguage.svg',	'',	'inherit',	'closed',	'closed',	'',	'multilanguage-svg-2',	'',	'',	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/multilanguage.svg',	0,	'attachment',	'',	0),
(2304,	1,	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	'pointing_bar1.svg',	'',	'inherit',	'closed',	'closed',	'',	'pointing-bar1-svg-2',	'',	'',	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/pointing_bar1.svg',	0,	'attachment',	'',	0),
(2305,	1,	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	'pointing_bar2.svg',	'',	'inherit',	'closed',	'closed',	'',	'pointing-bar2-svg-2',	'',	'',	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/pointing_bar2.svg',	0,	'attachment',	'',	0),
(2306,	1,	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	'pointing_bar3.svg',	'',	'inherit',	'closed',	'closed',	'',	'pointing-bar3-svg-2',	'',	'',	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/pointing_bar3.svg',	0,	'attachment',	'',	0),
(2307,	1,	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	'responsive.svg',	'',	'inherit',	'closed',	'closed',	'',	'responsive-svg-2',	'',	'',	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/responsive.svg',	0,	'attachment',	'',	0),
(2308,	1,	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	'seo_ready.svg',	'',	'inherit',	'closed',	'closed',	'',	'seo-ready-svg-2',	'',	'',	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/seo_ready.svg',	0,	'attachment',	'',	0),
(2309,	1,	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	'shopping_bag.svg',	'',	'inherit',	'closed',	'closed',	'',	'shopping-bag-svg-2',	'',	'',	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/shopping_bag.svg',	0,	'attachment',	'',	0),
(2310,	1,	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	'skew_bar1.png',	'',	'inherit',	'closed',	'closed',	'',	'skew-bar1-png-2',	'',	'',	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/skew_bar1.png',	0,	'attachment',	'image/png',	0),
(2311,	1,	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	'skew_bar2.png',	'',	'inherit',	'closed',	'closed',	'',	'skew-bar2-png-2',	'',	'',	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/skew_bar2.png',	0,	'attachment',	'image/png',	0),
(2312,	1,	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	'rev_slide_3_title.svg',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-3-title-svg-2',	'',	'',	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/rev_slide_3_title.svg',	0,	'attachment',	'',	0),
(2313,	1,	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	'rev_slide_4_newyork.png',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-4-newyork-png-2',	'',	'',	'2020-01-23 12:07:25',	'2020-01-23 12:07:25',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/rev_slide_4_newyork.png',	0,	'attachment',	'image/png',	0),
(2314,	1,	'2020-01-23 12:07:26',	'2020-01-23 12:07:26',	'',	'rev_slide_4_stockholm.png',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-4-stockholm-png-2',	'',	'',	'2020-01-23 12:07:26',	'2020-01-23 12:07:26',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/rev_slide_4_stockholm.png',	0,	'attachment',	'image/png',	0),
(2315,	1,	'2020-01-23 12:07:26',	'2020-01-23 12:07:26',	'',	'rev_slide_4_bullet.svg',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-4-bullet-svg-2',	'',	'',	'2020-01-23 12:07:26',	'2020-01-23 12:07:26',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/rev_slide_4_bullet.svg',	0,	'attachment',	'',	0),
(2316,	1,	'2020-01-23 12:07:26',	'2020-01-23 12:07:26',	'',	'rev_slide_4_soon.svg',	'',	'inherit',	'closed',	'closed',	'',	'rev-slide-4-soon-svg-2',	'',	'',	'2020-01-23 12:07:26',	'2020-01-23 12:07:26',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/rev_slide_4_soon.svg',	0,	'attachment',	'',	0),
(2317,	1,	'2020-01-23 12:07:26',	'2020-01-23 12:07:26',	'',	'revslide5_carscene.png',	'',	'inherit',	'closed',	'closed',	'',	'revslide5-carscene-png-2',	'',	'',	'2020-01-23 12:07:26',	'2020-01-23 12:07:26',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/revslide5_carscene.png',	0,	'attachment',	'image/png',	0),
(2318,	1,	'2020-01-23 12:07:28',	'2020-01-23 12:07:28',	'',	'revslide5_kallyas.png',	'',	'inherit',	'closed',	'closed',	'',	'revslide5-kallyas-png-2',	'',	'',	'2020-01-23 12:07:28',	'2020-01-23 12:07:28',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/revslide5_kallyas.png',	0,	'attachment',	'image/png',	0),
(2319,	1,	'2020-01-23 12:07:29',	'2020-01-23 12:07:29',	'',	'map_pin_1.png',	'',	'inherit',	'closed',	'closed',	'',	'map-pin-1-png-2',	'',	'',	'2020-01-23 12:07:29',	'2020-01-23 12:07:29',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/map_pin_1.png',	0,	'attachment',	'image/png',	0),
(2320,	1,	'2020-01-23 12:07:29',	'2020-01-23 12:07:29',	'',	'noun_9477.svg',	'',	'inherit',	'closed',	'closed',	'',	'noun-9477-svg-2',	'',	'',	'2020-01-23 12:07:29',	'2020-01-23 12:07:29',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2015/08/noun_9477.svg',	0,	'attachment',	'',	0),
(2321,	1,	'2016-08-18 10:20:09',	'2016-08-18 10:20:09',	'',	'blog-test',	'',	'trash',	'closed',	'closed',	'',	'blog-test__trashed',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	0,	'https://truma.youarenearly.online/?page_id=2321',	0,	'page',	'',	0),
(2322,	1,	'2016-07-14 14:43:33',	'2016-07-14 14:43:33',	'',	'Modal Contact form (get a quote)',	'',	'publish',	'closed',	'closed',	'',	'modal-contact-form-get-a-quote',	'',	'',	'2016-07-14 14:43:33',	'2016-07-14 14:43:33',	'',	0,	'https://truma.youarenearly.online/?znpb_template_mngr=modal-contact-form-get-a-quote',	0,	'znpb_template_mngr',	'',	0),
(2323,	1,	'2016-07-14 14:23:13',	'2016-07-14 14:23:13',	'',	'Boxed Layout',	'',	'publish',	'closed',	'closed',	'',	'boxed-layout',	'',	'',	'2016-07-14 14:23:13',	'2016-07-14 14:23:13',	'',	0,	'https://truma.youarenearly.online/?zn_layout=boxed-layout',	0,	'zn_layout',	'',	0),
(2324,	1,	'2016-07-14 14:09:32',	'2016-07-14 14:09:32',	'',	'Homepages - Homepage Boxed',	'',	'trash',	'closed',	'closed',	'',	'homepages-homepage-boxed__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2324',	0,	'page',	'',	0),
(2325,	1,	'2016-07-14 10:33:14',	'2016-07-14 10:33:14',	'',	'Video Box',	'',	'trash',	'closed',	'closed',	'',	'video-box__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2325',	0,	'page',	'',	0),
(2326,	1,	'2016-07-14 09:52:19',	'2016-07-14 09:52:19',	'',	'Skills Diagram',	'',	'trash',	'closed',	'closed',	'',	'skills-diagram__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2326',	0,	'page',	'',	0),
(2327,	1,	'2016-07-14 08:59:59',	'2016-07-14 08:59:59',	'',	'Newsletter Box',	'',	'publish',	'closed',	'closed',	'',	'newsletter-box',	'',	'',	'2016-07-14 08:59:59',	'2016-07-14 08:59:59',	'',	0,	'https://truma.youarenearly.online/?page_id=2327',	0,	'page',	'',	0),
(2328,	1,	'2016-07-13 17:18:59',	'2016-07-13 17:18:59',	'',	'Various - Iframe page',	'',	'trash',	'closed',	'closed',	'',	'various-iframe-page__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2328',	0,	'page',	'',	0),
(2329,	1,	'2016-07-13 17:03:58',	'2016-07-13 17:03:58',	'',	'Features - Custom Modals',	'',	'publish',	'closed',	'closed',	'',	'features-custom-modals',	'',	'',	'2016-07-13 17:03:58',	'2016-07-13 17:03:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2329',	0,	'page',	'',	0),
(2330,	1,	'2016-07-13 16:13:27',	'2016-07-13 16:13:27',	'',	'Media Container (Custom Content)',	'',	'trash',	'closed',	'closed',	'',	'media-container-custom-content__trashed',	'',	'',	'2020-02-11 15:56:40',	'2020-02-11 15:56:40',	'',	0,	'https://truma.youarenearly.online/?page_id=2330',	0,	'page',	'',	0),
(2331,	1,	'2016-07-13 15:44:00',	'2016-07-13 15:44:00',	'',	'Photo Gallery (Variations)',	'',	'trash',	'closed',	'closed',	'',	'photo-gallery-variations__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2331',	0,	'page',	'',	0),
(2332,	1,	'2016-07-13 14:15:22',	'2016-07-13 14:15:22',	'',	'Sortable Portfolio (full-width)',	'',	'trash',	'open',	'open',	'',	'sortable-portfolio-full-width__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2332',	0,	'page',	'',	0),
(2333,	1,	'2016-07-13 13:09:45',	'2016-07-13 13:09:45',	'',	'Elements - Grid Photo Gallery (Full-width)',	'',	'trash',	'open',	'open',	'',	'elements-grid-photo-gallery-full-width__trashed',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	0,	'https://truma.youarenearly.online/?page_id=2333',	0,	'page',	'',	0),
(2334,	1,	'2016-07-13 12:52:48',	'2016-07-13 12:52:48',	'',	'Carousel Portfolio Alt',	'',	'trash',	'open',	'open',	'',	'carousel-portfolio-alt__trashed',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	0,	'https://truma.youarenearly.online/?page_id=2334',	0,	'page',	'',	0),
(2335,	1,	'2016-07-13 12:14:27',	'2016-07-13 12:14:27',	'',	'Features - Page Preloader',	'',	'trash',	'open',	'open',	'',	'features-page-preloader__trashed',	'',	'',	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	0,	'https://truma.youarenearly.online/?page_id=2335',	0,	'page',	'',	0),
(2336,	1,	'2016-07-13 11:08:38',	'2016-07-13 11:08:38',	'',	'Elements - Grid Photo Gallery +',	'',	'trash',	'closed',	'closed',	'',	'elements-grid-photo-gallery-2__trashed',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	0,	'https://truma.youarenearly.online/?page_id=2336',	0,	'page',	'',	0),
(2337,	1,	'2016-07-13 10:44:34',	'2016-07-13 10:44:34',	'',	'Price List',	'',	'trash',	'closed',	'closed',	'',	'price-list__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2337',	0,	'page',	'',	0),
(2338,	1,	'2016-07-13 10:15:19',	'2016-07-13 10:15:19',	'',	'Skill Bars',	'',	'trash',	'closed',	'closed',	'',	'skill-bars__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2338',	0,	'page',	'',	0),
(2339,	1,	'2016-06-29 14:11:08',	'2016-06-29 14:11:08',	'[button style=\"btn-lined lined-dark \" url=\"#\" size=\"\" block=\"false\" target=\"_self\"] BUTTON TEXT [/button]',	'',	'',	'trash',	'closed',	'closed',	'',	'1880-2__trashed',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	0,	'https://truma.youarenearly.online/?page_id=2339',	0,	'page',	'',	0),
(2340,	1,	'2016-02-15 18:20:04',	'2016-02-15 18:20:04',	'',	'test analitycs',	'',	'trash',	'closed',	'closed',	'',	'test-analitycs__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2340',	0,	'page',	'',	0),
(2341,	1,	'2015-09-16 15:25:09',	'2015-09-16 15:25:09',	'',	'Style Icons Demo',	'',	'trash',	'closed',	'closed',	'',	'style-icons-demo__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2341',	0,	'page',	'',	0),
(5023,	1,	'2020-02-26 06:40:06',	'2020-02-26 06:40:06',	'',	'Dyce Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'dyce-caravans-ltd',	'',	'',	'2020-02-26 06:40:06',	'2020-02-26 06:40:06',	'',	0,	'http://127.0.0.1/map1/dealers/dyce-caravans-ltd/',	0,	'dealers',	'',	0),
(5024,	1,	'2020-02-26 06:40:07',	'2020-02-26 06:40:07',	'',	'Perthshire Caravans',	'',	'publish',	'closed',	'closed',	'',	'perthshire-caravans',	'',	'',	'2020-02-26 06:40:07',	'2020-02-26 06:40:07',	'',	0,	'http://127.0.0.1/map1/dealers/perthshire-caravans/',	0,	'dealers',	'',	0),
(5025,	1,	'2020-02-26 06:40:07',	'2020-02-26 06:40:07',	'',	'Knowepark Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'knowepark-caravans-ltd',	'',	'',	'2020-02-26 06:40:07',	'2020-02-26 06:40:07',	'',	0,	'http://127.0.0.1/map1/dealers/knowepark-caravans-ltd/',	0,	'dealers',	'',	0),
(5026,	1,	'2020-02-26 06:40:08',	'2020-02-26 06:40:08',	'',	'Dee Valley Caravans',	'',	'publish',	'closed',	'closed',	'',	'dee-valley-caravans',	'',	'',	'2020-02-26 06:40:08',	'2020-02-26 06:40:08',	'',	0,	'http://127.0.0.1/map1/dealers/dee-valley-caravans/',	0,	'dealers',	'',	0),
(5019,	1,	'2020-02-26 06:40:03',	'2020-02-26 06:40:03',	'',	'Oxford Caravans',	'',	'publish',	'closed',	'closed',	'',	'oxford-caravans',	'',	'',	'2020-02-26 06:40:03',	'2020-02-26 06:40:03',	'',	0,	'http://127.0.0.1/map1/dealers/oxford-caravans/',	0,	'dealers',	'',	0),
(5020,	1,	'2020-02-26 06:40:04',	'2020-02-26 06:40:04',	'',	'Reading Caravans',	'',	'publish',	'closed',	'closed',	'',	'reading-caravans',	'',	'',	'2020-02-26 06:40:04',	'2020-02-26 06:40:04',	'',	0,	'http://127.0.0.1/map1/dealers/reading-caravans/',	0,	'dealers',	'',	0),
(5021,	1,	'2020-02-26 06:40:05',	'2020-02-26 06:40:05',	'',	'Cotswold Edge Leisure Vehicles Ltd',	'',	'publish',	'closed',	'closed',	'',	'cotswold-edge-leisure-vehicles-ltd',	'',	'',	'2020-02-26 06:40:05',	'2020-02-26 06:40:05',	'',	0,	'http://127.0.0.1/map1/dealers/cotswold-edge-leisure-vehicles-ltd/',	0,	'dealers',	'',	0),
(5022,	1,	'2020-02-26 06:40:05',	'2020-02-26 06:40:05',	'',	'S & D Harper Ltd',	'',	'publish',	'closed',	'closed',	'',	's-d-harper-ltd',	'',	'',	'2020-02-26 06:40:05',	'2020-02-26 06:40:05',	'',	0,	'http://127.0.0.1/map1/dealers/s-d-harper-ltd/',	0,	'dealers',	'',	0),
(5015,	1,	'2020-02-26 06:40:00',	'2020-02-26 06:40:00',	'',	'Salop Leisure Limited',	'',	'publish',	'closed',	'closed',	'',	'salop-leisure-limited',	'',	'',	'2020-02-26 06:40:00',	'2020-02-26 06:40:00',	'',	0,	'http://127.0.0.1/map1/dealers/salop-leisure-limited/',	0,	'dealers',	'',	0),
(5016,	1,	'2020-02-26 06:40:01',	'2020-02-26 06:40:01',	'',	'Catterick Caravans',	'',	'publish',	'closed',	'closed',	'',	'catterick-caravans',	'',	'',	'2020-02-26 06:40:01',	'2020-02-26 06:40:01',	'',	0,	'http://127.0.0.1/map1/dealers/catterick-caravans/',	0,	'dealers',	'',	0),
(5017,	1,	'2020-02-26 06:40:02',	'2020-02-26 06:40:02',	'',	'Greentrees CaravanStore',	'',	'publish',	'closed',	'closed',	'',	'greentrees-caravanstore',	'',	'',	'2020-02-26 06:40:02',	'2020-02-26 06:40:02',	'',	0,	'http://127.0.0.1/map1/dealers/greentrees-caravanstore/',	0,	'dealers',	'',	0),
(5018,	1,	'2020-02-26 06:40:02',	'2020-02-26 06:40:02',	'',	'Newport Caravans',	'',	'publish',	'closed',	'closed',	'',	'newport-caravans',	'',	'',	'2020-02-26 06:40:02',	'2020-02-26 06:40:02',	'',	0,	'http://127.0.0.1/map1/dealers/newport-caravans/',	0,	'dealers',	'',	0),
(5010,	1,	'2020-02-26 06:39:58',	'2020-02-26 06:39:58',	'',	'Marquis Motorhomes & Caravans',	'',	'publish',	'closed',	'closed',	'',	'marquis-motorhomes-caravans-6',	'',	'',	'2020-02-26 06:39:58',	'2020-02-26 06:39:58',	'',	0,	'http://127.0.0.1/map1/dealers/marquis-motorhomes-caravans-6/',	0,	'dealers',	'',	0),
(5012,	1,	'2020-02-26 06:39:59',	'2020-02-26 06:39:59',	'',	'White Arches Caravans',	'',	'publish',	'closed',	'closed',	'',	'white-arches-caravans',	'',	'',	'2020-02-26 06:39:59',	'2020-02-26 06:39:59',	'',	0,	'http://127.0.0.1/map1/dealers/white-arches-caravans/',	0,	'dealers',	'',	0),
(5013,	1,	'2020-02-26 06:39:59',	'2020-02-26 06:39:59',	'',	'Broad Lane Leisure',	'',	'publish',	'closed',	'closed',	'',	'broad-lane-leisure',	'',	'',	'2020-02-26 06:39:59',	'2020-02-26 06:39:59',	'',	0,	'http://127.0.0.1/map1/dealers/broad-lane-leisure/',	0,	'dealers',	'',	0),
(5005,	1,	'2020-02-26 06:39:54',	'2020-02-26 06:39:54',	'',	'Marquis Motorhomes & Caravans',	'',	'publish',	'closed',	'closed',	'',	'marquis-motorhomes-caravans',	'',	'',	'2020-02-26 06:39:54',	'2020-02-26 06:39:54',	'',	0,	'http://127.0.0.1/map1/dealers/marquis-motorhomes-caravans/',	0,	'dealers',	'',	0),
(5006,	1,	'2020-02-26 06:39:55',	'2020-02-26 06:39:55',	'',	'Marquis Motorhomes & Caravans',	'',	'publish',	'closed',	'closed',	'',	'marquis-motorhomes-caravans-2',	'',	'',	'2020-02-26 06:39:55',	'2020-02-26 06:39:55',	'',	0,	'http://127.0.0.1/map1/dealers/marquis-motorhomes-caravans-2/',	0,	'dealers',	'',	0),
(5008,	1,	'2020-02-26 06:39:56',	'2020-02-26 06:39:56',	'',	'Marquis Motorhomes & Caravans',	'',	'publish',	'closed',	'closed',	'',	'marquis-motorhomes-caravans-4',	'',	'',	'2020-02-26 06:39:56',	'2020-02-26 06:39:56',	'',	0,	'http://127.0.0.1/map1/dealers/marquis-motorhomes-caravans-4/',	0,	'dealers',	'',	0),
(5001,	1,	'2020-02-26 06:39:51',	'2020-02-26 06:39:51',	'',	'Winchester Caravans',	'',	'publish',	'closed',	'closed',	'',	'winchester-caravans',	'',	'',	'2020-02-26 06:39:51',	'2020-02-26 06:39:51',	'',	0,	'http://127.0.0.1/map1/dealers/winchester-caravans/',	0,	'dealers',	'',	0),
(5002,	1,	'2020-02-26 06:39:51',	'2020-02-26 06:39:51',	'',	'The Caravan Company Dorset',	'',	'publish',	'closed',	'closed',	'',	'the-caravan-company-dorset',	'',	'',	'2020-02-26 06:39:51',	'2020-02-26 06:39:51',	'',	0,	'http://127.0.0.1/map1/dealers/the-caravan-company-dorset/',	0,	'dealers',	'',	0),
(5003,	1,	'2020-02-26 06:39:52',	'2020-02-26 06:39:52',	'',	'The Caravan Company Reading',	'',	'publish',	'closed',	'closed',	'',	'the-caravan-company-reading',	'',	'',	'2020-02-26 06:39:52',	'2020-02-26 06:39:52',	'',	0,	'http://127.0.0.1/map1/dealers/the-caravan-company-reading/',	0,	'dealers',	'',	0),
(5004,	1,	'2020-02-26 06:39:53',	'2020-02-26 06:39:53',	'',	'The Caravan Company Northampton',	'',	'publish',	'closed',	'closed',	'',	'the-caravan-company-northampton',	'',	'',	'2020-02-26 06:39:53',	'2020-02-26 06:39:53',	'',	0,	'http://127.0.0.1/map1/dealers/the-caravan-company-northampton/',	0,	'dealers',	'',	0),
(4996,	1,	'2020-02-26 06:39:47',	'2020-02-26 06:39:47',	'',	'Lee Davey Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'lee-davey-caravans-ltd',	'',	'',	'2020-02-26 06:39:47',	'2020-02-26 06:39:47',	'',	0,	'http://127.0.0.1/map1/dealers/lee-davey-caravans-ltd/',	0,	'dealers',	'',	0),
(4997,	1,	'2020-02-26 06:39:48',	'2020-02-26 06:39:48',	'',	'Caravan Tech Services Ltd',	'',	'publish',	'closed',	'closed',	'',	'caravan-tech-services-ltd',	'',	'',	'2020-02-26 06:39:48',	'2020-02-26 06:39:48',	'',	0,	'http://127.0.0.1/map1/dealers/caravan-tech-services-ltd/',	0,	'dealers',	'',	0),
(4998,	1,	'2020-02-26 06:39:49',	'2020-02-26 06:39:49',	'',	'Chichester Caravans',	'',	'publish',	'closed',	'closed',	'',	'chichester-caravans',	'',	'',	'2020-02-26 06:39:49',	'2020-02-26 06:39:49',	'',	0,	'http://127.0.0.1/map1/dealers/chichester-caravans/',	0,	'dealers',	'',	0),
(5000,	1,	'2020-02-26 06:39:50',	'2020-02-26 06:39:50',	'',	'Chichester Caravans',	'',	'publish',	'closed',	'closed',	'',	'chichester-caravans-3',	'',	'',	'2020-02-26 06:39:50',	'2020-02-26 06:39:50',	'',	0,	'http://127.0.0.1/map1/dealers/chichester-caravans-3/',	0,	'dealers',	'',	0),
(4991,	1,	'2020-02-26 06:39:44',	'2020-02-26 06:39:44',	'',	'Threeways Motorhomes',	'',	'publish',	'closed',	'closed',	'',	'threeways-motorhomes',	'',	'',	'2020-02-26 06:39:44',	'2020-02-26 06:39:44',	'',	0,	'http://127.0.0.1/map1/dealers/threeways-motorhomes/',	0,	'dealers',	'',	0),
(4992,	1,	'2020-02-26 06:39:44',	'2020-02-26 06:39:44',	'',	'Wiltshire Caravans',	'',	'publish',	'closed',	'closed',	'',	'wiltshire-caravans',	'',	'',	'2020-02-26 06:39:44',	'2020-02-26 06:39:44',	'',	0,	'http://127.0.0.1/map1/dealers/wiltshire-caravans/',	0,	'dealers',	'',	0),
(4993,	1,	'2020-02-26 06:39:45',	'2020-02-26 06:39:45',	'',	'Sussex Caravan Centre ( East ) Ltd',	'',	'publish',	'closed',	'closed',	'',	'sussex-caravan-centre-east-ltd',	'',	'',	'2020-02-26 06:39:45',	'2020-02-26 06:39:45',	'',	0,	'http://127.0.0.1/map1/dealers/sussex-caravan-centre-east-ltd/',	0,	'dealers',	'',	0),
(4994,	1,	'2020-02-26 06:39:46',	'2020-02-26 06:39:46',	'',	'Sussex Caravan Centre',	'',	'publish',	'closed',	'closed',	'',	'sussex-caravan-centre',	'',	'',	'2020-02-26 06:39:46',	'2020-02-26 06:39:46',	'',	0,	'http://127.0.0.1/map1/dealers/sussex-caravan-centre/',	0,	'dealers',	'',	0),
(4987,	1,	'2020-02-26 06:39:41',	'2020-02-26 06:39:41',	'',	'Stowford South Wales',	'',	'publish',	'closed',	'closed',	'',	'stowford-south-wales',	'',	'',	'2020-02-26 06:39:41',	'2020-02-26 06:39:41',	'',	0,	'http://127.0.0.1/map1/dealers/stowford-south-wales/',	0,	'dealers',	'',	0),
(4988,	1,	'2020-02-26 06:39:42',	'2020-02-26 06:39:42',	'',	'Stowford Farm Meadows',	'',	'publish',	'closed',	'closed',	'',	'stowford-farm-meadows',	'',	'',	'2020-02-26 06:39:42',	'2020-02-26 06:39:42',	'',	0,	'http://127.0.0.1/map1/dealers/stowford-farm-meadows/',	0,	'dealers',	'',	0),
(4989,	1,	'2020-02-26 06:39:42',	'2020-02-26 06:39:42',	'',	'Sunnyhaven Caravan Distributors Ltd',	'',	'publish',	'closed',	'closed',	'',	'sunnyhaven-caravan-distributors-ltd',	'',	'',	'2020-02-26 06:39:42',	'2020-02-26 06:39:42',	'',	0,	'http://127.0.0.1/map1/dealers/sunnyhaven-caravan-distributors-ltd/',	0,	'dealers',	'',	0),
(4990,	1,	'2020-02-26 06:39:43',	'2020-02-26 06:39:43',	'',	'Swindon Caravan Centre',	'',	'publish',	'closed',	'closed',	'',	'swindon-caravan-centre',	'',	'',	'2020-02-26 06:39:43',	'2020-02-26 06:39:43',	'',	0,	'http://127.0.0.1/map1/dealers/swindon-caravan-centre/',	0,	'dealers',	'',	0),
(4983,	1,	'2020-02-26 06:39:38',	'2020-02-26 06:39:38',	'',	'Martins Of Exeter',	'',	'publish',	'closed',	'closed',	'',	'martins-of-exeter',	'',	'',	'2020-02-26 06:39:38',	'2020-02-26 06:39:38',	'',	0,	'http://127.0.0.1/map1/dealers/martins-of-exeter/',	0,	'dealers',	'',	0),
(4984,	1,	'2020-02-26 06:39:39',	'2020-02-26 06:39:39',	'',	'Outdoor Experience Ltd',	'',	'publish',	'closed',	'closed',	'',	'outdoor-experience-ltd',	'',	'',	'2020-02-26 06:39:39',	'2020-02-26 06:39:39',	'',	0,	'http://127.0.0.1/map1/dealers/outdoor-experience-ltd/',	0,	'dealers',	'',	0),
(4985,	1,	'2020-02-26 06:39:40',	'2020-02-26 06:39:40',	'',	'Pearman Briggs Leisure Ltd',	'',	'publish',	'closed',	'closed',	'',	'pearman-briggs-leisure-ltd',	'',	'',	'2020-02-26 06:39:40',	'2020-02-26 06:39:40',	'',	0,	'http://127.0.0.1/map1/dealers/pearman-briggs-leisure-ltd/',	0,	'dealers',	'',	0),
(4986,	1,	'2020-02-26 06:39:40',	'2020-02-26 06:39:40',	'',	'Penrose Touring',	'',	'publish',	'closed',	'closed',	'',	'penrose-touring',	'',	'',	'2020-02-26 06:39:40',	'2020-02-26 06:39:40',	'',	0,	'http://127.0.0.1/map1/dealers/penrose-touring/',	0,	'dealers',	'',	0),
(4979,	1,	'2020-02-26 06:39:36',	'2020-02-26 06:39:36',	'',	'Fifth Wheel Company',	'',	'publish',	'closed',	'closed',	'',	'fifth-wheel-company',	'',	'',	'2020-02-26 06:39:36',	'2020-02-26 06:39:36',	'',	0,	'http://127.0.0.1/map1/dealers/fifth-wheel-company/',	0,	'dealers',	'',	0),
(4980,	1,	'2020-02-26 06:39:36',	'2020-02-26 06:39:36',	'',	'Forest Of Dean Caravans',	'',	'publish',	'closed',	'closed',	'',	'forest-of-dean-caravans',	'',	'',	'2020-02-26 06:39:36',	'2020-02-26 06:39:36',	'',	0,	'http://127.0.0.1/map1/dealers/forest-of-dean-caravans/',	0,	'dealers',	'',	0),
(4981,	1,	'2020-02-26 06:39:37',	'2020-02-26 06:39:37',	'',	'Golden Castle Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'golden-castle-caravans-ltd',	'',	'',	'2020-02-26 06:39:37',	'2020-02-26 06:39:37',	'',	0,	'http://127.0.0.1/map1/dealers/golden-castle-caravans-ltd/',	0,	'dealers',	'',	0),
(4982,	1,	'2020-02-26 06:39:38',	'2020-02-26 06:39:38',	'',	'Highbridge Caravan Centre',	'',	'publish',	'closed',	'closed',	'',	'highbridge-caravan-centre',	'',	'',	'2020-02-26 06:39:38',	'2020-02-26 06:39:38',	'',	0,	'http://127.0.0.1/map1/dealers/highbridge-caravan-centre/',	0,	'dealers',	'',	0),
(4975,	1,	'2020-02-26 06:39:32',	'2020-02-26 06:39:32',	'',	'Blazers Caravan Co Ltd',	'',	'publish',	'closed',	'closed',	'',	'blazers-caravan-co-ltd',	'',	'',	'2020-02-26 06:39:32',	'2020-02-26 06:39:32',	'',	0,	'http://127.0.0.1/map1/dealers/blazers-caravan-co-ltd/',	0,	'dealers',	'',	0),
(4976,	1,	'2020-02-26 06:39:33',	'2020-02-26 06:39:33',	'',	'Chipping Sodbury Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'chipping-sodbury-caravans-ltd',	'',	'',	'2020-02-26 06:39:33',	'2020-02-26 06:39:33',	'',	0,	'http://127.0.0.1/map1/dealers/chipping-sodbury-caravans-ltd/',	0,	'dealers',	'',	0),
(4977,	1,	'2020-02-26 06:39:34',	'2020-02-26 06:39:34',	'',	'Dinmore Leisure Ltd',	'',	'publish',	'closed',	'closed',	'',	'dinmore-leisure-ltd',	'',	'',	'2020-02-26 06:39:34',	'2020-02-26 06:39:34',	'',	0,	'http://127.0.0.1/map1/dealers/dinmore-leisure-ltd/',	0,	'dealers',	'',	0),
(4978,	1,	'2020-02-26 06:39:35',	'2020-02-26 06:39:35',	'',	'Ennis Caravans',	'',	'publish',	'closed',	'closed',	'',	'ennis-caravans',	'',	'',	'2020-02-26 06:39:35',	'2020-02-26 06:39:35',	'',	0,	'http://127.0.0.1/map1/dealers/ennis-caravans/',	0,	'dealers',	'',	0),
(4970,	1,	'2020-02-26 06:39:29',	'2020-02-26 06:39:29',	'',	'Wandahome Knottingley',	'',	'publish',	'closed',	'closed',	'',	'wandahome-knottingley',	'',	'',	'2020-02-26 06:39:29',	'2020-02-26 06:39:29',	'',	0,	'http://127.0.0.1/map1/dealers/wandahome-knottingley/',	0,	'dealers',	'',	0),
(4971,	1,	'2020-02-26 06:39:30',	'2020-02-26 06:39:30',	'',	'Whitfords Caravan Centre',	'',	'publish',	'closed',	'closed',	'',	'whitfords-caravan-centre',	'',	'',	'2020-02-26 06:39:30',	'2020-02-26 06:39:30',	'',	0,	'http://127.0.0.1/map1/dealers/whitfords-caravan-centre/',	0,	'dealers',	'',	0),
(4972,	1,	'2020-02-26 06:39:30',	'2020-02-26 06:39:30',	'',	'Y C Leisure',	'',	'publish',	'closed',	'closed',	'',	'y-c-leisure',	'',	'',	'2020-02-26 06:39:30',	'2020-02-26 06:39:30',	'',	0,	'http://127.0.0.1/map1/dealers/y-c-leisure/',	0,	'dealers',	'',	0),
(4973,	1,	'2020-02-26 06:39:31',	'2020-02-26 06:39:31',	'',	'Black Country Caravans & Camping',	'',	'publish',	'closed',	'closed',	'',	'black-country-caravans-camping',	'',	'',	'2020-02-26 06:39:31',	'2020-02-26 06:39:31',	'',	0,	'http://127.0.0.1/map1/dealers/black-country-caravans-camping/',	0,	'dealers',	'',	0),
(4966,	1,	'2020-02-26 06:39:26',	'2020-02-26 06:39:26',	'',	'Stewart Longton Caravans and Motorhomes Lancaster',	'',	'publish',	'closed',	'closed',	'',	'stewart-longton-caravans-and-motorhomes-lancaster',	'',	'',	'2020-02-26 06:39:26',	'2020-02-26 06:39:26',	'',	0,	'http://127.0.0.1/map1/dealers/stewart-longton-caravans-and-motorhomes-lancaster/',	0,	'dealers',	'',	0),
(4967,	1,	'2020-02-26 06:39:27',	'2020-02-26 06:39:27',	'',	'Stewart Longton Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'stewart-longton-caravans-ltd',	'',	'',	'2020-02-26 06:39:27',	'2020-02-26 06:39:27',	'',	0,	'http://127.0.0.1/map1/dealers/stewart-longton-caravans-ltd/',	0,	'dealers',	'',	0),
(4968,	1,	'2020-02-26 06:39:28',	'2020-02-26 06:39:28',	'',	'Torksey Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'torksey-caravans-ltd',	'',	'',	'2020-02-26 06:39:28',	'2020-02-26 06:39:28',	'',	0,	'http://127.0.0.1/map1/dealers/torksey-caravans-ltd/',	0,	'dealers',	'',	0),
(4969,	1,	'2020-02-26 06:39:28',	'2020-02-26 06:39:28',	'',	'Wandahome (South Cave) Ltd',	'',	'publish',	'closed',	'closed',	'',	'wandahome-south-cave-ltd',	'',	'',	'2020-02-26 06:39:28',	'2020-02-26 06:39:28',	'',	0,	'http://127.0.0.1/map1/dealers/wandahome-south-cave-ltd/',	0,	'dealers',	'',	0),
(4962,	1,	'2020-02-26 06:39:23',	'2020-02-26 06:39:23',	'',	'Sheffield Caravans',	'',	'publish',	'closed',	'closed',	'',	'sheffield-caravans',	'',	'',	'2020-02-26 06:39:23',	'2020-02-26 06:39:23',	'',	0,	'http://127.0.0.1/map1/dealers/sheffield-caravans/',	0,	'dealers',	'',	0),
(4963,	1,	'2020-02-26 06:39:24',	'2020-02-26 06:39:24',	'',	'Solihull Caravans - J. Bayliss & Sons',	'',	'publish',	'closed',	'closed',	'',	'solihull-caravans-j-bayliss-sons',	'',	'',	'2020-02-26 06:39:24',	'2020-02-26 06:39:24',	'',	0,	'http://127.0.0.1/map1/dealers/solihull-caravans-j-bayliss-sons/',	0,	'dealers',	'',	0),
(4964,	1,	'2020-02-26 06:39:25',	'2020-02-26 06:39:25',	'',	'South Lincs Leisure',	'',	'publish',	'closed',	'closed',	'',	'south-lincs-leisure',	'',	'',	'2020-02-26 06:39:25',	'2020-02-26 06:39:25',	'',	0,	'http://127.0.0.1/map1/dealers/south-lincs-leisure/',	0,	'dealers',	'',	0),
(4965,	1,	'2020-02-26 06:39:25',	'2020-02-26 06:39:25',	'',	'Spinney',	'',	'publish',	'closed',	'closed',	'',	'spinney',	'',	'',	'2020-02-26 06:39:25',	'2020-02-26 06:39:25',	'',	0,	'http://127.0.0.1/map1/dealers/spinney/',	0,	'dealers',	'',	0),
(4957,	1,	'2020-02-26 06:39:19',	'2020-02-26 06:39:19',	'',	'Pleasuretime Caravans',	'',	'publish',	'closed',	'closed',	'',	'pleasuretime-caravans',	'',	'',	'2020-02-26 06:39:19',	'2020-02-26 06:39:19',	'',	0,	'http://127.0.0.1/map1/dealers/pleasuretime-caravans/',	0,	'dealers',	'',	0),
(4958,	1,	'2020-02-26 06:39:20',	'2020-02-26 06:39:20',	'',	'Raymond James Caravans',	'',	'publish',	'closed',	'closed',	'',	'raymond-james-caravans',	'',	'',	'2020-02-26 06:39:20',	'2020-02-26 06:39:20',	'',	0,	'http://127.0.0.1/map1/dealers/raymond-james-caravans/',	0,	'dealers',	'',	0),
(4959,	1,	'2020-02-26 06:39:21',	'2020-02-26 06:39:21',	'',	'Robinsons Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'robinsons-caravans-ltd',	'',	'',	'2020-02-26 06:39:21',	'2020-02-26 06:39:21',	'',	0,	'http://127.0.0.1/map1/dealers/robinsons-caravans-ltd/',	0,	'dealers',	'',	0),
(4961,	1,	'2020-02-26 06:39:22',	'2020-02-26 06:39:22',	'',	'Ryedale Caravan & Leisure',	'',	'publish',	'closed',	'closed',	'',	'ryedale-caravan-leisure',	'',	'',	'2020-02-26 06:39:22',	'2020-02-26 06:39:22',	'',	0,	'http://127.0.0.1/map1/dealers/ryedale-caravan-leisure/',	0,	'dealers',	'',	0),
(4953,	1,	'2020-02-26 06:39:17',	'2020-02-26 06:39:17',	'',	'Lowdhams Leisureworld Ltd - Nottingham',	'',	'publish',	'closed',	'closed',	'',	'lowdhams-leisureworld-ltd-nottingham',	'',	'',	'2020-02-26 06:39:17',	'2020-02-26 06:39:17',	'',	0,	'http://127.0.0.1/map1/dealers/lowdhams-leisureworld-ltd-nottingham/',	0,	'dealers',	'',	0),
(4954,	1,	'2020-02-26 06:39:18',	'2020-02-26 06:39:18',	'',	'Lowdhams - Huddersfield',	'',	'publish',	'closed',	'closed',	'',	'lowdhams-huddersfield',	'',	'',	'2020-02-26 06:39:18',	'2020-02-26 06:39:18',	'',	0,	'http://127.0.0.1/map1/dealers/lowdhams-huddersfield/',	0,	'dealers',	'',	0),
(4955,	1,	'2020-02-26 06:39:18',	'2020-02-26 06:39:18',	'',	'ST4 2HU',	'',	'publish',	'closed',	'closed',	'',	'st4-2hu',	'',	'',	'2020-02-26 06:39:18',	'2020-02-26 06:39:18',	'',	0,	'http://127.0.0.1/map1/dealers/st4-2hu/',	0,	'dealers',	'',	0),
(4956,	1,	'2020-02-26 06:39:19',	'2020-02-26 06:39:19',	'',	'Pedley\'s Caravans',	'',	'publish',	'closed',	'closed',	'',	'pedleys-caravans',	'',	'',	'2020-02-26 06:39:19',	'2020-02-26 06:39:19',	'',	0,	'http://127.0.0.1/map1/dealers/pedleys-caravans/',	0,	'dealers',	'',	0),
(4949,	1,	'2020-02-26 06:39:14',	'2020-02-26 06:39:14',	'',	'John Coopers',	'',	'publish',	'closed',	'closed',	'',	'john-coopers',	'',	'',	'2020-02-26 06:39:14',	'2020-02-26 06:39:14',	'',	0,	'http://127.0.0.1/map1/dealers/john-coopers/',	0,	'dealers',	'',	0),
(4950,	1,	'2020-02-26 06:39:15',	'2020-02-26 06:39:15',	'',	'Kenmore Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'kenmore-caravans-ltd',	'',	'',	'2020-02-26 06:39:15',	'2020-02-26 06:39:15',	'',	0,	'http://127.0.0.1/map1/dealers/kenmore-caravans-ltd/',	0,	'dealers',	'',	0),
(4951,	1,	'2020-02-26 06:39:15',	'2020-02-26 06:39:15',	'',	'Leeds Caravan Centre',	'',	'publish',	'closed',	'closed',	'',	'leeds-caravan-centre',	'',	'',	'2020-02-26 06:39:15',	'2020-02-26 06:39:15',	'',	0,	'http://127.0.0.1/map1/dealers/leeds-caravan-centre/',	0,	'dealers',	'',	0),
(4952,	1,	'2020-02-26 06:39:16',	'2020-02-26 06:39:16',	'',	'Leisure Sales',	'',	'publish',	'closed',	'closed',	'',	'leisure-sales',	'',	'',	'2020-02-26 06:39:16',	'2020-02-26 06:39:16',	'',	0,	'http://127.0.0.1/map1/dealers/leisure-sales/',	0,	'dealers',	'',	0),
(4945,	1,	'2020-02-26 06:39:11',	'2020-02-26 06:39:11',	'',	'Coupland Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'coupland-caravans-ltd',	'',	'',	'2020-02-26 06:39:11',	'2020-02-26 06:39:11',	'',	0,	'http://127.0.0.1/map1/dealers/coupland-caravans-ltd/',	0,	'dealers',	'',	0),
(4946,	1,	'2020-02-26 06:39:11',	'2020-02-26 06:39:11',	'',	'Don Amott Leisure Kingdom',	'',	'publish',	'closed',	'closed',	'',	'don-amott-leisure-kingdom',	'',	'',	'2020-02-26 06:39:11',	'2020-02-26 06:39:11',	'',	0,	'http://127.0.0.1/map1/dealers/don-amott-leisure-kingdom/',	0,	'dealers',	'',	0),
(4947,	1,	'2020-02-26 06:39:12',	'2020-02-26 06:39:12',	'',	'Grantham Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'grantham-caravans-ltd',	'',	'',	'2020-02-26 06:39:12',	'2020-02-26 06:39:12',	'',	0,	'http://127.0.0.1/map1/dealers/grantham-caravans-ltd/',	0,	'dealers',	'',	0),
(4948,	1,	'2020-02-26 06:39:13',	'2020-02-26 06:39:13',	'',	'Jacksons of Old Arley Ltd',	'',	'publish',	'closed',	'closed',	'',	'jacksons-of-old-arley-ltd',	'',	'',	'2020-02-26 06:39:13',	'2020-02-26 06:39:13',	'',	0,	'http://127.0.0.1/map1/dealers/jacksons-of-old-arley-ltd/',	0,	'dealers',	'',	0),
(5157,	5,	'2020-02-28 13:51:44',	'2020-02-28 13:51:44',	'',	'dealerlist',	'',	'publish',	'closed',	'closed',	'',	'dealerlist',	'',	'',	'2020-02-28 13:51:44',	'2020-02-28 13:51:44',	'',	0,	'https://truma.youarenearly.online/?page_id=5157',	0,	'page',	'',	0),
(4941,	1,	'2020-02-26 06:39:08',	'2020-02-26 06:39:08',	'',	'﻿B L Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'%ef%bb%bfb-l-caravans-ltd',	'',	'',	'2020-02-26 06:39:08',	'2020-02-26 06:39:08',	'',	0,	'http://127.0.0.1/map1/dealers/%ef%bb%bfb-l-caravans-ltd/',	0,	'dealers',	'',	0),
(4942,	1,	'2020-02-26 06:39:09',	'2020-02-26 06:39:09',	'',	'Bardsea Leisure',	'',	'publish',	'closed',	'closed',	'',	'bardsea-leisure',	'',	'',	'2020-02-26 06:39:09',	'2020-02-26 06:39:09',	'',	0,	'http://127.0.0.1/map1/dealers/bardsea-leisure/',	0,	'dealers',	'',	0),
(4943,	1,	'2020-02-26 06:39:09',	'2020-02-26 06:39:09',	'',	'Brayford Leisure',	'',	'publish',	'closed',	'closed',	'',	'brayford-leisure',	'',	'',	'2020-02-26 06:39:09',	'2020-02-26 06:39:09',	'',	0,	'http://127.0.0.1/map1/dealers/brayford-leisure/',	0,	'dealers',	'',	0),
(4944,	1,	'2020-02-26 06:39:10',	'2020-02-26 06:39:10',	'',	'Campbells Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'campbells-caravans-ltd',	'',	'',	'2020-02-26 06:39:10',	'2020-02-26 06:39:10',	'',	0,	'http://127.0.0.1/map1/dealers/campbells-caravans-ltd/',	0,	'dealers',	'',	0),
(3229,	0,	'2020-02-28 12:28:46',	'2020-02-28 12:28:46',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5918873dcf02.85209389-JULuF1ljWo9S51JOFH6vjN4qpF68l4Ml',	'',	'',	'2020-02-28 13:41:27',	'2020-02-28 13:41:27',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3229',	0,	'scheduled-action',	'',	3),
(3230,	0,	'2020-02-28 14:41:27',	'2020-02-28 14:41:27',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5926e273c431.77961211-2lCUFiDy9e3sKdgF0FE7CRxTlabjGXU3',	'',	'',	'2020-02-28 14:42:42',	'2020-02-28 14:42:42',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3230',	0,	'scheduled-action',	'',	3),
(3231,	5,	'2020-02-28 13:45:30',	'0000-00-00 00:00:00',	'',	'Auto Draft',	'',	'auto-draft',	'open',	'open',	'',	'',	'',	'',	'2020-02-28 13:45:30',	'0000-00-00 00:00:00',	'',	0,	'https://truma.youarenearly.online/?p=3231',	0,	'post',	'',	0),
(5158,	5,	'2020-02-28 13:51:44',	'2020-02-28 13:51:44',	'',	'dealerlist',	'',	'inherit',	'closed',	'closed',	'',	'5157-revision-v1',	'',	'',	'2020-02-28 13:51:44',	'2020-02-28 13:51:44',	'',	5157,	'https://truma.youarenearly.online/5157-revision-v1/',	0,	'revision',	'',	0),
(3227,	0,	'2020-02-28 08:23:35',	'2020-02-28 08:23:35',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e58cf2b80d706.51014661-DKWeE7gG3EBbC3MNZj62mkhbq1W8Lpws',	'',	'',	'2020-02-28 08:28:27',	'2020-02-28 08:28:27',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3227',	0,	'scheduled-action',	'',	3),
(3228,	0,	'2020-02-28 09:28:27',	'2020-02-28 09:28:27',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e58f96e8a07b5.18768293-VmdQlJyjFOujjD1hRYFFINuXn1Kke2T7',	'',	'',	'2020-02-28 11:28:46',	'2020-02-28 11:28:46',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3228',	0,	'scheduled-action',	'',	3),
(3224,	0,	'2020-02-27 17:50:46',	'2020-02-27 17:50:46',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e58033ca142c3.35602100-YAKwBVzvq0gNXdiwUVcLetGOqshXk9jr',	'',	'',	'2020-02-27 17:58:20',	'2020-02-27 17:58:20',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3224',	0,	'scheduled-action',	'',	3),
(3225,	0,	'2020-02-27 18:58:20',	'2020-02-27 18:58:20',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e586463926dd9.31779121-VoWXC8370HIdcmtpk0AeXBCYB6yoXPZJ',	'',	'',	'2020-02-28 00:52:51',	'2020-02-28 00:52:51',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3225',	0,	'scheduled-action',	'',	3),
(3226,	0,	'2020-02-28 01:52:51',	'2020-02-28 01:52:51',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e58bff76a1742.36624941-rYgl9ZHoF6wBEtCFIBgi3SywySWO26c4',	'',	'',	'2020-02-28 07:23:35',	'2020-02-28 07:23:35',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3226',	0,	'scheduled-action',	'',	3),
(3222,	0,	'2020-02-27 11:37:36',	'2020-02-27 11:37:36',	'[2739]',	'wc-admin_import_orders',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e57aa85e9fd12.58359483-g09b6YUgIKnv9gPosyvtfbU98h2BvfUm',	'',	'',	'2020-02-27 11:39:49',	'2020-02-27 11:39:49',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3222',	30,	'scheduled-action',	'',	3),
(3223,	0,	'2020-02-27 14:16:42',	'2020-02-27 14:16:42',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e57f3661f38c5.56117841-Ep580loEyuyHLmiUKxqUfLknpg6gybyS',	'',	'',	'2020-02-27 16:50:46',	'2020-02-27 16:50:46',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3223',	0,	'scheduled-action',	'',	3),
(3218,	0,	'2020-02-26 01:00:43',	'2020-02-26 01:00:43',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e563b5417bce1.65361566-xWQs9EtheGsj5vx8eJLwbGCi0DUbN6T4',	'',	'',	'2020-02-26 09:33:08',	'2020-02-26 09:33:08',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3218',	0,	'scheduled-action',	'',	3),
(3219,	0,	'2020-02-26 10:33:08',	'2020-02-26 10:33:08',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e57a818eb63b7.68012351-VWwOVhcCbEQHFqrn6uf2ZXwKnpqMJ0xK',	'',	'',	'2020-02-27 11:29:28',	'2020-02-27 11:29:28',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3219',	0,	'scheduled-action',	'',	3),
(3220,	0,	'2020-02-27 12:29:28',	'2020-02-27 12:29:28',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e57c13ab10422.10923189-NlpuXA1wqk3BHFayFYKsj7i2wagrd2wL',	'',	'',	'2020-02-27 13:16:42',	'2020-02-27 13:16:42',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3220',	0,	'scheduled-action',	'',	3),
(2367,	1,	'2015-09-05 23:03:42',	'2015-09-05 23:03:42',	'',	'Shop - Product page',	'',	'trash',	'closed',	'closed',	'',	'shop-product-page__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2367',	0,	'page',	'',	0),
(2368,	1,	'2015-08-31 14:52:45',	'2015-08-31 14:52:45',	'fdgdfg',	'Test Page',	'',	'trash',	'closed',	'closed',	'',	'test-page-2__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2368',	0,	'page',	'',	0),
(2369,	1,	'2015-08-31 13:12:04',	'2015-08-31 13:12:04',	'',	'Shop - Landing page (Default)',	'',	'trash',	'closed',	'closed',	'',	'shop-landing-page-default__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2369',	0,	'page',	'',	0),
(2370,	1,	'2015-08-25 01:05:32',	'2015-08-25 01:05:32',	'',	'Homepages - Homepage 6 (Classic)',	'',	'trash',	'closed',	'closed',	'',	'homepages-homepage-6-classic__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2370',	0,	'page',	'',	0),
(2371,	1,	'2015-08-25 01:05:06',	'2015-08-25 01:05:06',	'',	'Homepages - Homepage 5 (Classic)',	'',	'trash',	'closed',	'closed',	'',	'homepages-homepage-5-classic__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2371',	0,	'page',	'',	0),
(2372,	1,	'2015-08-25 01:04:42',	'2015-08-25 01:04:42',	'',	'Homepages - Homepage 4 (Classic)',	'',	'trash',	'closed',	'closed',	'',	'homepages-homepage-4-classic__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2372',	0,	'page',	'',	0),
(2373,	1,	'2015-08-24 16:15:54',	'2015-08-24 16:15:54',	'',	'Elements - Services',	'',	'trash',	'closed',	'closed',	'',	'elements-services__trashed',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	0,	'https://truma.youarenearly.online/?page_id=2373',	0,	'page',	'',	0),
(2374,	1,	'2015-08-24 14:24:46',	'2015-08-24 14:24:46',	'',	'Homepages - Homepage 3 (Classic)',	'',	'trash',	'closed',	'closed',	'',	'homepages-homepage-3-classic__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2374',	0,	'page',	'',	0),
(2375,	1,	'2015-08-24 14:24:32',	'2015-08-24 14:24:32',	'',	'Homepages - Homepage 2 (Classic)',	'',	'trash',	'closed',	'closed',	'',	'homepages-homepage-2-classic__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2375',	0,	'page',	'',	0),
(2376,	1,	'2015-08-24 14:24:23',	'2015-08-24 14:24:23',	'',	'Homepages - Homepage 1 (Classic)',	'',	'trash',	'closed',	'closed',	'',	'homepages-homepage-1-classic__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2376',	0,	'page',	'',	0),
(2377,	1,	'2015-08-24 14:21:03',	'2015-08-24 14:21:03',	'',	'Homepages - ATLAS',	'',	'trash',	'closed',	'closed',	'',	'atlas-homepage__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2377',	0,	'page',	'',	0),
(2378,	1,	'2015-08-24 14:20:50',	'2015-08-24 14:20:50',	'',	'Homepages - KRONOS',	'',	'trash',	'closed',	'closed',	'',	'kronos-homepage__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2378',	0,	'page',	'',	0),
(2379,	1,	'2015-08-24 14:20:34',	'2015-08-24 14:20:34',	'',	'Homepages - ARA',	'',	'trash',	'closed',	'closed',	'',	'ara-homepage__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2379',	0,	'page',	'',	0),
(2380,	1,	'2015-08-24 14:20:21',	'2015-08-24 14:20:21',	'',	'Homepages - KUMA',	'',	'trash',	'closed',	'closed',	'',	'kuma-homepage__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2380',	0,	'page',	'',	0),
(2381,	1,	'2015-08-24 14:20:05',	'2015-08-24 14:20:05',	'',	'Homepages - VEGA',	'',	'trash',	'closed',	'closed',	'',	'vega-homepage__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2381',	0,	'page',	'',	0),
(2382,	1,	'2015-08-24 14:19:41',	'2015-08-24 14:19:41',	'',	'Homepages - ORION',	'',	'trash',	'closed',	'closed',	'',	'orion-homepage__trashed',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	0,	'https://truma.youarenearly.online/?page_id=2382',	0,	'page',	'',	0),
(2383,	1,	'2015-08-24 14:19:22',	'2015-08-24 14:19:22',	'',	'Homepage',	'',	'publish',	'closed',	'closed',	'',	'home',	'',	'',	'2020-02-17 12:47:33',	'2020-02-17 12:47:33',	'',	0,	'https://truma.youarenearly.online/?page_id=2383',	0,	'page',	'',	0),
(2384,	1,	'2015-08-24 13:28:13',	'2015-08-24 13:28:13',	'',	'Shop - Landing Page (Classic)',	'',	'trash',	'closed',	'closed',	'',	'shop-landing-page-classic__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2384',	0,	'page',	'',	0),
(2385,	1,	'2015-08-24 13:27:34',	'2015-08-24 13:27:34',	'',	'Shop - Landing Page (Alternative)',	'',	'trash',	'closed',	'closed',	'',	'shop-landing-page-alternative__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2385',	0,	'page',	'',	0),
(2386,	1,	'2015-08-22 12:10:30',	'2015-08-22 12:10:30',	'Seamlessly orchestrate process-centric best practices with end-to-end catalysts for change. Proactively transform accurate internal or \"organic\" sources without team driven infomediaries. Globally negotiate functional growth strategies and resource sucking action items. Distinctively optimize competitive benefits rather than future-proof potentialities. Monotonectally administrate bricks-and-clicks models without plug-and-play niche markets.\r\n\r\nCredibly parallel task bleeding-edge processes via multidisciplinary mindshare. Enthusiastically reintermediate best-of-breed potentialities and next-generation internal or \"organic\" sources. Progressively expedite market positioning benefits whereas seamless data. Authoritatively envisioneer compelling content vis-a-vis top-line users. Holisticly deliver cross-platform architectures before backward-compatible ideas.\r\n\r\nConveniently pursue e-business platforms through viral results. Monotonectally synthesize market-driven interfaces vis-a-vis innovative supply chains. Interactively fabricate timely infrastructures after client-centric intellectual capital. Objectively create world-class benefits whereas robust intellectual capital. Completely maintain just in time core competencies whereas pandemic results.\r\n\r\nCollaboratively mesh high-quality strategic theme areas vis-a-vis client-focused initiatives. Uniquely.',	'Progressively repurpose cutting-edge models',	'',	'trash',	'open',	'open',	'',	'progressively-repurpose-cutting-edge-models__trashed',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	0,	'https://truma.youarenearly.online/?p=2386',	0,	'post',	'',	0),
(2387,	1,	'2015-08-21 12:26:29',	'2015-08-21 12:26:29',	'Competently leverage other\'s high standards in customer service after superior web-readiness. Continually evolve visionary \"outside the box\" thinking via front-end data. Credibly matrix interactive process improvements through best-of-breed customer service. Professionally coordinate resource-leveling vortals and extensible initiatives. Credibly enable accurate ROI rather than premium experiences.\r\n\r\nAuthoritatively myocardinate corporate e-tailers with best-of-breed value. Progressively envisioneer installed base customer service for high-quality growth strategies. Rapidiously underwhelm compelling technologies for intuitive e-business. Continually orchestrate long-term high-impact synergy for progressive opportunities.',	'Enthusiastically administrate ubiquitous',	'',	'trash',	'open',	'open',	'',	'enthusiastically-administrate-ubiquitous__trashed',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	0,	'https://truma.youarenearly.online/?p=2387',	0,	'post',	'',	0),
(2388,	1,	'2015-08-21 08:12:14',	'2015-08-21 08:12:14',	'<h3>Competently leverage other\'s team building functionalities vis-a-vis strategic solutions. Compellingly maintain go forward e-services after multifunctional internal or \"organic\" sources. Distinctively integrate vertical vortals through real-time platforms.</h3>\r\nPhosfluorescently leverage existing highly efficient channels before impactful infrastructures. Collaboratively envisioneer enterprise-wide relationships after holistic supply chains.\r\n\r\nObjectively aggregate multifunctional synergy for just in time technology. Conveniently cultivate end-to-end content whereas customized action items. Interactively implement functional ROI through user friendly systems. Quickly procrastinate transparent value and impactful data. Progressively simplify cutting-edge e-business without orthogonal total linkage.\r\n<h4>Quickly restore integrated portals without world-class portals. Dynamically communicate B2C scenarios after ethical scenarios. Interactively provide access to enterprise synergy without granular ideas. Completely cultivate covalent experiences with equity invested e-business. Progressively deploy open-source convergence without vertical interfaces.</h4>\r\nCollaboratively implement economically sound potentialities for pandemic \"outside the box\" thinking. Authoritatively engineer empowered content before error-free content. Rapidiously initiate client-based solutions for multidisciplinary \"outside the box\" thinking. Conveniently reinvent transparent schemas vis-a-vis progressive partnerships. Collaboratively extend backward-compatible interfaces without turnkey technology.\r\n\r\nDistinctively extend vertical e-markets via 2.0 web-readiness. Assertively fashion distinctive models via competitive e-services. Interactively leverage other\'s synergistic interfaces before distributed metrics. Distinctively synergize virtual platforms before ethical users. Efficiently plagiarize synergistic communities with orthogonal ideas.\r\n\r\nCompellingly integrate fully tested niche markets rather than cross-media communities. Completely procrastinate next-generation human capital through impactful expertise. Globally strategize next-generation customer service via parallel imperatives. Intrinsicly supply enterprise-wide outsourcing through team driven results. Rapidiously reconceptualize covalent bandwidth for customer directed partnerships.\r\n\r\nConveniently monetize transparent value after end-to-end intellectual capital. Compellingly initiate premier solutions via quality partnerships. Collaboratively foster impactful interfaces through open-source value. Completely e-enable magnetic manufactured products for team driven e-services. Quickly monetize end-to-end materials for go forward meta-services.\r\n\r\nCompetently strategize leading-edge models and prospective models. Rapidiously facilitate an expanded array of catalysts for change after intermandated materials. Progressively visualize sustainable core competencies whereas efficient scenarios. Rapidiously maximize open-source methods of empowerment rather than an expanded array of potentialities. Energistically enhance 2.0 technology before viral relationships.',	'Pages - Page With Sidebar',	'',	'trash',	'closed',	'closed',	'',	'page-with-sidebar__trashed',	'',	'',	'2020-02-11 16:42:48',	'2020-02-11 16:42:48',	'',	0,	'https://truma.youarenearly.online/?page_id=2388',	0,	'page',	'',	0),
(2389,	1,	'2015-08-21 08:11:47',	'2015-08-21 08:11:47',	'<h3>Competently leverage other\'s team building functionalities vis-a-vis strategic solutions. Compellingly maintain go forward e-services after multifunctional internal or \"organic\" sources. Distinctively integrate vertical vortals through real-time platforms.</h3>\r\nPhosfluorescently leverage existing highly efficient channels before impactful infrastructures. Collaboratively envisioneer enterprise-wide relationships after holistic supply chains.\r\n\r\nObjectively aggregate multifunctional synergy for just in time technology. Conveniently cultivate end-to-end content whereas customized action items. Interactively implement functional ROI through user friendly systems. Quickly procrastinate transparent value and impactful data. Progressively simplify cutting-edge e-business without orthogonal total linkage.\r\n<h4>Quickly restore integrated portals without world-class portals. Dynamically communicate B2C scenarios after ethical scenarios. Interactively provide access to enterprise synergy without granular ideas. Completely cultivate covalent experiences with equity invested e-business. Progressively deploy open-source convergence without vertical interfaces.</h4>\r\nCollaboratively implement economically sound potentialities for pandemic \"outside the box\" thinking. Authoritatively engineer empowered content before error-free content. Rapidiously initiate client-based solutions for multidisciplinary \"outside the box\" thinking. Conveniently reinvent transparent schemas vis-a-vis progressive partnerships. Collaboratively extend backward-compatible interfaces without turnkey technology.\r\n\r\nDistinctively extend vertical e-markets via 2.0 web-readiness. Assertively fashion distinctive models via competitive e-services. Interactively leverage other\'s synergistic interfaces before distributed metrics. Distinctively synergize virtual platforms before ethical users. Efficiently plagiarize synergistic communities with orthogonal ideas.\r\n\r\nCompellingly integrate fully tested niche markets rather than cross-media communities. Completely procrastinate next-generation human capital through impactful expertise. Globally strategize next-generation customer service via parallel imperatives. Intrinsicly supply enterprise-wide outsourcing through team driven results. Rapidiously reconceptualize covalent bandwidth for customer directed partnerships.\r\n\r\nConveniently monetize transparent value after end-to-end intellectual capital. Compellingly initiate premier solutions via quality partnerships. Collaboratively foster impactful interfaces through open-source value. Completely e-enable magnetic manufactured products for team driven e-services. Quickly monetize end-to-end materials for go forward meta-services.\r\n\r\nCompetently strategize leading-edge models and prospective models. Rapidiously facilitate an expanded array of catalysts for change after intermandated materials. Progressively visualize sustainable core competencies whereas efficient scenarios. Rapidiously maximize open-source methods of empowerment rather than an expanded array of potentialities. Energistically enhance 2.0 technology before viral relationships.',	'Pages - Page Without Sidebar',	'',	'trash',	'closed',	'closed',	'',	'page-without-sidebar__trashed',	'',	'',	'2020-02-11 16:42:48',	'2020-02-11 16:42:48',	'',	0,	'https://truma.youarenearly.online/?page_id=2389',	0,	'page',	'',	0),
(2390,	1,	'2015-08-21 08:11:23',	'2015-08-21 08:11:23',	'',	'Pages - Coming Soon / Offline',	'',	'trash',	'closed',	'closed',	'',	'coming-soon__trashed',	'',	'',	'2020-02-11 15:56:36',	'2020-02-11 15:56:36',	'',	0,	'https://truma.youarenearly.online/?page_id=2390',	0,	'page',	'',	0),
(2391,	1,	'2015-08-21 08:10:48',	'2015-08-21 08:10:48',	'',	'Pages - 404',	'',	'trash',	'closed',	'closed',	'',	'404-page__trashed',	'',	'',	'2020-02-11 15:56:36',	'2020-02-11 15:56:36',	'',	0,	'https://truma.youarenearly.online/?page_id=2391',	0,	'page',	'',	0),
(2392,	1,	'2015-08-21 08:09:54',	'2015-08-21 08:09:54',	'',	'Pages - Careers',	'',	'publish',	'closed',	'closed',	'',	'careers',	'',	'',	'2015-08-21 08:09:54',	'2015-08-21 08:09:54',	'',	0,	'https://truma.youarenearly.online/?page_id=2392',	0,	'page',	'',	0),
(2393,	1,	'2015-08-21 08:09:32',	'2015-08-21 08:09:32',	'',	'Pages - Process',	'',	'trash',	'closed',	'closed',	'',	'process__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2393',	0,	'page',	'',	0),
(2394,	1,	'2015-08-21 08:09:12',	'2015-08-21 08:09:12',	'',	'Frequently Asked Questions',	'',	'publish',	'closed',	'closed',	'',	'faqs',	'',	'',	'2020-02-14 09:30:11',	'2020-02-14 09:30:11',	'',	0,	'https://truma.youarenearly.online/?page_id=2394',	0,	'page',	'',	0),
(2395,	1,	'2015-08-21 08:08:45',	'2015-08-21 08:08:45',	'',	'About Powrtouch',	'',	'publish',	'closed',	'closed',	'',	'about',	'',	'',	'2020-02-14 08:53:02',	'2020-02-14 08:53:02',	'',	0,	'https://truma.youarenearly.online/?page_id=2395',	0,	'page',	'',	0),
(2396,	1,	'2015-08-21 08:08:23',	'2015-08-21 08:08:23',	'',	'Pages - Testimonials',	'',	'trash',	'closed',	'closed',	'',	'testimonials__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2396',	0,	'page',	'',	0),
(2397,	1,	'2015-08-21 08:08:03',	'2015-08-21 08:08:03',	'',	'Pages - Portfolio Item',	'',	'trash',	'closed',	'closed',	'',	'portfolio-item__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2397',	0,	'page',	'',	0),
(2398,	1,	'2015-08-21 08:07:26',	'2015-08-21 08:07:26',	'',	'Pages - Photo Gallery',	'',	'trash',	'closed',	'closed',	'',	'photo-gallery__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2398',	0,	'page',	'',	0),
(2399,	1,	'2015-08-21 08:07:05',	'2015-08-21 08:07:05',	'',	'Pages - Blog Posts',	'',	'trash',	'closed',	'closed',	'',	'blog-posts__trashed',	'',	'',	'2020-02-11 15:56:36',	'2020-02-11 15:56:36',	'',	0,	'https://truma.youarenearly.online/?page_id=2399',	0,	'page',	'',	0),
(2400,	1,	'2015-08-21 08:06:29',	'2015-08-21 08:06:29',	'',	'Pages - Our Team',	'',	'trash',	'closed',	'closed',	'',	'our-team__trashed',	'',	'',	'2020-02-11 16:24:39',	'2020-02-11 16:24:39',	'',	0,	'https://truma.youarenearly.online/?page_id=2400',	0,	'page',	'',	0),
(2401,	1,	'2015-08-21 08:06:09',	'2015-08-21 08:06:09',	'',	'Pages - Our Services',	'',	'trash',	'closed',	'closed',	'',	'our-services__trashed',	'',	'',	'2020-02-11 16:24:36',	'2020-02-11 16:24:36',	'',	0,	'https://truma.youarenearly.online/?page_id=2401',	0,	'page',	'',	0),
(2402,	1,	'2015-08-21 08:04:28',	'2015-08-21 08:04:28',	'',	'Pages - Contact Us',	'',	'publish',	'closed',	'closed',	'',	'contact-us',	'',	'',	'2015-08-21 08:04:28',	'2015-08-21 08:04:28',	'',	0,	'https://truma.youarenearly.online/?page_id=2402',	0,	'page',	'',	0),
(2403,	1,	'2015-08-21 08:03:54',	'2015-08-21 08:03:54',	'',	'Pages - About Us',	'',	'publish',	'closed',	'closed',	'',	'about-us',	'',	'',	'2020-02-12 17:20:25',	'2020-02-12 17:20:25',	'',	0,	'https://truma.youarenearly.online/?page_id=2403',	0,	'page',	'',	0),
(2404,	1,	'2015-08-20 13:25:18',	'2015-08-20 13:25:18',	'',	'testing page',	'',	'trash',	'closed',	'closed',	'',	'testing-page__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2404',	0,	'page',	'',	0),
(2405,	1,	'2015-08-18 23:05:18',	'2015-08-18 23:05:18',	'',	'Elements - Team boxes',	'',	'trash',	'open',	'open',	'',	'elements-team-boxes__trashed',	'',	'',	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	0,	'https://truma.youarenearly.online/?page_id=2405',	0,	'page',	'',	0),
(2406,	1,	'2015-08-18 23:04:56',	'2015-08-18 23:04:56',	'',	'Elements - Stage and Icon Boxes',	'',	'trash',	'open',	'open',	'',	'elements-stage-and-icon-boxes__trashed',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	0,	'https://truma.youarenearly.online/?page_id=2406',	0,	'page',	'',	0),
(2407,	1,	'2015-08-18 23:03:59',	'2015-08-18 23:03:59',	'',	'Elements - Partners & Testimonials',	'',	'trash',	'open',	'open',	'',	'elements-partners-testimonials__trashed',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	0,	'https://truma.youarenearly.online/?page_id=2407',	0,	'page',	'',	0),
(2408,	1,	'2015-08-18 23:03:37',	'2015-08-18 23:03:37',	'',	'Elements - Media Container',	'',	'trash',	'open',	'open',	'',	'elements-media-container__trashed',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	0,	'https://truma.youarenearly.online/?page_id=2408',	0,	'page',	'',	0),
(2409,	1,	'2015-08-18 23:03:15',	'2015-08-18 23:03:15',	'',	'Elements - Miscellaneous',	'',	'trash',	'open',	'open',	'',	'elements-miscellaneous__trashed',	'',	'',	'2020-02-11 15:31:42',	'2020-02-11 15:31:42',	'',	0,	'https://truma.youarenearly.online/?page_id=2409',	0,	'page',	'',	0),
(2410,	1,	'2015-08-18 23:02:43',	'2015-08-18 23:02:43',	'',	'Elements - Hover boxes',	'',	'trash',	'open',	'open',	'',	'elements-hover-boxes__trashed',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	0,	'https://truma.youarenearly.online/?page_id=2410',	0,	'page',	'',	0),
(2411,	1,	'2015-08-18 23:02:24',	'2015-08-18 23:02:24',	'',	'Elements - Devices',	'',	'trash',	'open',	'open',	'',	'elements-devices__trashed',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	0,	'https://truma.youarenearly.online/?page_id=2411',	0,	'page',	'',	0),
(2412,	1,	'2015-08-18 23:01:45',	'2015-08-18 23:01:45',	'',	'Elements - System elements',	'',	'trash',	'open',	'open',	'',	'elements-system-elements__trashed',	'',	'',	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	0,	'https://truma.youarenearly.online/?page_id=2412',	0,	'page',	'',	0),
(2413,	1,	'2015-08-17 23:29:52',	'2015-08-17 23:29:52',	'',	'Elements - Search Box Element',	'',	'publish',	'open',	'open',	'',	'elements-search-box-element',	'',	'',	'2020-02-13 16:33:31',	'2020-02-13 16:33:31',	'',	0,	'https://truma.youarenearly.online/?page_id=2413',	0,	'page',	'',	0),
(2414,	1,	'2015-08-17 08:25:08',	'2015-08-17 08:25:08',	'',	'Static Content - Default Layout',	'',	'trash',	'open',	'open',	'',	'static-content-default-layout__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2414',	0,	'page',	'',	0),
(2415,	1,	'2015-08-17 08:18:12',	'2015-08-17 08:18:12',	'',	'Static Content - Text Pop',	'',	'trash',	'open',	'open',	'',	'static-content-text-pop__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2415',	0,	'page',	'',	0),
(2416,	1,	'2015-08-17 08:17:56',	'2015-08-17 08:17:56',	'',	'Static Content - Simple Text with Mask',	'',	'trash',	'open',	'open',	'',	'static-content-simple-text-with-mask__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2416',	0,	'page',	'',	0),
(2417,	1,	'2015-08-17 08:17:41',	'2015-08-17 08:17:41',	'',	'Static Content - Simple Text',	'',	'trash',	'open',	'open',	'',	'static-content-simple-text__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2417',	0,	'page',	'',	0),
(2418,	1,	'2015-08-17 08:17:17',	'2015-08-17 08:17:17',	'',	'Static Content - Video Background',	'',	'trash',	'open',	'open',	'',	'static-content-video-background__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2418',	0,	'page',	'',	0),
(2419,	1,	'2015-08-17 08:16:56',	'2015-08-17 08:16:56',	'',	'Static Content - Video Launcher',	'',	'trash',	'open',	'open',	'',	'static-content-video-launcher__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2419',	0,	'page',	'',	0),
(2420,	1,	'2015-08-17 08:16:31',	'2015-08-17 08:16:31',	'',	'Powrtouch Evolution Single Axle Auto Engage',	'',	'publish',	'open',	'open',	'',	'evolution-single-axle-auto-engage',	'',	'',	'2020-02-18 17:16:43',	'2020-02-18 17:16:43',	'',	0,	'https://truma.youarenearly.online/?page_id=2420',	0,	'page',	'',	0),
(2421,	1,	'2015-08-17 08:15:42',	'2015-08-17 08:15:42',	'',	'Static Content - Google Maps',	'',	'trash',	'open',	'open',	'',	'static-content-google-maps__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2421',	0,	'page',	'',	0),
(2422,	1,	'2015-08-17 08:15:26',	'2015-08-17 08:15:26',	'',	'Static Content - Event Countdown',	'',	'trash',	'open',	'open',	'',	'static-content-event-countdown__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2422',	0,	'page',	'',	0),
(2423,	1,	'2015-08-17 08:15:08',	'2015-08-17 08:15:08',	'',	'Static Content - Text with Register',	'',	'trash',	'open',	'open',	'',	'static-content-text-with-register__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2423',	0,	'page',	'',	0),
(2424,	1,	'2015-08-16 18:38:33',	'2015-08-16 18:38:33',	'',	'Sliders - Shop Slider (Part 2)',	'',	'trash',	'open',	'open',	'',	'sliders-shop-slider-part-2__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2424',	0,	'page',	'',	0),
(2425,	1,	'2015-08-13 16:25:04',	'2015-08-13 16:25:04',	'',	'Sliders - Wow Slider (Blinds)',	'',	'trash',	'open',	'open',	'',	'sliders-wow-slider-blinds__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2425',	0,	'page',	'',	0),
(2426,	1,	'2015-08-13 16:24:48',	'2015-08-13 16:24:48',	'',	'Sliders - Wow Slider (FlyOut)',	'',	'trash',	'open',	'open',	'',	'sliders-wow-slider-flyout__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2426',	0,	'page',	'',	0),
(2427,	1,	'2015-08-13 16:24:29',	'2015-08-13 16:24:29',	'',	'Sliders - Wow Slider (Blast)',	'',	'trash',	'open',	'open',	'',	'sliders-wow-slider-blast__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2427',	0,	'page',	'',	0),
(2428,	1,	'2015-08-13 16:24:04',	'2015-08-13 16:24:04',	'',	'Sliders - Nivo Slider',	'',	'trash',	'open',	'open',	'',	'sliders-nivo-slider__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2428',	0,	'page',	'',	0),
(2429,	1,	'2015-08-13 16:23:48',	'2015-08-13 16:23:48',	'',	'Sliders - Simple n\' Classic',	'',	'trash',	'open',	'open',	'',	'sliders-simple-n-classic__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2429',	0,	'page',	'',	0),
(2430,	1,	'2015-08-13 16:23:20',	'2015-08-13 16:23:20',	'',	'Sliders - Fancy Slider',	'',	'trash',	'open',	'open',	'',	'sliders-fancy-slider__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2430',	0,	'page',	'',	0),
(2431,	1,	'2015-08-13 16:23:04',	'2015-08-13 16:23:04',	'',	'Sliders - Circular Carousel (Alternative)',	'',	'trash',	'open',	'open',	'',	'sliders-circular-carousel-alternative__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2431',	0,	'page',	'',	0),
(2432,	1,	'2015-08-13 16:22:46',	'2015-08-13 16:22:46',	'',	'Sliders - Circular Carousel',	'',	'trash',	'open',	'open',	'',	'sliders-circular-carousel__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2432',	0,	'page',	'',	0),
(2433,	1,	'2015-08-13 16:22:28',	'2015-08-13 16:22:28',	'',	'Sliders - Circular Catalogue',	'',	'trash',	'open',	'open',	'',	'sliders-circular-catalogue__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2433',	0,	'page',	'',	0),
(2434,	1,	'2015-08-13 16:22:05',	'2015-08-13 16:22:05',	'',	'Sliders - Shop Slider (Revolution)',	'',	'trash',	'open',	'open',	'',	'sliders-shop-slider-revolution__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2434',	0,	'page',	'',	0),
(2435,	1,	'2015-08-13 16:21:41',	'2015-08-13 16:21:41',	'',	'Sliders - iCarousel',	'',	'trash',	'open',	'open',	'',	'sliders-icarousel__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2435',	0,	'page',	'',	0),
(2436,	1,	'2015-08-13 16:21:09',	'2015-08-13 16:21:09',	'',	'Sliders - Laptop Slider (Alternative)',	'',	'trash',	'open',	'open',	'',	'sliders-laptop-slider-alternative__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2436',	0,	'page',	'',	0),
(2437,	1,	'2015-08-13 16:20:30',	'2015-08-13 16:20:30',	'',	'Sliders - Laptop Slider',	'',	'trash',	'open',	'open',	'',	'sliders-laptop-slider__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2437',	0,	'page',	'',	0),
(2438,	1,	'2015-08-13 16:19:59',	'2015-08-13 16:19:59',	'',	'Sliders - Portfolio Frames',	'',	'trash',	'open',	'open',	'',	'sliders-portfolio-frames__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2438',	0,	'page',	'',	0),
(2439,	1,	'2015-08-13 16:19:33',	'2015-08-13 16:19:33',	'',	'Sliders - CSS3 Panels (Alternative)',	'',	'trash',	'open',	'open',	'',	'sliders-css3-panels-alternative__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2439',	0,	'page',	'',	0),
(2440,	1,	'2015-08-13 16:19:16',	'2015-08-13 16:19:16',	'',	'Sliders - CSS3 Panels',	'',	'trash',	'open',	'open',	'',	'sliders-css3-panels__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2440',	0,	'page',	'',	0),
(2441,	1,	'2015-08-13 16:18:47',	'2015-08-13 16:18:47',	'',	'Sliders - 3d Cute Slider',	'',	'trash',	'open',	'open',	'',	'sliders-3d-cute-slider__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2441',	0,	'page',	'',	0),
(2442,	1,	'2015-08-13 14:47:55',	'2015-08-13 14:47:55',	'',	'Sliders - Simple and modern',	'',	'trash',	'open',	'open',	'',	'sliders-simple-and-modern__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2442',	0,	'page',	'',	0),
(2443,	1,	'2015-08-12 13:19:56',	'2015-08-12 13:19:56',	'',	'Static Content - Showroom Carousel',	'',	'trash',	'open',	'open',	'',	'static-content-showroom-carousel__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2443',	0,	'page',	'',	0),
(2444,	1,	'2015-08-12 13:00:14',	'2015-08-12 13:00:14',	'',	'Sliders - Ios Slider (alternative)',	'',	'trash',	'open',	'open',	'',	'sliders-ios-slider-alternative__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2444',	0,	'page',	'',	0),
(2445,	1,	'2015-08-12 12:55:10',	'2015-08-12 12:55:10',	'',	'Static Content - Booking Panel',	'',	'trash',	'open',	'open',	'',	'static-content-booking-panel__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2445',	0,	'page',	'',	0),
(2446,	1,	'2015-08-12 12:05:46',	'2015-08-12 12:05:46',	'',	'Static Content - Weather Panel',	'',	'trash',	'open',	'open',	'',	'static-content-weather-panel__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2446',	0,	'page',	'',	0),
(2447,	1,	'2015-08-12 12:00:40',	'2015-08-12 12:00:40',	'',	'Static Content - Simple Boxes',	'',	'trash',	'open',	'open',	'',	'static-content-simple-boxes__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2447',	0,	'page',	'',	0),
(2448,	1,	'2015-08-12 09:46:09',	'2015-08-12 09:46:09',	'',	'Elements - Vertical Tabs',	'',	'trash',	'open',	'open',	'',	'elements-vertical-tabs__trashed',	'',	'',	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	0,	'https://truma.youarenearly.online/?page_id=2448',	0,	'page',	'',	0),
(2449,	1,	'2015-08-12 09:41:30',	'2015-08-12 09:41:30',	'',	'Sliders - Ios Slider (default)',	'',	'trash',	'open',	'open',	'',	'sliders-ios-slider-default__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2449',	0,	'page',	'',	0),
(2450,	1,	'2015-08-12 08:41:42',	'2015-08-12 08:41:42',	'',	'Elements - Steps Box',	'',	'publish',	'open',	'open',	'',	'elements-steps-box',	'',	'',	'2015-08-12 08:41:42',	'2015-08-12 08:41:42',	'',	0,	'https://truma.youarenearly.online/?page_id=2450',	0,	'page',	'',	0),
(2451,	1,	'2015-08-11 14:28:29',	'2015-08-11 14:28:29',	'',	'Elements - Statistics',	'',	'trash',	'open',	'open',	'',	'elements-statistics__trashed',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	0,	'https://truma.youarenearly.online/?page_id=2451',	0,	'page',	'',	0),
(2452,	1,	'2015-08-11 13:59:00',	'2015-08-11 13:59:00',	'',	'Elements - Screenshots Box',	'',	'trash',	'open',	'open',	'',	'elements-screenshots-box__trashed',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	0,	'https://truma.youarenearly.online/?page_id=2452',	0,	'page',	'',	0),
(2453,	1,	'2015-08-11 13:13:42',	'2015-08-11 13:13:42',	'',	'Elements - Recent Work',	'',	'trash',	'open',	'open',	'',	'elements-recent-work__trashed',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	0,	'https://truma.youarenearly.online/?page_id=2453',	0,	'page',	'',	0),
(2454,	1,	'2015-08-11 12:08:34',	'2015-08-11 12:08:34',	'',	'Elements - Latest Posts',	'',	'trash',	'open',	'open',	'',	'elements-latest-posts__trashed',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	0,	'https://truma.youarenearly.online/?page_id=2454',	0,	'page',	'',	0),
(2455,	1,	'2015-08-10 16:21:22',	'2015-08-10 16:21:22',	'',	'Elements - Info Box',	'',	'publish',	'open',	'open',	'',	'elements-info-box',	'',	'',	'2015-08-10 16:21:22',	'2015-08-10 16:21:22',	'',	0,	'https://truma.youarenearly.online/?page_id=2455',	0,	'page',	'',	0),
(2456,	1,	'2015-08-10 16:04:52',	'2015-08-10 16:04:52',	'',	'Elements - Image Box',	'',	'trash',	'open',	'open',	'',	'elements-image-box__trashed',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	0,	'https://truma.youarenearly.online/?page_id=2456',	0,	'page',	'',	0),
(2457,	1,	'2015-08-10 15:15:08',	'2015-08-10 15:15:08',	'',	'Elements - Icon Box Grid',	'',	'trash',	'open',	'open',	'',	'elements-icon-box-grid__trashed',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	0,	'https://truma.youarenearly.online/?page_id=2457',	0,	'page',	'',	0),
(2458,	1,	'2015-08-10 14:47:03',	'2015-08-10 14:47:03',	'',	'Elements - Icon Box',	'',	'trash',	'open',	'open',	'',	'elements-icon-box__trashed',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	0,	'https://truma.youarenearly.online/?page_id=2458',	0,	'page',	'',	0),
(2459,	1,	'2015-08-10 14:36:09',	'2015-08-10 14:36:09',	'',	'Elements - Historic Element',	'',	'publish',	'open',	'open',	'',	'elements-historic-element',	'',	'',	'2015-08-10 14:36:09',	'2015-08-10 14:36:09',	'',	0,	'https://truma.youarenearly.online/?page_id=2459',	0,	'page',	'',	0),
(2460,	1,	'2015-08-10 13:58:34',	'2015-08-10 13:58:34',	'',	'Elements - Grid Photo Gallery',	'',	'trash',	'open',	'open',	'',	'elements-grid-photo-gallery__trashed',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	0,	'https://truma.youarenearly.online/?page_id=2460',	0,	'page',	'',	0),
(2461,	1,	'2015-08-10 13:22:03',	'2015-08-10 13:22:03',	'',	'Elements - Circle Title Box',	'',	'trash',	'open',	'open',	'',	'elements-circle-title-box__trashed',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	0,	'https://truma.youarenearly.online/?page_id=2461',	0,	'page',	'',	0),
(2462,	1,	'2015-08-10 12:56:01',	'2015-08-10 12:56:01',	'',	'Elements - Call Out Banner',	'',	'trash',	'open',	'open',	'',	'elements-call-out-banner__trashed',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	0,	'https://truma.youarenearly.online/?page_id=2462',	0,	'page',	'',	0),
(2463,	1,	'2015-08-10 11:47:44',	'2015-08-10 11:47:44',	'',	'Elements - Big Social',	'',	'trash',	'open',	'open',	'',	'elements-big-social__trashed',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	0,	'https://truma.youarenearly.online/?page_id=2463',	0,	'page',	'',	0),
(2464,	1,	'2015-08-10 10:20:38',	'2015-08-10 10:20:38',	'',	'Elements - Action Box',	'',	'trash',	'open',	'open',	'',	'elements-action-box__trashed',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	0,	'https://truma.youarenearly.online/?page_id=2464',	0,	'page',	'',	0),
(2465,	1,	'2015-08-10 09:47:59',	'2015-08-10 09:47:59',	'',	'GOOGLE MAPS',	'',	'trash',	'open',	'open',	'',	'elements-google-map__trashed',	'',	'',	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	0,	'https://truma.youarenearly.online/?page_id=2465',	0,	'page',	'',	0),
(2466,	1,	'2015-08-08 11:38:47',	'2015-08-08 11:38:47',	'',	'Sliders - Creative Slider (Revolution)',	'',	'trash',	'open',	'open',	'',	'sliders-creative-slider-revolution__trashed',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	0,	'https://truma.youarenearly.online/?page_id=2466',	0,	'page',	'',	0),
(2467,	1,	'2015-08-07 16:44:03',	'2015-08-07 16:44:03',	'',	'Portfolio Category - 1 Col',	'',	'trash',	'open',	'open',	'',	'portfolio-category-1-col__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2467',	0,	'page',	'',	0),
(2468,	1,	'2015-08-07 16:43:46',	'2015-08-07 16:43:46',	'',	'Portfolio Category - 4 Cols',	'',	'trash',	'open',	'open',	'',	'portfolio-category-4-cols__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2468',	0,	'page',	'',	0),
(2469,	1,	'2015-08-07 16:43:37',	'2015-08-07 16:43:37',	'',	'Portfolio Category - 3 Cols',	'',	'trash',	'open',	'open',	'',	'portfolio-category-3-cols__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2469',	0,	'page',	'',	0),
(2470,	1,	'2015-08-07 16:42:21',	'2015-08-07 16:42:21',	'',	'Portfolio Category - 2 Cols',	'',	'trash',	'open',	'open',	'',	'portfolio-category-2-cols__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2470',	0,	'page',	'',	0),
(2471,	1,	'2015-08-07 16:41:53',	'2015-08-07 16:41:53',	'',	'Carousel Portfolio',	'',	'trash',	'open',	'open',	'',	'carousel-portfolio__trashed',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	0,	'https://truma.youarenearly.online/?page_id=2471',	0,	'page',	'',	0),
(2472,	1,	'2015-08-07 16:41:41',	'2015-08-07 16:41:41',	'',	'Sortable Portfolio',	'',	'trash',	'open',	'open',	'',	'sortable-portfolio__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2472',	0,	'page',	'',	0),
(2473,	1,	'2015-08-07 16:37:15',	'2015-08-07 16:37:15',	'Authoritatively parallel task mission-critical e-services rather than multidisciplinary systems. Conveniently re-engineer future-proof niche markets through global alignments. Competently syndicate 2.0 schemas via an expanded array of metrics. Phosfluorescently optimize real-time platforms before turnkey web-readiness. Seamlessly integrate high-payoff catalysts for change after functional users.\r\n\r\nUniquely streamline future-proof resources before virtual experiences. Professionally re-engineer compelling leadership with diverse process improvements. Interactively enable cross-unit e-commerce vis-a-vis business niches. Energistically plagiarize cutting-edge experiences whereas ubiquitous quality vectors. Authoritatively embrace resource-leveling ideas via focused resources.\r\n\r\nInteractively expedite parallel collaboration and idea-sharing whereas long-term high-impact niches. Quickly innovate high-payoff collaboration and idea-sharing through.',	'Go forward applications',	'Uniquely streamline future-proof resources before virtual experiences. Professionally re-engineer compelling leadership with diverse process improvements. Interactively enable cross-unit e-commerce vis-a-vis business niches. ',	'publish',	'closed',	'closed',	'',	'go-forward-applications',	'',	'',	'2015-08-07 16:37:15',	'2015-08-07 16:37:15',	'',	0,	'https://truma.youarenearly.online/?portfolio=go-forward-applications',	0,	'portfolio',	'',	0),
(2474,	1,	'2015-08-07 16:36:41',	'2015-08-07 16:36:41',	'Competently recaptiualize reliable applications whereas global leadership skills. Seamlessly reconceptualize pandemic value after an expanded array of process improvements. Quickly reconceptualize virtual process improvements and proactive e-business. Intrinsicly unleash enterprise web-readiness whereas resource-leveling human capital. Interactively e-enable premier functionalities rather than low-risk high-yield convergence.\r\n\r\nInteractively transition covalent e-services with just in time channels. Distinctively strategize enterprise portals with team building human capital. Credibly negotiate revolutionary applications without global collaboration and idea-sharing. Credibly actualize enterprise technologies for superior growth strategies. Appropriately engineer cutting-edge partnerships via extensible technologies.\r\n\r\nConveniently maximize ethical portals with strategic applications. Distinctively generate interactive web.',	'Progressively harness',	'Conveniently maximize ethical portals with strategic applications. Distinctively generate interactive web. Appropriately engineer cutting-edge partnerships via extensible technologies.',	'publish',	'closed',	'closed',	'',	'progressively-harness',	'',	'',	'2015-08-07 16:36:41',	'2015-08-07 16:36:41',	'',	0,	'https://truma.youarenearly.online/?portfolio=progressively-harness',	0,	'portfolio',	'',	0),
(2475,	1,	'2015-08-07 16:36:09',	'2015-08-07 16:36:09',	'Dynamically extend plug-and-play synergy after viral testing procedures. Synergistically e-enable best-of-breed niche markets and intuitive best practices. Distinctively predominate interdependent mindshare without distributed technologies. Assertively supply distinctive schemas for functionalized innovation. Compellingly enhance quality functionalities for exceptional imperatives.\r\n\r\nCollaboratively repurpose cost effective results before customized networks. Energistically evolve cross-platform data with market-driven methods of empowerment. Rapidiously incentivize backward-compatible methods of empowerment via granular web services. Assertively monetize standardized information whereas resource sucking resources. Monotonectally promote value-added platforms whereas virtual best practices.',	'Authoritatively benchmark virtual',	'Rapidiously incentivize backward-compatible methods of empowerment via granular web services. Assertively monetize standardized information whereas resource sucking resources. Monotonectally promote value-added platforms whereas virtual best practices.',	'publish',	'closed',	'closed',	'',	'authoritatively-benchmark-virtual',	'',	'',	'2015-08-07 16:36:09',	'2015-08-07 16:36:09',	'',	0,	'https://truma.youarenearly.online/?portfolio=authoritatively-benchmark-virtual',	0,	'portfolio',	'',	0),
(2476,	1,	'2015-08-07 16:35:42',	'2015-08-07 16:35:42',	'Intrinsicly predominate cost effective supply chains for cooperative users. Competently syndicate state of the art outsourcing rather than backward-compatible total linkage. Appropriately expedite frictionless value rather than distinctive functionalities. Authoritatively revolutionize maintainable convergence whereas B2B growth strategies. Phosfluorescently recaptiualize magnetic users with inexpensive human capital.\r\n\r\nEfficiently provide access to reliable partnerships with top-line total linkage. Energistically scale just in time best practices rather than parallel \"outside the box\" thinking. Efficiently transform leading-edge infrastructures through synergistic technology. Authoritatively conceptualize equity invested strategic theme areas before granular total linkage. Globally recaptiualize premier services without multimedia based \"outside the box\".',	'Continually unleash scalable',	'Authoritatively revolutionize maintainable convergence whereas B2B growth strategies. Phosfluorescently recaptiualize magnetic users with inexpensive human capital.\r\n',	'publish',	'closed',	'closed',	'',	'continually-unleash-scalable',	'',	'',	'2015-08-07 16:35:42',	'2015-08-07 16:35:42',	'',	0,	'https://truma.youarenearly.online/?portfolio=continually-unleash-scalable',	0,	'portfolio',	'',	0),
(2477,	1,	'2015-08-07 16:35:26',	'2015-08-07 16:35:26',	'Proactively communicate global internal or \"organic\" sources after ethical applications. Completely supply leveraged value rather than efficient models. Quickly generate cross-unit mindshare for quality ROI. Assertively generate accurate resources rather than one-to-one initiatives. Globally underwhelm interactive infrastructures via ethical processes.\r\n\r\nHolisticly whiteboard magnetic testing procedures and world-class communities. Uniquely enhance highly efficient e-commerce whereas tactical portals. Collaboratively foster ethical functionalities through resource maximizing content. Compellingly maintain equity invested e-markets through cross-unit markets. Proactively underwhelm excellent architectures without tactical functionalities.',	'Cross-unit meta-services',	'Interactively transition covalent e-services with just in time channels. Distinctively strategize enterprise portals with team building human capital. Credibly negotiate revolutionary applications without global collaboration and idea-sharing. ',	'publish',	'closed',	'closed',	'',	'cross-unit-meta-services',	'',	'',	'2015-08-07 16:35:26',	'2015-08-07 16:35:26',	'',	0,	'https://truma.youarenearly.online/?portfolio=cross-unit-meta-services',	0,	'portfolio',	'',	0),
(2478,	1,	'2015-08-07 16:35:09',	'2015-08-07 16:35:09',	'Enthusiastically promote impactful services with performance based synergy. Assertively promote sticky users before corporate channels. Interactively optimize bleeding-edge paradigms with premier models. Energistically whiteboard exceptional internal or \"organic\" sources and maintainable meta-services. Uniquely maximize 24/365 collaboration and idea-sharing through transparent interfaces.\r\n\r\nConveniently optimize impactful web services with functional e-markets. Professionally restore integrated users vis-a-vis integrated outsourcing. Credibly incentivize resource maximizing schemas.',	'Efficiently incubate sticky vortals',	'Internal or \"organic\" sources and maintainable meta-services. Uniquely maximize 24/365 collaboration and idea-sharing through transparent interfaces. Assertively promote sticky users before corporate channels. ',	'publish',	'closed',	'closed',	'',	'efficiently-incubate-sticky-vortals',	'',	'',	'2015-08-07 16:35:09',	'2015-08-07 16:35:09',	'',	0,	'https://truma.youarenearly.online/?portfolio=efficiently-incubate-sticky-vortals',	0,	'portfolio',	'',	0),
(2479,	1,	'2015-08-07 16:34:51',	'2015-08-07 16:34:51',	'Monotonectally exploit resource sucking platforms and revolutionary quality vectors. Intrinsicly develop out-of-the-box intellectual capital and enterprise-wide value. Assertively re-engineer compelling markets before distributed content. Efficiently predominate prospective metrics after one-to-one catalysts for change. Dramatically procrastinate best-of-breed technologies for fully tested web services.\r\n\r\nDramatically communicate focused expertise for reliable alignments. Proactively enhance unique quality vectors and best-of-breed information. Collaboratively build customized process.',	'Dramatically integrate parallel',	'Whiteboard exceptional internal or \"organic\" sources and maintainable meta-services. Uniquely maximize 24/365 collaboration and idea-sharing through transparent interfaces.',	'publish',	'closed',	'closed',	'',	'dramatically-integrate-parallel',	'',	'',	'2015-08-07 16:34:51',	'2015-08-07 16:34:51',	'',	0,	'https://truma.youarenearly.online/?portfolio=dramatically-integrate-parallel',	0,	'portfolio',	'',	0),
(2480,	1,	'2015-08-07 16:34:30',	'2015-08-07 16:34:30',	'Completely customize multidisciplinary niche markets for impactful expertise. Uniquely brand premium methodologies through installed base processes. Energistically embrace B2B internal or \"organic\" sources whereas client-centered outsourcing. Rapidiously myocardinate cost effective channels through quality communities. Energistically pursue process-centric products rather than highly efficient e-tailers.\r\n\r\nGlobally impact visionary markets vis-a-vis magnetic communities. Monotonectally foster cutting-edge internal or \"organic\" sources and inexpensive bandwidth. Seamlessly.',	'Engineer turnkey',	'Enthusiastically promote impactful services with performance based synergy. Assertively promote sticky users before corporate channels. Interactively optimize bleeding-edge paradigms with premier models.',	'publish',	'closed',	'closed',	'',	'engineer-turnkey',	'',	'',	'2015-08-07 16:34:30',	'2015-08-07 16:34:30',	'',	0,	'https://truma.youarenearly.online/?portfolio=engineer-turnkey',	0,	'portfolio',	'',	0),
(2481,	1,	'2015-08-07 16:34:01',	'2015-08-07 16:34:01',	'Progressively e-enable premium web-readiness with market-driven quality vectors. Continually engage cross functional interfaces without 2.0 scenarios. Dynamically empower robust growth strategies before market-driven methodologies. Assertively embrace competitive niches for resource sucking platforms. Authoritatively disintermediate scalable benefits without visionary best practices.\r\n\r\nPhosfluorescently architect superior e-markets via reliable outsourcing. Authoritatively provide access to bleeding-edge communities and quality value. Seamlessly syndicate exceptional systems through.',	'Dramatically extend world-class',	'Enthusiastically promote impactful services with performance based synergy. Assertively promote sticky users before corporate channels. Interactively optimize bleeding-edge paradigms with premier models. ',	'publish',	'closed',	'closed',	'',	'dramatically-extend-world-class',	'',	'',	'2015-08-07 16:34:01',	'2015-08-07 16:34:01',	'',	0,	'https://truma.youarenearly.online/?portfolio=dramatically-extend-world-class',	0,	'portfolio',	'',	0),
(2482,	1,	'2015-08-07 16:33:24',	'2015-08-07 16:33:24',	'Intrinsicly develop diverse methodologies through client-centric deliverables. Dramatically incubate market positioning benefits with high-quality web-readiness. Proactively enable distinctive technology after e-business vortals. Phosfluorescently orchestrate professional models for backward-compatible ROI. Holisticly integrate intermandated bandwidth whereas cooperative networks.\r\n\r\nAppropriately monetize high-quality applications before performance based markets. Completely incubate backend schemas before extensive solutions. Objectively deploy out-of-the-box models rather than flexible channels. Progressively monetize.',	'Granular e-commerce',	'Enthusiastically promote impactful services with performance based synergy. Assertively promote sticky users before corporate channels. Interactively optimize bleeding-edge paradigms with premier models. ',	'publish',	'closed',	'closed',	'',	'granular-e-commerce',	'',	'',	'2015-08-07 16:33:24',	'2015-08-07 16:33:24',	'',	0,	'https://truma.youarenearly.online/?portfolio=granular-e-commerce',	0,	'portfolio',	'',	0),
(2483,	1,	'2015-08-07 15:58:13',	'2015-08-07 15:58:13',	'',	'Blog (Alternative Layout)',	'',	'trash',	'open',	'open',	'',	'blog-alternative-layout__trashed',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	0,	'https://truma.youarenearly.online/?page_id=2483',	0,	'page',	'',	0),
(2484,	1,	'2015-08-07 15:48:39',	'2015-08-07 15:48:39',	'',	'BLOG & STORIES',	'',	'publish',	'open',	'open',	'',	'blog',	'',	'',	'2015-08-07 15:48:39',	'2015-08-07 15:48:39',	'',	0,	'https://truma.youarenearly.online/?page_id=2484',	0,	'page',	'',	0),
(2485,	1,	'2015-08-07 15:46:27',	'2015-08-07 15:46:27',	'',	'Test Page',	'',	'trash',	'open',	'open',	'',	'test-page__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2485',	0,	'page',	'',	0),
(2486,	1,	'2015-08-07 13:07:59',	'2015-08-07 13:07:59',	'Appropriately visualize interactive partnerships and principle-centered initiatives. Dramatically reinvent plug-and-play alignments vis-a-vis intermandated quality vectors. Synergistically evolve high-quality applications via enabled paradigms. Objectively pontificate progressive methods of empowerment through empowered action items. Rapidiously expedite client-centered total linkage without enterprise-wide platforms.',	'Phosfluorescently matrix',	'Appropriately visualize interactive partnerships and principle-centered initiatives. Dramatically reinvent plug-and-play alignments vis-a-vis intermandated quality vectors.',	'publish',	'closed',	'closed',	'',	'phosfluorescently-matrix',	'',	'',	'2015-08-07 13:07:59',	'2015-08-07 13:07:59',	'',	0,	'https://truma.youarenearly.online/?portfolio=phosfluorescently-matrix',	0,	'portfolio',	'',	0),
(2487,	1,	'2015-08-07 12:56:56',	'2015-08-07 12:56:56',	'Appropriately pontificate synergistic para digms whereas 24/7 \"outside the box\". Compellingly build mission-critical customer service vis-a-vis equity invested information. Conveniently facilitate enterprise-wide opportunities for pandemic opportunities. Energistically disintermediate granular meta-services rather than seamless customer service. Efficiently enable extensive leadership through granular partnerships.\r\n\r\nEfficiently promote mission-critical expertise whereas backward-compatible metrics. Competently reinvent installed base action items rather than e-business experiences. Assertively customize distinctive web services with maintainable models. Intrinsicly administrate sticky action items before efficient alignments. Competently morph cross-media scenarios for scalable bandwidth.\r\n\r\nEfficiently transform viral information for integrated infomediaries. Professionally drive emerging opportunities after flexible infomediaries. Assertively disseminate emerging value with tactical vortals. Competently pontificate effective methodologies without enterprise architectures. Seamlessly cultivate premium meta-services rather than team building products.\r\n\r\nAssertively myocardinate enabled total linkage vis-a-vis best-of-breed e-services. Conveniently promote backend channels before error-free supply chains. Monotonectally transform flexible.',	'Uniquely productize next-generation opportunities',	'',	'trash',	'open',	'open',	'',	'uniquely-productize-next-generation-opportunities__trashed',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	0,	'https://truma.youarenearly.online/?p=2487',	0,	'post',	'',	0),
(2488,	1,	'2015-08-07 11:07:02',	'2015-08-07 11:07:02',	'<strong>Seamlessly syndicate out-of-the-box quality vectors via multimedia based bandwidth.</strong> Monotonectally supply team driven quality vectors via mission-critical networks. Efficiently leverage existing top-line communities for business human capital. Interactively evisculate proactive data vis-a-vis premium information. Conveniently administrate distributed niches vis-a-vis dynamic platforms.\r\n\r\nHolisticly aggregate market-driven networks for reliable core competencies. Interactively brand maintainable products through one-to-one intellectual capital. Globally simplify leading-edge schemas with one-to-one leadership. Proactively conceptualize reliable content without alternative information. Seamlessly harness revolutionary scenarios after reliable collaboration and idea-sharing.\r\n<blockquote>Dramatically incubate one-to-one benefits through flexible supply chains. Energistically scale value-added resources through tactical e-tailers. Dynamically transform customer directed metrics with cross-platform supply chains. Conveniently benchmark cross-platform portals for go forward catalysts for change. Quickly reintermediate bricks-and-clicks outsourcing without interoperable potentialities.</blockquote>\r\nObjectively productivate team building innovation whereas impactful collaboration and idea-sharing. Dramatically maximize B2C functionalities for cross-unit networks.',	'Dramatically integrate viral technologies',	'',	'trash',	'open',	'open',	'',	'dramatically-integrate-viral-technologies__trashed',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	0,	'https://truma.youarenearly.online/?p=2488',	0,	'post',	'',	0),
(2489,	1,	'2015-08-07 11:02:07',	'2015-08-07 11:02:07',	'Collaboratively grow bricks-and-clicks outsourcing and vertical leadership skills. Professionally deploy diverse results without strategic value. Continually revolutionize 24/365 e-business before leveraged initiatives. Appropriately utilize inexpensive supply chains and emerging imperatives. Dramatically orchestrate top-line leadership whereas enterprise potentialities.\r\n\r\nPhosfluorescently fabricate sticky architectures through unique meta-services. Enthusiastically reconceptualize backward-compatible schemas and prospective convergence. Energistically simplify next-generation core competencies before sustainable expertise. Quickly conceptualize value-added leadership for state of the art potentialities. Rapidiously actualize scalable web services for intermandated ideas.\r\n<blockquote>Progressively transform low-risk high-yield resources for low-risk high-yield manufactured products. Completely predominate premier alignments via unique vortals. Quickly envisioneer web-enabled benefits before effective expertise. Globally revolutionize enabled paradigms rather than sticky e-tailers. Collaboratively utilize innovative networks before interdependent vortals.</blockquote>\r\nAppropriately pontificate error-free methodologies after cost effective manufactured products. Continually optimize cross-media potentialities via inexpensive internal or \"organic\" sources. Proactively reintermediate customer.',	'Compellingly administrate vertical strategic theme areas',	'',	'trash',	'open',	'open',	'',	'compellingly-administrate-vertical-strategic-theme-areas-with-accurate-best-practices__trashed',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	0,	'https://truma.youarenearly.online/?p=2489',	0,	'post',	'',	0),
(2490,	1,	'2015-08-07 10:48:17',	'2015-08-07 10:48:17',	'Efficiently network prospective content without performance based data. Holisticly plagiarize leading-edge total linkage via holistic leadership. Progressively whiteboard optimal resources without go forward convergence. Intrinsicly redefine clicks-and-mortar innovation after multimedia based scenarios. Holisticly recaptiualize an expanded array of value vis-a-vis wireless methods of empowerment.\r\n\r\nObjectively benchmark cooperative bandwidth and client-focused strategic theme areas. Rapidiously create global experiences for standardized systems. Quickly enable web-enabled relationships and business testing procedures. Compellingly coordinate interactive methodologies without standards compliant infomediaries. Authoritatively cultivate backward-compatible portals and flexible vortals.\r\n\r\nMonotonectally promote visionary web-readiness vis-a-vis inexpensive expertise. Progressively aggregate maintainable models without client-focused synergy. Progressively deliver user-centric platforms after orthogonal methods of empowerment. Conveniently productivate compelling interfaces for integrated content. Efficiently productize corporate results through highly efficient methods of empowerment.\r\n\r\nSeamlessly transform client-centric convergence after an expanded array of convergence. Compellingly leverage existing superior potentialities.',	'Synergistically fabricate backend niches',	'',	'trash',	'open',	'open',	'',	'synergistically-fabricate-backend-niches__trashed',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	0,	'https://truma.youarenearly.online/?p=2490',	0,	'post',	'',	0),
(2491,	1,	'2015-08-06 20:53:11',	'2015-08-06 20:53:11',	'',	'Simple default builder page',	'',	'trash',	'open',	'open',	'',	'simple-default-builder-page__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2491',	0,	'page',	'',	0),
(2492,	1,	'2015-08-06 15:21:05',	'2015-08-06 15:21:05',	'',	'Elements - Buttons',	'',	'trash',	'open',	'open',	'',	'elements-buttons__trashed',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	0,	'https://truma.youarenearly.online/?page_id=2492',	0,	'page',	'',	0),
(2493,	1,	'2015-08-06 13:31:07',	'2015-08-06 13:31:07',	'....',	'Subheaders - Easter Holidays',	'',	'trash',	'open',	'open',	'',	'subheaders-easter-holidays__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2493',	0,	'page',	'',	0),
(2494,	1,	'2015-08-06 13:30:52',	'2015-08-06 13:30:52',	'....',	'Subheaders - St Patrick',	'',	'trash',	'open',	'open',	'',	'subheaders-st-patrick__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2494',	0,	'page',	'',	0),
(2495,	1,	'2015-08-06 13:29:32',	'2015-08-06 13:29:32',	'....',	'Subheaders - 4th July',	'',	'trash',	'open',	'open',	'',	'subheaders-4th-july__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2495',	0,	'page',	'',	0),
(2496,	1,	'2015-08-06 13:29:04',	'2015-08-06 13:29:04',	'....',	'Subheaders - Christmas',	'',	'trash',	'open',	'open',	'',	'subheaders-christmas__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2496',	0,	'page',	'',	0),
(2497,	1,	'2015-08-06 13:23:51',	'2015-08-06 13:23:51',	'....',	'Subheader - Animated sparkles',	'',	'trash',	'open',	'open',	'',	'subheader-animated-sparkles__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2497',	0,	'page',	'',	0),
(2498,	1,	'2015-08-06 12:36:21',	'2015-08-06 12:36:21',	'',	'Elements - Contact form',	'',	'publish',	'open',	'open',	'',	'elements-contact-form',	'',	'',	'2015-08-06 12:36:21',	'2015-08-06 12:36:21',	'',	0,	'https://truma.youarenearly.online/?page_id=2498',	0,	'page',	'',	0),
(2499,	1,	'2015-08-06 12:25:21',	'2015-08-06 12:25:21',	'',	'Style - Icons',	'',	'trash',	'open',	'open',	'',	'style-icons__trashed',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	0,	'https://truma.youarenearly.online/?page_id=2499',	0,	'page',	'',	0),
(2500,	1,	'2015-08-06 12:24:38',	'2015-08-06 12:24:38',	'Globally fashion enabled systems and 24/365 web services. Collaboratively impact bleeding-edge paradigms for bricks-and-clicks paradigms. Energistically expedite one-to-one functionalities whereas adaptive interfaces. Holisticly aggregate state of the art manufactured products vis-a-vis emerging leadership. Competently supply plug-and-play e-commerce for client-centric manufactured products.\r\n\r\nQuickly drive out-of-the-box \"outside the box\" thinking rather than performance based processes. Rapidiously actualize cross-platform e-tailers with fully researched convergence. Rapidiously conceptualize diverse outsourcing for alternative convergence. Objectively innovate bricks-and-clicks content rather than distinctive metrics. Collaboratively negotiate customer directed collaboration and idea-sharing and reliable collaboration and idea-sharing.',	'Competently synthesize',	'Globally fashion enabled systems and 24/365 web services. Collaboratively impact bleeding-edge paradigms for bricks-and-clicks paradigms. Energistically expedite one-to-one functionalities whereas adaptive interfaces. ',	'publish',	'closed',	'closed',	'',	'competently-synthesize',	'',	'',	'2015-08-06 12:24:38',	'2015-08-06 12:24:38',	'',	0,	'https://truma.youarenearly.online/?portfolio=competently-synthesize',	0,	'portfolio',	'',	0),
(2501,	1,	'2015-08-06 12:21:17',	'2015-08-06 12:21:17',	'<h2>Default styles</h2>\r\nFor basic styling—light padding and only horizontal dividers—add the base class <code>.table</code> to any <code>&lt;table&gt;</code>.\r\n<div class=\"bs-docs-example\">\r\n<table class=\"table\">\r\n<thead>\r\n<tr>\r\n<th>#</th>\r\n<th>First Name</th>\r\n<th>Last Name</th>\r\n<th>Username</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>1</td>\r\n<td>Mark</td>\r\n<td>Otto</td>\r\n<td>@mdo</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Jacob</td>\r\n<td>Thornton</td>\r\n<td>@fat</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Larry</td>\r\n<td>the Bird</td>\r\n<td>@twitter</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<pre class=\"prettyprint linenums\">[table]\r\n&lt;table&gt;\r\n  …\r\n&lt;/table&gt;\r\n[/table]</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<h2>Optional classes</h2>\r\nAdd any of the following classes to the <code>.table</code> base class.\r\n<h3><code>.table-striped</code></h3>\r\nAdds zebra-striping to any table row within the <code>&lt;tbody&gt;</code> via the <code>:nth-child</code> CSS selector (not available in IE7-IE8).\r\n<div class=\"bs-docs-example\">\r\n<table class=\"table table-striped\">\r\n<thead>\r\n<tr>\r\n<th>#</th>\r\n<th>First Name</th>\r\n<th>Last Name</th>\r\n<th>Username</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>1</td>\r\n<td>Mark</td>\r\n<td>Otto</td>\r\n<td>@mdo</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Jacob</td>\r\n<td>Thornton</td>\r\n<td>@fat</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Larry</td>\r\n<td>the Bird</td>\r\n<td>@twitter</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<pre class=\"prettyprint linenums\">[table type=\"table-striped\"]\r\n&lt;table&gt;\r\n  …\r\n&lt;/table&gt;\r\n[/table]</pre>\r\n<h3><code>.table-bordered</code></h3>\r\nAdd borders and rounded corners to the table.\r\n<div class=\"bs-docs-example\">\r\n<table class=\"table table-bordered\">\r\n<thead>\r\n<tr>\r\n<th>#</th>\r\n<th>First Name</th>\r\n<th>Last Name</th>\r\n<th>Username</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"2\">1</td>\r\n<td>Mark</td>\r\n<td>Otto</td>\r\n<td>@mdo</td>\r\n</tr>\r\n<tr>\r\n<td>Mark</td>\r\n<td>Otto</td>\r\n<td>@TwBootstrap</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Jacob</td>\r\n<td>Thornton</td>\r\n<td>@fat</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td colspan=\"2\">Larry the Bird</td>\r\n<td>@twitter</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<pre class=\"prettyprint linenums\">[table type=\"table-bordered\"]\r\n&lt;table&gt;\r\n  …\r\n&lt;/table&gt;\r\n[/table]</pre>\r\n<h3><code>.table-hover</code></h3>\r\nEnable a hover state on table rows within a <code>&lt;tbody&gt;</code>.\r\n<div class=\"bs-docs-example\">\r\n<table class=\"table table-hover\">\r\n<thead>\r\n<tr>\r\n<th>#</th>\r\n<th>First Name</th>\r\n<th>Last Name</th>\r\n<th>Username</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>1</td>\r\n<td>Mark</td>\r\n<td>Otto</td>\r\n<td>@mdo</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Jacob</td>\r\n<td>Thornton</td>\r\n<td>@fat</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td colspan=\"2\">Larry the Bird</td>\r\n<td>@twitter</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<pre class=\"prettyprint linenums\">[table type=\"table-hover\"]\r\n&lt;table&gt;\r\n  …\r\n&lt;/table&gt;\r\n[/table]</pre>\r\n<h3><code>.table-condensed</code></h3>\r\nMakes tables more compact by cutting cell padding in half.\r\n<div class=\"bs-docs-example\">\r\n<table class=\"table table-condensed\">\r\n<thead>\r\n<tr>\r\n<th>#</th>\r\n<th>First Name</th>\r\n<th>Last Name</th>\r\n<th>Username</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>1</td>\r\n<td>Mark</td>\r\n<td>Otto</td>\r\n<td>@mdo</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Jacob</td>\r\n<td>Thornton</td>\r\n<td>@fat</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td colspan=\"2\">Larry the Bird</td>\r\n<td>@twitter</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<pre class=\"prettyprint linenums\">[table type=\"table-condensed\"]\r\n&lt;table&gt;\r\n  …\r\n&lt;/table&gt;\r\n[/table]</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<h2>Optional row classes</h2>\r\nUse contextual classes to color table rows.\r\n<table class=\"table table-bordered table-striped\"><colgroup> <col class=\"span1\" /> <col class=\"span7\" /> </colgroup>\r\n<thead>\r\n<tr>\r\n<th>Class</th>\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><code>.success</code></td>\r\n<td>Indicates a successful or positive action.</td>\r\n</tr>\r\n<tr>\r\n<td><code>.error</code></td>\r\n<td>Indicates a dangerous or potentially negative action.</td>\r\n</tr>\r\n<tr>\r\n<td><code>.warning</code></td>\r\n<td>Indicates a warning that might need attention.</td>\r\n</tr>\r\n<tr>\r\n<td><code>.info</code></td>\r\n<td>Used as an alternative to the default styles.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"bs-docs-example\">\r\n<table class=\"table\">\r\n<thead>\r\n<tr>\r\n<th>#</th>\r\n<th>Product</th>\r\n<th>Payment Taken</th>\r\n<th>Status</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr class=\"success\">\r\n<td>1</td>\r\n<td>TB - Monthly</td>\r\n<td>01/04/2012</td>\r\n<td>Approved</td>\r\n</tr>\r\n<tr class=\"error\">\r\n<td>2</td>\r\n<td>TB - Monthly</td>\r\n<td>02/04/2012</td>\r\n<td>Declined</td>\r\n</tr>\r\n<tr class=\"warning\">\r\n<td>3</td>\r\n<td>TB - Monthly</td>\r\n<td>03/04/2012</td>\r\n<td>Pending</td>\r\n</tr>\r\n<tr class=\"info\">\r\n<td>4</td>\r\n<td>TB - Monthly</td>\r\n<td>04/04/2012</td>\r\n<td>Call in to confirm</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<pre class=\"prettyprint linenums\">...\r\n  &lt;tr class=\"success\"&gt;\r\n    &lt;td&gt;1&lt;/td&gt;\r\n    &lt;td&gt;TB - Monthly&lt;/td&gt;\r\n    &lt;td&gt;01/04/2012&lt;/td&gt;\r\n    &lt;td&gt;Approved&lt;/td&gt;\r\n  &lt;/tr&gt;\r\n...</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<h2>Supported table markup</h2>\r\nList of supported table HTML elements and how they should be used.\r\n<table class=\"table table-bordered table-striped\"><colgroup> <col class=\"span1\" /> <col class=\"span7\" /> </colgroup>\r\n<thead>\r\n<tr>\r\n<th>Tag</th>\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><code>&lt;table&gt;</code></td>\r\n<td>Wrapping element for displaying data in a tabular format</td>\r\n</tr>\r\n<tr>\r\n<td><code>&lt;thead&gt;</code></td>\r\n<td>Container element for table header rows (<code>&lt;tr&gt;</code>) to label table columns</td>\r\n</tr>\r\n<tr>\r\n<td><code>&lt;tbody&gt;</code></td>\r\n<td>Container element for table rows (<code>&lt;tr&gt;</code>) in the body of the table</td>\r\n</tr>\r\n<tr>\r\n<td><code>&lt;tr&gt;</code></td>\r\n<td>Container element for a set of table cells (<code>&lt;td&gt;</code> or <code>&lt;th&gt;</code>) that appears on a single row</td>\r\n</tr>\r\n<tr>\r\n<td><code>&lt;td&gt;</code></td>\r\n<td>Default table cell</td>\r\n</tr>\r\n<tr>\r\n<td><code>&lt;th&gt;</code></td>\r\n<td>Special table cell for column (or row, depending on scope and placement) labelsMust be used within a <code>&lt;thead&gt;</code></td>\r\n</tr>\r\n<tr>\r\n<td><code>&lt;caption&gt;</code></td>\r\n<td>Description or summary of what the table holds, especially useful for screen readers</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<pre class=\"prettyprint linenums\">&lt;table&gt;\r\n  &lt;caption&gt;...&lt;/caption&gt;\r\n  &lt;thead&gt;\r\n    &lt;tr&gt;\r\n      &lt;th&gt;...&lt;/th&gt;\r\n      &lt;th&gt;...&lt;/th&gt;\r\n    &lt;/tr&gt;\r\n  &lt;/thead&gt;\r\n  &lt;tbody&gt;\r\n    &lt;tr&gt;\r\n      &lt;td&gt;...&lt;/td&gt;\r\n      &lt;td&gt;...&lt;/td&gt;\r\n    &lt;/tr&gt;\r\n  &lt;/tbody&gt;\r\n&lt;/table&gt;</pre>',	'Style - Tables',	'',	'trash',	'open',	'open',	'',	'style-tables__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2501',	0,	'page',	'',	0),
(2502,	1,	'2015-08-06 11:57:49',	'2015-08-06 11:57:49',	'....',	'Subheader - Background Full Color',	'',	'trash',	'open',	'open',	'',	'subheader-background-full-color__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2502',	0,	'page',	'',	0),
(2503,	1,	'2015-08-06 09:57:17',	'2015-08-06 09:57:17',	'....',	'Elements - Accordions',	'',	'trash',	'open',	'open',	'',	'styles-accordions__trashed',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	0,	'https://truma.youarenearly.online/?page_id=2503',	0,	'page',	'',	0),
(2504,	1,	'2015-08-06 09:51:29',	'2015-08-06 09:51:29',	'....',	'Subheader - Background Video',	'',	'trash',	'open',	'open',	'',	'subheader-background-video__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2504',	0,	'page',	'',	0),
(2505,	1,	'2015-08-06 09:07:37',	'2015-08-06 09:07:37',	'',	'Elements - Tabs',	'',	'trash',	'open',	'open',	'',	'elements-tabs__trashed',	'',	'',	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	0,	'https://truma.youarenearly.online/?page_id=2505',	0,	'page',	'',	0),
(2506,	1,	'2015-08-06 08:23:50',	'2015-08-06 08:23:50',	'',	'Elements - Pricing Tables',	'',	'publish',	'open',	'open',	'',	'elements-pricing-tables',	'',	'',	'2015-08-06 08:23:50',	'2015-08-06 08:23:50',	'',	0,	'https://truma.youarenearly.online/?page_id=2506',	0,	'page',	'',	0),
(2507,	1,	'2015-08-06 08:21:29',	'2015-08-06 08:21:29',	'<div class=\"alert alert-info\">All these elements are just for demo purpose. You can achieve these styles by using the normal editor and SHORTCODES.</div>\r\n<!-- start examples -->\r\n<h2 id=\"headings\">Headings</h2>\r\nAll HTML headings, <code>&lt;h1&gt;</code> through <code>&lt;h6&gt;</code> are available.\r\n<div class=\"bs-docs-example\">\r\n<h1>h1. Heading 1</h1>\r\n<h2>h2. Heading 2</h2>\r\n<h3>h3. Heading 3</h3>\r\n<h4>h4. Heading 4</h4>\r\n<h5>h5. Heading 5</h5>\r\n<h6>h6. Heading 6</h6>\r\n</div>\r\n<h2 id=\"body-copy\">Body copy</h2>\r\nBootstrap\'s global default <code>font-size</code> is <strong>13px</strong>, with a <code>line-height</code> of <strong>19px</strong>. This is applied to the <code>&lt;body&gt;</code> and all paragraphs. In addition, <code>&lt;p&gt;</code> (paragraphs) receive a bottom margin of half their line-height (10px by default).\r\n<div class=\"bs-docs-example\">\r\n\r\nNullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.\r\n\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.\r\n\r\nMaecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;p&gt;...&lt;/p&gt;</pre>\r\n<h3>Lead body copy</h3>\r\nMake a paragraph stand out by adding <code>.lead</code>.\r\n<div class=\"bs-docs-example\">\r\n<p class=\"lead\">Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.</p>\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;p class=\"lead\"&gt;...&lt;/p&gt;</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<h2 id=\"emphasis\">Emphasis</h2>\r\nMake use of HTML\'s default emphasis tags with lightweight styles.\r\n<h3><code>&lt;small&gt;</code></h3>\r\nFor de-emphasizing inline or blocks of text, <small>use the small tag.</small>\r\n<div class=\"bs-docs-example\">\r\n\r\n<small>This line of text is meant to be treated as fine print.</small>\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;p&gt;\r\n  &lt;small&gt;This line of text is meant to be treated as fine print.&lt;/small&gt;\r\n&lt;/p&gt;</pre>\r\n<h3>Bold</h3>\r\nFor emphasizing a snippet of text with a heavier font-weight.\r\n<div class=\"bs-docs-example\">\r\n\r\nThe following snippet of text is <strong>rendered as bold text</strong>.\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;strong&gt;rendered as bold text&lt;/strong&gt;</pre>\r\n<h3>Italics</h3>\r\nFor emphasizing a snippet of text with italics.\r\n<div class=\"bs-docs-example\">\r\n\r\nThe following snippet of text is <em>rendered as italicized text</em>.\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;em&gt;rendered as italicized text&lt;/em&gt;</pre>\r\n<span class=\"label label-info\">Heads up!</span> Feel free to use <code>&lt;b&gt;</code> and <code>&lt;i&gt;</code> in HTML5. <code>&lt;b&gt;</code> is meant to highlight words or phrases without conveying additional importance while <code>&lt;i&gt;</code> is mostly for voice, technical terms, etc.\r\n<hr class=\"bs-docs-separator\">\r\n<h2 id=\"abbreviations\">Abbreviations</h2>\r\nStylized implemenation of HTML\'s <code>&lt;abbr&gt;</code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title</code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.\r\n<h3><code>&lt;abbr&gt;</code></h3>\r\nFor expanded text on long hover of an abbreviation, include the <code>title</code> attribute.\r\n<div class=\"bs-docs-example\">\r\n\r\nAn abbreviation of the word attribute is <abbr title=\"attribute\">attr</abbr>.\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;abbr title=\"attribute\"&gt;attr&lt;/abbr&gt;</pre>\r\n<h3><code>&lt;abbr class=\"initialism\"&gt;</code></h3>\r\nAdd <code>.initialism</code> to an abbreviation for a slightly smaller font-size.\r\n<div class=\"bs-docs-example\">\r\n\r\n<abbr class=\"initialism\" title=\"HyperText Markup Language\">HTML</abbr> is the best thing since sliced bread.\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;abbr title=\"HyperText Markup Language\" class=\"initialism\"&gt;HTML&lt;/abbr&gt;</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<h2 id=\"addresses\">Addresses</h2>\r\nPresent contact information for the nearest ancestor or the entire body of work.\r\n<h3><code>&lt;address&gt;</code></h3>\r\nPreserve formatting by ending all lines with <code>&lt;br&gt;</code>.\r\n<div class=\"bs-docs-example\"><address><strong>Twitter, Inc.</strong>795 Folsom Ave, Suite 600San Francisco, CA 94107<abbr title=\"Phone\">P:</abbr> (123) 456-7890</address><address><strong>Full Name</strong><a href=\"mailto:#\">first.last@gmail.com</a></address></div>\r\n<pre class=\"prettyprint linenums\">&lt;address&gt;\r\n  &lt;strong&gt;Twitter, Inc.&lt;/strong&gt;&lt;br&gt;\r\n  795 Folsom Ave, Suite 600&lt;br&gt;\r\n  San Francisco, CA 94107&lt;br&gt;\r\n  &lt;abbr title=\"Phone\"&gt;P:&lt;/abbr&gt; (123) 456-7890\r\n&lt;/address&gt;\r\n\r\n&lt;address&gt;\r\n  &lt;strong&gt;Full Name&lt;/strong&gt;&lt;br&gt;\r\n  &lt;a href=\"mailto:#\"&gt;first.last@gmail.com&lt;/a&gt;\r\n&lt;/address&gt;</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<h2 id=\"blockquotes\">Blockquotes</h2>\r\nFor quoting blocks of content from another source within your document.\r\n<h3>Default blockquote</h3>\r\nWrap <code>&lt;blockquote&gt;</code> around any <abbr title=\"HyperText Markup Language\">HTML</abbr> as the quote. For straight quotes we recommend a <code>&lt;p&gt;</code>.\r\n<div class=\"bs-docs-example\">\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</blockquote>\r\n</div>\r\n<pre class=\"prettyprint linenums\">&lt;blockquote&gt;\r\n  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;/p&gt;\r\n&lt;/blockquote&gt;</pre>\r\n<h3>Blockquote options</h3>\r\nStyle and content changes for simple variations on a standard blockquote.\r\n<h4>Naming a source</h4>\r\nAdd <code>&lt;small&gt;</code> tag for identifying the source. Wrap the name of the source work in <code>&lt;cite&gt;</code>.\r\n<div class=\"bs-docs-example\">\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.\r\n\r\n<small>Someone famous in <cite title=\"Source Title\">Source Title</cite></small></blockquote>\r\n</div>\r\n<pre class=\"prettyprint linenums\">&lt;blockquote&gt;\r\n  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;/p&gt;\r\n  &lt;small&gt;Someone famous &lt;cite title=\"Source Title\"&gt;Source Title&lt;/cite&gt;&lt;/small&gt;\r\n&lt;/blockquote&gt;</pre>\r\n<h4>Alternate displays</h4>\r\nUse <code>.pull-right</code> for a floated, right-aligned blockquote.\r\n<div class=\"bs-docs-example\" style=\"overflow: hidden;\">\r\n<blockquote class=\"pull-right\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.\r\n\r\n<small>Someone famous in <cite title=\"Source Title\">Source Title</cite></small></blockquote>\r\n</div>\r\n<pre class=\"prettyprint linenums\">&lt;blockquote class=\"pull-right\"&gt;\r\n  ...\r\n&lt;/blockquote&gt;</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<!-- Lists -->\r\n<h2 id=\"lists\">Lists</h2>\r\n<h3>Unordered</h3>\r\nA list of items in which the order does <em>not</em> explicitly matter.\r\n<div class=\"bs-docs-example\">\r\n<ul>\r\n	<li>Lorem ipsum dolor sit amet</li>\r\n	<li>Consectetur adipiscing elit</li>\r\n	<li>Integer molestie lorem at massa</li>\r\n	<li>Facilisis in pretium nisl aliquet</li>\r\n	<li>Nulla volutpat aliquam velit\r\n<ul>\r\n	<li>Phasellus iaculis neque</li>\r\n	<li>Purus sodales ultricies</li>\r\n	<li>Vestibulum laoreet porttitor sem</li>\r\n	<li>Ac tristique libero volutpat at</li>\r\n</ul>\r\n</li>\r\n	<li>Faucibus porta lacus fringilla vel</li>\r\n	<li>Aenean sit amet erat nunc</li>\r\n	<li>Eget porttitor lorem</li>\r\n</ul>\r\n</div>\r\n<pre class=\"prettyprint linenums\">&lt;ul&gt;\r\n  &lt;li&gt;...&lt;/li&gt;\r\n&lt;/ul&gt;</pre>\r\n<h3>Ordered</h3>\r\nA list of items in which the order <em>does</em> explicitly matter.\r\n<div class=\"bs-docs-example\">\r\n<ol>\r\n	<li>Lorem ipsum dolor sit amet</li>\r\n	<li>Consectetur adipiscing elit</li>\r\n	<li>Integer molestie lorem at massa</li>\r\n	<li>Facilisis in pretium nisl aliquet</li>\r\n	<li>Nulla volutpat aliquam velit</li>\r\n	<li>Faucibus porta lacus fringilla vel</li>\r\n	<li>Aenean sit amet erat nunc</li>\r\n	<li>Eget porttitor lorem</li>\r\n</ol>\r\n</div>\r\n<pre class=\"prettyprint linenums\">&lt;ol&gt;\r\n  &lt;li&gt;...&lt;/li&gt;\r\n&lt;/ol&gt;</pre>\r\n<h3>Unstyled</h3>\r\nA list of items with no <code>list-style</code> or additional left padding.\r\n<div class=\"bs-docs-example\">\r\n<ul class=\"unstyled\">\r\n	<li>Lorem ipsum dolor sit amet</li>\r\n	<li>Consectetur adipiscing elit</li>\r\n	<li>Integer molestie lorem at massa</li>\r\n	<li>Facilisis in pretium nisl aliquet</li>\r\n	<li>Nulla volutpat aliquam velit\r\n<ul>\r\n	<li>Phasellus iaculis neque</li>\r\n	<li>Purus sodales ultricies</li>\r\n	<li>Vestibulum laoreet porttitor sem</li>\r\n	<li>Ac tristique libero volutpat at</li>\r\n</ul>\r\n</li>\r\n	<li>Faucibus porta lacus fringilla vel</li>\r\n	<li>Aenean sit amet erat nunc</li>\r\n	<li>Eget porttitor lorem</li>\r\n</ul>\r\n</div>\r\n<pre class=\"prettyprint linenums\">&lt;ul class=\"unstyled\"&gt;\r\n  &lt;li&gt;...&lt;/li&gt;\r\n&lt;/ul&gt;</pre>\r\n<h3>Description</h3>\r\nA list of terms with their associated descriptions.\r\n<div class=\"bs-docs-example\"><dl><dt>Description lists</dt><dd>A description list is perfect for defining terms.</dd><dt>Euismod</dt><dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd><dd>Donec id elit non mi porta gravida at eget metus.</dd><dt>Malesuada porta</dt><dd>Etiam porta sem malesuada magna mollis euismod.</dd></dl></div>\r\n<pre class=\"prettyprint linenums\">&lt;dl&gt;\r\n  &lt;dt&gt;...&lt;/dt&gt;\r\n  &lt;dd&gt;...&lt;/dd&gt;\r\n&lt;/dl&gt;</pre>\r\n<h4>Horizontal description</h4>\r\nMake terms and descriptions in <code>&lt;dl&gt;</code> line up side-by-side.\r\n<div class=\"bs-docs-example\"><dl class=\"dl-horizontal\"><dt>Description lists</dt><dd>A description list is perfect for defining terms.</dd><dt>Euismod</dt><dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd><dd>Donec id elit non mi porta gravida at eget metus.</dd><dt>Malesuada porta</dt><dd>Etiam porta sem malesuada magna mollis euismod.</dd><dt>Felis euismod semper eget lacinia</dt><dd>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</dd></dl></div>\r\n<pre class=\"prettyprint linenums\">&lt;dl class=\"dl-horizontal\"&gt;\r\n  &lt;dt&gt;...&lt;/dt&gt;\r\n  &lt;dd&gt;...&lt;/dd&gt;\r\n&lt;/dl&gt;</pre>\r\n<span class=\"label label-info\">Heads up!</span>\r\nHorizontal description lists will truncate terms that are too long to fit in the left column fix <code>text-overflow</code>. In narrower viewports, they will change to the default stacked layout.\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<!-- Code ================================================== -->\r\n<div class=\"page-header\">\r\n<h1>Code</h1>\r\n</div>\r\n<h2>Inline</h2>\r\nWrap inline snippets of code with <code>&lt;code&gt;</code>.\r\n<div class=\"bs-docs-example\">For example, <code>&lt;section&gt;</code> should be wrapped as inline.</div>\r\n<pre class=\"prettyprint linenums\">	For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inline.</pre>\r\n<h2>Basic block</h2>\r\nUse <code>&lt;pre&gt;</code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.\r\n<div class=\"bs-docs-example\">\r\n<pre>&lt;p&gt;Sample text here...&lt;/p&gt;</pre>\r\n</div>\r\n<pre class=\"prettyprint linenums\" style=\"margin-bottom: 9px;\">&lt;pre&gt;\r\n  &amp;lt;p&amp;gt;Sample text here...&amp;lt;/p&amp;gt;\r\n&lt;/pre&gt;</pre>\r\n<span class=\"label label-info\">Heads up!</span> Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.\r\n\r\nYou may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<!-- Images ================================================== -->\r\n<div class=\"page-header\">\r\n<h1>Images</h1>\r\n</div>\r\nAdd classes to an <code>&lt;img&gt;</code> element to easily style images in any project.\r\n<div class=\"bs-docs-example bs-docs-example-images\"><img class=\"img-rounded\" src=\"http://placehold.it/140x140\" alt=\"\" /><img class=\"img-circle\" src=\"http://placehold.it/140x140\" alt=\"\" /><img class=\"img-polaroid\" src=\"http://placehold.it/140x140\" alt=\"\" /></div>\r\n<pre class=\"prettyprint linenums\">&lt;img src=\"...\" class=\"img-rounded\"&gt;\r\n&lt;img src=\"...\" class=\"img-circle\"&gt;\r\n&lt;img src=\"...\" class=\"img-polaroid\"&gt;</pre>\r\n<span class=\"label label-info\">Heads up!</span> <code>.img-rounded</code> and <code>.img-circle</code> do not work in IE7-8 due to lack of <code>border-radius</code> support.',	'Styles - Typography',	'',	'trash',	'open',	'open',	'',	'styles-typography__trashed',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	0,	'https://truma.youarenearly.online/?page_id=2507',	0,	'page',	'',	0),
(2508,	1,	'2015-08-05 21:36:06',	'2015-08-05 21:36:06',	'....',	'Subheader - Background image',	'',	'publish',	'open',	'open',	'',	'page-subheaders-background-image',	'',	'',	'2015-08-05 21:36:06',	'2015-08-05 21:36:06',	'',	0,	'https://truma.youarenearly.online/?page_id=2508',	0,	'page',	'',	0),
(2509,	1,	'2015-08-05 16:04:00',	'2015-08-05 16:04:00',	'[woocommerce_checkout]',	'Checkout',	'',	'publish',	'closed',	'open',	'',	'checkout',	'',	'',	'2020-02-19 17:44:31',	'2020-02-19 17:44:31',	'',	0,	'https://truma.youarenearly.online/?page_id=2509',	0,	'page',	'',	0),
(2510,	1,	'2015-08-05 16:04:00',	'2015-08-05 16:04:00',	'[woocommerce_my_account]',	'My Account',	'',	'publish',	'closed',	'open',	'',	'my-account',	'',	'',	'2015-08-05 16:04:00',	'2015-08-05 16:04:00',	'',	0,	'https://truma.youarenearly.online/?page_id=2510',	0,	'page',	'',	0),
(2511,	1,	'2015-08-05 16:03:59',	'2015-08-05 16:03:59',	'',	'Shop',	'',	'publish',	'closed',	'open',	'',	'shop',	'',	'',	'2015-08-05 16:03:59',	'2015-08-05 16:03:59',	'',	0,	'https://truma.youarenearly.online/?page_id=2511',	0,	'page',	'',	0),
(2512,	1,	'2015-08-05 16:03:59',	'2015-08-05 16:03:59',	'[woocommerce_cart]',	'Cart',	'',	'publish',	'closed',	'open',	'',	'cart',	'',	'',	'2020-02-13 14:21:25',	'2020-02-13 14:21:25',	'',	0,	'https://truma.youarenearly.online/?page_id=2512',	0,	'page',	'',	0),
(2513,	1,	'2015-08-05 15:10:38',	'2015-08-05 15:10:38',	'',	'Elements - Some Element',	'',	'trash',	'open',	'open',	'',	'elements-some-element__trashed',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	0,	'https://truma.youarenearly.online/?page_id=2513',	0,	'page',	'',	0),
(2514,	1,	'2015-08-04 22:00:47',	'2015-08-04 22:00:47',	'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 blog. 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=\"https://truma.youarenearly.online/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!',	'Sample Page',	'',	'trash',	'open',	'open',	'',	'sample-page-2__trashed',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	0,	'https://truma.youarenearly.online/?page_id=2514',	0,	'page',	'',	0),
(2515,	1,	'2020-01-23 12:07:48',	'2020-01-23 12:07:48',	'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 blog. 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=\"https://truma.youarenearly.online/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!',	'Sample Page',	'',	'inherit',	'closed',	'closed',	'',	'2514-revision-v1',	'',	'',	'2020-01-23 12:07:48',	'2020-01-23 12:07:48',	'',	2514,	'https://truma.youarenearly.online/?p=2515',	0,	'revision',	'',	0),
(3215,	0,	'2020-02-25 18:16:33',	'2020-02-25 18:16:33',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e55681168abc6.11264509-bZdc8NvO5jmoEvipQ2VFNCA8o2jRvvEz',	'',	'',	'2020-02-25 18:31:45',	'2020-02-25 18:31:45',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3215',	0,	'scheduled-action',	'',	3),
(3216,	1,	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	'Spares Shop',	'',	'publish',	'closed',	'closed',	'',	'spares-shop',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=3216',	40,	'nav_menu_item',	'',	0),
(3211,	0,	'2020-02-25 08:14:11',	'2020-02-25 08:14:11',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e550165301d02.08595402-il1Ib2sm9m9H9TmndovX99tzrO3MED9V',	'',	'',	'2020-02-25 11:13:41',	'2020-02-25 11:13:41',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3211',	0,	'scheduled-action',	'',	3),
(3212,	0,	'2020-02-25 12:13:41',	'2020-02-25 12:13:41',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5525693bfac4.93101214-aLdFDeJKVJvz8xUxS715jqNcCdY39MEx',	'',	'',	'2020-02-25 13:47:21',	'2020-02-25 13:47:21',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3212',	0,	'scheduled-action',	'',	3),
(3213,	0,	'2020-02-25 14:47:21',	'2020-02-25 14:47:21',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e55567102a906.55065268-rwJ3xyU9JTAou3KSVUPF1Rw8Ty85fLNw',	'',	'',	'2020-02-25 17:16:33',	'2020-02-25 17:16:33',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3213',	0,	'scheduled-action',	'',	3),
(3208,	0,	'2020-02-22 14:53:32',	'2020-02-22 14:53:32',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e53c394cfb590.68397280-mLeVcgHf2kcEGJhxSAU96U53GN7Pwon1',	'',	'',	'2020-02-24 12:37:40',	'2020-02-24 12:37:40',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3208',	0,	'scheduled-action',	'',	3),
(3209,	0,	'2020-02-24 13:37:40',	'2020-02-24 13:37:40',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e54ba1f8922c6.53145422-fdIxINc8kLVs95WYmE8kk95e3DOddJJA',	'',	'',	'2020-02-25 06:09:35',	'2020-02-25 06:09:35',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3209',	0,	'scheduled-action',	'',	3),
(3205,	0,	'2020-02-21 13:19:16',	'2020-02-21 13:19:16',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e501f3e48ff84.09116127-IRXrYjDj6yZH4Dy9a8HtUIfTLuJ4RIqA',	'',	'',	'2020-02-21 18:19:42',	'2020-02-21 18:19:42',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3205',	0,	'scheduled-action',	'',	3),
(3206,	0,	'2020-02-21 19:19:42',	'2020-02-21 19:19:42',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e50be9b8c3412.68239871-bPqLam0WlY6oilFPOF1UlGLrNzqz0gzV',	'',	'',	'2020-02-22 05:39:39',	'2020-02-22 05:39:39',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3206',	0,	'scheduled-action',	'',	3),
(3201,	0,	'2020-02-21 08:24:49',	'2020-02-21 08:24:49',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4f94bfe26857.21534433-Yksc4xeeL3CQi76NW8X8DpGtLE5Pr8Pa',	'',	'',	'2020-02-21 08:28:47',	'2020-02-21 08:28:47',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3201',	0,	'scheduled-action',	'',	3),
(3202,	0,	'2020-02-21 09:28:47',	'2020-02-21 09:28:47',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4fa2d416ddc1.35158448-2YuDPTWAEWmmWmZIwuA0H1tShw9RrwBP',	'',	'',	'2020-02-21 09:28:52',	'2020-02-21 09:28:52',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3202',	0,	'scheduled-action',	'',	3),
(3203,	0,	'2020-02-21 10:28:52',	'2020-02-21 10:28:52',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4fcac48ba007.91341134-hNVINeV9SJztkhWCcgxwHLDHBg2jjrNL',	'',	'',	'2020-02-21 12:19:16',	'2020-02-21 12:19:16',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3203',	0,	'scheduled-action',	'',	3),
(3199,	0,	'2020-02-21 05:44:58',	'2020-02-21 05:44:58',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4f710fbca434.38887425-0Hz9w1JM5NSVJfH1ElWHEdo7wQcsDUhL',	'',	'',	'2020-02-21 05:56:31',	'2020-02-21 05:56:31',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3199',	0,	'scheduled-action',	'',	3),
(3200,	0,	'2020-02-21 06:56:31',	'2020-02-21 06:56:31',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4f85c13361e5.63846576-9moeqWJbZPHspYQskfzz3XuMLapRuLbM',	'',	'',	'2020-02-21 07:24:49',	'2020-02-21 07:24:49',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3200',	0,	'scheduled-action',	'',	3),
(3196,	0,	'2020-02-20 18:46:02',	'2020-02-20 18:46:02',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4ee4a26b0f52.94262966-wEkV32a0HoFkhGlabX1LNLxgr02UGPPa',	'',	'',	'2020-02-20 19:57:22',	'2020-02-20 19:57:22',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3196',	0,	'scheduled-action',	'',	3),
(3197,	0,	'2020-02-20 20:57:22',	'2020-02-20 20:57:22',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4f051fbc7bc9.61655595-jC4L5Une3U4DCUjlzhiMuBiEWXz5ogpp',	'',	'',	'2020-02-20 22:15:59',	'2020-02-20 22:15:59',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3197',	0,	'scheduled-action',	'',	3),
(3198,	0,	'2020-02-20 23:15:59',	'2020-02-20 23:15:59',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4f604a2bffb2.67493146-G8eM2jOoxHGirG5XLWNdwZhFFlxg7JeX',	'',	'',	'2020-02-21 04:44:58',	'2020-02-21 04:44:58',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3198',	0,	'scheduled-action',	'',	3),
(3194,	0,	'2020-02-20 15:26:58',	'2020-02-20 15:26:58',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4ea54fa12614.64342822-rWFBEZmkI3jg48rBdoHVuJWklzpelGgP',	'',	'',	'2020-02-20 15:27:11',	'2020-02-20 15:27:11',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3194',	0,	'scheduled-action',	'',	3),
(3195,	0,	'2020-02-20 16:27:11',	'2020-02-20 16:27:11',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4ec5da88c961.73071556-qsmCaTe6sxifqU6xAjMh2cLrEX5oUGLv',	'',	'',	'2020-02-20 17:46:02',	'2020-02-20 17:46:02',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3195',	0,	'scheduled-action',	'',	3),
(3191,	0,	'2020-02-20 12:07:13',	'2020-02-20 12:07:13',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4e76c4ea34f4.61746435-DWStxusxx1bNofASBDl60VU7eTELsvLC',	'',	'',	'2020-02-20 12:08:36',	'2020-02-20 12:08:36',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3191',	0,	'scheduled-action',	'',	3),
(3192,	0,	'2020-02-20 13:08:36',	'2020-02-20 13:08:36',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4e851e827324.15800143-WI7sgYj32Ubvc1HRJN8qSNioi7pfaSsc',	'',	'',	'2020-02-20 13:09:50',	'2020-02-20 13:09:50',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3192',	0,	'scheduled-action',	'',	3),
(3193,	0,	'2020-02-20 14:09:50',	'2020-02-20 14:09:50',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4e9731f2eaa0.14213956-dpndK7xnrqB0Uf0KQdTU6ZeoBquoagfU',	'',	'',	'2020-02-20 14:26:57',	'2020-02-20 14:26:57',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3193',	0,	'scheduled-action',	'',	3),
(3221,	0,	'2020-02-27 11:37:03',	'2020-02-27 11:37:03',	'[2739]',	'wc-admin_import_orders',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e57a9f634b4d5.50222001-QkbclXTMgokMbt2qFeeNA9iRXq871w5S',	'',	'',	'2020-02-27 11:37:26',	'2020-02-27 11:37:26',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3221',	30,	'scheduled-action',	'',	3),
(3189,	0,	'2020-02-20 09:53:55',	'2020-02-20 09:53:55',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4e57457efeb4.55262229-8ntQPv2fuT6qU47aw44xJspv9CPOyeXU',	'',	'',	'2020-02-20 09:54:13',	'2020-02-20 09:54:13',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3189',	0,	'scheduled-action',	'',	3),
(3190,	0,	'2020-02-20 10:54:13',	'2020-02-20 10:54:13',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4e6861411ce6.50090199-FhB2rua66lb4rzEv6593GJ8PBGW98C42',	'',	'',	'2020-02-20 11:07:13',	'2020-02-20 11:07:13',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3190',	0,	'scheduled-action',	'',	3),
(3184,	0,	'2020-02-19 18:36:55',	'2020-02-19 18:36:55',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4e492379dc87.98854965-qcjinrxbDDC6Ki03WvwcSHSrI2VcbZ7P',	'',	'',	'2020-02-20 08:53:55',	'2020-02-20 08:53:55',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3184',	0,	'scheduled-action',	'',	3),
(3186,	1,	'2020-02-19 17:44:31',	'2020-02-19 17:44:31',	'[woocommerce_checkout]',	'Checkout',	'',	'inherit',	'closed',	'closed',	'',	'2509-revision-v1',	'',	'',	'2020-02-19 17:44:31',	'2020-02-19 17:44:31',	'',	2509,	'https://truma.youarenearly.online/2509-revision-v1/',	0,	'revision',	'',	0),
(3187,	1,	'2020-02-19 17:44:31',	'2020-02-19 17:44:31',	'[woocommerce_checkout]',	'Checkout',	'',	'inherit',	'closed',	'closed',	'',	'2509-revision-v1',	'',	'',	'2020-02-19 17:44:31',	'2020-02-19 17:44:31',	'',	2509,	'https://truma.youarenearly.online/2509-revision-v1/',	0,	'revision',	'',	0),
(3182,	0,	'2020-02-19 11:13:28',	'2020-02-19 11:13:28',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4d599e137675.17671233-eZxaelacUY5DKF8i8OTVhPhHLpka05DN',	'',	'',	'2020-02-19 15:51:58',	'2020-02-19 15:51:58',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3182',	0,	'scheduled-action',	'',	3),
(3183,	0,	'2020-02-19 16:51:58',	'2020-02-19 16:51:58',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4d723766ca79.60373027-NXFRo6M8TT4nS5PifjvTC3g2AXtwXJSQ',	'',	'',	'2020-02-19 17:36:55',	'2020-02-19 17:36:55',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3183',	0,	'scheduled-action',	'',	3),
(3178,	0,	'2020-02-18 18:08:24',	'2020-02-18 18:08:24',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4c46dc0e27f2.81584950-5ZXxYKduUXGifC43TGYMUmqSOinGyK3Q',	'',	'',	'2020-02-18 20:19:40',	'2020-02-18 20:19:40',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3178',	0,	'scheduled-action',	'',	3),
(3179,	1,	'2020-02-18 17:08:55',	'2020-02-18 17:08:55',	'',	'Powrtouch Evolution Single Axle Auto Engage',	'',	'inherit',	'closed',	'closed',	'',	'2420-revision-v1',	'',	'',	'2020-02-18 17:08:55',	'2020-02-18 17:08:55',	'',	2420,	'https://truma.youarenearly.online/2420-revision-v1/',	0,	'revision',	'',	0),
(3175,	0,	'2020-02-18 15:02:41',	'2020-02-18 15:02:41',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4bfce5388a78.51555387-hwypwpNw0O2fX0XScOCOjHZrE83URBAi',	'',	'',	'2020-02-18 15:04:05',	'2020-02-18 15:04:05',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3175',	0,	'scheduled-action',	'',	3),
(3176,	0,	'2020-02-18 16:04:05',	'2020-02-18 16:04:05',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4c0af53fa1f3.51925469-aoEo2WZGQpIfnivQo3JQmVn3IHmP1ope',	'',	'',	'2020-02-18 16:04:05',	'2020-02-18 16:04:05',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3176',	0,	'scheduled-action',	'',	3),
(3177,	0,	'2020-02-18 17:04:05',	'2020-02-18 17:04:05',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4c1a08bf10f4.97991528-vPeQO38Bnwk0pP0vq9oZxaqBNSBExOqu',	'',	'',	'2020-02-18 17:08:24',	'2020-02-18 17:08:24',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3177',	0,	'scheduled-action',	'',	3),
(3172,	0,	'2020-02-18 12:00:41',	'2020-02-18 12:00:41',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4bd225d88230.34334146-ZmCYXtklqvfEQAIhuSTcPLR6bXOSyk5r',	'',	'',	'2020-02-18 12:01:41',	'2020-02-18 12:01:41',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3172',	0,	'scheduled-action',	'',	3),
(3173,	0,	'2020-02-18 13:01:41',	'2020-02-18 13:01:41',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4be0355edb98.53339123-mRlJvTdZU5g25tQfNc2EteaOmzBWMmj1',	'',	'',	'2020-02-18 13:01:41',	'2020-02-18 13:01:41',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3173',	0,	'scheduled-action',	'',	3),
(3174,	0,	'2020-02-18 14:01:41',	'2020-02-18 14:01:41',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4bee8176a225.42776283-gY264egArHyvN5jwV1F8WWQEcxgid6UR',	'',	'',	'2020-02-18 14:02:41',	'2020-02-18 14:02:41',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3174',	0,	'scheduled-action',	'',	3),
(3169,	0,	'2020-02-17 19:07:11',	'2020-02-17 19:07:11',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4bb5be98bc50.30776436-r9rWWp8vJHhuFI6t2VUjEuxUXNjM5D7Y',	'',	'',	'2020-02-18 10:00:30',	'2020-02-18 10:00:30',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3169',	0,	'scheduled-action',	'',	3),
(3170,	0,	'2020-02-18 11:00:30',	'2020-02-18 11:00:30',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4bc3d97832a8.67500590-kx3CiSUnhrIRIfVQF85d2bot1eD5dHsm',	'',	'',	'2020-02-18 11:00:41',	'2020-02-18 11:00:41',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3170',	0,	'scheduled-action',	'',	3),
(3161,	0,	'2020-02-17 13:38:49',	'2020-02-17 13:38:49',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4aa7269d01a2.62240646-pZmrpcSI1iKb9nPhMq6dIzunCuKHA96K',	'',	'',	'2020-02-17 14:45:58',	'2020-02-17 14:45:58',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3161',	0,	'scheduled-action',	'',	3),
(3168,	0,	'2020-02-17 17:42:56',	'2020-02-17 17:42:56',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4ad64f243607.75569423-QEQcwNQPteZHSoNSlFvRyvuRKEHzAiMO',	'',	'',	'2020-02-17 18:07:11',	'2020-02-17 18:07:11',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3168',	0,	'scheduled-action',	'',	3),
(3158,	1,	'2020-02-17 10:09:48',	'2020-02-17 10:09:48',	'',	'toggle tax',	'',	'publish',	'closed',	'closed',	'',	'toggle-tax',	'',	'',	'2020-02-17 10:10:10',	'2020-02-17 10:10:10',	'',	0,	'https://truma.youarenearly.online/?post_type=znpb_template_mngr&#038;p=3158',	0,	'znpb_template_mngr',	'',	0),
(3159,	0,	'2020-02-17 11:23:21',	'2020-02-17 11:23:21',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4a7811398676.20650608-SmEKliychxqcEFqFZg7uyqEoPeUvYL3B',	'',	'',	'2020-02-17 11:25:05',	'2020-02-17 11:25:05',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3159',	0,	'scheduled-action',	'',	3),
(3160,	0,	'2020-02-17 12:25:05',	'2020-02-17 12:25:05',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4a8959afcfe2.16055661-oVKzBZjRmF1E3p6UUSPa9UqOZxtGJ5EE',	'',	'',	'2020-02-17 12:38:49',	'2020-02-17 12:38:49',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3160',	0,	'scheduled-action',	'',	3),
(3154,	0,	'2020-02-17 09:20:48',	'2020-02-17 09:20:48',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4a5b287fc831.24631272-lDlcwVRODsgTVK60PeISOKIeL4Jkkvj8',	'',	'',	'2020-02-17 09:21:44',	'2020-02-17 09:21:44',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3154',	0,	'scheduled-action',	'',	3),
(3155,	0,	'2020-02-17 10:21:44',	'2020-02-17 10:21:44',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4a6999486550.32847791-Kca2xJMBPEO26aBoPYRknnyIp2HPIsN1',	'',	'',	'2020-02-17 10:23:21',	'2020-02-17 10:23:21',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3155',	0,	'scheduled-action',	'',	3),
(3210,	0,	'2020-02-25 07:09:35',	'2020-02-25 07:09:35',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e54c943681716.04277511-KbQiTxjZIqS08wWeQI8SgHrC0syolmGg',	'',	'',	'2020-02-25 07:14:11',	'2020-02-25 07:14:11',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3210',	0,	'scheduled-action',	'',	3),
(3133,	1,	'2020-02-14 08:48:55',	'2020-02-14 08:48:55',	'',	'About Powrtouch',	'',	'inherit',	'closed',	'closed',	'',	'2395-revision-v1',	'',	'',	'2020-02-14 08:48:55',	'2020-02-14 08:48:55',	'',	2395,	'https://truma.youarenearly.online/2395-revision-v1/',	0,	'revision',	'',	0),
(3134,	1,	'2020-02-14 08:50:51',	'2020-02-14 08:50:51',	'',	'About Us',	'',	'publish',	'closed',	'closed',	'',	'about-us',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=3134',	17,	'nav_menu_item',	'',	0),
(3153,	0,	'2020-02-16 12:19:27',	'2020-02-16 12:19:27',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4a4ce06f9943.85118839-TlbGOboqrDFxMuwMaKmAejaJlfShuR1g',	'',	'',	'2020-02-17 08:20:48',	'2020-02-17 08:20:48',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3153',	0,	'scheduled-action',	'',	3),
(3138,	1,	'2020-02-14 09:22:34',	'2020-02-14 09:22:34',	'',	'Pages - F.A.Q.',	'',	'inherit',	'closed',	'closed',	'',	'2394-revision-v1',	'',	'',	'2020-02-14 09:22:34',	'2020-02-14 09:22:34',	'',	2394,	'https://truma.youarenearly.online/2394-revision-v1/',	0,	'revision',	'',	0),
(3130,	1,	'2020-02-14 08:39:31',	'2020-02-14 08:39:31',	'',	'Pages - Historic',	'',	'inherit',	'closed',	'closed',	'',	'2395-revision-v1',	'',	'',	'2020-02-14 08:39:31',	'2020-02-14 08:39:31',	'',	2395,	'https://truma.youarenearly.online/2395-revision-v1/',	0,	'revision',	'',	0),
(3131,	1,	'2020-02-14 08:41:02',	'2020-02-14 08:41:02',	'',	'Pages - Historic',	'',	'inherit',	'closed',	'closed',	'',	'2395-revision-v1',	'',	'',	'2020-02-14 08:41:02',	'2020-02-14 08:41:02',	'',	2395,	'https://truma.youarenearly.online/2395-revision-v1/',	0,	'revision',	'',	0),
(3132,	1,	'2020-02-14 08:47:18',	'2020-02-14 08:47:18',	'',	'Pages - Historic',	'',	'inherit',	'closed',	'closed',	'',	'2395-revision-v1',	'',	'',	'2020-02-14 08:47:18',	'2020-02-14 08:47:18',	'',	2395,	'https://truma.youarenearly.online/2395-revision-v1/',	0,	'revision',	'',	0),
(2819,	1,	'2020-02-11 14:42:57',	'2020-02-11 14:42:57',	'{\n    \"woocommerce_shop_page_display\": {\n        \"value\": \"\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-02-11 14:41:43\"\n    },\n    \"woocommerce_category_archive_display\": {\n        \"value\": \"both\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-02-11 14:42:43\"\n    },\n    \"woocommerce_default_catalog_orderby\": {\n        \"value\": \"popularity\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-02-11 14:42:43\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'bd6ba540-01b2-43f2-b8e6-5d84da865029',	'',	'',	'2020-02-11 14:42:57',	'2020-02-11 14:42:57',	'',	0,	'https://truma.youarenearly.online/?p=2819',	0,	'customize_changeset',	'',	0),
(2818,	0,	'2020-02-11 15:03:26',	'2020-02-11 15:03:26',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e42c247d566b2.00667419-efB2NLCXwbpreSj9bJ1tBUiqYstRksK3',	'',	'',	'2020-02-11 15:03:35',	'2020-02-11 15:03:35',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2818',	0,	'scheduled-action',	'',	3),
(2817,	1,	'2020-02-11 13:03:58',	'2020-02-11 13:03:58',	'',	'Careers',	'',	'publish',	'closed',	'closed',	'',	'careers',	'',	'',	'2020-02-11 13:03:58',	'2020-02-11 13:03:58',	'',	0,	'https://truma.youarenearly.online/?p=2817',	3,	'nav_menu_item',	'',	0),
(2816,	1,	'2020-02-11 13:03:58',	'2020-02-11 13:03:58',	'',	'Privacy Policy',	'',	'publish',	'closed',	'closed',	'',	'privacy-policy',	'',	'',	'2020-02-11 13:03:58',	'2020-02-11 13:03:58',	'',	0,	'https://truma.youarenearly.online/?p=2816',	4,	'nav_menu_item',	'',	0),
(2815,	1,	'2020-02-11 13:03:58',	'2020-02-11 13:03:58',	'',	'Payment Options',	'',	'publish',	'closed',	'closed',	'',	'payment-options',	'',	'',	'2020-02-11 13:03:58',	'2020-02-11 13:03:58',	'',	0,	'https://truma.youarenearly.online/?p=2815',	2,	'nav_menu_item',	'',	0),
(2814,	1,	'2020-02-11 13:03:58',	'2020-02-11 13:03:58',	'',	'Shipping & Returns',	'',	'publish',	'closed',	'closed',	'',	'shipping-returns',	'',	'',	'2020-02-11 13:03:58',	'2020-02-11 13:03:58',	'',	0,	'https://truma.youarenearly.online/?p=2814',	1,	'nav_menu_item',	'',	0),
(2546,	1,	'2015-09-01 01:34:33',	'2015-09-01 01:34:33',	'',	'Home',	'',	'publish',	'closed',	'closed',	'',	'homepages-2',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2546',	1,	'nav_menu_item',	'',	0),
(3026,	1,	'2020-02-13 12:01:32',	'2020-02-13 12:01:32',	'26mm x 5mm roll pin. This goes through the hex shaft and cam on the earlier model 1/3 movers. It has been superseeded by the Hex shaft cam and key on later models. If you need assistance please refer to our fitting guide.',	'Cam Roll Pin',	'',	'publish',	'open',	'closed',	'',	'cam-roll-pin',	'',	'',	'2020-02-13 12:01:32',	'2020-02-13 12:01:32',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3026',	0,	'product',	'',	0),
(3025,	1,	'2020-02-13 11:53:51',	'2020-02-13 11:53:51',	'',	'Cam Keyway_P1377780000',	'',	'inherit',	'open',	'closed',	'',	'cam-keyway_p1377780000',	'',	'',	'2020-02-13 11:53:51',	'2020-02-13 11:53:51',	'',	3024,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Cam-Keyway_P1377780000.jpg',	0,	'attachment',	'image/jpeg',	0),
(3024,	1,	'2020-02-13 11:53:58',	'2020-02-13 11:53:58',	'Woodruff key that secures the cam to the hex shaft on Model 3/4/6/Classic movers. If you require assistance in fitting these then please refer to our guide:',	'Cam Keyway',	'',	'publish',	'open',	'closed',	'',	'cam-keyway',	'',	'',	'2020-02-13 11:53:58',	'2020-02-13 11:53:58',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3024',	0,	'product',	'',	0),
(3023,	1,	'2020-02-13 11:43:14',	'2020-02-13 11:43:14',	'',	'Fluted Model 3 Roller (Set of 2)_P0305030021(2)',	'',	'inherit',	'open',	'closed',	'',	'fluted-model-3-roller-set-of-2_p03050300212',	'',	'',	'2020-02-13 11:43:14',	'2020-02-13 11:43:14',	'',	3021,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Fluted-Model-3-Roller-Set-of-2_P03050300212.jpg',	0,	'attachment',	'image/jpeg',	0),
(3022,	1,	'2020-02-13 11:43:07',	'2020-02-13 11:43:07',	'',	'Fluted Model 3 Roller (Set of 2)_P0305030021(1)',	'',	'inherit',	'open',	'closed',	'',	'fluted-model-3-roller-set-of-2_p03050300211',	'',	'',	'2020-02-13 11:43:07',	'2020-02-13 11:43:07',	'',	3021,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Fluted-Model-3-Roller-Set-of-2_P03050300211.jpg',	0,	'attachment',	'image/jpeg',	0),
(3021,	1,	'2020-02-13 11:43:19',	'2020-02-13 11:43:19',	'Aluminium drive roller for the Model 3 movers. These are the fluted aluminium rollers that transmit the power from the motor mover to the caravan tyres. These replace the gritted type that were originally fitted. If you need assistance with fitting these rollers please refer to our guide:',	'Fluted Model 3 Roller with Spigot and Bearings (Set of 2)',	'',	'publish',	'open',	'closed',	'',	'fluted-model-3-roller-with-spigot-and-bearings-set-of-2',	'',	'',	'2020-02-13 11:43:19',	'2020-02-13 11:43:19',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3021',	0,	'product',	'',	0),
(3020,	0,	'2020-02-13 12:33:56',	'2020-02-13 12:33:56',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e45427a38f8c1.93706189-nUHIXX1OR9qFngx4ITaFfMhTOSxnzlm4',	'',	'',	'2020-02-13 12:35:06',	'2020-02-13 12:35:06',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3020',	0,	'scheduled-action',	'',	3),
(3019,	1,	'2020-02-13 11:31:31',	'2020-02-13 11:31:31',	'',	'Evolution Roller_PEAM5030000 (3)',	'',	'inherit',	'open',	'closed',	'',	'evolution-roller_peam5030000-3',	'',	'',	'2020-02-13 11:31:31',	'2020-02-13 11:31:31',	'',	3016,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-Roller_PEAM5030000-3.jpg',	0,	'attachment',	'image/jpeg',	0),
(2567,	1,	'2015-08-05 10:18:24',	'2015-08-05 10:18:24',	'',	'Our Range',	'',	'publish',	'open',	'closed',	'',	'sliders',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2567',	2,	'nav_menu_item',	'',	0),
(2568,	1,	'2015-08-05 11:38:00',	'2015-08-05 11:38:00',	'',	'Single Axle up to 1500kg',	'',	'publish',	'open',	'closed',	'',	'col-1',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2568',	3,	'nav_menu_item',	'',	0),
(3018,	1,	'2020-02-13 11:31:29',	'2020-02-13 11:31:29',	'',	'Evolution Roller_PEAM5030000 (2)',	'',	'inherit',	'open',	'closed',	'',	'evolution-roller_peam5030000-2',	'',	'',	'2020-02-13 11:31:29',	'2020-02-13 11:31:29',	'',	3016,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-Roller_PEAM5030000-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3017,	1,	'2020-02-13 11:31:23',	'2020-02-13 11:31:23',	'',	'Evolution Roller_PEAM5030000 (1)',	'',	'inherit',	'open',	'closed',	'',	'evolution-roller_peam5030000-1',	'',	'',	'2020-02-13 11:31:23',	'2020-02-13 11:31:23',	'',	3016,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-Roller_PEAM5030000-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(2574,	1,	'2015-08-05 11:53:21',	'2015-08-05 11:53:21',	'',	'Single Axle up to 2000kg',	'',	'publish',	'open',	'closed',	'',	'col',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2574',	7,	'nav_menu_item',	'',	0),
(2987,	0,	'2020-02-12 12:46:20',	'2020-02-12 12:46:20',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e44310d0db6c5.62045847-eff4Sxp0igCPJYp36hJqwCNyoFa8ntaY',	'',	'',	'2020-02-12 17:08:29',	'2020-02-12 17:08:29',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2987',	0,	'scheduled-action',	'',	3),
(2771,	0,	'2020-02-11 10:59:30',	'2020-02-11 10:59:30',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e428939564c78.55811089-Aqaiedndebs4KxjIkMXnXyt0RdNxTFN2',	'',	'',	'2020-02-11 11:00:09',	'2020-02-11 11:00:09',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2771',	0,	'scheduled-action',	'',	3),
(2581,	1,	'2015-08-05 11:53:21',	'2015-08-05 11:53:21',	'',	'Twin Axle (2 motors)',	'',	'publish',	'open',	'closed',	'',	'col-2',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2581',	10,	'nav_menu_item',	'',	0),
(3108,	0,	'2020-02-13 18:03:07',	'2020-02-13 18:03:07',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4599ffbef932.18846080-r3UPMEMFdC4xNMw9aTXkuF8JKR9gn44C',	'',	'',	'2020-02-13 18:48:31',	'2020-02-13 18:48:31',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3108',	0,	'scheduled-action',	'',	3),
(2985,	0,	'2020-02-12 03:19:21',	'2020-02-12 03:19:21',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e43854702f613.50299930-P7mfJPHYX3Movu7G1w2RexxKFOeKH5eI',	'',	'',	'2020-02-12 04:55:35',	'2020-02-12 04:55:35',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2985',	0,	'scheduled-action',	'',	3),
(2770,	0,	'2020-02-11 09:43:48',	'2020-02-11 09:43:48',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e427b028df082.51797004-mgqTnE9HWUyUUWiMjNcreGD72F7lKprg',	'',	'',	'2020-02-11 09:59:30',	'2020-02-11 09:59:30',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2770',	0,	'scheduled-action',	'',	3),
(2769,	0,	'2020-02-10 21:45:04',	'2020-02-10 21:45:04',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4269440bb229.80665737-r8O64Ww1xANFoQrjDVY4R3CukUM4Vckb',	'',	'',	'2020-02-11 08:43:48',	'2020-02-11 08:43:48',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2769',	0,	'scheduled-action',	'',	3),
(2588,	1,	'2015-08-05 11:53:21',	'2015-08-05 11:53:21',	'',	'Twin Axle (4 motors)',	'',	'publish',	'open',	'closed',	'',	'col-3',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2588',	13,	'nav_menu_item',	'',	0),
(2981,	0,	'2020-02-11 18:28:19',	'2020-02-11 18:28:19',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e42f273bc0869.31572105-eoF2ZMjQO8bUV8J9dadaA4zBe2f5NYbL',	'',	'',	'2020-02-11 18:29:07',	'2020-02-11 18:29:07',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2981',	0,	'scheduled-action',	'',	3),
(2768,	0,	'2020-02-10 19:22:24',	'2020-02-10 19:22:24',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e41c0d0e384a0.67020079-8YCtSx46bndwNN3VqdK8QkU4VZSFKRMK',	'',	'',	'2020-02-10 20:45:04',	'2020-02-10 20:45:04',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2768',	0,	'scheduled-action',	'',	3),
(2767,	0,	'2020-02-10 18:21:22',	'2020-02-10 18:21:22',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e419f604143f8.16720174-dD1p24PC5KuKyFUHekqoAK5bEhZjGgZs',	'',	'',	'2020-02-10 18:22:24',	'2020-02-10 18:22:24',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2767',	0,	'scheduled-action',	'',	3),
(2594,	1,	'2015-08-05 10:25:44',	'2015-08-05 10:25:44',	'',	'Why Powrtouch',	'',	'publish',	'open',	'closed',	'',	'static-content',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2594',	16,	'nav_menu_item',	'',	0),
(3016,	1,	'2020-02-13 11:31:37',	'2020-02-13 11:31:37',	'Aluminium drive roller for the Evolution range of movers. These are the fluted aluminium rollers that transmit the power from the motor mover to the caravan tyres. They fit the complete range of Evolution Movers both Manual and Auto. If you need assistance with fitting these rollers please refer to our guide:',	'Evolution Roller',	'',	'publish',	'open',	'closed',	'',	'evolution-roller',	'',	'',	'2020-02-13 11:31:37',	'2020-02-13 11:31:37',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3016',	0,	'product',	'',	0),
(3015,	1,	'2020-02-13 11:06:01',	'2020-02-13 11:06:01',	'',	'Evolution AWD Junction Box_PEAM3360018',	'',	'inherit',	'open',	'closed',	'',	'evolution-awd-junction-box_peam3360018',	'',	'',	'2020-02-13 11:06:01',	'2020-02-13 11:06:01',	'',	3014,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-AWD-Junction-Box_PEAM3360018.jpg',	0,	'attachment',	'image/jpeg',	0),
(3014,	1,	'2020-02-13 11:06:07',	'2020-02-13 11:06:07',	'Junction Box for the negative battery cable for Evolution All Wheel Drive movers. Includes 2x M8 Nyloc Nuts.',	'Evolution AWD Junction Box',	'',	'publish',	'open',	'closed',	'',	'evolution-awd-junction-box',	'',	'',	'2020-02-13 11:06:07',	'2020-02-13 11:06:07',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3014',	0,	'product',	'',	0),
(3013,	1,	'2020-02-13 10:51:57',	'2020-02-13 10:51:57',	'',	'Evo Manual Cover Set_PE0M6251045(2)',	'',	'inherit',	'open',	'closed',	'',	'evo-manual-cover-set_pe0m62510452',	'',	'',	'2020-02-13 10:51:57',	'2020-02-13 10:51:57',	'',	3011,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evo-Manual-Cover-Set_PE0M62510452.jpg',	0,	'attachment',	'image/jpeg',	0),
(3136,	0,	'2020-02-14 10:20:14',	'2020-02-14 10:20:14',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4687d7dc6db8.83934160-sUWuv90d3le8ZhD1U1tLxYPMqXk6VLTq',	'',	'',	'2020-02-14 11:43:19',	'2020-02-14 11:43:19',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3136',	0,	'scheduled-action',	'',	3),
(3012,	1,	'2020-02-13 10:51:51',	'2020-02-13 10:51:51',	'',	'Evo Manual Cover Set_PE0M6251045(1)',	'',	'inherit',	'open',	'closed',	'',	'evo-manual-cover-set_pe0m62510451',	'',	'',	'2020-02-13 10:51:51',	'2020-02-13 10:51:51',	'',	3011,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evo-Manual-Cover-Set_PE0M62510451.jpg',	0,	'attachment',	'image/jpeg',	0),
(3152,	0,	'2020-02-15 17:09:21',	'2020-02-15 17:09:21',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e49253f4ec781.00855731-gM28u1IvM8056n8sKtQcUZQh0eqkNRmA',	'',	'',	'2020-02-16 11:19:27',	'2020-02-16 11:19:27',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3152',	0,	'scheduled-action',	'',	3),
(3011,	1,	'2020-02-13 10:52:02',	'2020-02-13 10:52:02',	'A set of easy-to-fit plastic side covers for the Evolution Manual Mover (Serial numbers starting EVM). The purpose of the side cover is to protect the mechanical part of the mover from dirt and debris. It is important they are fitted correctly and securely. If you need assistance with fitting these side covers please refer to our guide:',	'Evo Manual Cover Set (with badge)',	'',	'publish',	'open',	'closed',	'',	'evo-manual-cover-set-with-badge',	'',	'',	'2020-02-13 10:52:02',	'2020-02-13 10:52:02',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3011',	0,	'product',	'',	0),
(3010,	1,	'2020-02-13 10:42:23',	'2020-02-13 10:42:23',	'',	'Evo Auto Cover Set_PEA06151045(2)',	'',	'inherit',	'open',	'closed',	'',	'evo-auto-cover-set_pea061510452',	'',	'',	'2020-02-13 10:42:23',	'2020-02-13 10:42:23',	'',	3008,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evo-Auto-Cover-Set_PEA061510452.jpg',	0,	'attachment',	'image/jpeg',	0),
(3009,	1,	'2020-02-13 10:42:16',	'2020-02-13 10:42:16',	'',	'Evo Auto Cover Set_PEA06151045(1)',	'',	'inherit',	'open',	'closed',	'',	'evo-auto-cover-set_pea061510451',	'',	'',	'2020-02-13 10:42:16',	'2020-02-13 10:42:16',	'',	3008,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evo-Auto-Cover-Set_PEA061510451.jpg',	0,	'attachment',	'image/jpeg',	0),
(3143,	0,	'2020-02-14 12:43:19',	'2020-02-14 12:43:19',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e469a1ca201e6.33391255-KeC1H6GLm0yeR4TXJXqpTewFirRoyVbz',	'',	'',	'2020-02-14 13:01:16',	'2020-02-14 13:01:16',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3143',	0,	'scheduled-action',	'',	3),
(3007,	0,	'2020-02-13 11:33:30',	'2020-02-13 11:33:30',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e45342481aac0.75821647-hWQKZ7xGYDmtTqyQLV06n405DuDPIzH7',	'',	'',	'2020-02-13 11:33:56',	'2020-02-13 11:33:56',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3007',	0,	'scheduled-action',	'',	3),
(3142,	1,	'2020-02-14 09:31:32',	'2020-02-14 09:31:32',	'',	'FAQ\'s',	'',	'publish',	'closed',	'closed',	'',	'faqs-2',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=3142',	24,	'nav_menu_item',	'',	0),
(3008,	1,	'2020-02-13 10:36:55',	'2020-02-13 10:36:55',	'A set of easy-to-fit plastic side covers for the Evolution Auto Mover (Serial numbers starting EVA). The purpose of the side cover is to protect the mechanical part of the mover from dirt and debris. It is important they are fitted correctly and securely. If you need assistance with fitting these side covers please refer to our guide:',	'Evo Auto Cover Set (with badge)',	'',	'publish',	'open',	'closed',	'',	'evo-auto-cover-set-with-badge',	'',	'',	'2020-02-13 10:42:30',	'2020-02-13 10:42:30',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3008',	0,	'product',	'',	0),
(3006,	1,	'2020-02-13 10:28:45',	'2020-02-13 10:28:45',	'',	'Carriage Return Spring_P1377901000',	'',	'inherit',	'open',	'closed',	'',	'carriage-return-spring_p1377901000',	'',	'',	'2020-02-13 10:28:45',	'2020-02-13 10:28:45',	'',	3005,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Carriage-Return-Spring_P1377901000.jpg',	0,	'attachment',	'image/jpeg',	0),
(3141,	1,	'2020-02-14 09:30:10',	'2020-02-14 09:30:10',	'',	'Frequently Asked Questions',	'',	'inherit',	'closed',	'closed',	'',	'2394-revision-v1',	'',	'',	'2020-02-14 09:30:10',	'2020-02-14 09:30:10',	'',	2394,	'https://truma.youarenearly.online/2394-revision-v1/',	0,	'revision',	'',	0),
(3140,	1,	'2020-02-14 09:29:06',	'2020-02-14 09:29:06',	'',	'Pages - F.A.Q.',	'',	'inherit',	'closed',	'closed',	'',	'2394-revision-v1',	'',	'',	'2020-02-14 09:29:06',	'2020-02-14 09:29:06',	'',	2394,	'https://truma.youarenearly.online/2394-revision-v1/',	0,	'revision',	'',	0),
(3127,	1,	'2020-02-14 08:16:52',	'2020-02-14 08:16:52',	'',	'Powrtouch Evolution Single Axle Auto Engage',	'',	'inherit',	'closed',	'closed',	'',	'2420-revision-v1',	'',	'',	'2020-02-14 08:16:52',	'2020-02-14 08:16:52',	'',	2420,	'https://truma.youarenearly.online/2420-revision-v1/',	0,	'revision',	'',	0),
(3005,	1,	'2020-02-13 10:28:59',	'2020-02-13 10:28:59',	'Return spring for the Manual engagement movers model 3/4/6/Classic range of movers. These fit between the metalwork and motor body and provide the locking tension for the engagement.',	'Carriage Return Spring',	'',	'publish',	'open',	'closed',	'',	'carriage-return-spring',	'',	'',	'2020-02-13 10:31:27',	'2020-02-13 10:31:27',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3005',	0,	'product',	'',	0),
(3139,	1,	'2020-02-14 09:26:00',	'2020-02-14 09:26:00',	'',	'Pages - F.A.Q.',	'',	'inherit',	'closed',	'closed',	'',	'2394-revision-v1',	'',	'',	'2020-02-14 09:26:00',	'2020-02-14 09:26:00',	'',	2394,	'https://truma.youarenearly.online/2394-revision-v1/',	0,	'revision',	'',	0),
(3214,	1,	'2020-02-25 13:48:53',	'0000-00-00 00:00:00',	'',	'Auto Draft',	'',	'auto-draft',	'open',	'open',	'',	'',	'',	'',	'2020-02-25 13:48:53',	'0000-00-00 00:00:00',	'',	0,	'https://truma.youarenearly.online/?p=3214',	0,	'post',	'',	0),
(3185,	1,	'2020-02-19 17:40:03',	'2020-02-19 17:40:03',	'[online_worldpay_3ds]',	'Worldpay 3DS Shortcode Page',	'',	'publish',	'closed',	'closed',	'',	'worldpay-3ds-shortcode-page',	'',	'',	'2020-02-19 17:40:03',	'2020-02-19 17:40:03',	'',	0,	'https://truma.youarenearly.online/worldpay-3ds-shortcode-page/',	0,	'page',	'',	0),
(3135,	1,	'2020-02-14 08:53:02',	'2020-02-14 08:53:02',	'',	'About Powrtouch',	'',	'inherit',	'closed',	'closed',	'',	'2395-revision-v1',	'',	'',	'2020-02-14 08:53:02',	'2020-02-14 08:53:02',	'',	2395,	'https://truma.youarenearly.online/2395-revision-v1/',	0,	'revision',	'',	0),
(3207,	0,	'2020-02-22 06:39:39',	'2020-02-22 06:39:39',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e51325cbb9a22.06162826-Q5l3N7zwFBoPhzUeFDMKUk9dOduJXprC',	'',	'',	'2020-02-22 13:53:32',	'2020-02-22 13:53:32',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3207',	0,	'scheduled-action',	'',	3),
(2803,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Model 3',	'',	'publish',	'closed',	'closed',	'',	'model-3',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	528,	'https://truma.youarenearly.online/?p=2803',	38,	'nav_menu_item',	'',	0),
(2802,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Model 1',	'',	'publish',	'closed',	'closed',	'',	'model-1',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	528,	'https://truma.youarenearly.online/?p=2802',	39,	'nav_menu_item',	'',	0),
(2801,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Powrtouch Freedom',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-freedom',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	519,	'https://truma.youarenearly.online/?p=2801',	26,	'nav_menu_item',	'',	0),
(2800,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Powrtouch Evolution Twin Axle Manual (4 Motor)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-twin-axle-manual-4-motor',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	519,	'https://truma.youarenearly.online/?p=2800',	31,	'nav_menu_item',	'',	0),
(2799,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Powrtouch Evolution Twin Axle Manual (2 Motor)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-twin-axle-manual-2-motor',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	519,	'https://truma.youarenearly.online/?p=2799',	29,	'nav_menu_item',	'',	0),
(2798,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Powrtouch Evolution Twin Axle Auto (4 Motor)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-twin-axle-auto-4-motor',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	519,	'https://truma.youarenearly.online/?p=2798',	32,	'nav_menu_item',	'',	0),
(2797,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Powrtouch Evolution Twin Axle Auto (2 Motor)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-twin-axle-auto-2-motor',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	519,	'https://truma.youarenearly.online/?p=2797',	30,	'nav_menu_item',	'',	0),
(2796,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Powrtouch Evolution Single Axle Manual',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-single-axle-manual',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	519,	'https://truma.youarenearly.online/?p=2796',	27,	'nav_menu_item',	'',	0),
(2795,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Powrtouch Evolution Single Axle Auto',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-single-axle-auto',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	519,	'https://truma.youarenearly.online/?p=2795',	28,	'nav_menu_item',	'',	0),
(3217,	0,	'2020-02-25 19:31:45',	'2020-02-25 19:31:45',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e55b52b826bf3.51705971-tCQGiAiW6uy4MCx4jqBx4sv3P1uh9vB2',	'',	'',	'2020-02-26 00:00:43',	'2020-02-26 00:00:43',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3217',	0,	'scheduled-action',	'',	3),
(2651,	1,	'2015-08-05 13:03:59',	'2015-08-05 13:03:59',	'',	'Current Generation Spares',	'',	'publish',	'open',	'closed',	'',	'col-4',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2651',	41,	'nav_menu_item',	'',	0),
(2829,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Model 1 Spares',	'',	'publish',	'closed',	'closed',	'',	'model-1-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2829',	51,	'nav_menu_item',	'',	0),
(2830,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Model 3 Spares',	'',	'publish',	'closed',	'closed',	'',	'model-3-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2830',	52,	'nav_menu_item',	'',	0),
(2831,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Model 4 Spares',	'',	'publish',	'closed',	'closed',	'',	'model-4-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2831',	53,	'nav_menu_item',	'',	0),
(2832,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Model 6 Spares',	'',	'publish',	'closed',	'closed',	'',	'model-6-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2832',	54,	'nav_menu_item',	'',	0),
(2788,	1,	'2020-02-11 11:37:46',	'2020-02-11 11:37:46',	'',	'General Support',	'',	'publish',	'closed',	'closed',	'',	'help-centre',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2788',	19,	'nav_menu_item',	'',	0),
(2833,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Model 7 Spares',	'',	'publish',	'closed',	'closed',	'',	'model-7-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2833',	55,	'nav_menu_item',	'',	0),
(2834,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Powrtouch Classic Spares',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-classic-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2834',	50,	'nav_menu_item',	'',	0),
(2661,	1,	'2015-08-05 13:04:00',	'2015-08-05 13:04:00',	'',	'Previous Generation Spares',	'',	'publish',	'open',	'closed',	'',	'col-6',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2661',	49,	'nav_menu_item',	'',	0),
(2822,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Powrtouch Evolution Single Axle Manual Spares',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-single-axle-manual-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2822',	43,	'nav_menu_item',	'',	0),
(2823,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Powrtouch Evolution Twin Axle Auto (2 Motor) Spares',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-twin-axle-auto-2-motor-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2823',	46,	'nav_menu_item',	'',	0),
(2824,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Powrtouch Evolution Twin Axle Auto (4 Motor) Spares',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-twin-axle-auto-4-motor-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2824',	48,	'nav_menu_item',	'',	0),
(2825,	0,	'2020-02-11 16:03:35',	'2020-02-11 16:03:35',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e42d0a445a181.68002109-BjF5rK8XRbNRWov3iAGdKe5UTZUysR8K',	'',	'',	'2020-02-11 16:04:52',	'2020-02-11 16:04:52',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2825',	0,	'scheduled-action',	'',	3),
(2826,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Powrtouch Evolution Twin Axle Manual (2 Motor) Spares',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-twin-axle-manual-2-motor-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2826',	45,	'nav_menu_item',	'',	0),
(2827,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Powrtouch Evolution Twin Axle Manual (4 Motor) Spares',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-twin-axle-manual-4-motor-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2827',	47,	'nav_menu_item',	'',	0),
(2828,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Powrtouch Freedom Spares',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-freedom-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2828',	42,	'nav_menu_item',	'',	0),
(2671,	1,	'2015-08-05 11:17:41',	'2015-08-05 11:17:41',	'',	'Contact',	'',	'publish',	'open',	'closed',	'',	'elements',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2671',	56,	'nav_menu_item',	'',	0),
(3150,	0,	'2020-02-15 01:52:35',	'2020-02-15 01:52:35',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e474ee365c1f3.74819448-pBbnewOzs2EGS5IN7piIIdiwBbwipwtm',	'',	'',	'2020-02-15 01:52:35',	'2020-02-15 01:52:35',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3150',	0,	'scheduled-action',	'',	3),
(2999,	1,	'2020-02-13 09:47:40',	'2020-02-13 09:47:40',	'',	'Powrtouch Evolution Single Axle',	'',	'inherit',	'open',	'closed',	'',	'powrtouch-evolution-single-axle',	'',	'',	'2020-02-13 09:47:40',	'2020-02-13 09:47:40',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Single-Axle.jpg',	0,	'attachment',	'image/jpeg',	0),
(3166,	0,	'2020-02-17 15:45:58',	'2020-02-17 15:45:58',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4ac290c3ea19.90766102-gIUvP2dZLNz3RjETvsx9R0umWZlmLG97',	'',	'',	'2020-02-17 16:42:56',	'2020-02-17 16:42:56',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3166',	0,	'scheduled-action',	'',	3),
(3000,	1,	'2020-02-13 09:48:08',	'2020-02-13 09:48:08',	'',	'Powrtouch Evolution Twin',	'',	'inherit',	'open',	'closed',	'',	'powrtouch-evolution-twin',	'',	'',	'2020-02-13 09:48:08',	'2020-02-13 09:48:08',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-Twin.jpg',	0,	'attachment',	'image/jpeg',	0),
(3001,	1,	'2020-02-13 09:48:21',	'2020-02-13 09:48:21',	'',	'Powrtouch Evolution AWD',	'',	'inherit',	'open',	'closed',	'',	'powrtouch-evolution-awd',	'',	'',	'2020-02-13 09:48:21',	'2020-02-13 09:48:21',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Evolution-AWD.jpg',	0,	'attachment',	'image/jpeg',	0),
(3149,	0,	'2020-02-15 00:51:36',	'2020-02-15 00:51:36',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4740d36988a7.81771175-aEtA617pK2LjeVBkVHpZjfQPLihGwBaw',	'',	'',	'2020-02-15 00:52:35',	'2020-02-15 00:52:35',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3149',	0,	'scheduled-action',	'',	3),
(3099,	1,	'2020-02-13 16:23:19',	'2020-02-13 16:23:19',	'',	'Elements - Search Box Element',	'',	'inherit',	'closed',	'closed',	'',	'2413-revision-v1',	'',	'',	'2020-02-13 16:23:19',	'2020-02-13 16:23:19',	'',	2413,	'https://truma.youarenearly.online/2413-revision-v1/',	0,	'revision',	'',	0),
(4995,	1,	'2020-02-26 06:39:47',	'2020-02-26 06:39:47',	'',	'Michael Jordan Caravans',	'',	'publish',	'closed',	'closed',	'',	'michael-jordan-caravans',	'',	'',	'2020-02-26 06:39:47',	'2020-02-26 06:39:47',	'',	0,	'http://127.0.0.1/map1/dealers/michael-jordan-caravans/',	0,	'dealers',	'',	0),
(2991,	0,	'2020-02-13 10:32:59',	'2020-02-13 10:32:59',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4525fa1cefd5.60711139-paJjoGIIgNcnbaitgqfmmlLumfW18llX',	'',	'',	'2020-02-13 10:33:30',	'2020-02-13 10:33:30',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2991',	0,	'scheduled-action',	'',	3),
(2990,	0,	'2020-02-12 20:09:55',	'2020-02-12 20:09:55',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4517cba7b328.42159402-zwuUgzAO6DRw9pjx4QIYC0ZemrZ353VA',	'',	'',	'2020-02-13 09:32:59',	'2020-02-13 09:32:59',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2990',	0,	'scheduled-action',	'',	3),
(3148,	0,	'2020-02-14 19:29:56',	'2020-02-14 19:29:56',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4732888f3fc5.68819447-I1wJJzc0pVznXhDCOkpRn49uZjgY8V5L',	'',	'',	'2020-02-14 23:51:36',	'2020-02-14 23:51:36',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3148',	0,	'scheduled-action',	'',	3),
(3151,	0,	'2020-02-15 02:52:35',	'2020-02-15 02:52:35',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4817b17c2be8.29848542-GgjexQc1STkXYZxicw2w9bMMQrgka76R',	'',	'',	'2020-02-15 16:09:21',	'2020-02-15 16:09:21',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3151',	0,	'scheduled-action',	'',	3),
(2989,	1,	'2020-02-12 17:20:24',	'2020-02-12 17:20:24',	'',	'Pages - About Us',	'',	'inherit',	'closed',	'closed',	'',	'2403-revision-v1',	'',	'',	'2020-02-12 17:20:24',	'2020-02-12 17:20:24',	'',	2403,	'https://truma.youarenearly.online/2403-revision-v1/',	0,	'revision',	'',	0),
(2988,	0,	'2020-02-12 18:08:29',	'2020-02-12 18:08:29',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e444d837f1299.73740058-jUspDtguPhtDf43moDPOFgFwFeg2lhC7',	'',	'',	'2020-02-12 19:09:55',	'2020-02-12 19:09:55',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2988',	0,	'scheduled-action',	'',	3),
(2986,	0,	'2020-02-12 05:55:35',	'2020-02-12 05:55:35',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e43e58c0b5fa7.64712577-cn3wSpc93bm5xyw2Oszgzre57kUP37GE',	'',	'',	'2020-02-12 11:46:20',	'2020-02-12 11:46:20',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2986',	0,	'scheduled-action',	'',	3),
(3147,	0,	'2020-02-14 18:29:17',	'2020-02-14 18:29:17',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e46e724389dc5.97757194-Q28NBeSLfNowrrCba5TY45sGIbGZwFhZ',	'',	'',	'2020-02-14 18:29:56',	'2020-02-14 18:29:56',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3147',	0,	'scheduled-action',	'',	3),
(2980,	1,	'2020-02-11 16:58:24',	'2020-02-11 16:58:24',	'',	'Powrtouch Evolution (Auto)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-auto-4',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2980',	15,	'nav_menu_item',	'',	0),
(2979,	1,	'2020-02-11 16:58:24',	'2020-02-11 16:58:24',	'',	'Powrtouch Evolution (Auto)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-auto-3',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2979',	12,	'nav_menu_item',	'',	0),
(3137,	1,	'2020-02-14 09:22:34',	'2020-02-14 09:22:34',	'',	'Pages - F.A.Q.',	'',	'inherit',	'closed',	'closed',	'',	'2394-revision-v1',	'',	'',	'2020-02-14 09:22:34',	'2020-02-14 09:22:34',	'',	2394,	'https://truma.youarenearly.online/2394-revision-v1/',	0,	'revision',	'',	0),
(3146,	0,	'2020-02-14 15:04:36',	'2020-02-14 15:04:36',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e46d8ed2f76f6.45151500-NruIVN6lcwSJJl8vyst8xsMbd8ExUGrY',	'',	'',	'2020-02-14 17:29:17',	'2020-02-14 17:29:17',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3146',	0,	'scheduled-action',	'',	3),
(2976,	1,	'2020-02-11 16:58:24',	'2020-02-11 16:58:24',	'',	'Powrtouch Evolution (Manual)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-manual-4',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2976',	14,	'nav_menu_item',	'',	0),
(2975,	1,	'2020-02-11 16:58:24',	'2020-02-11 16:58:24',	'',	'Powrtouch Evolution (Manual)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-manual-3',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2975',	11,	'nav_menu_item',	'',	0),
(2974,	1,	'2020-02-11 16:58:24',	'2020-02-11 16:58:24',	'',	'Powrtouch Evolution (Manual)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-manual',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2974',	5,	'nav_menu_item',	'',	0),
(3144,	1,	'2020-02-14 11:46:57',	'2020-02-14 11:46:57',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'2383-revision-v1',	'',	'',	'2020-02-14 11:46:57',	'2020-02-14 11:46:57',	'',	2383,	'https://truma.youarenearly.online/2383-revision-v1/',	0,	'revision',	'',	0),
(2973,	1,	'2020-02-11 16:58:24',	'2020-02-11 16:58:24',	'',	'Powrtouch Evolution (Manual)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-manual-2',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2973',	8,	'nav_menu_item',	'',	0),
(2972,	1,	'2020-02-11 16:58:24',	'2020-02-11 16:58:24',	'',	'Powrtouch Freedom (Manual)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-freedom-2',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2972',	4,	'nav_menu_item',	'',	0),
(2717,	1,	'2020-01-23 12:08:40',	'0000-00-00 00:00:00',	'',	'zn_pb_templates',	'',	'draft',	'closed',	'closed',	'',	'',	'',	'',	'2020-01-23 12:08:40',	'0000-00-00 00:00:00',	'',	0,	'https://truma.youarenearly.online/?post_type=zn_pb_templates&p=2717',	0,	'zn_pb_templates',	'',	0),
(2718,	1,	'2020-01-23 12:08:40',	'0000-00-00 00:00:00',	'',	'zn_pb_el_templates',	'',	'draft',	'closed',	'closed',	'',	'',	'',	'',	'2020-01-23 12:08:40',	'0000-00-00 00:00:00',	'',	0,	'https://truma.youarenearly.online/?post_type=zn_pb_templates&p=2718',	0,	'zn_pb_templates',	'',	0),
(2719,	1,	'2020-01-23 12:14:24',	'2020-01-23 12:14:24',	'',	'large image',	'',	'inherit',	'open',	'closed',	'',	'large-image',	'',	'',	'2020-01-23 12:14:24',	'2020-01-23 12:14:24',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/01/large-image.png',	0,	'attachment',	'image/png',	0),
(5161,	0,	'2020-02-28 17:47:52',	'2020-02-28 17:47:52',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5952b3f31267.48616903-3txdIWwWdU572GDRHCczCuKA87rhYirY',	'',	'',	'2020-02-28 17:49:39',	'2020-02-28 17:49:39',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5161',	0,	'scheduled-action',	'',	3),
(2732,	0,	'2020-02-10 12:25:10',	'2020-02-10 12:25:10',	'[]',	'woocommerce_update_marketplace_suggestions',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e414c1c08b726.47184612-iLGinrxyWMEEg7gMHSWxKTOLn2uvK0JU',	'',	'',	'2020-02-10 12:27:08',	'2020-02-10 12:27:08',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2732',	0,	'scheduled-action',	'',	3),
(2757,	0,	'2020-02-10 15:44:44',	'2020-02-10 15:44:44',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4182e6ae85b4.44830984-H41LbPwRWy4iWPsyERTyOlZAht7VXIDp',	'',	'',	'2020-02-10 16:20:54',	'2020-02-10 16:20:54',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2757',	0,	'scheduled-action',	'',	3),
(2723,	1,	'2020-01-23 12:22:42',	'2020-01-23 12:22:42',	'',	'Truma_powrtouch_Logo_50mm_4C',	'',	'inherit',	'open',	'closed',	'',	'truma_powrtouch_logo_50mm_4c',	'',	'',	'2020-01-23 12:22:42',	'2020-01-23 12:22:42',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/01/Truma_powrtouch_Logo_50mm_4C.png',	0,	'attachment',	'image/png',	0),
(2724,	1,	'2020-01-23 12:26:37',	'2020-01-23 12:26:37',	'',	'Truma_powrtouch_Logo_50mm_4C 160w',	'',	'inherit',	'open',	'closed',	'',	'truma_powrtouch_logo_50mm_4c-160w',	'',	'',	'2020-01-23 12:26:37',	'2020-01-23 12:26:37',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/01/Truma_powrtouch_Logo_50mm_4C-160w.png',	0,	'attachment',	'image/png',	0),
(2725,	1,	'2020-01-27 15:44:26',	'2020-01-27 15:44:26',	'',	'LeisureSales',	'',	'inherit',	'open',	'closed',	'',	'leisuresales',	'',	'',	'2020-01-27 15:44:26',	'2020-01-27 15:44:26',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/01/LeisureSales.jpg',	0,	'attachment',	'image/jpeg',	0),
(2744,	1,	'2020-02-10 13:56:15',	'2020-02-10 13:56:15',	'',	'truma building 2',	'',	'inherit',	'open',	'closed',	'',	'truma-building-2',	'',	'',	'2020-02-10 13:56:15',	'2020-02-10 13:56:15',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/truma-building-2.png',	0,	'attachment',	'image/png',	0),
(2746,	1,	'2020-02-10 14:01:22',	'2020-02-10 14:01:22',	'',	'wheel',	'',	'inherit',	'open',	'closed',	'',	'wheel',	'',	'',	'2020-02-10 14:01:22',	'2020-02-10 14:01:22',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/wheel.png',	0,	'attachment',	'image/png',	0),
(2728,	1,	'2020-01-27 15:47:57',	'2020-01-27 15:47:57',	'',	'powrtouch_caravan_movers_logo',	'',	'inherit',	'open',	'closed',	'',	'powrtouch_caravan_movers_logo',	'',	'',	'2020-01-27 15:47:57',	'2020-01-27 15:47:57',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/01/powrtouch_caravan_movers_logo.png',	0,	'attachment',	'image/png',	0),
(2812,	1,	'2020-02-11 13:00:13',	'2020-02-11 13:00:13',	'',	'usp logos',	'',	'inherit',	'open',	'closed',	'',	'usp-logos',	'',	'',	'2020-02-11 13:00:13',	'2020-02-11 13:00:13',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/usp-logos.png',	0,	'attachment',	'image/png',	0),
(2733,	0,	'2020-02-10 12:25:22',	'2020-02-10 12:25:22',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e414c1c0c03a2.72626200-hqQbLmN91MglHnzNF52JJ1ue5vCXeJaf',	'',	'',	'2020-02-10 12:27:08',	'2020-02-10 12:27:08',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2733',	0,	'scheduled-action',	'',	3),
(2734,	0,	'2020-02-10 13:27:08',	'2020-02-10 13:27:08',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e415e433b3019.99914246-cp4UJdGJBiyv0MTDExTPugKCqUtcvQsy',	'',	'',	'2020-02-10 13:44:35',	'2020-02-10 13:44:35',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2734',	0,	'scheduled-action',	'',	3),
(2735,	1,	'2020-02-10 12:57:33',	'2020-02-10 12:57:33',	'The latest version of the ‘remote control handset’ for the twin axle All Wheel Drive range of movers. It will need to be paired into your existing Electronics control box.',	'AWD CDFMC Handset (Model 6)',	'',	'publish',	'open',	'closed',	'',	'awd-cdfmc-handset-model-6',	'',	'',	'2020-02-13 10:17:56',	'2020-02-13 10:17:56',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=2735',	0,	'product',	'',	0),
(3004,	1,	'2020-02-13 10:15:45',	'2020-02-13 10:15:45',	'',	'AWD CDFMC Handset (Model 6) P0062235100',	'',	'inherit',	'open',	'closed',	'',	'awd-cdfmc-handset-model-6-p0062235100',	'',	'',	'2020-02-13 10:15:45',	'2020-02-13 10:15:45',	'',	2735,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/AWD-CDFMC-Handset-Model-6-P0062235100.jpg',	0,	'attachment',	'image/jpeg',	0),
(2738,	0,	'2020-02-10 12:59:36',	'2020-02-10 12:59:36',	'[1]',	'wc-admin_import_customers',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4153fa707980.89670268-ozfX5zkPG5mnakx4nT82B7cjPvZsqGag',	'',	'',	'2020-02-10 13:00:42',	'2020-02-10 13:00:42',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2738',	30,	'scheduled-action',	'',	3),
(2739,	1,	'2020-02-10 12:59:31',	'2020-02-10 12:59:31',	'',	'Order &ndash; February 10, 2020 @ 12:59 PM',	'',	'wc-processing',	'closed',	'closed',	'wc_order_H0ehvZNXFHpVG',	'order-feb-10-2020-1259-pm',	'',	'',	'2020-02-27 11:37:30',	'2020-02-27 11:37:30',	'',	0,	'https://truma.youarenearly.online/?post_type=shop_order&#038;p=2739',	0,	'shop_order',	'',	4),
(2740,	0,	'2020-02-10 12:59:36',	'2020-02-10 12:59:36',	'[2739]',	'wc-admin_import_orders',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4153fa7c6ca8.85517545-8UyhUmo24HR231uyYuZe0xtyKwfjHp5q',	'',	'',	'2020-02-10 13:00:42',	'2020-02-10 13:00:42',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2740',	30,	'scheduled-action',	'',	3),
(2741,	0,	'2020-02-10 14:44:35',	'2020-02-10 14:44:35',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e416c5cd9b693.78608242-tuuXw7OX1QHKCPL8in0eKAIrEbY88KiG',	'',	'',	'2020-02-10 14:44:44',	'2020-02-10 14:44:44',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2741',	0,	'scheduled-action',	'',	3),
(3165,	1,	'2020-02-17 12:47:33',	'2020-02-17 12:47:33',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'2383-revision-v1',	'',	'',	'2020-02-17 12:47:33',	'2020-02-17 12:47:33',	'',	2383,	'https://truma.youarenearly.online/2383-revision-v1/',	0,	'revision',	'',	0),
(2759,	1,	'2020-02-10 15:16:51',	'2020-02-10 15:16:51',	'',	'footer logo',	'',	'inherit',	'open',	'closed',	'',	'footer-logo',	'',	'',	'2020-02-10 15:16:51',	'2020-02-10 15:16:51',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/footer-logo.svg',	0,	'attachment',	'image/svg+xml',	0),
(3145,	0,	'2020-02-14 14:01:16',	'2020-02-14 14:01:16',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e46a8f44881b3.75866891-glZ4rv7Ty5n8WlHUgPEPrGYMAOYXRePz',	'',	'',	'2020-02-14 14:04:36',	'2020-02-14 14:04:36',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3145',	0,	'scheduled-action',	'',	3),
(2760,	1,	'2020-02-10 15:17:26',	'2020-02-10 15:17:26',	'',	'footer logo',	'',	'inherit',	'open',	'closed',	'',	'footer-logo-2',	'',	'',	'2020-02-10 15:18:31',	'2020-02-10 15:18:31',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/footer-logo.png',	0,	'attachment',	'image/png',	0),
(2761,	0,	'2020-02-10 17:20:54',	'2020-02-10 17:20:54',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e419112d24ab6.79467711-b7xScEozglsopqrMi8SZsLptUAwBNKnz',	'',	'',	'2020-02-10 17:21:22',	'2020-02-10 17:21:22',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2761',	0,	'scheduled-action',	'',	3),
(2779,	0,	'2020-02-11 12:00:09',	'2020-02-11 12:00:09',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e429766174778.68594169-wJiCgsGUoH2XBKs2vCAUchVy1IBK1yu3',	'',	'',	'2020-02-11 12:00:38',	'2020-02-11 12:00:38',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2779',	0,	'scheduled-action',	'',	3),
(2984,	0,	'2020-02-11 19:29:07',	'2020-02-11 19:29:07',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4360a9b63175.59412290-pxVPodmHDB5WLSkc2SBUiyL2aa5o5Nw3',	'',	'',	'2020-02-12 02:19:21',	'2020-02-12 02:19:21',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2984',	0,	'scheduled-action',	'',	3),
(2780,	1,	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->',	'Hello world!',	'',	'inherit',	'closed',	'closed',	'',	'1-revision-v1',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	1,	'https://truma.youarenearly.online/1-revision-v1/',	0,	'revision',	'',	0),
(2781,	1,	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'Seamlessly orchestrate process-centric best practices with end-to-end catalysts for change. Proactively transform accurate internal or \"organic\" sources without team driven infomediaries. Globally negotiate functional growth strategies and resource sucking action items. Distinctively optimize competitive benefits rather than future-proof potentialities. Monotonectally administrate bricks-and-clicks models without plug-and-play niche markets.\r\n\r\nCredibly parallel task bleeding-edge processes via multidisciplinary mindshare. Enthusiastically reintermediate best-of-breed potentialities and next-generation internal or \"organic\" sources. Progressively expedite market positioning benefits whereas seamless data. Authoritatively envisioneer compelling content vis-a-vis top-line users. Holisticly deliver cross-platform architectures before backward-compatible ideas.\r\n\r\nConveniently pursue e-business platforms through viral results. Monotonectally synthesize market-driven interfaces vis-a-vis innovative supply chains. Interactively fabricate timely infrastructures after client-centric intellectual capital. Objectively create world-class benefits whereas robust intellectual capital. Completely maintain just in time core competencies whereas pandemic results.\r\n\r\nCollaboratively mesh high-quality strategic theme areas vis-a-vis client-focused initiatives. Uniquely.',	'Progressively repurpose cutting-edge models',	'',	'inherit',	'closed',	'closed',	'',	'2386-revision-v1',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	2386,	'https://truma.youarenearly.online/2386-revision-v1/',	0,	'revision',	'',	0),
(2782,	1,	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'Competently leverage other\'s high standards in customer service after superior web-readiness. Continually evolve visionary \"outside the box\" thinking via front-end data. Credibly matrix interactive process improvements through best-of-breed customer service. Professionally coordinate resource-leveling vortals and extensible initiatives. Credibly enable accurate ROI rather than premium experiences.\r\n\r\nAuthoritatively myocardinate corporate e-tailers with best-of-breed value. Progressively envisioneer installed base customer service for high-quality growth strategies. Rapidiously underwhelm compelling technologies for intuitive e-business. Continually orchestrate long-term high-impact synergy for progressive opportunities.',	'Enthusiastically administrate ubiquitous',	'',	'inherit',	'closed',	'closed',	'',	'2387-revision-v1',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	2387,	'https://truma.youarenearly.online/2387-revision-v1/',	0,	'revision',	'',	0),
(2783,	1,	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'Appropriately pontificate synergistic para digms whereas 24/7 \"outside the box\". Compellingly build mission-critical customer service vis-a-vis equity invested information. Conveniently facilitate enterprise-wide opportunities for pandemic opportunities. Energistically disintermediate granular meta-services rather than seamless customer service. Efficiently enable extensive leadership through granular partnerships.\r\n\r\nEfficiently promote mission-critical expertise whereas backward-compatible metrics. Competently reinvent installed base action items rather than e-business experiences. Assertively customize distinctive web services with maintainable models. Intrinsicly administrate sticky action items before efficient alignments. Competently morph cross-media scenarios for scalable bandwidth.\r\n\r\nEfficiently transform viral information for integrated infomediaries. Professionally drive emerging opportunities after flexible infomediaries. Assertively disseminate emerging value with tactical vortals. Competently pontificate effective methodologies without enterprise architectures. Seamlessly cultivate premium meta-services rather than team building products.\r\n\r\nAssertively myocardinate enabled total linkage vis-a-vis best-of-breed e-services. Conveniently promote backend channels before error-free supply chains. Monotonectally transform flexible.',	'Uniquely productize next-generation opportunities',	'',	'inherit',	'closed',	'closed',	'',	'2487-revision-v1',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	2487,	'https://truma.youarenearly.online/2487-revision-v1/',	0,	'revision',	'',	0),
(2784,	1,	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'<strong>Seamlessly syndicate out-of-the-box quality vectors via multimedia based bandwidth.</strong> Monotonectally supply team driven quality vectors via mission-critical networks. Efficiently leverage existing top-line communities for business human capital. Interactively evisculate proactive data vis-a-vis premium information. Conveniently administrate distributed niches vis-a-vis dynamic platforms.\r\n\r\nHolisticly aggregate market-driven networks for reliable core competencies. Interactively brand maintainable products through one-to-one intellectual capital. Globally simplify leading-edge schemas with one-to-one leadership. Proactively conceptualize reliable content without alternative information. Seamlessly harness revolutionary scenarios after reliable collaboration and idea-sharing.\r\n<blockquote>Dramatically incubate one-to-one benefits through flexible supply chains. Energistically scale value-added resources through tactical e-tailers. Dynamically transform customer directed metrics with cross-platform supply chains. Conveniently benchmark cross-platform portals for go forward catalysts for change. Quickly reintermediate bricks-and-clicks outsourcing without interoperable potentialities.</blockquote>\r\nObjectively productivate team building innovation whereas impactful collaboration and idea-sharing. Dramatically maximize B2C functionalities for cross-unit networks.',	'Dramatically integrate viral technologies',	'',	'inherit',	'closed',	'closed',	'',	'2488-revision-v1',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	2488,	'https://truma.youarenearly.online/2488-revision-v1/',	0,	'revision',	'',	0),
(2785,	1,	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'Collaboratively grow bricks-and-clicks outsourcing and vertical leadership skills. Professionally deploy diverse results without strategic value. Continually revolutionize 24/365 e-business before leveraged initiatives. Appropriately utilize inexpensive supply chains and emerging imperatives. Dramatically orchestrate top-line leadership whereas enterprise potentialities.\r\n\r\nPhosfluorescently fabricate sticky architectures through unique meta-services. Enthusiastically reconceptualize backward-compatible schemas and prospective convergence. Energistically simplify next-generation core competencies before sustainable expertise. Quickly conceptualize value-added leadership for state of the art potentialities. Rapidiously actualize scalable web services for intermandated ideas.\r\n<blockquote>Progressively transform low-risk high-yield resources for low-risk high-yield manufactured products. Completely predominate premier alignments via unique vortals. Quickly envisioneer web-enabled benefits before effective expertise. Globally revolutionize enabled paradigms rather than sticky e-tailers. Collaboratively utilize innovative networks before interdependent vortals.</blockquote>\r\nAppropriately pontificate error-free methodologies after cost effective manufactured products. Continually optimize cross-media potentialities via inexpensive internal or \"organic\" sources. Proactively reintermediate customer.',	'Compellingly administrate vertical strategic theme areas',	'',	'inherit',	'closed',	'closed',	'',	'2489-revision-v1',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	2489,	'https://truma.youarenearly.online/2489-revision-v1/',	0,	'revision',	'',	0),
(2786,	1,	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'Efficiently network prospective content without performance based data. Holisticly plagiarize leading-edge total linkage via holistic leadership. Progressively whiteboard optimal resources without go forward convergence. Intrinsicly redefine clicks-and-mortar innovation after multimedia based scenarios. Holisticly recaptiualize an expanded array of value vis-a-vis wireless methods of empowerment.\r\n\r\nObjectively benchmark cooperative bandwidth and client-focused strategic theme areas. Rapidiously create global experiences for standardized systems. Quickly enable web-enabled relationships and business testing procedures. Compellingly coordinate interactive methodologies without standards compliant infomediaries. Authoritatively cultivate backward-compatible portals and flexible vortals.\r\n\r\nMonotonectally promote visionary web-readiness vis-a-vis inexpensive expertise. Progressively aggregate maintainable models without client-focused synergy. Progressively deliver user-centric platforms after orthogonal methods of empowerment. Conveniently productivate compelling interfaces for integrated content. Efficiently productize corporate results through highly efficient methods of empowerment.\r\n\r\nSeamlessly transform client-centric convergence after an expanded array of convergence. Compellingly leverage existing superior potentialities.',	'Synergistically fabricate backend niches',	'',	'inherit',	'closed',	'closed',	'',	'2490-revision-v1',	'',	'',	'2020-02-11 11:00:47',	'2020-02-11 11:00:47',	'',	2490,	'https://truma.youarenearly.online/2490-revision-v1/',	0,	'revision',	'',	0),
(2789,	1,	'2020-02-11 11:37:46',	'2020-02-11 11:37:46',	'',	'Current Generation Support',	'',	'publish',	'closed',	'closed',	'',	'current-generation',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2789',	25,	'nav_menu_item',	'',	0),
(2790,	1,	'2020-02-11 11:37:46',	'2020-02-11 11:37:46',	'',	'Previous Generation Support',	'',	'publish',	'closed',	'closed',	'',	'previous-generation',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2790',	33,	'nav_menu_item',	'',	0),
(2791,	1,	'2020-02-11 11:37:46',	'2020-02-11 11:37:46',	'',	'My Powrtouch Is Not Working',	'',	'publish',	'closed',	'closed',	'',	'my-powrtouch-is-not-working',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2791',	20,	'nav_menu_item',	'',	0),
(2792,	1,	'2020-02-11 11:37:46',	'2020-02-11 11:37:46',	'',	'Useful Tips',	'',	'publish',	'closed',	'closed',	'',	'useful-tips',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2792',	23,	'nav_menu_item',	'',	0),
(2794,	1,	'2020-02-11 11:37:46',	'2020-02-11 11:37:46',	'',	'Bespoke Fitting',	'',	'publish',	'closed',	'closed',	'',	'bespoke-fitting',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2794',	22,	'nav_menu_item',	'',	0),
(2804,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Model 4',	'',	'publish',	'closed',	'closed',	'',	'model-4',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	528,	'https://truma.youarenearly.online/?p=2804',	37,	'nav_menu_item',	'',	0),
(2805,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Model 6',	'',	'publish',	'closed',	'closed',	'',	'model-6',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	528,	'https://truma.youarenearly.online/?p=2805',	36,	'nav_menu_item',	'',	0),
(2806,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Model 7',	'',	'publish',	'closed',	'closed',	'',	'model-7',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	528,	'https://truma.youarenearly.online/?p=2806',	35,	'nav_menu_item',	'',	0),
(2807,	1,	'2020-02-11 11:43:19',	'2020-02-11 11:43:19',	'',	'Powrtouch Classic',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-classic',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	528,	'https://truma.youarenearly.online/?p=2807',	34,	'nav_menu_item',	'',	0),
(2808,	1,	'2020-02-11 11:46:10',	'2020-02-11 11:46:10',	'',	'Identifying Your Model',	'',	'publish',	'closed',	'closed',	'',	'identifying-your-model',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2808',	21,	'nav_menu_item',	'',	0),
(2809,	0,	'2020-02-11 13:00:38',	'2020-02-11 13:00:38',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e42a5b29a9186.17906207-2VkNlTy9jN1DTEjY54oD1QL2umhOOqrv',	'',	'',	'2020-02-11 13:01:38',	'2020-02-11 13:01:38',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2809',	0,	'scheduled-action',	'',	3),
(2998,	1,	'2020-02-13 09:46:46',	'2020-02-13 09:46:46',	'',	'Powrtouch Freedom',	'',	'inherit',	'open',	'closed',	'',	'powrtouch-freedom-3',	'',	'',	'2020-02-13 09:46:46',	'2020-02-13 09:46:46',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Freedom.jpg',	0,	'attachment',	'image/jpeg',	0),
(2813,	0,	'2020-02-11 14:01:38',	'2020-02-11 14:01:38',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e42b42e9332f7.48357344-Fe3CKhQOgowtNV6wTKfqX6uXxvrrmcEp',	'',	'',	'2020-02-11 14:03:26',	'2020-02-11 14:03:26',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2813',	0,	'scheduled-action',	'',	3),
(2820,	1,	'2020-02-11 14:44:03',	'2020-02-11 14:44:03',	'{\n    \"woocommerce_checkout_terms_and_conditions_checkbox_text\": {\n        \"value\": \"I have read and agree to the website [terms]\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-02-11 14:44:03\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'1bd50e71-1154-4877-acbd-de9d9cd40ec3',	'',	'',	'2020-02-11 14:44:03',	'2020-02-11 14:44:03',	'',	0,	'https://truma.youarenearly.online/?p=2820',	0,	'customize_changeset',	'',	0),
(2821,	1,	'2020-02-11 15:08:37',	'2020-02-11 15:08:37',	'',	'Powrtouch Evolution Single Axle Auto Spares',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-single-axle-auto-spares',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2821',	44,	'nav_menu_item',	'',	0),
(2835,	0,	'2020-02-11 15:22:07',	'2020-02-11 15:22:07',	'{\"update_callback\":\"wc_update_390_move_maxmind_database\"}',	'woocommerce_run_update_callback',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e42c6b41d7916.91617277-AlvbJVWLAuEznygMCmymjPGWgMYZCpeN',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2835',	0,	'scheduled-action',	'',	3),
(2836,	0,	'2020-02-11 15:22:08',	'2020-02-11 15:22:08',	'{\"update_callback\":\"wc_update_390_change_geolocation_database_update_cron\"}',	'woocommerce_run_update_callback',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e42c6b42a35d9.38028987-leEuN2g4fiwwf9P4OHLpn2c8gRrEWUTM',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2836',	0,	'scheduled-action',	'',	3),
(2837,	0,	'2020-02-11 15:22:09',	'2020-02-11 15:22:09',	'{\"update_callback\":\"wc_update_390_db_version\"}',	'woocommerce_run_update_callback',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e42c6b42c89f7.75521415-uQsuagJ9mLe3sBZ9LaDi50IT3f0KDRxl',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2837',	0,	'scheduled-action',	'',	3),
(2838,	0,	'2020-02-11 15:22:11',	'2020-02-11 15:22:11',	'{\"update_callback\":\"wc_update_390_move_maxmind_database\"}',	'woocommerce_run_update_callback',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e42c6b42ec405.91839114-cw1WGpzbTdiIJ1MIfVXDZi1xAwewi4ji',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2838',	0,	'scheduled-action',	'',	3),
(2839,	0,	'2020-02-11 15:22:12',	'2020-02-11 15:22:12',	'{\"update_callback\":\"wc_update_390_change_geolocation_database_update_cron\"}',	'woocommerce_run_update_callback',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e42c6b4311cf5.63583587-s2odh7VnYydT7memTJ6V0iGW4Zw5Be8S',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2839',	0,	'scheduled-action',	'',	3),
(2840,	0,	'2020-02-11 15:22:13',	'2020-02-11 15:22:13',	'{\"update_callback\":\"wc_update_390_db_version\"}',	'woocommerce_run_update_callback',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e42c6b4336732.15256209-0Dd8JL7lsJOXvdzHkuNQL2HcxGtAW17E',	'',	'',	'2020-02-11 15:22:28',	'2020-02-11 15:22:28',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2840',	0,	'scheduled-action',	'',	3),
(2841,	1,	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'[button style=\"btn-lined lined-dark \" url=\"#\" size=\"\" block=\"false\" target=\"_self\"] BUTTON TEXT [/button]',	'',	'',	'inherit',	'closed',	'closed',	'',	'2339-revision-v1',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	2339,	'https://truma.youarenearly.online/2339-revision-v1/',	0,	'revision',	'',	0),
(2842,	1,	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	'Blog (Alternative Layout)',	'',	'inherit',	'closed',	'closed',	'',	'2483-revision-v1',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	2483,	'https://truma.youarenearly.online/2483-revision-v1/',	0,	'revision',	'',	0),
(2843,	1,	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	'blog-test',	'',	'inherit',	'closed',	'closed',	'',	'2321-revision-v1',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	2321,	'https://truma.youarenearly.online/2321-revision-v1/',	0,	'revision',	'',	0),
(2844,	1,	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	'Carousel Portfolio',	'',	'inherit',	'closed',	'closed',	'',	'2471-revision-v1',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	2471,	'https://truma.youarenearly.online/2471-revision-v1/',	0,	'revision',	'',	0),
(2845,	1,	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	'Carousel Portfolio Alt',	'',	'inherit',	'closed',	'closed',	'',	'2334-revision-v1',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	2334,	'https://truma.youarenearly.online/2334-revision-v1/',	0,	'revision',	'',	0),
(2846,	1,	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'....',	'Elements - Accordions',	'',	'inherit',	'closed',	'closed',	'',	'2503-revision-v1',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	2503,	'https://truma.youarenearly.online/2503-revision-v1/',	0,	'revision',	'',	0),
(2847,	1,	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	'Elements - Action Box',	'',	'inherit',	'closed',	'closed',	'',	'2464-revision-v1',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	2464,	'https://truma.youarenearly.online/2464-revision-v1/',	0,	'revision',	'',	0),
(2848,	1,	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	'Elements - Big Social',	'',	'inherit',	'closed',	'closed',	'',	'2463-revision-v1',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	2463,	'https://truma.youarenearly.online/2463-revision-v1/',	0,	'revision',	'',	0),
(2849,	1,	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	'Elements - Buttons',	'',	'inherit',	'closed',	'closed',	'',	'2492-revision-v1',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	2492,	'https://truma.youarenearly.online/2492-revision-v1/',	0,	'revision',	'',	0),
(2850,	1,	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	'Elements - Call Out Banner',	'',	'inherit',	'closed',	'closed',	'',	'2462-revision-v1',	'',	'',	'2020-02-11 15:26:56',	'2020-02-11 15:26:56',	'',	2462,	'https://truma.youarenearly.online/2462-revision-v1/',	0,	'revision',	'',	0),
(2851,	1,	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	'Elements - Circle Title Box',	'',	'inherit',	'closed',	'closed',	'',	'2461-revision-v1',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	2461,	'https://truma.youarenearly.online/2461-revision-v1/',	0,	'revision',	'',	0),
(2852,	1,	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	'Elements - Devices',	'',	'inherit',	'closed',	'closed',	'',	'2411-revision-v1',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	2411,	'https://truma.youarenearly.online/2411-revision-v1/',	0,	'revision',	'',	0),
(2853,	1,	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	'Elements - Grid Photo Gallery',	'',	'inherit',	'closed',	'closed',	'',	'2460-revision-v1',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	2460,	'https://truma.youarenearly.online/2460-revision-v1/',	0,	'revision',	'',	0),
(2854,	1,	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	'Elements - Grid Photo Gallery (Full-width)',	'',	'inherit',	'closed',	'closed',	'',	'2333-revision-v1',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	2333,	'https://truma.youarenearly.online/2333-revision-v1/',	0,	'revision',	'',	0),
(2855,	1,	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	'Elements - Grid Photo Gallery +',	'',	'inherit',	'closed',	'closed',	'',	'2336-revision-v1',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	2336,	'https://truma.youarenearly.online/2336-revision-v1/',	0,	'revision',	'',	0),
(2856,	1,	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	'Elements - Hover boxes',	'',	'inherit',	'closed',	'closed',	'',	'2410-revision-v1',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	2410,	'https://truma.youarenearly.online/2410-revision-v1/',	0,	'revision',	'',	0),
(2857,	1,	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	'Elements - Icon Box',	'',	'inherit',	'closed',	'closed',	'',	'2458-revision-v1',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	2458,	'https://truma.youarenearly.online/2458-revision-v1/',	0,	'revision',	'',	0),
(2858,	1,	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	'Elements - Icon Box Grid',	'',	'inherit',	'closed',	'closed',	'',	'2457-revision-v1',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	2457,	'https://truma.youarenearly.online/2457-revision-v1/',	0,	'revision',	'',	0),
(2859,	1,	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	'Elements - Image Box',	'',	'inherit',	'closed',	'closed',	'',	'2456-revision-v1',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	2456,	'https://truma.youarenearly.online/2456-revision-v1/',	0,	'revision',	'',	0),
(2860,	1,	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	'Elements - Latest Posts',	'',	'inherit',	'closed',	'closed',	'',	'2454-revision-v1',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	2454,	'https://truma.youarenearly.online/2454-revision-v1/',	0,	'revision',	'',	0),
(2861,	1,	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	'Elements - Media Container',	'',	'inherit',	'closed',	'closed',	'',	'2408-revision-v1',	'',	'',	'2020-02-11 15:31:41',	'2020-02-11 15:31:41',	'',	2408,	'https://truma.youarenearly.online/2408-revision-v1/',	0,	'revision',	'',	0),
(2862,	1,	'2020-02-11 15:31:42',	'2020-02-11 15:31:42',	'',	'Elements - Miscellaneous',	'',	'inherit',	'closed',	'closed',	'',	'2409-revision-v1',	'',	'',	'2020-02-11 15:31:42',	'2020-02-11 15:31:42',	'',	2409,	'https://truma.youarenearly.online/2409-revision-v1/',	0,	'revision',	'',	0),
(2863,	1,	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	'Elements - Partners & Testimonials',	'',	'inherit',	'closed',	'closed',	'',	'2407-revision-v1',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	2407,	'https://truma.youarenearly.online/2407-revision-v1/',	0,	'revision',	'',	0),
(2864,	1,	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	'Elements - Recent Work',	'',	'inherit',	'closed',	'closed',	'',	'2453-revision-v1',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	2453,	'https://truma.youarenearly.online/2453-revision-v1/',	0,	'revision',	'',	0),
(2865,	1,	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	'Elements - Screenshots Box',	'',	'inherit',	'closed',	'closed',	'',	'2452-revision-v1',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	2452,	'https://truma.youarenearly.online/2452-revision-v1/',	0,	'revision',	'',	0),
(2866,	1,	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	'Elements - Services',	'',	'inherit',	'closed',	'closed',	'',	'2373-revision-v1',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	2373,	'https://truma.youarenearly.online/2373-revision-v1/',	0,	'revision',	'',	0),
(2867,	1,	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	'Elements - Some Element',	'',	'inherit',	'closed',	'closed',	'',	'2513-revision-v1',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	2513,	'https://truma.youarenearly.online/2513-revision-v1/',	0,	'revision',	'',	0),
(2868,	1,	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	'Elements - Stage and Icon Boxes',	'',	'inherit',	'closed',	'closed',	'',	'2406-revision-v1',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	2406,	'https://truma.youarenearly.online/2406-revision-v1/',	0,	'revision',	'',	0),
(2869,	1,	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	'Elements - Statistics',	'',	'inherit',	'closed',	'closed',	'',	'2451-revision-v1',	'',	'',	'2020-02-11 15:36:14',	'2020-02-11 15:36:14',	'',	2451,	'https://truma.youarenearly.online/2451-revision-v1/',	0,	'revision',	'',	0),
(2870,	1,	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	'Elements - System elements',	'',	'inherit',	'closed',	'closed',	'',	'2412-revision-v1',	'',	'',	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	2412,	'https://truma.youarenearly.online/2412-revision-v1/',	0,	'revision',	'',	0),
(2871,	1,	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	'Elements - Tabs',	'',	'inherit',	'closed',	'closed',	'',	'2505-revision-v1',	'',	'',	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	2505,	'https://truma.youarenearly.online/2505-revision-v1/',	0,	'revision',	'',	0),
(2872,	1,	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	'Elements - Team boxes',	'',	'inherit',	'closed',	'closed',	'',	'2405-revision-v1',	'',	'',	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	2405,	'https://truma.youarenearly.online/2405-revision-v1/',	0,	'revision',	'',	0),
(2873,	1,	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	'Elements - Vertical Tabs',	'',	'inherit',	'closed',	'closed',	'',	'2448-revision-v1',	'',	'',	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	2448,	'https://truma.youarenearly.online/2448-revision-v1/',	0,	'revision',	'',	0),
(2874,	1,	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	'Features - Page Preloader',	'',	'inherit',	'closed',	'closed',	'',	'2335-revision-v1',	'',	'',	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	2335,	'https://truma.youarenearly.online/2335-revision-v1/',	0,	'revision',	'',	0),
(2875,	1,	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	'GOOGLE MAPS',	'',	'inherit',	'closed',	'closed',	'',	'2465-revision-v1',	'',	'',	'2020-02-11 15:40:03',	'2020-02-11 15:40:03',	'',	2465,	'https://truma.youarenearly.online/2465-revision-v1/',	0,	'revision',	'',	0),
(2876,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - ARA',	'',	'inherit',	'closed',	'closed',	'',	'2379-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2379,	'https://truma.youarenearly.online/2379-revision-v1/',	0,	'revision',	'',	0),
(2877,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - ATLAS',	'',	'inherit',	'closed',	'closed',	'',	'2377-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2377,	'https://truma.youarenearly.online/2377-revision-v1/',	0,	'revision',	'',	0),
(2878,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - Homepage 1 (Classic)',	'',	'inherit',	'closed',	'closed',	'',	'2376-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2376,	'https://truma.youarenearly.online/2376-revision-v1/',	0,	'revision',	'',	0),
(2879,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - Homepage 2 (Classic)',	'',	'inherit',	'closed',	'closed',	'',	'2375-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2375,	'https://truma.youarenearly.online/2375-revision-v1/',	0,	'revision',	'',	0),
(2880,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - Homepage 3 (Classic)',	'',	'inherit',	'closed',	'closed',	'',	'2374-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2374,	'https://truma.youarenearly.online/2374-revision-v1/',	0,	'revision',	'',	0),
(2881,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - Homepage 4 (Classic)',	'',	'inherit',	'closed',	'closed',	'',	'2372-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2372,	'https://truma.youarenearly.online/2372-revision-v1/',	0,	'revision',	'',	0),
(2882,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - Homepage 5 (Classic)',	'',	'inherit',	'closed',	'closed',	'',	'2371-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2371,	'https://truma.youarenearly.online/2371-revision-v1/',	0,	'revision',	'',	0),
(2883,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - Homepage 6 (Classic)',	'',	'inherit',	'closed',	'closed',	'',	'2370-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2370,	'https://truma.youarenearly.online/2370-revision-v1/',	0,	'revision',	'',	0),
(2884,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - Homepage Boxed',	'',	'inherit',	'closed',	'closed',	'',	'2324-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2324,	'https://truma.youarenearly.online/2324-revision-v1/',	0,	'revision',	'',	0),
(2885,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - KRONOS',	'',	'inherit',	'closed',	'closed',	'',	'2378-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2378,	'https://truma.youarenearly.online/2378-revision-v1/',	0,	'revision',	'',	0),
(2886,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - KUMA',	'',	'inherit',	'closed',	'closed',	'',	'2380-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2380,	'https://truma.youarenearly.online/2380-revision-v1/',	0,	'revision',	'',	0),
(2887,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - ORION',	'',	'inherit',	'closed',	'closed',	'',	'2382-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2382,	'https://truma.youarenearly.online/2382-revision-v1/',	0,	'revision',	'',	0),
(2888,	1,	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	'Homepages - VEGA',	'',	'inherit',	'closed',	'closed',	'',	'2381-revision-v1',	'',	'',	'2020-02-11 15:41:38',	'2020-02-11 15:41:38',	'',	2381,	'https://truma.youarenearly.online/2381-revision-v1/',	0,	'revision',	'',	0),
(5014,	1,	'2020-02-26 06:40:00',	'2020-02-26 06:40:00',	'',	'Broad Lane Leisure',	'',	'publish',	'closed',	'closed',	'',	'broad-lane-leisure-2',	'',	'',	'2020-02-26 06:40:00',	'2020-02-26 06:40:00',	'',	0,	'http://127.0.0.1/map1/dealers/broad-lane-leisure-2/',	0,	'dealers',	'',	0),
(5009,	1,	'2020-02-26 06:39:57',	'2020-02-26 06:39:57',	'',	'Marquis Motorhomes & Caravans',	'',	'publish',	'closed',	'closed',	'',	'marquis-motorhomes-caravans-5',	'',	'',	'2020-02-26 06:39:57',	'2020-02-26 06:39:57',	'',	0,	'http://127.0.0.1/map1/dealers/marquis-motorhomes-caravans-5/',	0,	'dealers',	'',	0),
(2890,	1,	'2020-02-11 15:56:36',	'2020-02-11 15:56:36',	'',	'Pages - 404',	'',	'inherit',	'closed',	'closed',	'',	'2391-revision-v1',	'',	'',	'2020-02-11 15:56:36',	'2020-02-11 15:56:36',	'',	2391,	'https://truma.youarenearly.online/2391-revision-v1/',	0,	'revision',	'',	0),
(2891,	1,	'2020-02-11 15:56:36',	'2020-02-11 15:56:36',	'',	'Pages - Blog Posts',	'',	'inherit',	'closed',	'closed',	'',	'2399-revision-v1',	'',	'',	'2020-02-11 15:56:36',	'2020-02-11 15:56:36',	'',	2399,	'https://truma.youarenearly.online/2399-revision-v1/',	0,	'revision',	'',	0),
(2892,	1,	'2020-02-11 15:56:36',	'2020-02-11 15:56:36',	'',	'Pages - Coming Soon / Offline',	'',	'inherit',	'closed',	'closed',	'',	'2390-revision-v1',	'',	'',	'2020-02-11 15:56:36',	'2020-02-11 15:56:36',	'',	2390,	'https://truma.youarenearly.online/2390-revision-v1/',	0,	'revision',	'',	0),
(2893,	1,	'2020-02-11 15:56:40',	'2020-02-11 15:56:40',	'',	'Media Container (Custom Content)',	'',	'inherit',	'closed',	'closed',	'',	'2330-revision-v1',	'',	'',	'2020-02-11 15:56:40',	'2020-02-11 15:56:40',	'',	2330,	'https://truma.youarenearly.online/2330-revision-v1/',	0,	'revision',	'',	0),
(2894,	0,	'2020-02-11 17:04:52',	'2020-02-11 17:04:52',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e42e4339c9c58.18333849-wVRPPLSKaTbx2NI4VHqChKuQPwRF3N1n',	'',	'',	'2020-02-11 17:28:19',	'2020-02-11 17:28:19',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=2894',	0,	'scheduled-action',	'',	3),
(2895,	1,	'2020-02-11 16:24:36',	'2020-02-11 16:24:36',	'',	'Pages - Our Services',	'',	'inherit',	'closed',	'closed',	'',	'2401-revision-v1',	'',	'',	'2020-02-11 16:24:36',	'2020-02-11 16:24:36',	'',	2401,	'https://truma.youarenearly.online/2401-revision-v1/',	0,	'revision',	'',	0),
(2896,	1,	'2020-02-11 16:24:39',	'2020-02-11 16:24:39',	'',	'Pages - Our Team',	'',	'inherit',	'closed',	'closed',	'',	'2400-revision-v1',	'',	'',	'2020-02-11 16:24:39',	'2020-02-11 16:24:39',	'',	2400,	'https://truma.youarenearly.online/2400-revision-v1/',	0,	'revision',	'',	0),
(2897,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'<h2>Default styles</h2>\r\nFor basic styling—light padding and only horizontal dividers—add the base class <code>.table</code> to any <code>&lt;table&gt;</code>.\r\n<div class=\"bs-docs-example\">\r\n<table class=\"table\">\r\n<thead>\r\n<tr>\r\n<th>#</th>\r\n<th>First Name</th>\r\n<th>Last Name</th>\r\n<th>Username</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>1</td>\r\n<td>Mark</td>\r\n<td>Otto</td>\r\n<td>@mdo</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Jacob</td>\r\n<td>Thornton</td>\r\n<td>@fat</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Larry</td>\r\n<td>the Bird</td>\r\n<td>@twitter</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<pre class=\"prettyprint linenums\">[table]\r\n&lt;table&gt;\r\n  …\r\n&lt;/table&gt;\r\n[/table]</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<h2>Optional classes</h2>\r\nAdd any of the following classes to the <code>.table</code> base class.\r\n<h3><code>.table-striped</code></h3>\r\nAdds zebra-striping to any table row within the <code>&lt;tbody&gt;</code> via the <code>:nth-child</code> CSS selector (not available in IE7-IE8).\r\n<div class=\"bs-docs-example\">\r\n<table class=\"table table-striped\">\r\n<thead>\r\n<tr>\r\n<th>#</th>\r\n<th>First Name</th>\r\n<th>Last Name</th>\r\n<th>Username</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>1</td>\r\n<td>Mark</td>\r\n<td>Otto</td>\r\n<td>@mdo</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Jacob</td>\r\n<td>Thornton</td>\r\n<td>@fat</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Larry</td>\r\n<td>the Bird</td>\r\n<td>@twitter</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<pre class=\"prettyprint linenums\">[table type=\"table-striped\"]\r\n&lt;table&gt;\r\n  …\r\n&lt;/table&gt;\r\n[/table]</pre>\r\n<h3><code>.table-bordered</code></h3>\r\nAdd borders and rounded corners to the table.\r\n<div class=\"bs-docs-example\">\r\n<table class=\"table table-bordered\">\r\n<thead>\r\n<tr>\r\n<th>#</th>\r\n<th>First Name</th>\r\n<th>Last Name</th>\r\n<th>Username</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"2\">1</td>\r\n<td>Mark</td>\r\n<td>Otto</td>\r\n<td>@mdo</td>\r\n</tr>\r\n<tr>\r\n<td>Mark</td>\r\n<td>Otto</td>\r\n<td>@TwBootstrap</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Jacob</td>\r\n<td>Thornton</td>\r\n<td>@fat</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td colspan=\"2\">Larry the Bird</td>\r\n<td>@twitter</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<pre class=\"prettyprint linenums\">[table type=\"table-bordered\"]\r\n&lt;table&gt;\r\n  …\r\n&lt;/table&gt;\r\n[/table]</pre>\r\n<h3><code>.table-hover</code></h3>\r\nEnable a hover state on table rows within a <code>&lt;tbody&gt;</code>.\r\n<div class=\"bs-docs-example\">\r\n<table class=\"table table-hover\">\r\n<thead>\r\n<tr>\r\n<th>#</th>\r\n<th>First Name</th>\r\n<th>Last Name</th>\r\n<th>Username</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>1</td>\r\n<td>Mark</td>\r\n<td>Otto</td>\r\n<td>@mdo</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Jacob</td>\r\n<td>Thornton</td>\r\n<td>@fat</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td colspan=\"2\">Larry the Bird</td>\r\n<td>@twitter</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<pre class=\"prettyprint linenums\">[table type=\"table-hover\"]\r\n&lt;table&gt;\r\n  …\r\n&lt;/table&gt;\r\n[/table]</pre>\r\n<h3><code>.table-condensed</code></h3>\r\nMakes tables more compact by cutting cell padding in half.\r\n<div class=\"bs-docs-example\">\r\n<table class=\"table table-condensed\">\r\n<thead>\r\n<tr>\r\n<th>#</th>\r\n<th>First Name</th>\r\n<th>Last Name</th>\r\n<th>Username</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>1</td>\r\n<td>Mark</td>\r\n<td>Otto</td>\r\n<td>@mdo</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Jacob</td>\r\n<td>Thornton</td>\r\n<td>@fat</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td colspan=\"2\">Larry the Bird</td>\r\n<td>@twitter</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<pre class=\"prettyprint linenums\">[table type=\"table-condensed\"]\r\n&lt;table&gt;\r\n  …\r\n&lt;/table&gt;\r\n[/table]</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<h2>Optional row classes</h2>\r\nUse contextual classes to color table rows.\r\n<table class=\"table table-bordered table-striped\"><colgroup> <col class=\"span1\" /> <col class=\"span7\" /> </colgroup>\r\n<thead>\r\n<tr>\r\n<th>Class</th>\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><code>.success</code></td>\r\n<td>Indicates a successful or positive action.</td>\r\n</tr>\r\n<tr>\r\n<td><code>.error</code></td>\r\n<td>Indicates a dangerous or potentially negative action.</td>\r\n</tr>\r\n<tr>\r\n<td><code>.warning</code></td>\r\n<td>Indicates a warning that might need attention.</td>\r\n</tr>\r\n<tr>\r\n<td><code>.info</code></td>\r\n<td>Used as an alternative to the default styles.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"bs-docs-example\">\r\n<table class=\"table\">\r\n<thead>\r\n<tr>\r\n<th>#</th>\r\n<th>Product</th>\r\n<th>Payment Taken</th>\r\n<th>Status</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr class=\"success\">\r\n<td>1</td>\r\n<td>TB - Monthly</td>\r\n<td>01/04/2012</td>\r\n<td>Approved</td>\r\n</tr>\r\n<tr class=\"error\">\r\n<td>2</td>\r\n<td>TB - Monthly</td>\r\n<td>02/04/2012</td>\r\n<td>Declined</td>\r\n</tr>\r\n<tr class=\"warning\">\r\n<td>3</td>\r\n<td>TB - Monthly</td>\r\n<td>03/04/2012</td>\r\n<td>Pending</td>\r\n</tr>\r\n<tr class=\"info\">\r\n<td>4</td>\r\n<td>TB - Monthly</td>\r\n<td>04/04/2012</td>\r\n<td>Call in to confirm</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<pre class=\"prettyprint linenums\">...\r\n  &lt;tr class=\"success\"&gt;\r\n    &lt;td&gt;1&lt;/td&gt;\r\n    &lt;td&gt;TB - Monthly&lt;/td&gt;\r\n    &lt;td&gt;01/04/2012&lt;/td&gt;\r\n    &lt;td&gt;Approved&lt;/td&gt;\r\n  &lt;/tr&gt;\r\n...</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<h2>Supported table markup</h2>\r\nList of supported table HTML elements and how they should be used.\r\n<table class=\"table table-bordered table-striped\"><colgroup> <col class=\"span1\" /> <col class=\"span7\" /> </colgroup>\r\n<thead>\r\n<tr>\r\n<th>Tag</th>\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><code>&lt;table&gt;</code></td>\r\n<td>Wrapping element for displaying data in a tabular format</td>\r\n</tr>\r\n<tr>\r\n<td><code>&lt;thead&gt;</code></td>\r\n<td>Container element for table header rows (<code>&lt;tr&gt;</code>) to label table columns</td>\r\n</tr>\r\n<tr>\r\n<td><code>&lt;tbody&gt;</code></td>\r\n<td>Container element for table rows (<code>&lt;tr&gt;</code>) in the body of the table</td>\r\n</tr>\r\n<tr>\r\n<td><code>&lt;tr&gt;</code></td>\r\n<td>Container element for a set of table cells (<code>&lt;td&gt;</code> or <code>&lt;th&gt;</code>) that appears on a single row</td>\r\n</tr>\r\n<tr>\r\n<td><code>&lt;td&gt;</code></td>\r\n<td>Default table cell</td>\r\n</tr>\r\n<tr>\r\n<td><code>&lt;th&gt;</code></td>\r\n<td>Special table cell for column (or row, depending on scope and placement) labelsMust be used within a <code>&lt;thead&gt;</code></td>\r\n</tr>\r\n<tr>\r\n<td><code>&lt;caption&gt;</code></td>\r\n<td>Description or summary of what the table holds, especially useful for screen readers</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<pre class=\"prettyprint linenums\">&lt;table&gt;\r\n  &lt;caption&gt;...&lt;/caption&gt;\r\n  &lt;thead&gt;\r\n    &lt;tr&gt;\r\n      &lt;th&gt;...&lt;/th&gt;\r\n      &lt;th&gt;...&lt;/th&gt;\r\n    &lt;/tr&gt;\r\n  &lt;/thead&gt;\r\n  &lt;tbody&gt;\r\n    &lt;tr&gt;\r\n      &lt;td&gt;...&lt;/td&gt;\r\n      &lt;td&gt;...&lt;/td&gt;\r\n    &lt;/tr&gt;\r\n  &lt;/tbody&gt;\r\n&lt;/table&gt;</pre>',	'Style - Tables',	'',	'inherit',	'closed',	'closed',	'',	'2501-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2501,	'https://truma.youarenearly.online/2501-revision-v1/',	0,	'revision',	'',	0),
(2898,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	'Style Icons Demo',	'',	'inherit',	'closed',	'closed',	'',	'2341-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2341,	'https://truma.youarenearly.online/2341-revision-v1/',	0,	'revision',	'',	0),
(2899,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'<div class=\"alert alert-info\">All these elements are just for demo purpose. You can achieve these styles by using the normal editor and SHORTCODES.</div>\r\n<!-- start examples -->\r\n<h2 id=\"headings\">Headings</h2>\r\nAll HTML headings, <code>&lt;h1&gt;</code> through <code>&lt;h6&gt;</code> are available.\r\n<div class=\"bs-docs-example\">\r\n<h1>h1. Heading 1</h1>\r\n<h2>h2. Heading 2</h2>\r\n<h3>h3. Heading 3</h3>\r\n<h4>h4. Heading 4</h4>\r\n<h5>h5. Heading 5</h5>\r\n<h6>h6. Heading 6</h6>\r\n</div>\r\n<h2 id=\"body-copy\">Body copy</h2>\r\nBootstrap\'s global default <code>font-size</code> is <strong>13px</strong>, with a <code>line-height</code> of <strong>19px</strong>. This is applied to the <code>&lt;body&gt;</code> and all paragraphs. In addition, <code>&lt;p&gt;</code> (paragraphs) receive a bottom margin of half their line-height (10px by default).\r\n<div class=\"bs-docs-example\">\r\n\r\nNullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.\r\n\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.\r\n\r\nMaecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;p&gt;...&lt;/p&gt;</pre>\r\n<h3>Lead body copy</h3>\r\nMake a paragraph stand out by adding <code>.lead</code>.\r\n<div class=\"bs-docs-example\">\r\n<p class=\"lead\">Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.</p>\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;p class=\"lead\"&gt;...&lt;/p&gt;</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<h2 id=\"emphasis\">Emphasis</h2>\r\nMake use of HTML\'s default emphasis tags with lightweight styles.\r\n<h3><code>&lt;small&gt;</code></h3>\r\nFor de-emphasizing inline or blocks of text, <small>use the small tag.</small>\r\n<div class=\"bs-docs-example\">\r\n\r\n<small>This line of text is meant to be treated as fine print.</small>\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;p&gt;\r\n  &lt;small&gt;This line of text is meant to be treated as fine print.&lt;/small&gt;\r\n&lt;/p&gt;</pre>\r\n<h3>Bold</h3>\r\nFor emphasizing a snippet of text with a heavier font-weight.\r\n<div class=\"bs-docs-example\">\r\n\r\nThe following snippet of text is <strong>rendered as bold text</strong>.\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;strong&gt;rendered as bold text&lt;/strong&gt;</pre>\r\n<h3>Italics</h3>\r\nFor emphasizing a snippet of text with italics.\r\n<div class=\"bs-docs-example\">\r\n\r\nThe following snippet of text is <em>rendered as italicized text</em>.\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;em&gt;rendered as italicized text&lt;/em&gt;</pre>\r\n<span class=\"label label-info\">Heads up!</span> Feel free to use <code>&lt;b&gt;</code> and <code>&lt;i&gt;</code> in HTML5. <code>&lt;b&gt;</code> is meant to highlight words or phrases without conveying additional importance while <code>&lt;i&gt;</code> is mostly for voice, technical terms, etc.\r\n<hr class=\"bs-docs-separator\">\r\n<h2 id=\"abbreviations\">Abbreviations</h2>\r\nStylized implemenation of HTML\'s <code>&lt;abbr&gt;</code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title</code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.\r\n<h3><code>&lt;abbr&gt;</code></h3>\r\nFor expanded text on long hover of an abbreviation, include the <code>title</code> attribute.\r\n<div class=\"bs-docs-example\">\r\n\r\nAn abbreviation of the word attribute is <abbr title=\"attribute\">attr</abbr>.\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;abbr title=\"attribute\"&gt;attr&lt;/abbr&gt;</pre>\r\n<h3><code>&lt;abbr class=\"initialism\"&gt;</code></h3>\r\nAdd <code>.initialism</code> to an abbreviation for a slightly smaller font-size.\r\n<div class=\"bs-docs-example\">\r\n\r\n<abbr class=\"initialism\" title=\"HyperText Markup Language\">HTML</abbr> is the best thing since sliced bread.\r\n\r\n</div>\r\n<pre class=\"prettyprint\">&lt;abbr title=\"HyperText Markup Language\" class=\"initialism\"&gt;HTML&lt;/abbr&gt;</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<h2 id=\"addresses\">Addresses</h2>\r\nPresent contact information for the nearest ancestor or the entire body of work.\r\n<h3><code>&lt;address&gt;</code></h3>\r\nPreserve formatting by ending all lines with <code>&lt;br&gt;</code>.\r\n<div class=\"bs-docs-example\"><address><strong>Twitter, Inc.</strong>795 Folsom Ave, Suite 600San Francisco, CA 94107<abbr title=\"Phone\">P:</abbr> (123) 456-7890</address><address><strong>Full Name</strong><a href=\"mailto:#\">first.last@gmail.com</a></address></div>\r\n<pre class=\"prettyprint linenums\">&lt;address&gt;\r\n  &lt;strong&gt;Twitter, Inc.&lt;/strong&gt;&lt;br&gt;\r\n  795 Folsom Ave, Suite 600&lt;br&gt;\r\n  San Francisco, CA 94107&lt;br&gt;\r\n  &lt;abbr title=\"Phone\"&gt;P:&lt;/abbr&gt; (123) 456-7890\r\n&lt;/address&gt;\r\n\r\n&lt;address&gt;\r\n  &lt;strong&gt;Full Name&lt;/strong&gt;&lt;br&gt;\r\n  &lt;a href=\"mailto:#\"&gt;first.last@gmail.com&lt;/a&gt;\r\n&lt;/address&gt;</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<h2 id=\"blockquotes\">Blockquotes</h2>\r\nFor quoting blocks of content from another source within your document.\r\n<h3>Default blockquote</h3>\r\nWrap <code>&lt;blockquote&gt;</code> around any <abbr title=\"HyperText Markup Language\">HTML</abbr> as the quote. For straight quotes we recommend a <code>&lt;p&gt;</code>.\r\n<div class=\"bs-docs-example\">\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</blockquote>\r\n</div>\r\n<pre class=\"prettyprint linenums\">&lt;blockquote&gt;\r\n  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;/p&gt;\r\n&lt;/blockquote&gt;</pre>\r\n<h3>Blockquote options</h3>\r\nStyle and content changes for simple variations on a standard blockquote.\r\n<h4>Naming a source</h4>\r\nAdd <code>&lt;small&gt;</code> tag for identifying the source. Wrap the name of the source work in <code>&lt;cite&gt;</code>.\r\n<div class=\"bs-docs-example\">\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.\r\n\r\n<small>Someone famous in <cite title=\"Source Title\">Source Title</cite></small></blockquote>\r\n</div>\r\n<pre class=\"prettyprint linenums\">&lt;blockquote&gt;\r\n  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;/p&gt;\r\n  &lt;small&gt;Someone famous &lt;cite title=\"Source Title\"&gt;Source Title&lt;/cite&gt;&lt;/small&gt;\r\n&lt;/blockquote&gt;</pre>\r\n<h4>Alternate displays</h4>\r\nUse <code>.pull-right</code> for a floated, right-aligned blockquote.\r\n<div class=\"bs-docs-example\" style=\"overflow: hidden;\">\r\n<blockquote class=\"pull-right\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.\r\n\r\n<small>Someone famous in <cite title=\"Source Title\">Source Title</cite></small></blockquote>\r\n</div>\r\n<pre class=\"prettyprint linenums\">&lt;blockquote class=\"pull-right\"&gt;\r\n  ...\r\n&lt;/blockquote&gt;</pre>\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<!-- Lists -->\r\n<h2 id=\"lists\">Lists</h2>\r\n<h3>Unordered</h3>\r\nA list of items in which the order does <em>not</em> explicitly matter.\r\n<div class=\"bs-docs-example\">\r\n<ul>\r\n	<li>Lorem ipsum dolor sit amet</li>\r\n	<li>Consectetur adipiscing elit</li>\r\n	<li>Integer molestie lorem at massa</li>\r\n	<li>Facilisis in pretium nisl aliquet</li>\r\n	<li>Nulla volutpat aliquam velit\r\n<ul>\r\n	<li>Phasellus iaculis neque</li>\r\n	<li>Purus sodales ultricies</li>\r\n	<li>Vestibulum laoreet porttitor sem</li>\r\n	<li>Ac tristique libero volutpat at</li>\r\n</ul>\r\n</li>\r\n	<li>Faucibus porta lacus fringilla vel</li>\r\n	<li>Aenean sit amet erat nunc</li>\r\n	<li>Eget porttitor lorem</li>\r\n</ul>\r\n</div>\r\n<pre class=\"prettyprint linenums\">&lt;ul&gt;\r\n  &lt;li&gt;...&lt;/li&gt;\r\n&lt;/ul&gt;</pre>\r\n<h3>Ordered</h3>\r\nA list of items in which the order <em>does</em> explicitly matter.\r\n<div class=\"bs-docs-example\">\r\n<ol>\r\n	<li>Lorem ipsum dolor sit amet</li>\r\n	<li>Consectetur adipiscing elit</li>\r\n	<li>Integer molestie lorem at massa</li>\r\n	<li>Facilisis in pretium nisl aliquet</li>\r\n	<li>Nulla volutpat aliquam velit</li>\r\n	<li>Faucibus porta lacus fringilla vel</li>\r\n	<li>Aenean sit amet erat nunc</li>\r\n	<li>Eget porttitor lorem</li>\r\n</ol>\r\n</div>\r\n<pre class=\"prettyprint linenums\">&lt;ol&gt;\r\n  &lt;li&gt;...&lt;/li&gt;\r\n&lt;/ol&gt;</pre>\r\n<h3>Unstyled</h3>\r\nA list of items with no <code>list-style</code> or additional left padding.\r\n<div class=\"bs-docs-example\">\r\n<ul class=\"unstyled\">\r\n	<li>Lorem ipsum dolor sit amet</li>\r\n	<li>Consectetur adipiscing elit</li>\r\n	<li>Integer molestie lorem at massa</li>\r\n	<li>Facilisis in pretium nisl aliquet</li>\r\n	<li>Nulla volutpat aliquam velit\r\n<ul>\r\n	<li>Phasellus iaculis neque</li>\r\n	<li>Purus sodales ultricies</li>\r\n	<li>Vestibulum laoreet porttitor sem</li>\r\n	<li>Ac tristique libero volutpat at</li>\r\n</ul>\r\n</li>\r\n	<li>Faucibus porta lacus fringilla vel</li>\r\n	<li>Aenean sit amet erat nunc</li>\r\n	<li>Eget porttitor lorem</li>\r\n</ul>\r\n</div>\r\n<pre class=\"prettyprint linenums\">&lt;ul class=\"unstyled\"&gt;\r\n  &lt;li&gt;...&lt;/li&gt;\r\n&lt;/ul&gt;</pre>\r\n<h3>Description</h3>\r\nA list of terms with their associated descriptions.\r\n<div class=\"bs-docs-example\"><dl><dt>Description lists</dt><dd>A description list is perfect for defining terms.</dd><dt>Euismod</dt><dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd><dd>Donec id elit non mi porta gravida at eget metus.</dd><dt>Malesuada porta</dt><dd>Etiam porta sem malesuada magna mollis euismod.</dd></dl></div>\r\n<pre class=\"prettyprint linenums\">&lt;dl&gt;\r\n  &lt;dt&gt;...&lt;/dt&gt;\r\n  &lt;dd&gt;...&lt;/dd&gt;\r\n&lt;/dl&gt;</pre>\r\n<h4>Horizontal description</h4>\r\nMake terms and descriptions in <code>&lt;dl&gt;</code> line up side-by-side.\r\n<div class=\"bs-docs-example\"><dl class=\"dl-horizontal\"><dt>Description lists</dt><dd>A description list is perfect for defining terms.</dd><dt>Euismod</dt><dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd><dd>Donec id elit non mi porta gravida at eget metus.</dd><dt>Malesuada porta</dt><dd>Etiam porta sem malesuada magna mollis euismod.</dd><dt>Felis euismod semper eget lacinia</dt><dd>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</dd></dl></div>\r\n<pre class=\"prettyprint linenums\">&lt;dl class=\"dl-horizontal\"&gt;\r\n  &lt;dt&gt;...&lt;/dt&gt;\r\n  &lt;dd&gt;...&lt;/dd&gt;\r\n&lt;/dl&gt;</pre>\r\n<span class=\"label label-info\">Heads up!</span>\r\nHorizontal description lists will truncate terms that are too long to fit in the left column fix <code>text-overflow</code>. In narrower viewports, they will change to the default stacked layout.\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<!-- Code ================================================== -->\r\n<div class=\"page-header\">\r\n<h1>Code</h1>\r\n</div>\r\n<h2>Inline</h2>\r\nWrap inline snippets of code with <code>&lt;code&gt;</code>.\r\n<div class=\"bs-docs-example\">For example, <code>&lt;section&gt;</code> should be wrapped as inline.</div>\r\n<pre class=\"prettyprint linenums\">	For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inline.</pre>\r\n<h2>Basic block</h2>\r\nUse <code>&lt;pre&gt;</code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.\r\n<div class=\"bs-docs-example\">\r\n<pre>&lt;p&gt;Sample text here...&lt;/p&gt;</pre>\r\n</div>\r\n<pre class=\"prettyprint linenums\" style=\"margin-bottom: 9px;\">&lt;pre&gt;\r\n  &amp;lt;p&amp;gt;Sample text here...&amp;lt;/p&amp;gt;\r\n&lt;/pre&gt;</pre>\r\n<span class=\"label label-info\">Heads up!</span> Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.\r\n\r\nYou may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.\r\n\r\n<hr class=\"bs-docs-separator\" />\r\n\r\n<!-- Images ================================================== -->\r\n<div class=\"page-header\">\r\n<h1>Images</h1>\r\n</div>\r\nAdd classes to an <code>&lt;img&gt;</code> element to easily style images in any project.\r\n<div class=\"bs-docs-example bs-docs-example-images\"><img class=\"img-rounded\" src=\"http://placehold.it/140x140\" alt=\"\" /><img class=\"img-circle\" src=\"http://placehold.it/140x140\" alt=\"\" /><img class=\"img-polaroid\" src=\"http://placehold.it/140x140\" alt=\"\" /></div>\r\n<pre class=\"prettyprint linenums\">&lt;img src=\"...\" class=\"img-rounded\"&gt;\r\n&lt;img src=\"...\" class=\"img-circle\"&gt;\r\n&lt;img src=\"...\" class=\"img-polaroid\"&gt;</pre>\r\n<span class=\"label label-info\">Heads up!</span> <code>.img-rounded</code> and <code>.img-circle</code> do not work in IE7-8 due to lack of <code>border-radius</code> support.',	'Styles - Typography',	'',	'inherit',	'closed',	'closed',	'',	'2507-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2507,	'https://truma.youarenearly.online/2507-revision-v1/',	0,	'revision',	'',	0),
(2900,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'....',	'Subheader - Animated sparkles',	'',	'inherit',	'closed',	'closed',	'',	'2497-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2497,	'https://truma.youarenearly.online/2497-revision-v1/',	0,	'revision',	'',	0),
(2901,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'....',	'Subheader - Background Full Color',	'',	'inherit',	'closed',	'closed',	'',	'2502-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2502,	'https://truma.youarenearly.online/2502-revision-v1/',	0,	'revision',	'',	0),
(2902,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'....',	'Subheader - Background Video',	'',	'inherit',	'closed',	'closed',	'',	'2504-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2504,	'https://truma.youarenearly.online/2504-revision-v1/',	0,	'revision',	'',	0),
(2903,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'....',	'Subheaders - 4th July',	'',	'inherit',	'closed',	'closed',	'',	'2495-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2495,	'https://truma.youarenearly.online/2495-revision-v1/',	0,	'revision',	'',	0),
(2904,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'....',	'Subheaders - Christmas',	'',	'inherit',	'closed',	'closed',	'',	'2496-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2496,	'https://truma.youarenearly.online/2496-revision-v1/',	0,	'revision',	'',	0),
(2905,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'....',	'Subheaders - Easter Holidays',	'',	'inherit',	'closed',	'closed',	'',	'2493-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2493,	'https://truma.youarenearly.online/2493-revision-v1/',	0,	'revision',	'',	0),
(2906,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'....',	'Subheaders - St Patrick',	'',	'inherit',	'closed',	'closed',	'',	'2494-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2494,	'https://truma.youarenearly.online/2494-revision-v1/',	0,	'revision',	'',	0),
(2907,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	'test analitycs',	'',	'inherit',	'closed',	'closed',	'',	'2340-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2340,	'https://truma.youarenearly.online/2340-revision-v1/',	0,	'revision',	'',	0),
(2908,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'fdgdfg',	'Test Page',	'',	'inherit',	'closed',	'closed',	'',	'2368-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2368,	'https://truma.youarenearly.online/2368-revision-v1/',	0,	'revision',	'',	0),
(2909,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	'Test Page',	'',	'inherit',	'closed',	'closed',	'',	'2485-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2485,	'https://truma.youarenearly.online/2485-revision-v1/',	0,	'revision',	'',	0),
(2910,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	'testing page',	'',	'inherit',	'closed',	'closed',	'',	'2404-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2404,	'https://truma.youarenearly.online/2404-revision-v1/',	0,	'revision',	'',	0),
(2911,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	'Various - Iframe page',	'',	'inherit',	'closed',	'closed',	'',	'2328-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2328,	'https://truma.youarenearly.online/2328-revision-v1/',	0,	'revision',	'',	0),
(2912,	1,	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	'Video Box',	'',	'inherit',	'closed',	'closed',	'',	'2325-revision-v1',	'',	'',	'2020-02-11 16:31:53',	'2020-02-11 16:31:53',	'',	2325,	'https://truma.youarenearly.online/2325-revision-v1/',	0,	'revision',	'',	0),
(2913,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Sliders - Wow Slider (Blast)',	'',	'inherit',	'closed',	'closed',	'',	'2427-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2427,	'https://truma.youarenearly.online/2427-revision-v1/',	0,	'revision',	'',	0),
(2914,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Sliders - Wow Slider (Blinds)',	'',	'inherit',	'closed',	'closed',	'',	'2425-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2425,	'https://truma.youarenearly.online/2425-revision-v1/',	0,	'revision',	'',	0),
(2915,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Sliders - Wow Slider (FlyOut)',	'',	'inherit',	'closed',	'closed',	'',	'2426-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2426,	'https://truma.youarenearly.online/2426-revision-v1/',	0,	'revision',	'',	0),
(2916,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Sortable Portfolio',	'',	'inherit',	'closed',	'closed',	'',	'2472-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2472,	'https://truma.youarenearly.online/2472-revision-v1/',	0,	'revision',	'',	0),
(2917,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Sortable Portfolio (full-width)',	'',	'inherit',	'closed',	'closed',	'',	'2332-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2332,	'https://truma.youarenearly.online/2332-revision-v1/',	0,	'revision',	'',	0),
(2918,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Booking Panel',	'',	'inherit',	'closed',	'closed',	'',	'2445-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2445,	'https://truma.youarenearly.online/2445-revision-v1/',	0,	'revision',	'',	0),
(2919,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Default Layout',	'',	'inherit',	'closed',	'closed',	'',	'2414-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2414,	'https://truma.youarenearly.online/2414-revision-v1/',	0,	'revision',	'',	0),
(2920,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Event Countdown',	'',	'inherit',	'closed',	'closed',	'',	'2422-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2422,	'https://truma.youarenearly.online/2422-revision-v1/',	0,	'revision',	'',	0),
(2921,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Google Maps',	'',	'inherit',	'closed',	'closed',	'',	'2421-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2421,	'https://truma.youarenearly.online/2421-revision-v1/',	0,	'revision',	'',	0),
(2922,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Showroom Carousel',	'',	'inherit',	'closed',	'closed',	'',	'2443-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2443,	'https://truma.youarenearly.online/2443-revision-v1/',	0,	'revision',	'',	0),
(2923,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Simple Boxes',	'',	'inherit',	'closed',	'closed',	'',	'2447-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2447,	'https://truma.youarenearly.online/2447-revision-v1/',	0,	'revision',	'',	0),
(2924,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Simple Text',	'',	'inherit',	'closed',	'closed',	'',	'2417-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2417,	'https://truma.youarenearly.online/2417-revision-v1/',	0,	'revision',	'',	0),
(2925,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Simple Text with Mask',	'',	'inherit',	'closed',	'closed',	'',	'2416-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2416,	'https://truma.youarenearly.online/2416-revision-v1/',	0,	'revision',	'',	0),
(2926,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Text Pop',	'',	'inherit',	'closed',	'closed',	'',	'2415-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2415,	'https://truma.youarenearly.online/2415-revision-v1/',	0,	'revision',	'',	0),
(2927,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Text with Register',	'',	'inherit',	'closed',	'closed',	'',	'2423-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2423,	'https://truma.youarenearly.online/2423-revision-v1/',	0,	'revision',	'',	0),
(2928,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Video Background',	'',	'inherit',	'closed',	'closed',	'',	'2418-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2418,	'https://truma.youarenearly.online/2418-revision-v1/',	0,	'revision',	'',	0),
(2929,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Video Launcher',	'',	'inherit',	'closed',	'closed',	'',	'2419-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2419,	'https://truma.youarenearly.online/2419-revision-v1/',	0,	'revision',	'',	0),
(2930,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Static Content - Weather Panel',	'',	'inherit',	'closed',	'closed',	'',	'2446-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2446,	'https://truma.youarenearly.online/2446-revision-v1/',	0,	'revision',	'',	0),
(2931,	1,	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	'Style - Icons',	'',	'inherit',	'closed',	'closed',	'',	'2499-revision-v1',	'',	'',	'2020-02-11 16:34:58',	'2020-02-11 16:34:58',	'',	2499,	'https://truma.youarenearly.online/2499-revision-v1/',	0,	'revision',	'',	0),
(2932,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Skills Diagram',	'',	'inherit',	'closed',	'closed',	'',	'2326-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2326,	'https://truma.youarenearly.online/2326-revision-v1/',	0,	'revision',	'',	0),
(2933,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - 3d Cute Slider',	'',	'inherit',	'closed',	'closed',	'',	'2441-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2441,	'https://truma.youarenearly.online/2441-revision-v1/',	0,	'revision',	'',	0),
(2934,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Circular Carousel',	'',	'inherit',	'closed',	'closed',	'',	'2432-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2432,	'https://truma.youarenearly.online/2432-revision-v1/',	0,	'revision',	'',	0),
(2935,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Circular Carousel (Alternative)',	'',	'inherit',	'closed',	'closed',	'',	'2431-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2431,	'https://truma.youarenearly.online/2431-revision-v1/',	0,	'revision',	'',	0),
(2936,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Circular Catalogue',	'',	'inherit',	'closed',	'closed',	'',	'2433-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2433,	'https://truma.youarenearly.online/2433-revision-v1/',	0,	'revision',	'',	0),
(2937,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Creative Slider (Revolution)',	'',	'inherit',	'closed',	'closed',	'',	'2466-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2466,	'https://truma.youarenearly.online/2466-revision-v1/',	0,	'revision',	'',	0),
(2938,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - CSS3 Panels',	'',	'inherit',	'closed',	'closed',	'',	'2440-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2440,	'https://truma.youarenearly.online/2440-revision-v1/',	0,	'revision',	'',	0),
(2939,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - CSS3 Panels (Alternative)',	'',	'inherit',	'closed',	'closed',	'',	'2439-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2439,	'https://truma.youarenearly.online/2439-revision-v1/',	0,	'revision',	'',	0),
(2940,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Fancy Slider',	'',	'inherit',	'closed',	'closed',	'',	'2430-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2430,	'https://truma.youarenearly.online/2430-revision-v1/',	0,	'revision',	'',	0),
(2941,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - iCarousel',	'',	'inherit',	'closed',	'closed',	'',	'2435-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2435,	'https://truma.youarenearly.online/2435-revision-v1/',	0,	'revision',	'',	0),
(2942,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Ios Slider (alternative)',	'',	'inherit',	'closed',	'closed',	'',	'2444-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2444,	'https://truma.youarenearly.online/2444-revision-v1/',	0,	'revision',	'',	0),
(2943,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Ios Slider (default)',	'',	'inherit',	'closed',	'closed',	'',	'2449-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2449,	'https://truma.youarenearly.online/2449-revision-v1/',	0,	'revision',	'',	0),
(2944,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Laptop Slider',	'',	'inherit',	'closed',	'closed',	'',	'2437-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2437,	'https://truma.youarenearly.online/2437-revision-v1/',	0,	'revision',	'',	0),
(2945,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Laptop Slider (Alternative)',	'',	'inherit',	'closed',	'closed',	'',	'2436-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2436,	'https://truma.youarenearly.online/2436-revision-v1/',	0,	'revision',	'',	0),
(2946,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Nivo Slider',	'',	'inherit',	'closed',	'closed',	'',	'2428-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2428,	'https://truma.youarenearly.online/2428-revision-v1/',	0,	'revision',	'',	0),
(2947,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Portfolio Frames',	'',	'inherit',	'closed',	'closed',	'',	'2438-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2438,	'https://truma.youarenearly.online/2438-revision-v1/',	0,	'revision',	'',	0),
(2948,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Shop Slider (Part 2)',	'',	'inherit',	'closed',	'closed',	'',	'2424-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2424,	'https://truma.youarenearly.online/2424-revision-v1/',	0,	'revision',	'',	0),
(2949,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Shop Slider (Revolution)',	'',	'inherit',	'closed',	'closed',	'',	'2434-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2434,	'https://truma.youarenearly.online/2434-revision-v1/',	0,	'revision',	'',	0),
(2950,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Simple and modern',	'',	'inherit',	'closed',	'closed',	'',	'2442-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2442,	'https://truma.youarenearly.online/2442-revision-v1/',	0,	'revision',	'',	0),
(2951,	1,	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	'Sliders - Simple n\' Classic',	'',	'inherit',	'closed',	'closed',	'',	'2429-revision-v1',	'',	'',	'2020-02-11 16:37:44',	'2020-02-11 16:37:44',	'',	2429,	'https://truma.youarenearly.online/2429-revision-v1/',	0,	'revision',	'',	0),
(2952,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Pages - Photo Gallery',	'',	'inherit',	'closed',	'closed',	'',	'2398-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2398,	'https://truma.youarenearly.online/2398-revision-v1/',	0,	'revision',	'',	0),
(2953,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Pages - Portfolio Item',	'',	'inherit',	'closed',	'closed',	'',	'2397-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2397,	'https://truma.youarenearly.online/2397-revision-v1/',	0,	'revision',	'',	0),
(2954,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Pages - Process',	'',	'inherit',	'closed',	'closed',	'',	'2393-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2393,	'https://truma.youarenearly.online/2393-revision-v1/',	0,	'revision',	'',	0),
(2955,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Pages - Testimonials',	'',	'inherit',	'closed',	'closed',	'',	'2396-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2396,	'https://truma.youarenearly.online/2396-revision-v1/',	0,	'revision',	'',	0),
(2956,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Photo Gallery (Variations)',	'',	'inherit',	'closed',	'closed',	'',	'2331-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2331,	'https://truma.youarenearly.online/2331-revision-v1/',	0,	'revision',	'',	0),
(2957,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Portfolio Category - 1 Col',	'',	'inherit',	'closed',	'closed',	'',	'2467-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2467,	'https://truma.youarenearly.online/2467-revision-v1/',	0,	'revision',	'',	0),
(2958,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Portfolio Category - 2 Cols',	'',	'inherit',	'closed',	'closed',	'',	'2470-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2470,	'https://truma.youarenearly.online/2470-revision-v1/',	0,	'revision',	'',	0),
(2959,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Portfolio Category - 3 Cols',	'',	'inherit',	'closed',	'closed',	'',	'2469-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2469,	'https://truma.youarenearly.online/2469-revision-v1/',	0,	'revision',	'',	0),
(2960,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Portfolio Category - 4 Cols',	'',	'inherit',	'closed',	'closed',	'',	'2468-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2468,	'https://truma.youarenearly.online/2468-revision-v1/',	0,	'revision',	'',	0),
(2961,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Price List',	'',	'inherit',	'closed',	'closed',	'',	'2337-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2337,	'https://truma.youarenearly.online/2337-revision-v1/',	0,	'revision',	'',	0),
(2962,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'<!-- wp:paragraph -->\n<p>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:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://truma.youarenearly.online/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->',	'Sample Page',	'',	'inherit',	'closed',	'closed',	'',	'2-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2,	'https://truma.youarenearly.online/2-revision-v1/',	0,	'revision',	'',	0),
(2963,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Shop - Landing Page (Alternative)',	'',	'inherit',	'closed',	'closed',	'',	'2385-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2385,	'https://truma.youarenearly.online/2385-revision-v1/',	0,	'revision',	'',	0),
(2964,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Shop - Landing Page (Classic)',	'',	'inherit',	'closed',	'closed',	'',	'2384-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2384,	'https://truma.youarenearly.online/2384-revision-v1/',	0,	'revision',	'',	0),
(2965,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Shop - Landing page (Default)',	'',	'inherit',	'closed',	'closed',	'',	'2369-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2369,	'https://truma.youarenearly.online/2369-revision-v1/',	0,	'revision',	'',	0),
(2966,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Shop - Product page',	'',	'inherit',	'closed',	'closed',	'',	'2367-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2367,	'https://truma.youarenearly.online/2367-revision-v1/',	0,	'revision',	'',	0),
(2967,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Simple default builder page',	'',	'inherit',	'closed',	'closed',	'',	'2491-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2491,	'https://truma.youarenearly.online/2491-revision-v1/',	0,	'revision',	'',	0),
(2968,	1,	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	'Skill Bars',	'',	'inherit',	'closed',	'closed',	'',	'2338-revision-v1',	'',	'',	'2020-02-11 16:41:26',	'2020-02-11 16:41:26',	'',	2338,	'https://truma.youarenearly.online/2338-revision-v1/',	0,	'revision',	'',	0),
(2969,	1,	'2020-02-11 16:42:48',	'2020-02-11 16:42:48',	'<h3>Competently leverage other\'s team building functionalities vis-a-vis strategic solutions. Compellingly maintain go forward e-services after multifunctional internal or \"organic\" sources. Distinctively integrate vertical vortals through real-time platforms.</h3>\r\nPhosfluorescently leverage existing highly efficient channels before impactful infrastructures. Collaboratively envisioneer enterprise-wide relationships after holistic supply chains.\r\n\r\nObjectively aggregate multifunctional synergy for just in time technology. Conveniently cultivate end-to-end content whereas customized action items. Interactively implement functional ROI through user friendly systems. Quickly procrastinate transparent value and impactful data. Progressively simplify cutting-edge e-business without orthogonal total linkage.\r\n<h4>Quickly restore integrated portals without world-class portals. Dynamically communicate B2C scenarios after ethical scenarios. Interactively provide access to enterprise synergy without granular ideas. Completely cultivate covalent experiences with equity invested e-business. Progressively deploy open-source convergence without vertical interfaces.</h4>\r\nCollaboratively implement economically sound potentialities for pandemic \"outside the box\" thinking. Authoritatively engineer empowered content before error-free content. Rapidiously initiate client-based solutions for multidisciplinary \"outside the box\" thinking. Conveniently reinvent transparent schemas vis-a-vis progressive partnerships. Collaboratively extend backward-compatible interfaces without turnkey technology.\r\n\r\nDistinctively extend vertical e-markets via 2.0 web-readiness. Assertively fashion distinctive models via competitive e-services. Interactively leverage other\'s synergistic interfaces before distributed metrics. Distinctively synergize virtual platforms before ethical users. Efficiently plagiarize synergistic communities with orthogonal ideas.\r\n\r\nCompellingly integrate fully tested niche markets rather than cross-media communities. Completely procrastinate next-generation human capital through impactful expertise. Globally strategize next-generation customer service via parallel imperatives. Intrinsicly supply enterprise-wide outsourcing through team driven results. Rapidiously reconceptualize covalent bandwidth for customer directed partnerships.\r\n\r\nConveniently monetize transparent value after end-to-end intellectual capital. Compellingly initiate premier solutions via quality partnerships. Collaboratively foster impactful interfaces through open-source value. Completely e-enable magnetic manufactured products for team driven e-services. Quickly monetize end-to-end materials for go forward meta-services.\r\n\r\nCompetently strategize leading-edge models and prospective models. Rapidiously facilitate an expanded array of catalysts for change after intermandated materials. Progressively visualize sustainable core competencies whereas efficient scenarios. Rapidiously maximize open-source methods of empowerment rather than an expanded array of potentialities. Energistically enhance 2.0 technology before viral relationships.',	'Pages - Page With Sidebar',	'',	'inherit',	'closed',	'closed',	'',	'2388-revision-v1',	'',	'',	'2020-02-11 16:42:48',	'2020-02-11 16:42:48',	'',	2388,	'https://truma.youarenearly.online/2388-revision-v1/',	0,	'revision',	'',	0),
(2970,	1,	'2020-02-11 16:42:48',	'2020-02-11 16:42:48',	'<h3>Competently leverage other\'s team building functionalities vis-a-vis strategic solutions. Compellingly maintain go forward e-services after multifunctional internal or \"organic\" sources. Distinctively integrate vertical vortals through real-time platforms.</h3>\r\nPhosfluorescently leverage existing highly efficient channels before impactful infrastructures. Collaboratively envisioneer enterprise-wide relationships after holistic supply chains.\r\n\r\nObjectively aggregate multifunctional synergy for just in time technology. Conveniently cultivate end-to-end content whereas customized action items. Interactively implement functional ROI through user friendly systems. Quickly procrastinate transparent value and impactful data. Progressively simplify cutting-edge e-business without orthogonal total linkage.\r\n<h4>Quickly restore integrated portals without world-class portals. Dynamically communicate B2C scenarios after ethical scenarios. Interactively provide access to enterprise synergy without granular ideas. Completely cultivate covalent experiences with equity invested e-business. Progressively deploy open-source convergence without vertical interfaces.</h4>\r\nCollaboratively implement economically sound potentialities for pandemic \"outside the box\" thinking. Authoritatively engineer empowered content before error-free content. Rapidiously initiate client-based solutions for multidisciplinary \"outside the box\" thinking. Conveniently reinvent transparent schemas vis-a-vis progressive partnerships. Collaboratively extend backward-compatible interfaces without turnkey technology.\r\n\r\nDistinctively extend vertical e-markets via 2.0 web-readiness. Assertively fashion distinctive models via competitive e-services. Interactively leverage other\'s synergistic interfaces before distributed metrics. Distinctively synergize virtual platforms before ethical users. Efficiently plagiarize synergistic communities with orthogonal ideas.\r\n\r\nCompellingly integrate fully tested niche markets rather than cross-media communities. Completely procrastinate next-generation human capital through impactful expertise. Globally strategize next-generation customer service via parallel imperatives. Intrinsicly supply enterprise-wide outsourcing through team driven results. Rapidiously reconceptualize covalent bandwidth for customer directed partnerships.\r\n\r\nConveniently monetize transparent value after end-to-end intellectual capital. Compellingly initiate premier solutions via quality partnerships. Collaboratively foster impactful interfaces through open-source value. Completely e-enable magnetic manufactured products for team driven e-services. Quickly monetize end-to-end materials for go forward meta-services.\r\n\r\nCompetently strategize leading-edge models and prospective models. Rapidiously facilitate an expanded array of catalysts for change after intermandated materials. Progressively visualize sustainable core competencies whereas efficient scenarios. Rapidiously maximize open-source methods of empowerment rather than an expanded array of potentialities. Energistically enhance 2.0 technology before viral relationships.',	'Pages - Page Without Sidebar',	'',	'inherit',	'closed',	'closed',	'',	'2389-revision-v1',	'',	'',	'2020-02-11 16:42:48',	'2020-02-11 16:42:48',	'',	2389,	'https://truma.youarenearly.online/2389-revision-v1/',	0,	'revision',	'',	0),
(2971,	1,	'2020-02-11 16:49:51',	'2020-02-11 16:49:51',	'',	'Support',	'',	'publish',	'closed',	'closed',	'',	'support',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=2971',	18,	'nav_menu_item',	'',	0),
(3027,	1,	'2020-02-13 12:01:18',	'2020-02-13 12:01:18',	'',	'Cam Roll Pin_P1377770000 (1)',	'',	'inherit',	'open',	'closed',	'',	'cam-roll-pin_p1377770000-1',	'',	'',	'2020-02-13 12:01:18',	'2020-02-13 12:01:18',	'',	3026,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Cam-Roll-Pin_P1377770000-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3028,	1,	'2020-02-13 12:01:25',	'2020-02-13 12:01:25',	'',	'Cam Roll Pin_P1377770000 (2)',	'',	'inherit',	'open',	'closed',	'',	'cam-roll-pin_p1377770000-2',	'',	'',	'2020-02-13 12:01:25',	'2020-02-13 12:01:25',	'',	3026,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Cam-Roll-Pin_P1377770000-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3029,	1,	'2020-02-13 12:14:33',	'2020-02-13 12:14:33',	'Electronic control unit complete with handset for the single axle manual range of movers. The ‘brains of the mover’. If you need assistance with fitting this please refer to our guide:',	'CLS Electronics CDFM (inc Handset)',	'',	'publish',	'open',	'closed',	'',	'cls-electronics-cdfm-inc-handset',	'',	'',	'2020-02-13 12:14:33',	'2020-02-13 12:14:33',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3029',	0,	'product',	'',	0),
(3030,	1,	'2020-02-13 12:14:28',	'2020-02-13 12:14:28',	'',	'CLS Electronics CDFM (inc Handset)_P1371218020',	'',	'inherit',	'open',	'closed',	'',	'cls-electronics-cdfm-inc-handset_p1371218020',	'',	'',	'2020-02-13 12:14:28',	'2020-02-13 12:14:28',	'',	3029,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/CLS-Electronics-CDFM-inc-Handset_P1371218020.jpg',	0,	'attachment',	'image/jpeg',	0),
(3031,	1,	'2020-02-13 12:20:56',	'2020-02-13 12:20:56',	'Electronic control unit complete with handset for the Evolution Auto Twin axle Movers, All Wheel Drive (Serial numbers starting EVAA). The ‘brains of the mover’. If you need assistance with fitting this please refer to our guide:',	'EVAA Electronics CDFM (Inc Handset)',	'',	'publish',	'open',	'closed',	'',	'evaa-electronics-cdfm-inc-handset',	'',	'',	'2020-02-13 12:20:56',	'2020-02-13 12:20:56',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3031',	0,	'product',	'',	0),
(3032,	1,	'2020-02-13 12:20:49',	'2020-02-13 12:20:49',	'',	'EVAA Electronics CDFM (Inc Handset)_PEA01238020',	'',	'inherit',	'open',	'closed',	'',	'evaa-electronics-cdfm-inc-handset_pea01238020',	'',	'',	'2020-02-13 12:20:49',	'2020-02-13 12:20:49',	'',	3031,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/EVAA-Electronics-CDFM-Inc-Handset_PEA01238020.jpg',	0,	'attachment',	'image/jpeg',	0),
(3033,	1,	'2020-02-13 12:30:46',	'2020-02-13 12:30:46',	'Replacement motor for auto engagement. This fits the Evolution Auto Engagement movers (Serial numbers starting EVA). If you need assistance with the fitting of these please refer to our guide:',	'Evolution Actuator Motor',	'',	'publish',	'open',	'closed',	'',	'evolution-actuator-motor',	'',	'',	'2020-02-13 12:30:46',	'2020-02-13 12:30:46',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3033',	0,	'product',	'',	0),
(3034,	1,	'2020-02-13 12:30:34',	'2020-02-13 12:30:34',	'',	'Evolution Actuator Motor_PEA06130000 (1)',	'',	'inherit',	'open',	'closed',	'',	'evolution-actuator-motor_pea06130000-1',	'',	'',	'2020-02-13 12:30:34',	'2020-02-13 12:30:34',	'',	3033,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-Actuator-Motor_PEA06130000-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3035,	1,	'2020-02-13 12:30:40',	'2020-02-13 12:30:40',	'',	'Evolution Actuator Motor_PEA06130000 (2)',	'',	'inherit',	'open',	'closed',	'',	'evolution-actuator-motor_pea06130000-2',	'',	'',	'2020-02-13 12:30:40',	'2020-02-13 12:30:40',	'',	3033,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-Actuator-Motor_PEA06130000-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3036,	0,	'2020-02-13 13:35:06',	'2020-02-13 13:35:06',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4550fe9acdc6.78546511-1gSrrCPXEvoFvzHkbJCL1Z6vr0I9pHb1',	'',	'',	'2020-02-13 13:37:02',	'2020-02-13 13:37:02',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3036',	0,	'scheduled-action',	'',	3),
(3037,	1,	'2020-02-13 12:46:44',	'2020-02-13 12:46:44',	'The main drive unit of the mover. Includes motor, roller assembly and actuator motor. They fit the Evolution Auto range (Serial numbers starting EVA) These are handed and will only fit one side. This one will fit on the right-hand mover #2. (If fitted in front of the axle.) If you need assistance with fitting this please refer to our guide:',	'Evolution AUTO Top Half Complete RH',	'',	'publish',	'open',	'closed',	'',	'evolution-auto-top-half-complete-rh',	'',	'',	'2020-02-13 12:46:44',	'2020-02-13 12:46:44',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3037',	0,	'product',	'',	0),
(3038,	1,	'2020-02-13 12:45:46',	'2020-02-13 12:45:46',	'',	'Evolution AUTO Top Half Complete RH_PEA07240022 (1)',	'',	'inherit',	'open',	'closed',	'',	'evolution-auto-top-half-complete-rh_pea07240022-1',	'',	'',	'2020-02-13 12:45:46',	'2020-02-13 12:45:46',	'',	3037,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3039,	1,	'2020-02-13 12:46:18',	'2020-02-13 12:46:18',	'',	'Evolution AUTO Top Half Complete RH_PEA07240022 (4)',	'',	'inherit',	'open',	'closed',	'',	'evolution-auto-top-half-complete-rh_pea07240022-4',	'',	'',	'2020-02-13 12:46:18',	'2020-02-13 12:46:18',	'',	3037,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-4.jpg',	0,	'attachment',	'image/jpeg',	0),
(3040,	1,	'2020-02-13 12:46:19',	'2020-02-13 12:46:19',	'',	'Evolution AUTO Top Half Complete RH_PEA07240022 (2)',	'',	'inherit',	'open',	'closed',	'',	'evolution-auto-top-half-complete-rh_pea07240022-2',	'',	'',	'2020-02-13 12:46:19',	'2020-02-13 12:46:19',	'',	3037,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3041,	1,	'2020-02-13 12:46:20',	'2020-02-13 12:46:20',	'',	'Evolution AUTO Top Half Complete RH_PEA07240022 (3)',	'',	'inherit',	'open',	'closed',	'',	'evolution-auto-top-half-complete-rh_pea07240022-3',	'',	'',	'2020-02-13 12:46:20',	'2020-02-13 12:46:20',	'',	3037,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-AUTO-Top-Half-Complete-RH_PEA07240022-3.jpg',	0,	'attachment',	'image/jpeg',	0),
(3042,	1,	'2020-02-13 12:56:44',	'2020-02-13 12:56:44',	'Roller End cap complete with bearing. These are handed and will only fit one side. This one will fit on the left-hand mover #1. (If fitted in front of the axle.) They fit the complete range of Evolution Movers both Manual and Auto. If you need assistance with fitting these please refer to our guide:',	'Evolution End Cap LH',	'',	'publish',	'open',	'closed',	'',	'evolution-end-cap-lh',	'',	'',	'2020-02-13 12:56:44',	'2020-02-13 12:56:44',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3042',	0,	'product',	'',	0),
(3043,	1,	'2020-02-13 12:56:18',	'2020-02-13 12:56:18',	'',	'Evolution End Cap LH_PEAM7160000 (1)',	'',	'inherit',	'open',	'closed',	'',	'evolution-end-cap-lh_peam7160000-1',	'',	'',	'2020-02-13 12:56:18',	'2020-02-13 12:56:18',	'',	3042,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-End-Cap-LH_PEAM7160000-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3044,	1,	'2020-02-13 12:56:25',	'2020-02-13 12:56:25',	'',	'Evolution End Cap LH_PEAM7160000 (2)',	'',	'inherit',	'open',	'closed',	'',	'evolution-end-cap-lh_peam7160000-2',	'',	'',	'2020-02-13 12:56:25',	'2020-02-13 12:56:25',	'',	3042,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-End-Cap-LH_PEAM7160000-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3045,	1,	'2020-02-13 13:01:33',	'2020-02-13 13:01:33',	'Roller End cap complete with bearing. These are handed and will only fit one side. This one will fit on the right-hand mover #2. (If fitted in front of the axle.) They fit the complete range of Evolution Movers both Manual and Auto. If you need assistance with fitting these please refer to our guide:',	'Evolution End Cap RH',	'',	'publish',	'open',	'closed',	'',	'evolution-end-cap-rh',	'',	'',	'2020-02-13 13:01:34',	'2020-02-13 13:01:34',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3045',	0,	'product',	'',	0),
(3046,	1,	'2020-02-13 13:01:16',	'2020-02-13 13:01:16',	'',	'Evolution End Cap RH_PEAM7260000 (1)',	'',	'inherit',	'open',	'closed',	'',	'evolution-end-cap-rh_peam7260000-1',	'',	'',	'2020-02-13 13:01:16',	'2020-02-13 13:01:16',	'',	3045,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-End-Cap-RH_PEAM7260000-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3047,	1,	'2020-02-13 13:01:23',	'2020-02-13 13:01:23',	'',	'Evolution End Cap RH_PEAM7260000 (2)',	'',	'inherit',	'open',	'closed',	'',	'evolution-end-cap-rh_peam7260000-2',	'',	'',	'2020-02-13 13:01:23',	'2020-02-13 13:01:23',	'',	3045,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-End-Cap-RH_PEAM7260000-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3048,	1,	'2020-02-13 13:12:02',	'2020-02-13 13:12:02',	'The main drive unit of the mover. Includes motor, and roller assembly. They fit the Evolution manual range (Serial numbers starting EVM) These are handed and will only fit one side. This one will fit on the left-hand mover #1. (If fitted in front of the axle.) If you need assistance with fitting this please refer to our guide:',	'Evolution MANUAL Top Half Complete LH',	'',	'publish',	'open',	'closed',	'',	'evolution-manual-top-half-complete-lh',	'',	'',	'2020-02-13 13:12:03',	'2020-02-13 13:12:03',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3048',	0,	'product',	'',	0),
(3049,	1,	'2020-02-13 13:11:32',	'2020-02-13 13:11:32',	'',	'Evolution MANUAL Top Half Complete LH_PE0M7140022 (1)',	'',	'inherit',	'open',	'closed',	'',	'evolution-manual-top-half-complete-lh_pe0m7140022-1',	'',	'',	'2020-02-13 13:11:32',	'2020-02-13 13:11:32',	'',	3048,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3050,	1,	'2020-02-13 13:11:48',	'2020-02-13 13:11:48',	'',	'Evolution MANUAL Top Half Complete LH_PE0M7140022 (2)',	'',	'inherit',	'open',	'closed',	'',	'evolution-manual-top-half-complete-lh_pe0m7140022-2',	'',	'',	'2020-02-13 13:11:48',	'2020-02-13 13:11:48',	'',	3048,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3051,	1,	'2020-02-13 13:11:49',	'2020-02-13 13:11:49',	'',	'Evolution MANUAL Top Half Complete LH_PE0M7140022 (3)',	'',	'inherit',	'open',	'closed',	'',	'evolution-manual-top-half-complete-lh_pe0m7140022-3',	'',	'',	'2020-02-13 13:11:49',	'2020-02-13 13:11:49',	'',	3048,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-3.jpg',	0,	'attachment',	'image/jpeg',	0),
(3052,	1,	'2020-02-13 13:11:51',	'2020-02-13 13:11:51',	'',	'Evolution MANUAL Top Half Complete LH_PE0M7140022 (4)',	'',	'inherit',	'open',	'closed',	'',	'evolution-manual-top-half-complete-lh_pe0m7140022-4',	'',	'',	'2020-02-13 13:11:51',	'2020-02-13 13:11:51',	'',	3048,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-4.jpg',	0,	'attachment',	'image/jpeg',	0),
(3053,	1,	'2020-02-13 13:11:52',	'2020-02-13 13:11:52',	'',	'Evolution MANUAL Top Half Complete LH_PE0M7140022 (5)',	'',	'inherit',	'open',	'closed',	'',	'evolution-manual-top-half-complete-lh_pe0m7140022-5',	'',	'',	'2020-02-13 13:11:52',	'2020-02-13 13:11:52',	'',	3048,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-MANUAL-Top-Half-Complete-LH_PE0M7140022-5.jpg',	0,	'attachment',	'image/jpeg',	0),
(3054,	1,	'2020-02-13 13:18:25',	'2020-02-13 13:18:25',	'The main drive unit of the mover. Includes motor, and roller assembly. They fit the Evolution manual range (Serial numbers starting EVM) These are handed and will only fit one side. This one will fit on the right-hand mover #2. (If fitted in front of the axle.) If you need assistance with fitting this please refer to our guide:',	'Evolution MANUAL Top Half Complete RH',	'',	'publish',	'open',	'closed',	'',	'evolution-manual-top-half-complete-rh',	'',	'',	'2020-02-13 13:18:25',	'2020-02-13 13:18:25',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3054',	0,	'product',	'',	0),
(3055,	1,	'2020-02-13 13:18:05',	'2020-02-13 13:18:05',	'',	'Evolution MANUAL Top Half Complete RH_PE0M7240022 (1)',	'',	'inherit',	'open',	'closed',	'',	'evolution-manual-top-half-complete-rh_pe0m7240022-1',	'',	'',	'2020-02-13 13:18:05',	'2020-02-13 13:18:05',	'',	3054,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3056,	1,	'2020-02-13 13:18:20',	'2020-02-13 13:18:20',	'',	'Evolution MANUAL Top Half Complete RH_PE0M7240022 (2)',	'',	'inherit',	'open',	'closed',	'',	'evolution-manual-top-half-complete-rh_pe0m7240022-2',	'',	'',	'2020-02-13 13:18:20',	'2020-02-13 13:18:20',	'',	3054,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Evolution-MANUAL-Top-Half-Complete-RH_PE0M7240022-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3057,	1,	'2020-02-13 13:28:23',	'2020-02-13 13:28:23',	'A set of easy-to-fit plastic side covers for the Freedom Manual Mover. The purpose of the side cover is to protect the mechanical part of the mover from dirt and debris. It is important they are fitted correctly and securely. If you need assistance with fitting these side covers please refer to our guide:',	'Freedom Manual Cover Set',	'',	'publish',	'open',	'closed',	'',	'freedom-manual-cover-set',	'',	'',	'2020-02-13 13:28:23',	'2020-02-13 13:28:23',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3057',	0,	'product',	'',	0),
(3058,	1,	'2020-02-13 13:28:10',	'2020-02-13 13:28:10',	'',	'Freedom Manual Cover Set_PFRM6251045 (1)',	'',	'inherit',	'open',	'closed',	'',	'freedom-manual-cover-set_pfrm6251045-1',	'',	'',	'2020-02-13 13:28:10',	'2020-02-13 13:28:10',	'',	3057,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Freedom-Manual-Cover-Set_PFRM6251045-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3059,	1,	'2020-02-13 13:28:15',	'2020-02-13 13:28:15',	'',	'Freedom Manual Cover Set_PFRM6251045 (2)',	'',	'inherit',	'open',	'closed',	'',	'freedom-manual-cover-set_pfrm6251045-2',	'',	'',	'2020-02-13 13:28:15',	'2020-02-13 13:28:15',	'',	3057,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Freedom-Manual-Cover-Set_PFRM6251045-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3060,	0,	'2020-02-13 14:37:02',	'2020-02-13 14:37:02',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e455f90aa3477.99474365-9yJiH69VnUshAAnDru3a6eoaNqCgVOy8',	'',	'',	'2020-02-13 14:39:12',	'2020-02-13 14:39:12',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3060',	0,	'scheduled-action',	'',	3),
(3061,	1,	'2020-02-13 13:41:45',	'2020-02-13 13:41:45',	'The plastic roller guard cover for the Freedom range of movers. These are handed and will only fit one side. This one will fit on the left-hand mover #A. (If fitted in front of the axle.) You will also need the securing screws PFR05939010',	'Freedom Roller Guard LH',	'',	'publish',	'open',	'closed',	'',	'freedom-roller-guard-lh',	'',	'',	'2020-02-13 13:41:45',	'2020-02-13 13:41:45',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3061',	0,	'product',	'',	0),
(3062,	1,	'2020-02-13 13:37:59',	'2020-02-13 13:37:59',	'',	'Freedom Roller Guard LH_PFR05930345 (1)',	'',	'inherit',	'open',	'closed',	'',	'freedom-roller-guard-lh_pfr05930345-1',	'',	'',	'2020-02-13 13:37:59',	'2020-02-13 13:37:59',	'',	3061,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Freedom-Roller-Guard-LH_PFR05930345-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3063,	1,	'2020-02-13 13:41:23',	'2020-02-13 13:41:23',	'',	'Freedom Roller Guard LH_PFR05930345 (2)',	'',	'inherit',	'open',	'closed',	'',	'freedom-roller-guard-lh_pfr05930345-2',	'',	'',	'2020-02-13 13:41:23',	'2020-02-13 13:41:23',	'',	3061,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Freedom-Roller-Guard-LH_PFR05930345-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3064,	1,	'2020-02-13 13:50:03',	'2020-02-13 13:50:03',	'Transfer gear set for model 3/classic movers. These transfer the power from the motor to the rollers. A set of three gears, washers and screws. One is required for each side.',	'Gear Set, per gear box',	'',	'publish',	'open',	'closed',	'',	'gear-set-per-gear-box',	'',	'',	'2020-02-13 13:50:03',	'2020-02-13 13:50:03',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3064',	0,	'product',	'',	0),
(3065,	1,	'2020-02-13 13:49:56',	'2020-02-13 13:49:56',	'',	'Gear Set, per gear box_P0305601000',	'',	'inherit',	'open',	'closed',	'',	'gear-set-per-gear-box_p0305601000',	'',	'',	'2020-02-13 13:49:56',	'2020-02-13 13:49:56',	'',	3064,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Gear-Set-per-gear-box_P0305601000.jpg',	0,	'attachment',	'image/jpeg',	0),
(3067,	1,	'2020-02-13 14:17:23',	'2020-02-13 14:17:23',	'Electronic control unit complete with handset for the twin axle manual range of movers. The ‘brains of the mover’. If you need assistance with fitting this please refer to our guide:',	'Mod4 Electronics CDFM (inc Handset)',	'',	'publish',	'open',	'closed',	'',	'mod4-electronics-cdfm-inc-handset',	'',	'',	'2020-02-13 14:17:23',	'2020-02-13 14:17:23',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3067',	0,	'product',	'',	0),
(3068,	1,	'2020-02-13 14:17:18',	'2020-02-13 14:17:18',	'',	'Mod4 Electronics CDFM (inc Handset)_P0401228020',	'',	'inherit',	'open',	'closed',	'',	'mod4-electronics-cdfm-inc-handset_p0401228020',	'',	'',	'2020-02-13 14:17:18',	'2020-02-13 14:17:18',	'',	3067,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Mod4-Electronics-CDFM-inc-Handset_P0401228020.jpg',	0,	'attachment',	'image/jpeg',	0),
(3069,	1,	'2020-02-13 14:20:16',	'2020-02-13 14:20:16',	'Electronic control unit complete with handset for the twin axle All Wheel Drive manual range of movers. The ‘brains of the mover’. If you need assistance with fitting this please refer to our guide:',	'Mod6 Electronics CDFM (inc Handset)',	'',	'publish',	'open',	'closed',	'',	'mod6-electronics-cdfm-inc-handset',	'',	'',	'2020-02-13 14:20:16',	'2020-02-13 14:20:16',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3069',	0,	'product',	'',	0),
(3070,	1,	'2020-02-13 14:20:11',	'2020-02-13 14:20:11',	'',	'Mod6 Electronics CDFM (inc Handset)_P0601228020',	'',	'inherit',	'open',	'closed',	'',	'mod6-electronics-cdfm-inc-handset_p0601228020',	'',	'',	'2020-02-13 14:20:11',	'2020-02-13 14:20:11',	'',	3069,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Mod6-Electronics-CDFM-inc-Handset_P0601228020.jpg',	0,	'attachment',	'image/jpeg',	0),
(3071,	1,	'2020-02-13 14:21:25',	'2020-02-13 14:21:25',	'[woocommerce_cart]',	'Cart',	'',	'inherit',	'closed',	'closed',	'',	'2512-revision-v1',	'',	'',	'2020-02-13 14:21:25',	'2020-02-13 14:21:25',	'',	2512,	'https://truma.youarenearly.online/2512-revision-v1/',	0,	'revision',	'',	0),
(3072,	1,	'2020-02-13 14:21:25',	'2020-02-13 14:21:25',	'[woocommerce_cart]',	'Cart',	'',	'inherit',	'closed',	'closed',	'',	'2512-revision-v1',	'',	'',	'2020-02-13 14:21:25',	'2020-02-13 14:21:25',	'',	2512,	'https://truma.youarenearly.online/2512-revision-v1/',	0,	'revision',	'',	0),
(3073,	1,	'2020-02-13 14:25:39',	'2020-02-13 14:25:39',	'{\n    \"woocommerce_shop_page_display\": {\n        \"value\": \"subcategories\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-02-13 14:25:39\"\n    },\n    \"woocommerce_default_catalog_orderby\": {\n        \"value\": \"menu_order\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-02-13 14:25:39\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'81c023f9-e855-4a6f-b94c-47ff34f765a2',	'',	'',	'2020-02-13 14:25:39',	'2020-02-13 14:25:39',	'',	0,	'https://truma.youarenearly.online/81c023f9-e855-4a6f-b94c-47ff34f765a2/',	0,	'customize_changeset',	'',	0),
(3074,	1,	'2020-02-13 14:28:02',	'2020-02-13 14:28:02',	'{\n    \"woocommerce_default_catalog_orderby\": {\n        \"value\": \"popularity\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-02-13 14:28:02\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'42baf2eb-0a05-408f-9402-e2df165fc983',	'',	'',	'2020-02-13 14:28:02',	'2020-02-13 14:28:02',	'',	0,	'https://truma.youarenearly.online/42baf2eb-0a05-408f-9402-e2df165fc983/',	0,	'customize_changeset',	'',	0),
(3075,	1,	'2020-02-13 14:34:32',	'2020-02-13 14:34:32',	'Replacement Motor pin for the model 1 range of movers. This fits on the output shaft of the motor and the drive roller slots directly onto it.',	'Model 1 Motor Pin',	'',	'publish',	'open',	'closed',	'',	'model-1-motor-pin',	'',	'',	'2020-02-13 14:34:32',	'2020-02-13 14:34:32',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3075',	0,	'product',	'',	0),
(3076,	1,	'2020-02-13 14:34:21',	'2020-02-13 14:34:21',	'',	'Model 1 Motor Pin_P1005800000 (1)',	'',	'inherit',	'open',	'closed',	'',	'model-1-motor-pin_p1005800000-1',	'',	'',	'2020-02-13 14:34:21',	'2020-02-13 14:34:21',	'',	3075,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Model-1-Motor-Pin_P1005800000-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3077,	1,	'2020-02-13 14:34:26',	'2020-02-13 14:34:26',	'',	'Model 1 Motor Pin_P1005800000 (2)',	'',	'inherit',	'open',	'closed',	'',	'model-1-motor-pin_p1005800000-2',	'',	'',	'2020-02-13 14:34:26',	'2020-02-13 14:34:26',	'',	3075,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Model-1-Motor-Pin_P1005800000-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3078,	0,	'2020-02-13 15:39:12',	'2020-02-13 15:39:12',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4572b692fb17.39693852-Dmgr31ir8oc192YB6gUySgkzCiwL44qT',	'',	'',	'2020-02-13 16:00:54',	'2020-02-13 16:00:54',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3078',	0,	'scheduled-action',	'',	3),
(3079,	1,	'2020-02-13 14:40:51',	'2020-02-13 14:40:51',	'The main drive unit of the mover. These will fit the models Classic/3/4/6 These motors are handed and will only fit one side. This one will fit on the left-hand mover. (If fitted in front of the axle.) If you need assistance with fitting please refer to our guide.',	'Model 3 Motor LH',	'',	'publish',	'open',	'closed',	'',	'model-3-motor-lh',	'',	'',	'2020-02-13 14:40:51',	'2020-02-13 14:40:51',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3079',	0,	'product',	'',	0),
(3080,	1,	'2020-02-13 14:40:39',	'2020-02-13 14:40:39',	'',	'Model 3 Motor LH_P0355110000 (1)',	'',	'inherit',	'open',	'closed',	'',	'model-3-motor-lh_p0355110000-1',	'',	'',	'2020-02-13 14:40:39',	'2020-02-13 14:40:39',	'',	3079,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Model-3-Motor-LH_P0355110000-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3081,	1,	'2020-02-13 14:40:45',	'2020-02-13 14:40:45',	'',	'Model 3 Motor LH_P0355110000 (2)',	'',	'inherit',	'open',	'closed',	'',	'model-3-motor-lh_p0355110000-2',	'',	'',	'2020-02-13 14:40:45',	'2020-02-13 14:40:45',	'',	3079,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Model-3-Motor-LH_P0355110000-2.png',	0,	'attachment',	'image/png',	0),
(3082,	1,	'2020-02-13 14:45:19',	'2020-02-13 14:45:19',	'The main drive unit of the mover. These will fit the models Classic/3/4/6 These motors are handed and will only fit one side. This one will fit on the right-hand mover. (If fitted in front of the axle.) If you need assistance with fitting please refer to our guide.',	'Model 3 Motor RH',	'',	'publish',	'open',	'closed',	'',	'model-3-motor-rh',	'',	'',	'2020-02-13 14:45:19',	'2020-02-13 14:45:19',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3082',	0,	'product',	'',	0),
(3083,	1,	'2020-02-13 14:44:43',	'2020-02-13 14:44:43',	'',	'Model 3 Motor RH_P0355210000 (1)',	'',	'inherit',	'open',	'closed',	'',	'model-3-motor-rh_p0355210000-1',	'',	'',	'2020-02-13 14:44:43',	'2020-02-13 14:44:43',	'',	3082,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Model-3-Motor-RH_P0355210000-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3084,	1,	'2020-02-13 14:44:48',	'2020-02-13 14:44:48',	'',	'Model 3 Motor RH_P0355210000 (2)',	'',	'inherit',	'open',	'closed',	'',	'model-3-motor-rh_p0355210000-2',	'',	'',	'2020-02-13 14:44:48',	'2020-02-13 14:44:48',	'',	3082,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Model-3-Motor-RH_P0355210000-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3085,	1,	'2020-02-13 14:48:42',	'2020-02-13 14:48:42',	'A set of motor brushes for the model 1/3/4/6/7 motors. Includes a pair of brushes enough to do one motor. If you require assistance in fitting these then please refer to our guide:',	'Motor Brushes (Pair)',	'',	'publish',	'open',	'closed',	'',	'motor-brushes-pair',	'',	'',	'2020-02-13 14:48:42',	'2020-02-13 14:48:42',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3085',	0,	'product',	'',	0),
(3086,	1,	'2020-02-13 14:48:36',	'2020-02-13 14:48:36',	'',	'Motor Brushes (Pair)_P1375311000',	'',	'inherit',	'open',	'closed',	'',	'motor-brushes-pair_p1375311000',	'',	'',	'2020-02-13 14:48:36',	'2020-02-13 14:48:36',	'',	3085,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Motor-Brushes-Pair_P1375311000.jpg',	0,	'attachment',	'image/jpeg',	0),
(3087,	1,	'2020-02-13 14:53:03',	'2020-02-13 14:53:03',	'A set of easy-to-fit plastic side covers for the Classic/3/4/6 Manual Mover. The purpose of the side cover is to protect the mechanical part of the mover from dirt and debris. They must be fitted correctly and securely. If you need assistance with fitting these side covers please refer to our guide:',	'Powrtouch Classic Side Cover Set',	'',	'publish',	'open',	'closed',	'',	'powrtouch-classic-side-cover-set',	'',	'',	'2020-02-13 14:53:03',	'2020-02-13 14:53:03',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3087',	0,	'product',	'',	0),
(3088,	1,	'2020-02-13 14:52:49',	'2020-02-13 14:52:49',	'',	'Powrtouch Classic Side Cover Set_P346625100 (1)',	'',	'inherit',	'open',	'closed',	'',	'powrtouch-classic-side-cover-set_p346625100-1',	'',	'',	'2020-02-13 14:52:49',	'2020-02-13 14:52:49',	'',	3087,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Classic-Side-Cover-Set_P346625100-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3089,	1,	'2020-02-13 14:52:56',	'2020-02-13 14:52:56',	'',	'Powrtouch Classic Side Cover Set_P346625100 (2)',	'',	'inherit',	'open',	'closed',	'',	'powrtouch-classic-side-cover-set_p346625100-2',	'',	'',	'2020-02-13 14:52:56',	'2020-02-13 14:52:56',	'',	3087,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Powrtouch-Classic-Side-Cover-Set_P346625100-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(5027,	1,	'2020-02-26 06:40:09',	'2020-02-26 06:40:09',	'',	'Duncan Caravans',	'',	'publish',	'closed',	'closed',	'',	'duncan-caravans',	'',	'',	'2020-02-26 06:40:09',	'2020-02-26 06:40:09',	'',	0,	'http://127.0.0.1/map1/dealers/duncan-caravans/',	0,	'dealers',	'',	0),
(5028,	1,	'2020-02-26 06:40:10',	'2020-02-26 06:40:10',	'',	'Kirkcaldy Caravans',	'',	'publish',	'closed',	'closed',	'',	'kirkcaldy-caravans',	'',	'',	'2020-02-26 06:40:10',	'2020-02-26 06:40:10',	'',	0,	'http://127.0.0.1/map1/dealers/kirkcaldy-caravans/',	0,	'dealers',	'',	0),
(3091,	1,	'2020-02-13 15:13:28',	'2020-02-13 15:13:28',	'The plastic roller guard cover for the Freedom range of movers. These are handed and will only fit one side. This one will fit on the right-hand mover #B. (If fitted in front of the axle.) You will also need the securing screws PFR05939010',	'Freedom Roller Guard RH',	'',	'publish',	'open',	'closed',	'',	'freedom-roller-guard-rh',	'',	'',	'2020-02-13 15:13:28',	'2020-02-13 15:13:28',	'',	0,	'https://truma.youarenearly.online/?post_type=product&#038;p=3091',	0,	'product',	'',	0),
(3092,	1,	'2020-02-13 15:13:13',	'2020-02-13 15:13:13',	'',	'Freedom Roller Guard RH_PFR05930445 (1)',	'',	'inherit',	'open',	'closed',	'',	'freedom-roller-guard-rh_pfr05930445-1',	'',	'',	'2020-02-13 15:13:13',	'2020-02-13 15:13:13',	'',	3091,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Freedom-Roller-Guard-RH_PFR05930445-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(3093,	1,	'2020-02-13 15:13:21',	'2020-02-13 15:13:21',	'',	'Freedom Roller Guard RH_PFR05930445 (2)',	'',	'inherit',	'open',	'closed',	'',	'freedom-roller-guard-rh_pfr05930445-2',	'',	'',	'2020-02-13 15:13:21',	'2020-02-13 15:13:21',	'',	3091,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/Freedom-Roller-Guard-RH_PFR05930445-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(3094,	0,	'2020-02-13 17:00:54',	'2020-02-13 17:00:54',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e45814b2d1550.62202402-M3LuOZPCo21q3R2JgcdwEKqZxxJ2RWyr',	'',	'',	'2020-02-13 17:03:07',	'2020-02-13 17:03:07',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3094',	0,	'scheduled-action',	'',	3),
(3105,	1,	'2020-02-13 16:32:41',	'2020-02-13 16:32:41',	'',	'Elements - Search Box Element',	'',	'inherit',	'closed',	'closed',	'',	'2413-revision-v1',	'',	'',	'2020-02-13 16:32:41',	'2020-02-13 16:32:41',	'',	2413,	'https://truma.youarenearly.online/2413-revision-v1/',	0,	'revision',	'',	0),
(3100,	1,	'2020-02-13 16:23:19',	'2020-02-13 16:23:19',	'',	'Elements - Search Box Element',	'',	'inherit',	'closed',	'closed',	'',	'2413-revision-v1',	'',	'',	'2020-02-13 16:23:19',	'2020-02-13 16:23:19',	'',	2413,	'https://truma.youarenearly.online/2413-revision-v1/',	0,	'revision',	'',	0),
(3123,	0,	'2020-02-13 22:10:25',	'2020-02-13 22:10:25',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4649ca955309.61496971-IMntxYzp4RQ8gi19dukAfaX8phQUN3Xj',	'',	'',	'2020-02-14 07:18:34',	'2020-02-14 07:18:34',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3123',	0,	'scheduled-action',	'',	3),
(3102,	1,	'2020-02-13 16:25:22',	'2020-02-13 16:25:22',	'',	'Elements - Search Box Element',	'',	'inherit',	'closed',	'closed',	'',	'2413-revision-v1',	'',	'',	'2020-02-13 16:25:22',	'2020-02-13 16:25:22',	'',	2413,	'https://truma.youarenearly.online/2413-revision-v1/',	0,	'revision',	'',	0),
(3106,	1,	'2020-02-13 16:33:31',	'2020-02-13 16:33:31',	'',	'Elements - Search Box Element',	'',	'inherit',	'closed',	'closed',	'',	'2413-revision-v1',	'',	'',	'2020-02-13 16:33:31',	'2020-02-13 16:33:31',	'',	2413,	'https://truma.youarenearly.online/2413-revision-v1/',	0,	'revision',	'',	0),
(3163,	1,	'2020-02-17 12:46:44',	'2020-02-17 12:46:44',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'2383-revision-v1',	'',	'',	'2020-02-17 12:46:45',	'2020-02-17 12:46:45',	'',	2383,	'https://truma.youarenearly.online/2383-revision-v1/',	0,	'revision',	'',	0),
(3117,	1,	'2020-02-13 19:10:54',	'2020-02-13 19:10:54',	'',	'building unit',	'',	'inherit',	'open',	'closed',	'',	'building-unit',	'',	'',	'2020-02-13 19:10:54',	'2020-02-13 19:10:54',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/building-unit.jpg',	0,	'attachment',	'image/jpeg',	0),
(3119,	1,	'2020-02-13 19:17:46',	'2020-02-13 19:17:46',	'',	'Powrtouch Evolution Single Axle Auto Engage',	'',	'inherit',	'closed',	'closed',	'',	'2420-revision-v1',	'',	'',	'2020-02-13 19:17:46',	'2020-02-13 19:17:46',	'',	2420,	'https://truma.youarenearly.online/2420-revision-v1/',	0,	'revision',	'',	0),
(3128,	0,	'2020-02-14 09:20:05',	'2020-02-14 09:20:05',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e46664ea7ac57.77535341-mMvWvi0NhevqI12aaEOGoXMqA6usR3Ke',	'',	'',	'2020-02-14 09:20:14',	'2020-02-14 09:20:14',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3128',	0,	'scheduled-action',	'',	3),
(3113,	0,	'2020-02-13 19:48:31',	'2020-02-13 19:48:31',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e45bb41375474.72338870-h1zPyZ7ADkpY4RTZ4X0XqXxgumjawS8n',	'',	'',	'2020-02-13 21:10:25',	'2020-02-13 21:10:25',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3113',	0,	'scheduled-action',	'',	3),
(3114,	1,	'2020-02-13 19:07:20',	'2020-02-13 19:07:20',	'',	'ariel',	'',	'inherit',	'open',	'closed',	'',	'ariel',	'',	'',	'2020-02-13 19:07:20',	'2020-02-13 19:07:20',	'',	0,	'https://truma.youarenearly.online/wp-content/uploads/2020/02/ariel.jpg',	0,	'attachment',	'image/jpeg',	0),
(3180,	1,	'2020-02-18 17:16:43',	'2020-02-18 17:16:43',	'',	'Powrtouch Evolution Single Axle Auto Engage',	'',	'inherit',	'closed',	'closed',	'',	'2420-revision-v1',	'',	'',	'2020-02-18 17:16:43',	'2020-02-18 17:16:43',	'',	2420,	'https://truma.youarenearly.online/2420-revision-v1/',	0,	'revision',	'',	0),
(3181,	0,	'2020-02-18 21:19:40',	'2020-02-18 21:19:40',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e4d0a48541544.14519269-im4RXvYKQmE6cpUmYQHsIUdvRU6AtFnt',	'',	'',	'2020-02-19 10:13:28',	'2020-02-19 10:13:28',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3181',	0,	'scheduled-action',	'',	3),
(3118,	1,	'2020-02-13 19:16:11',	'2020-02-13 19:16:11',	'',	'Static Content - Product Presentation',	'',	'inherit',	'closed',	'closed',	'',	'2420-revision-v1',	'',	'',	'2020-02-13 19:16:11',	'2020-02-13 19:16:11',	'',	2420,	'https://truma.youarenearly.online/2420-revision-v1/',	0,	'revision',	'',	0),
(3164,	1,	'2020-02-17 12:46:54',	'2020-02-17 12:46:54',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'2383-revision-v1',	'',	'',	'2020-02-17 12:46:54',	'2020-02-17 12:46:54',	'',	2383,	'https://truma.youarenearly.online/2383-revision-v1/',	0,	'revision',	'',	0),
(3124,	0,	'2020-02-14 08:18:34',	'2020-02-14 08:18:34',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e465835e13e65.67103460-Vv1W1Xq0Z8Ju1W6DJ4cn6J2s87zazyQC',	'',	'',	'2020-02-14 08:20:05',	'2020-02-14 08:20:05',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=3124',	0,	'scheduled-action',	'',	3),
(3125,	1,	'2020-02-14 08:01:14',	'2020-02-14 08:01:14',	'',	'Powrtouch Evolution (Auto)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-auto-5',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=3125',	6,	'nav_menu_item',	'',	0),
(3126,	1,	'2020-02-14 08:01:14',	'2020-02-14 08:01:14',	'',	'Powrtouch Evolution (Auto)',	'',	'publish',	'closed',	'closed',	'',	'powrtouch-evolution-auto-6',	'',	'',	'2020-02-25 17:22:47',	'2020-02-25 17:22:47',	'',	0,	'https://truma.youarenearly.online/?p=3126',	9,	'nav_menu_item',	'',	0),
(5029,	1,	'2020-02-26 06:40:10',	'2020-02-26 06:40:10',	'',	'Cookstown Caravans',	'',	'publish',	'closed',	'closed',	'',	'cookstown-caravans',	'',	'',	'2020-02-26 06:40:10',	'2020-02-26 06:40:10',	'',	0,	'http://127.0.0.1/map1/dealers/cookstown-caravans/',	0,	'dealers',	'',	0),
(5030,	1,	'2020-02-26 06:40:11',	'2020-02-26 06:40:11',	'',	'LPC Caravans',	'',	'publish',	'closed',	'closed',	'',	'lpc-caravans',	'',	'',	'2020-02-26 06:40:11',	'2020-02-26 06:40:11',	'',	0,	'http://127.0.0.1/map1/dealers/lpc-caravans/',	0,	'dealers',	'',	0),
(5031,	1,	'2020-02-26 06:40:12',	'2020-02-26 06:40:12',	'',	'United British Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'united-british-caravans-ltd',	'',	'',	'2020-02-26 06:40:12',	'2020-02-26 06:40:12',	'',	0,	'http://127.0.0.1/map1/dealers/united-british-caravans-ltd/',	0,	'dealers',	'',	0),
(5032,	1,	'2020-02-26 06:40:12',	'2020-02-26 06:40:12',	'',	'Kimberley Caravans',	'',	'publish',	'closed',	'closed',	'',	'kimberley-caravans',	'',	'',	'2020-02-26 06:40:12',	'2020-02-26 06:40:12',	'',	0,	'http://127.0.0.1/map1/dealers/kimberley-caravans/',	0,	'dealers',	'',	0),
(5033,	1,	'2020-02-26 06:40:13',	'2020-02-26 06:40:13',	'',	'Ropers Leisure',	'',	'publish',	'closed',	'closed',	'',	'ropers-leisure',	'',	'',	'2020-02-26 06:40:13',	'2020-02-26 06:40:13',	'',	0,	'http://127.0.0.1/map1/dealers/ropers-leisure/',	0,	'dealers',	'',	0),
(5034,	1,	'2020-02-26 06:40:13',	'2020-02-26 06:40:13',	'',	'Teesside Caravan Sales',	'',	'publish',	'closed',	'closed',	'',	'teesside-caravan-sales',	'',	'',	'2020-02-26 06:40:13',	'2020-02-26 06:40:13',	'',	0,	'http://127.0.0.1/map1/dealers/teesside-caravan-sales/',	0,	'dealers',	'',	0),
(5035,	1,	'2020-02-26 06:40:14',	'2020-02-26 06:40:14',	'',	'Ebor Leisure World',	'',	'publish',	'closed',	'closed',	'',	'ebor-leisure-world',	'',	'',	'2020-02-26 06:40:14',	'2020-02-26 06:40:14',	'',	0,	'http://127.0.0.1/map1/dealers/ebor-leisure-world/',	0,	'dealers',	'',	0),
(5036,	1,	'2020-02-26 06:40:15',	'2020-02-26 06:40:15',	'',	'Tyneside Leisureworld',	'',	'publish',	'closed',	'closed',	'',	'tyneside-leisureworld',	'',	'',	'2020-02-26 06:40:15',	'2020-02-26 06:40:15',	'',	0,	'http://127.0.0.1/map1/dealers/tyneside-leisureworld/',	0,	'dealers',	'',	0),
(5037,	1,	'2020-02-26 06:40:15',	'2020-02-26 06:40:15',	'',	'North East Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'north-east-caravans-ltd',	'',	'',	'2020-02-26 06:40:15',	'2020-02-26 06:40:15',	'',	0,	'http://127.0.0.1/map1/dealers/north-east-caravans-ltd/',	0,	'dealers',	'',	0),
(5038,	1,	'2020-02-26 06:40:16',	'2020-02-26 06:40:16',	'',	'Hedley Tow Bars',	'',	'publish',	'closed',	'closed',	'',	'hedley-tow-bars',	'',	'',	'2020-02-26 06:40:16',	'2020-02-26 06:40:16',	'',	0,	'http://127.0.0.1/map1/dealers/hedley-tow-bars/',	0,	'dealers',	'',	0),
(5039,	1,	'2020-02-26 06:40:17',	'2020-02-26 06:40:17',	'',	'Dorvic Caravans',	'',	'publish',	'closed',	'closed',	'',	'dorvic-caravans',	'',	'',	'2020-02-26 06:40:17',	'2020-02-26 06:40:17',	'',	0,	'http://127.0.0.1/map1/dealers/dorvic-caravans/',	0,	'dealers',	'',	0),
(5040,	1,	'2020-02-26 06:40:17',	'2020-02-26 06:40:17',	'',	'GNR Sutherland',	'',	'publish',	'closed',	'closed',	'',	'gnr-sutherland',	'',	'',	'2020-02-26 06:40:17',	'2020-02-26 06:40:17',	'',	0,	'http://127.0.0.1/map1/dealers/gnr-sutherland/',	0,	'dealers',	'',	0),
(5041,	1,	'2020-02-26 06:40:18',	'2020-02-26 06:40:18',	'',	'Broadway Leisure Caravan Service Centre',	'',	'publish',	'closed',	'closed',	'',	'broadway-leisure-caravan-service-centre',	'',	'',	'2020-02-26 06:40:18',	'2020-02-26 06:40:18',	'',	0,	'http://127.0.0.1/map1/dealers/broadway-leisure-caravan-service-centre/',	0,	'dealers',	'',	0),
(5042,	1,	'2020-02-26 06:40:19',	'2020-02-26 06:40:19',	'',	'Capes and Mcleod Leisure LTD',	'',	'publish',	'closed',	'closed',	'',	'capes-and-mcleod-leisure-ltd',	'',	'',	'2020-02-26 06:40:19',	'2020-02-26 06:40:19',	'',	0,	'http://127.0.0.1/map1/dealers/capes-and-mcleod-leisure-ltd/',	0,	'dealers',	'',	0),
(5043,	1,	'2020-02-26 06:40:19',	'2020-02-26 06:40:19',	'',	'Coachcraft & Leisure Ltd',	'',	'publish',	'closed',	'closed',	'',	'coachcraft-leisure-ltd',	'',	'',	'2020-02-26 06:40:19',	'2020-02-26 06:40:19',	'',	0,	'http://127.0.0.1/map1/dealers/coachcraft-leisure-ltd/',	0,	'dealers',	'',	0),
(5044,	1,	'2020-02-26 06:40:20',	'2020-02-26 06:40:20',	'',	'Coleford Leisure',	'',	'publish',	'closed',	'closed',	'',	'coleford-leisure',	'',	'',	'2020-02-26 06:40:20',	'2020-02-26 06:40:20',	'',	0,	'http://127.0.0.1/map1/dealers/coleford-leisure/',	0,	'dealers',	'',	0),
(5045,	1,	'2020-02-26 06:40:21',	'2020-02-26 06:40:21',	'',	'Heather Leisure Ltd',	'',	'publish',	'closed',	'closed',	'',	'heather-leisure-ltd',	'',	'',	'2020-02-26 06:40:21',	'2020-02-26 06:40:21',	'',	0,	'http://127.0.0.1/map1/dealers/heather-leisure-ltd/',	0,	'dealers',	'',	0),
(5046,	1,	'2020-02-26 06:40:21',	'2020-02-26 06:40:21',	'',	'Herald Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'herald-caravans-ltd',	'',	'',	'2020-02-26 06:40:21',	'2020-02-26 06:40:21',	'',	0,	'http://127.0.0.1/map1/dealers/herald-caravans-ltd/',	0,	'dealers',	'',	0),
(5047,	1,	'2020-02-26 06:40:22',	'2020-02-26 06:40:22',	'',	'Mullacott Caravan & Marine Ltd',	'',	'publish',	'closed',	'closed',	'',	'mullacott-caravan-marine-ltd',	'',	'',	'2020-02-26 06:40:22',	'2020-02-26 06:40:22',	'',	0,	'http://127.0.0.1/map1/dealers/mullacott-caravan-marine-ltd/',	0,	'dealers',	'',	0),
(5048,	1,	'2020-02-26 06:40:23',	'2020-02-26 06:40:23',	'',	'Somerset County Caravans',	'',	'publish',	'closed',	'closed',	'',	'somerset-county-caravans',	'',	'',	'2020-02-26 06:40:23',	'2020-02-26 06:40:23',	'',	0,	'http://127.0.0.1/map1/dealers/somerset-county-caravans/',	0,	'dealers',	'',	0),
(5049,	1,	'2020-02-26 06:40:23',	'2020-02-26 06:40:23',	'',	'South Shropshire Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'south-shropshire-caravans-ltd',	'',	'',	'2020-02-26 06:40:23',	'2020-02-26 06:40:23',	'',	0,	'http://127.0.0.1/map1/dealers/south-shropshire-caravans-ltd/',	0,	'dealers',	'',	0),
(5050,	1,	'2020-02-26 06:40:24',	'2020-02-26 06:40:24',	'',	'Tamar Towing Centre',	'',	'publish',	'closed',	'closed',	'',	'tamar-towing-centre',	'',	'',	'2020-02-26 06:40:24',	'2020-02-26 06:40:24',	'',	0,	'http://127.0.0.1/map1/dealers/tamar-towing-centre/',	0,	'dealers',	'',	0),
(5051,	1,	'2020-02-26 06:40:25',	'2020-02-26 06:40:25',	'',	'3 A\'s Leisure',	'',	'publish',	'closed',	'closed',	'',	'3-as-leisure',	'',	'',	'2020-02-26 06:40:25',	'2020-02-26 06:40:25',	'',	0,	'http://127.0.0.1/map1/dealers/3-as-leisure/',	0,	'dealers',	'',	0),
(5052,	1,	'2020-02-26 06:40:26',	'2020-02-26 06:40:26',	'',	'Three C\'s',	'',	'publish',	'closed',	'closed',	'',	'three-cs',	'',	'',	'2020-02-26 06:40:26',	'2020-02-26 06:40:26',	'',	0,	'http://127.0.0.1/map1/dealers/three-cs/',	0,	'dealers',	'',	0),
(5053,	1,	'2020-02-26 06:40:26',	'2020-02-26 06:40:26',	'',	'A & B Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'a-b-caravans-ltd',	'',	'',	'2020-02-26 06:40:26',	'2020-02-26 06:40:26',	'',	0,	'http://127.0.0.1/map1/dealers/a-b-caravans-ltd/',	0,	'dealers',	'',	0),
(5054,	1,	'2020-02-26 06:40:27',	'2020-02-26 06:40:27',	'',	'Diamond Camping and Angling Centre',	'',	'publish',	'closed',	'closed',	'',	'diamond-camping-and-angling-centre',	'',	'',	'2020-02-26 06:40:27',	'2020-02-26 06:40:27',	'',	0,	'http://127.0.0.1/map1/dealers/diamond-camping-and-angling-centre/',	0,	'dealers',	'',	0),
(5055,	1,	'2020-02-26 06:40:28',	'2020-02-26 06:40:28',	'',	'Abergavenny Caravans',	'',	'publish',	'closed',	'closed',	'',	'abergavenny-caravans',	'',	'',	'2020-02-26 06:40:28',	'2020-02-26 06:40:28',	'',	0,	'http://127.0.0.1/map1/dealers/abergavenny-caravans/',	0,	'dealers',	'',	0),
(5056,	1,	'2020-02-26 06:40:29',	'2020-02-26 06:40:29',	'',	'Apple Campers & Motorhomes Wellington',	'',	'publish',	'closed',	'closed',	'',	'apple-campers-motorhomes-wellington',	'',	'',	'2020-02-26 06:40:29',	'2020-02-26 06:40:29',	'',	0,	'http://127.0.0.1/map1/dealers/apple-campers-motorhomes-wellington/',	0,	'dealers',	'',	0),
(5057,	1,	'2020-02-26 06:40:29',	'2020-02-26 06:40:29',	'',	'Atlantic Caravans',	'',	'publish',	'closed',	'closed',	'',	'atlantic-caravans',	'',	'',	'2020-02-26 06:40:29',	'2020-02-26 06:40:29',	'',	0,	'http://127.0.0.1/map1/dealers/atlantic-caravans/',	0,	'dealers',	'',	0),
(5058,	1,	'2020-02-26 06:40:30',	'2020-02-26 06:40:30',	'',	'Automaster Ltd',	'',	'publish',	'closed',	'closed',	'',	'automaster-ltd',	'',	'',	'2020-02-26 06:40:30',	'2020-02-26 06:40:30',	'',	0,	'http://127.0.0.1/map1/dealers/automaster-ltd/',	0,	'dealers',	'',	0),
(5059,	1,	'2020-02-26 06:40:31',	'2020-02-26 06:40:31',	'',	'Avon Trailer Towbar Centre',	'',	'publish',	'closed',	'closed',	'',	'avon-trailer-towbar-centre',	'',	'',	'2020-02-26 06:40:31',	'2020-02-26 06:40:31',	'',	0,	'http://127.0.0.1/map1/dealers/avon-trailer-towbar-centre/',	0,	'dealers',	'',	0),
(5060,	1,	'2020-02-26 06:40:32',	'2020-02-26 06:40:32',	'',	'Bailey Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'bailey-caravans-ltd',	'',	'',	'2020-02-26 06:40:32',	'2020-02-26 06:40:32',	'',	0,	'http://127.0.0.1/map1/dealers/bailey-caravans-ltd/',	0,	'dealers',	'',	0),
(5061,	1,	'2020-02-26 06:40:33',	'2020-02-26 06:40:33',	'',	'Barons Road',	'',	'publish',	'closed',	'closed',	'',	'barons-road',	'',	'',	'2020-02-26 06:40:33',	'2020-02-26 06:40:33',	'',	0,	'http://127.0.0.1/map1/dealers/barons-road/',	0,	'dealers',	'',	0),
(5062,	1,	'2020-02-26 06:40:33',	'2020-02-26 06:40:33',	'',	'Black Country Caravans & Camping',	'',	'publish',	'closed',	'closed',	'',	'black-country-caravans-camping-2',	'',	'',	'2020-02-26 06:40:33',	'2020-02-26 06:40:33',	'',	0,	'http://127.0.0.1/map1/dealers/black-country-caravans-camping-2/',	0,	'dealers',	'',	0),
(5063,	1,	'2020-02-26 06:40:33',	'2020-02-26 06:40:33',	'',	'Sunnyhaven Caravan Distributors Ltd',	'',	'publish',	'closed',	'closed',	'',	'sunnyhaven-caravan-distributors-ltd-2',	'',	'',	'2020-02-26 06:40:33',	'2020-02-26 06:40:33',	'',	0,	'http://127.0.0.1/map1/dealers/sunnyhaven-caravan-distributors-ltd-2/',	0,	'dealers',	'',	0),
(5064,	1,	'2020-02-26 06:40:34',	'2020-02-26 06:40:34',	'',	'Bridge Caravan & Camping Site',	'',	'publish',	'closed',	'closed',	'',	'bridge-caravan-camping-site',	'',	'',	'2020-02-26 06:40:34',	'2020-02-26 06:40:34',	'',	0,	'http://127.0.0.1/map1/dealers/bridge-caravan-camping-site/',	0,	'dealers',	'',	0),
(5065,	1,	'2020-02-26 06:40:35',	'2020-02-26 06:40:35',	'',	'Bridgend Camping & Leisure Ltd',	'',	'publish',	'closed',	'closed',	'',	'bridgend-camping-leisure-ltd',	'',	'',	'2020-02-26 06:40:35',	'2020-02-26 06:40:35',	'',	0,	'http://127.0.0.1/map1/dealers/bridgend-camping-leisure-ltd/',	0,	'dealers',	'',	0),
(5066,	1,	'2020-02-26 06:40:36',	'2020-02-26 06:40:36',	'',	'TA6 4AP',	'',	'publish',	'closed',	'closed',	'',	'ta6-4ap',	'',	'',	'2020-02-26 06:40:36',	'2020-02-26 06:40:36',	'',	0,	'http://127.0.0.1/map1/dealers/ta6-4ap/',	0,	'dealers',	'',	0),
(5067,	1,	'2020-02-26 06:40:36',	'2020-02-26 06:40:36',	'',	'Broadway Leisure Caravan Service Centre',	'',	'publish',	'closed',	'closed',	'',	'broadway-leisure-caravan-service-centre-2',	'',	'',	'2020-02-26 06:40:36',	'2020-02-26 06:40:36',	'',	0,	'http://127.0.0.1/map1/dealers/broadway-leisure-caravan-service-centre-2/',	0,	'dealers',	'',	0),
(5068,	1,	'2020-02-26 06:40:36',	'2020-02-26 06:40:36',	'',	'Capes and Mcleod Leisure LTD',	'',	'publish',	'closed',	'closed',	'',	'capes-and-mcleod-leisure-ltd-2',	'',	'',	'2020-02-26 06:40:36',	'2020-02-26 06:40:36',	'',	0,	'http://127.0.0.1/map1/dealers/capes-and-mcleod-leisure-ltd-2/',	0,	'dealers',	'',	0),
(5069,	1,	'2020-02-26 06:40:37',	'2020-02-26 06:40:37',	'',	'Hamdden Caravans & Accessories',	'',	'publish',	'closed',	'closed',	'',	'hamdden-caravans-accessories',	'',	'',	'2020-02-26 06:40:37',	'2020-02-26 06:40:37',	'',	0,	'http://127.0.0.1/map1/dealers/hamdden-caravans-accessories/',	0,	'dealers',	'',	0),
(5070,	1,	'2020-02-26 06:40:38',	'2020-02-26 06:40:38',	'',	'Cara-Fix',	'',	'publish',	'closed',	'closed',	'',	'cara-fix',	'',	'',	'2020-02-26 06:40:38',	'2020-02-26 06:40:38',	'',	0,	'http://127.0.0.1/map1/dealers/cara-fix/',	0,	'dealers',	'',	0),
(5071,	1,	'2020-02-26 06:40:38',	'2020-02-26 06:40:38',	'',	'Taunton Caravan Services Ltd',	'',	'publish',	'closed',	'closed',	'',	'taunton-caravan-services-ltd',	'',	'',	'2020-02-26 06:40:38',	'2020-02-26 06:40:38',	'',	0,	'http://127.0.0.1/map1/dealers/taunton-caravan-services-ltd/',	0,	'dealers',	'',	0),
(5072,	1,	'2020-02-26 06:40:39',	'2020-02-26 06:40:39',	'',	'Tavistock Caravans',	'',	'publish',	'closed',	'closed',	'',	'tavistock-caravans',	'',	'',	'2020-02-26 06:40:39',	'2020-02-26 06:40:39',	'',	0,	'http://127.0.0.1/map1/dealers/tavistock-caravans/',	0,	'dealers',	'',	0),
(5073,	1,	'2020-02-26 06:40:40',	'2020-02-26 06:40:40',	'',	'Tenby Tourers Ltd',	'',	'publish',	'closed',	'closed',	'',	'tenby-tourers-ltd',	'',	'',	'2020-02-26 06:40:40',	'2020-02-26 06:40:40',	'',	0,	'http://127.0.0.1/map1/dealers/tenby-tourers-ltd/',	0,	'dealers',	'',	0),
(5074,	1,	'2020-02-26 06:40:40',	'2020-02-26 06:40:40',	'',	'Sunnyhaven Caravan Distributors Ltd',	'',	'publish',	'closed',	'closed',	'',	'sunnyhaven-caravan-distributors-ltd-3',	'',	'',	'2020-02-26 06:40:40',	'2020-02-26 06:40:40',	'',	0,	'http://127.0.0.1/map1/dealers/sunnyhaven-caravan-distributors-ltd-3/',	0,	'dealers',	'',	0),
(5075,	1,	'2020-02-26 06:40:41',	'2020-02-26 06:40:41',	'',	'Swindon Caravans',	'',	'publish',	'closed',	'closed',	'',	'swindon-caravans',	'',	'',	'2020-02-26 06:40:41',	'2020-02-26 06:40:41',	'',	0,	'http://127.0.0.1/map1/dealers/swindon-caravans/',	0,	'dealers',	'',	0),
(5076,	1,	'2020-02-26 06:40:42',	'2020-02-26 06:40:42',	'',	'Tamar Towing & Caravans',	'',	'publish',	'closed',	'closed',	'',	'tamar-towing-caravans',	'',	'',	'2020-02-26 06:40:42',	'2020-02-26 06:40:42',	'',	0,	'http://127.0.0.1/map1/dealers/tamar-towing-caravans/',	0,	'dealers',	'',	0),
(5077,	1,	'2020-02-26 06:40:42',	'2020-02-26 06:40:42',	'',	'Caravan Team Limited',	'',	'publish',	'closed',	'closed',	'',	'caravan-team-limited',	'',	'',	'2020-02-26 06:40:42',	'2020-02-26 06:40:42',	'',	0,	'http://127.0.0.1/map1/dealers/caravan-team-limited/',	0,	'dealers',	'',	0),
(5078,	1,	'2020-02-26 06:40:43',	'2020-02-26 06:40:43',	'',	'Caravan Movers UK Ltd',	'',	'publish',	'closed',	'closed',	'',	'caravan-movers-uk-ltd',	'',	'',	'2020-02-26 06:40:43',	'2020-02-26 06:40:43',	'',	0,	'http://127.0.0.1/map1/dealers/caravan-movers-uk-ltd/',	0,	'dealers',	'',	0),
(5079,	1,	'2020-02-26 06:40:44',	'2020-02-26 06:40:44',	'',	'Tilshead Caravans',	'',	'publish',	'closed',	'closed',	'',	'tilshead-caravans',	'',	'',	'2020-02-26 06:40:44',	'2020-02-26 06:40:44',	'',	0,	'http://127.0.0.1/map1/dealers/tilshead-caravans/',	0,	'dealers',	'',	0),
(5080,	1,	'2020-02-26 06:40:45',	'2020-02-26 06:40:45',	'',	'MG Caravans',	'',	'publish',	'closed',	'closed',	'',	'mg-caravans',	'',	'',	'2020-02-26 06:40:45',	'2020-02-26 06:40:45',	'',	0,	'http://127.0.0.1/map1/dealers/mg-caravans/',	0,	'dealers',	'',	0),
(5081,	1,	'2020-02-26 06:40:45',	'2020-02-26 06:40:45',	'',	'Auto Additions Nationwide Ltd',	'',	'publish',	'closed',	'closed',	'',	'auto-additions-nationwide-ltd',	'',	'',	'2020-02-26 06:40:45',	'2020-02-26 06:40:45',	'',	0,	'http://127.0.0.1/map1/dealers/auto-additions-nationwide-ltd/',	0,	'dealers',	'',	0),
(5082,	1,	'2020-02-26 06:40:46',	'2020-02-26 06:40:46',	'',	'Norwich Caravans',	'',	'publish',	'closed',	'closed',	'',	'norwich-caravans',	'',	'',	'2020-02-26 06:40:46',	'2020-02-26 06:40:46',	'',	0,	'http://127.0.0.1/map1/dealers/norwich-caravans/',	0,	'dealers',	'',	0),
(5083,	1,	'2020-02-26 06:40:47',	'2020-02-26 06:40:47',	'',	'Crowland Caravans & Camping',	'',	'publish',	'closed',	'closed',	'',	'crowland-caravans-camping',	'',	'',	'2020-02-26 06:40:47',	'2020-02-26 06:40:47',	'',	0,	'http://127.0.0.1/map1/dealers/crowland-caravans-camping/',	0,	'dealers',	'',	0),
(5084,	1,	'2020-02-26 06:40:48',	'2020-02-26 06:40:48',	'',	'Lady Bailey Caravans',	'',	'publish',	'closed',	'closed',	'',	'lady-bailey-caravans',	'',	'',	'2020-02-26 06:40:48',	'2020-02-26 06:40:48',	'',	0,	'http://127.0.0.1/map1/dealers/lady-bailey-caravans/',	0,	'dealers',	'',	0),
(5085,	1,	'2020-02-26 06:40:48',	'2020-02-26 06:40:48',	'',	'Aspinall Caravans',	'',	'publish',	'closed',	'closed',	'',	'aspinall-caravans',	'',	'',	'2020-02-26 06:40:48',	'2020-02-26 06:40:48',	'',	0,	'http://127.0.0.1/map1/dealers/aspinall-caravans/',	0,	'dealers',	'',	0),
(5086,	1,	'2020-02-26 06:40:49',	'2020-02-26 06:40:49',	'',	'Hill Top Caravans',	'',	'publish',	'closed',	'closed',	'',	'hill-top-caravans',	'',	'',	'2020-02-26 06:40:49',	'2020-02-26 06:40:49',	'',	0,	'http://127.0.0.1/map1/dealers/hill-top-caravans/',	0,	'dealers',	'',	0),
(5087,	1,	'2020-02-26 06:40:50',	'2020-02-26 06:40:50',	'',	'C & S Caravan Services',	'',	'publish',	'closed',	'closed',	'',	'c-s-caravan-services',	'',	'',	'2020-02-26 06:40:50',	'2020-02-26 06:40:50',	'',	0,	'http://127.0.0.1/map1/dealers/c-s-caravan-services/',	0,	'dealers',	'',	0),
(5088,	1,	'2020-02-26 06:40:51',	'2020-02-26 06:40:51',	'',	'Hampshire County Caravans',	'',	'publish',	'closed',	'closed',	'',	'hampshire-county-caravans',	'',	'',	'2020-02-26 06:40:51',	'2020-02-26 06:40:51',	'',	0,	'http://127.0.0.1/map1/dealers/hampshire-county-caravans/',	0,	'dealers',	'',	0),
(5089,	1,	'2020-02-26 06:40:51',	'2020-02-26 06:40:51',	'',	'LNB TOWBARS & VEHICLE EXTRAS LTD',	'',	'publish',	'closed',	'closed',	'',	'lnb-towbars-vehicle-extras-ltd',	'',	'',	'2020-02-26 06:40:51',	'2020-02-26 06:40:51',	'',	0,	'http://127.0.0.1/map1/dealers/lnb-towbars-vehicle-extras-ltd/',	0,	'dealers',	'',	0),
(5090,	1,	'2020-02-26 06:40:52',	'2020-02-26 06:40:52',	'',	'The Leisure Vehicle Artisan',	'',	'publish',	'closed',	'closed',	'',	'the-leisure-vehicle-artisan',	'',	'',	'2020-02-26 06:40:52',	'2020-02-26 06:40:52',	'',	0,	'http://127.0.0.1/map1/dealers/the-leisure-vehicle-artisan/',	0,	'dealers',	'',	0),
(5091,	1,	'2020-02-26 06:40:53',	'2020-02-26 06:40:53',	'',	'Chris Jones Leisure Ltd',	'',	'publish',	'closed',	'closed',	'',	'chris-jones-leisure-ltd',	'',	'',	'2020-02-26 06:40:53',	'2020-02-26 06:40:53',	'',	0,	'http://127.0.0.1/map1/dealers/chris-jones-leisure-ltd/',	0,	'dealers',	'',	0),
(5092,	1,	'2020-02-26 06:40:54',	'2020-02-26 06:40:54',	'',	'Titan Motorhome and Caravan Services',	'',	'publish',	'closed',	'closed',	'',	'titan-motorhome-and-caravan-services',	'',	'',	'2020-02-26 06:40:54',	'2020-02-26 06:40:54',	'',	0,	'http://127.0.0.1/map1/dealers/titan-motorhome-and-caravan-services/',	0,	'dealers',	'',	0),
(5093,	1,	'2020-02-26 06:40:54',	'2020-02-26 06:40:54',	'',	'Northern Caravan Specialists Ltd',	'',	'publish',	'closed',	'closed',	'',	'northern-caravan-specialists-ltd',	'',	'',	'2020-02-26 06:40:54',	'2020-02-26 06:40:54',	'',	0,	'http://127.0.0.1/map1/dealers/northern-caravan-specialists-ltd/',	0,	'dealers',	'',	0),
(5094,	1,	'2020-02-26 06:40:55',	'2020-02-26 06:40:55',	'',	'Glossop Caravans',	'',	'publish',	'closed',	'closed',	'',	'glossop-caravans',	'',	'',	'2020-02-26 06:40:55',	'2020-02-26 06:40:55',	'',	0,	'http://127.0.0.1/map1/dealers/glossop-caravans/',	0,	'dealers',	'',	0),
(5095,	1,	'2020-02-26 06:40:56',	'2020-02-26 06:40:56',	'',	'Glossop Caravans Service Centre',	'',	'publish',	'closed',	'closed',	'',	'glossop-caravans-service-centre',	'',	'',	'2020-02-26 06:40:56',	'2020-02-26 06:40:56',	'',	0,	'http://127.0.0.1/map1/dealers/glossop-caravans-service-centre/',	0,	'dealers',	'',	0),
(5096,	1,	'2020-02-26 06:40:57',	'2020-02-26 06:40:57',	'',	'Bristol Caravans & Motorhomes',	'',	'publish',	'closed',	'closed',	'',	'bristol-caravans-motorhomes',	'',	'',	'2020-02-26 06:40:57',	'2020-02-26 06:40:57',	'',	0,	'http://127.0.0.1/map1/dealers/bristol-caravans-motorhomes/',	0,	'dealers',	'',	0),
(5097,	1,	'2020-02-26 06:40:58',	'2020-02-26 06:40:58',	'',	'Active Leisure',	'',	'publish',	'closed',	'closed',	'',	'active-leisure',	'',	'',	'2020-02-26 06:40:58',	'2020-02-26 06:40:58',	'',	0,	'http://127.0.0.1/map1/dealers/active-leisure/',	0,	'dealers',	'',	0),
(5098,	1,	'2020-02-26 06:40:58',	'2020-02-26 06:40:58',	'',	'Northam Farm',	'',	'publish',	'closed',	'closed',	'',	'northam-farm',	'',	'',	'2020-02-26 06:40:58',	'2020-02-26 06:40:58',	'',	0,	'http://127.0.0.1/map1/dealers/northam-farm/',	0,	'dealers',	'',	0),
(5099,	1,	'2020-02-26 06:40:59',	'2020-02-26 06:40:59',	'',	'Code 11 Caravan and Motorhome Service',	'',	'publish',	'closed',	'closed',	'',	'code-11-caravan-and-motorhome-service',	'',	'',	'2020-02-26 06:40:59',	'2020-02-26 06:40:59',	'',	0,	'http://127.0.0.1/map1/dealers/code-11-caravan-and-motorhome-service/',	0,	'dealers',	'',	0),
(5100,	1,	'2020-02-26 06:41:00',	'2020-02-26 06:41:00',	'',	'The Caring Caravaner',	'',	'publish',	'closed',	'closed',	'',	'the-caring-caravaner',	'',	'',	'2020-02-26 06:41:00',	'2020-02-26 06:41:00',	'',	0,	'http://127.0.0.1/map1/dealers/the-caring-caravaner/',	0,	'dealers',	'',	0),
(5101,	1,	'2020-02-26 06:41:01',	'2020-02-26 06:41:01',	'',	'Threeways Motorhomes',	'',	'publish',	'closed',	'closed',	'',	'threeways-motorhomes-2',	'',	'',	'2020-02-26 06:41:01',	'2020-02-26 06:41:01',	'',	0,	'http://127.0.0.1/map1/dealers/threeways-motorhomes-2/',	0,	'dealers',	'',	0),
(5102,	1,	'2020-02-26 06:41:02',	'2020-02-26 06:41:02',	'',	'Trustworthy Leisure Caravans',	'',	'publish',	'closed',	'closed',	'',	'trustworthy-leisure-caravans',	'',	'',	'2020-02-26 06:41:02',	'2020-02-26 06:41:02',	'',	0,	'http://127.0.0.1/map1/dealers/trustworthy-leisure-caravans/',	0,	'dealers',	'',	0),
(5103,	1,	'2020-02-26 06:41:02',	'2020-02-26 06:41:02',	'',	'Usk Valley Mobile Caravan Services',	'',	'publish',	'closed',	'closed',	'',	'usk-valley-mobile-caravan-services',	'',	'',	'2020-02-26 06:41:02',	'2020-02-26 06:41:02',	'',	0,	'http://127.0.0.1/map1/dealers/usk-valley-mobile-caravan-services/',	0,	'dealers',	'',	0),
(5104,	1,	'2020-02-26 06:41:03',	'2020-02-26 06:41:03',	'',	'Wiltshire Caravans',	'',	'publish',	'closed',	'closed',	'',	'wiltshire-caravans-2',	'',	'',	'2020-02-26 06:41:03',	'2020-02-26 06:41:03',	'',	0,	'http://127.0.0.1/map1/dealers/wiltshire-caravans-2/',	0,	'dealers',	'',	0),
(5105,	1,	'2020-02-26 06:41:03',	'2020-02-26 06:41:03',	'',	'Anderson Caravan Sales',	'',	'publish',	'closed',	'closed',	'',	'anderson-caravan-sales',	'',	'',	'2020-02-26 06:41:03',	'2020-02-26 06:41:03',	'',	0,	'http://127.0.0.1/map1/dealers/anderson-caravan-sales/',	0,	'dealers',	'',	0),
(5106,	1,	'2020-02-26 06:41:04',	'2020-02-26 06:41:04',	'',	'Beechwood Leisure',	'',	'publish',	'closed',	'closed',	'',	'beechwood-leisure',	'',	'',	'2020-02-26 06:41:04',	'2020-02-26 06:41:04',	'',	0,	'http://127.0.0.1/map1/dealers/beechwood-leisure/',	0,	'dealers',	'',	0),
(5107,	1,	'2020-02-26 06:41:05',	'2020-02-26 06:41:05',	'',	'Charles Camping',	'',	'publish',	'closed',	'closed',	'',	'charles-camping',	'',	'',	'2020-02-26 06:41:05',	'2020-02-26 06:41:05',	'',	0,	'http://127.0.0.1/map1/dealers/charles-camping/',	0,	'dealers',	'',	0),
(5108,	1,	'2020-02-26 06:41:06',	'2020-02-26 06:41:06',	'',	'Clwyd Caravan & Leisure Ltd',	'',	'publish',	'closed',	'closed',	'',	'clwyd-caravan-leisure-ltd',	'',	'',	'2020-02-26 06:41:06',	'2020-02-26 06:41:06',	'',	0,	'http://127.0.0.1/map1/dealers/clwyd-caravan-leisure-ltd/',	0,	'dealers',	'',	0),
(5109,	1,	'2020-02-26 06:41:06',	'2020-02-26 06:41:06',	'',	'Cookstown Caravans',	'',	'publish',	'closed',	'closed',	'',	'cookstown-caravans-2',	'',	'',	'2020-02-26 06:41:06',	'2020-02-26 06:41:06',	'',	0,	'http://127.0.0.1/map1/dealers/cookstown-caravans-2/',	0,	'dealers',	'',	0),
(5110,	1,	'2020-02-26 06:41:07',	'2020-02-26 06:41:07',	'',	'Cramlington Caravans',	'',	'publish',	'closed',	'closed',	'',	'cramlington-caravans',	'',	'',	'2020-02-26 06:41:07',	'2020-02-26 06:41:07',	'',	0,	'http://127.0.0.1/map1/dealers/cramlington-caravans/',	0,	'dealers',	'',	0),
(5111,	1,	'2020-02-26 06:41:07',	'2020-02-26 06:41:07',	'',	'Crossburn Caravans',	'',	'publish',	'closed',	'closed',	'',	'crossburn-caravans',	'',	'',	'2020-02-26 06:41:07',	'2020-02-26 06:41:07',	'',	0,	'http://127.0.0.1/map1/dealers/crossburn-caravans/',	0,	'dealers',	'',	0),
(5112,	1,	'2020-02-26 06:41:07',	'2020-02-26 06:41:07',	'',	'Dee Valley Caravans',	'',	'publish',	'closed',	'closed',	'',	'dee-valley-caravans-2',	'',	'',	'2020-02-26 06:41:07',	'2020-02-26 06:41:07',	'',	0,	'http://127.0.0.1/map1/dealers/dee-valley-caravans-2/',	0,	'dealers',	'',	0),
(5113,	1,	'2020-02-26 06:41:08',	'2020-02-26 06:41:08',	'',	'Dicksons Of Perth',	'',	'publish',	'closed',	'closed',	'',	'dicksons-of-perth',	'',	'',	'2020-02-26 06:41:08',	'2020-02-26 06:41:08',	'',	0,	'http://127.0.0.1/map1/dealers/dicksons-of-perth/',	0,	'dealers',	'',	0),
(5114,	1,	'2020-02-26 06:41:08',	'2020-02-26 06:41:08',	'',	'Dorvic Caravans',	'',	'publish',	'closed',	'closed',	'',	'dorvic-caravans-2',	'',	'',	'2020-02-26 06:41:08',	'2020-02-26 06:41:08',	'',	0,	'http://127.0.0.1/map1/dealers/dorvic-caravans-2/',	0,	'dealers',	'',	0),
(5115,	1,	'2020-02-26 06:41:09',	'2020-02-26 06:41:09',	'',	'Downshire Camping and Caravans',	'',	'publish',	'closed',	'closed',	'',	'downshire-camping-and-caravans',	'',	'',	'2020-02-26 06:41:09',	'2020-02-26 06:41:09',	'',	0,	'http://127.0.0.1/map1/dealers/downshire-camping-and-caravans/',	0,	'dealers',	'',	0),
(5116,	1,	'2020-02-26 06:41:10',	'2020-02-26 06:41:10',	'',	'Dumfries Caravan Centre',	'',	'publish',	'closed',	'closed',	'',	'dumfries-caravan-centre',	'',	'',	'2020-02-26 06:41:10',	'2020-02-26 06:41:10',	'',	0,	'http://127.0.0.1/map1/dealers/dumfries-caravan-centre/',	0,	'dealers',	'',	0),
(5117,	1,	'2020-02-26 06:41:10',	'2020-02-26 06:41:10',	'',	'Duncan Caravans',	'',	'publish',	'closed',	'closed',	'',	'duncan-caravans-2',	'',	'',	'2020-02-26 06:41:10',	'2020-02-26 06:41:10',	'',	0,	'http://127.0.0.1/map1/dealers/duncan-caravans-2/',	0,	'dealers',	'',	0),
(5118,	1,	'2020-02-26 06:41:11',	'2020-02-26 06:41:11',	'',	'Dyce Caravans Limited',	'',	'publish',	'closed',	'closed',	'',	'dyce-caravans-limited',	'',	'',	'2020-02-26 06:41:11',	'2020-02-26 06:41:11',	'',	0,	'http://127.0.0.1/map1/dealers/dyce-caravans-limited/',	0,	'dealers',	'',	0),
(5119,	1,	'2020-02-26 06:41:11',	'2020-02-26 06:41:11',	'',	'Ebor Leisure World',	'',	'publish',	'closed',	'closed',	'',	'ebor-leisure-world-2',	'',	'',	'2020-02-26 06:41:11',	'2020-02-26 06:41:11',	'',	0,	'http://127.0.0.1/map1/dealers/ebor-leisure-world-2/',	0,	'dealers',	'',	0),
(5120,	1,	'2020-02-26 06:41:11',	'2020-02-26 06:41:11',	'',	'Eglinton Caravans',	'',	'publish',	'closed',	'closed',	'',	'eglinton-caravans',	'',	'',	'2020-02-26 06:41:11',	'2020-02-26 06:41:11',	'',	0,	'http://127.0.0.1/map1/dealers/eglinton-caravans/',	0,	'dealers',	'',	0),
(5121,	1,	'2020-02-26 06:41:12',	'2020-02-26 06:41:12',	'',	'FM Caravans Ltd',	'',	'publish',	'closed',	'closed',	'',	'fm-caravans-ltd',	'',	'',	'2020-02-26 06:41:12',	'2020-02-26 06:41:12',	'',	0,	'http://127.0.0.1/map1/dealers/fm-caravans-ltd/',	0,	'dealers',	'',	0),
(5122,	1,	'2020-02-26 06:41:13',	'2020-02-26 06:41:13',	'',	'GNR Sutherland',	'',	'publish',	'closed',	'closed',	'',	'gnr-sutherland-2',	'',	'',	'2020-02-26 06:41:13',	'2020-02-26 06:41:13',	'',	0,	'http://127.0.0.1/map1/dealers/gnr-sutherland-2/',	0,	'dealers',	'',	0),
(5123,	1,	'2020-02-26 06:41:13',	'2020-02-26 06:41:13',	'',	'Crossford Caravan Storage',	'',	'publish',	'closed',	'closed',	'',	'crossford-caravan-storage',	'',	'',	'2020-02-26 06:41:13',	'2020-02-26 06:41:13',	'',	0,	'http://127.0.0.1/map1/dealers/crossford-caravan-storage/',	0,	'dealers',	'',	0),
(5124,	1,	'2020-02-26 06:41:14',	'2020-02-26 06:41:14',	'',	'Grants Craigmills Caravans',	'',	'publish',	'closed',	'closed',	'',	'grants-craigmills-caravans',	'',	'',	'2020-02-26 06:41:14',	'2020-02-26 06:41:14',	'',	0,	'http://127.0.0.1/map1/dealers/grants-craigmills-caravans/',	0,	'dealers',	'',	0),
(5125,	1,	'2020-02-26 06:41:15',	'2020-02-26 06:41:15',	'',	'Greenbank Caravans & Trailers Ltd',	'',	'publish',	'closed',	'closed',	'',	'greenbank-caravans-trailers-ltd',	'',	'',	'2020-02-26 06:41:15',	'2020-02-26 06:41:15',	'',	0,	'http://127.0.0.1/map1/dealers/greenbank-caravans-trailers-ltd/',	0,	'dealers',	'',	0),
(5126,	1,	'2020-02-26 06:41:15',	'2020-02-26 06:41:15',	'',	'Hagans Leisure',	'',	'publish',	'closed',	'closed',	'',	'hagans-leisure',	'',	'',	'2020-02-26 06:41:15',	'2020-02-26 06:41:15',	'',	0,	'http://127.0.0.1/map1/dealers/hagans-leisure/',	0,	'dealers',	'',	0),
(5127,	1,	'2020-02-26 06:41:16',	'2020-02-26 06:41:16',	'',	'Hedley Tow Bars',	'',	'publish',	'closed',	'closed',	'',	'hedley-tow-bars-2',	'',	'',	'2020-02-26 06:41:16',	'2020-02-26 06:41:16',	'',	0,	'http://127.0.0.1/map1/dealers/hedley-tow-bars-2/',	0,	'dealers',	'',	0),
(5128,	1,	'2020-02-26 06:41:17',	'2020-02-26 06:41:17',	'',	'Hitch-On Caravans',	'',	'publish',	'closed',	'closed',	'',	'hitch-on-caravans',	'',	'',	'2020-02-26 06:41:17',	'2020-02-26 06:41:17',	'',	0,	'http://127.0.0.1/map1/dealers/hitch-on-caravans/',	0,	'dealers',	'',	0),
(5129,	1,	'2020-02-26 06:41:18',	'2020-02-26 06:41:18',	'',	'J G Trading Co',	'',	'publish',	'closed',	'closed',	'',	'j-g-trading-co',	'',	'',	'2020-02-26 06:41:18',	'2020-02-26 06:41:18',	'',	0,	'http://127.0.0.1/map1/dealers/j-g-trading-co/',	0,	'dealers',	'',	0),
(5130,	1,	'2020-02-26 06:41:18',	'2020-02-26 06:41:18',	'',	'J B Caravans',	'',	'publish',	'closed',	'closed',	'',	'j-b-caravans',	'',	'',	'2020-02-26 06:41:18',	'2020-02-26 06:41:18',	'',	0,	'http://127.0.0.1/map1/dealers/j-b-caravans/',	0,	'dealers',	'',	0),
(5131,	1,	'2020-02-26 06:41:19',	'2020-02-26 06:41:19',	'',	'Jubilee Caravans',	'',	'publish',	'closed',	'closed',	'',	'jubilee-caravans',	'',	'',	'2020-02-26 06:41:19',	'2020-02-26 06:41:19',	'',	0,	'http://127.0.0.1/map1/dealers/jubilee-caravans/',	0,	'dealers',	'',	0),
(5132,	1,	'2020-02-26 06:41:20',	'2020-02-26 06:41:20',	'',	'Kimberley Caravans',	'',	'publish',	'closed',	'closed',	'',	'kimberley-caravans-2',	'',	'',	'2020-02-26 06:41:20',	'2020-02-26 06:41:20',	'',	0,	'http://127.0.0.1/map1/dealers/kimberley-caravans-2/',	0,	'dealers',	'',	0),
(5133,	1,	'2020-02-26 06:41:21',	'2020-02-26 06:41:21',	'',	'Kimberley',	'',	'publish',	'closed',	'closed',	'',	'kimberley',	'',	'',	'2020-02-26 06:41:21',	'2020-02-26 06:41:21',	'',	0,	'http://127.0.0.1/map1/dealers/kimberley/',	0,	'dealers',	'',	0),
(5134,	1,	'2020-02-26 06:41:21',	'2020-02-26 06:41:21',	'',	'Kingdom Caravans',	'',	'publish',	'closed',	'closed',	'',	'kingdom-caravans',	'',	'',	'2020-02-26 06:41:21',	'2020-02-26 06:41:21',	'',	0,	'http://127.0.0.1/map1/dealers/kingdom-caravans/',	0,	'dealers',	'',	0),
(5135,	1,	'2020-02-26 06:41:22',	'2020-02-26 06:41:22',	'',	'Kirkcaldy Caravans',	'',	'publish',	'closed',	'closed',	'',	'kirkcaldy-caravans-2',	'',	'',	'2020-02-26 06:41:22',	'2020-02-26 06:41:22',	'',	0,	'http://127.0.0.1/map1/dealers/kirkcaldy-caravans-2/',	0,	'dealers',	'',	0),
(5136,	1,	'2020-02-26 06:41:23',	'2020-02-26 06:41:23',	'',	'Knowepark Caravans & Motorhomes Ltd',	'',	'publish',	'closed',	'closed',	'',	'knowepark-caravans-motorhomes-ltd',	'',	'',	'2020-02-26 06:41:23',	'2020-02-26 06:41:23',	'',	0,	'http://127.0.0.1/map1/dealers/knowepark-caravans-motorhomes-ltd/',	0,	'dealers',	'',	0),
(5137,	1,	'2020-02-26 06:41:23',	'2020-02-26 06:41:23',	'',	'Lisburn Caravan Centre',	'',	'publish',	'closed',	'closed',	'',	'lisburn-caravan-centre',	'',	'',	'2020-02-26 06:41:23',	'2020-02-26 06:41:23',	'',	0,	'http://127.0.0.1/map1/dealers/lisburn-caravan-centre/',	0,	'dealers',	'',	0),
(5138,	1,	'2020-02-26 06:41:24',	'2020-02-26 06:41:24',	'',	'LPC Caravans',	'',	'publish',	'closed',	'closed',	'',	'lpc-caravans-2',	'',	'',	'2020-02-26 06:41:24',	'2020-02-26 06:41:24',	'',	0,	'http://127.0.0.1/map1/dealers/lpc-caravans-2/',	0,	'dealers',	'',	0),
(5139,	1,	'2020-02-26 06:41:24',	'2020-02-26 06:41:24',	'',	'Moore\'s Caravan Sales',	'',	'publish',	'closed',	'closed',	'',	'moores-caravan-sales',	'',	'',	'2020-02-26 06:41:24',	'2020-02-26 06:41:24',	'',	0,	'http://127.0.0.1/map1/dealers/moores-caravan-sales/',	0,	'dealers',	'',	0),
(5140,	1,	'2020-02-26 06:41:25',	'2020-02-26 06:41:25',	'',	'Motorhomes and Caravans ltd',	'',	'publish',	'closed',	'closed',	'',	'motorhomes-and-caravans-ltd',	'',	'',	'2020-02-26 06:41:25',	'2020-02-26 06:41:25',	'',	0,	'http://127.0.0.1/map1/dealers/motorhomes-and-caravans-ltd/',	0,	'dealers',	'',	0),
(5141,	1,	'2020-02-26 06:41:26',	'2020-02-26 06:41:26',	'',	'Murray Caravans',	'',	'publish',	'closed',	'closed',	'',	'murray-caravans',	'',	'',	'2020-02-26 06:41:26',	'2020-02-26 06:41:26',	'',	0,	'http://127.0.0.1/map1/dealers/murray-caravans/',	0,	'dealers',	'',	0),
(4715,	1,	'2020-02-24 12:26:13',	'2020-02-24 12:26:13',	'',	'﻿B L Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'%ef%bb%bfb-l-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:26:13',	'2020-02-24 12:26:13',	'',	0,	'http://127.0.0.1/map1/dealers/%ef%bb%bfb-l-caravans-ltd/',	0,	'dealers',	'',	0),
(4716,	1,	'2020-02-24 12:26:13',	'2020-02-24 12:26:13',	'',	'Bardsea Leisure',	'',	'trash',	'closed',	'closed',	'',	'bardsea-leisure__trashed',	'',	'',	'2020-02-24 12:26:13',	'2020-02-24 12:26:13',	'',	0,	'http://127.0.0.1/map1/dealers/bardsea-leisure/',	0,	'dealers',	'',	0),
(4717,	1,	'2020-02-24 12:26:14',	'2020-02-24 12:26:14',	'',	'Brayford Leisure',	'',	'trash',	'closed',	'closed',	'',	'brayford-leisure__trashed',	'',	'',	'2020-02-24 12:26:14',	'2020-02-24 12:26:14',	'',	0,	'http://127.0.0.1/map1/dealers/brayford-leisure/',	0,	'dealers',	'',	0),
(4718,	1,	'2020-02-24 12:26:15',	'2020-02-24 12:26:15',	'',	'Campbells Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'campbells-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:26:15',	'2020-02-24 12:26:15',	'',	0,	'http://127.0.0.1/map1/dealers/campbells-caravans-ltd/',	0,	'dealers',	'',	0),
(4719,	1,	'2020-02-24 12:26:15',	'2020-02-24 12:26:15',	'',	'Coupland Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'coupland-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:26:15',	'2020-02-24 12:26:15',	'',	0,	'http://127.0.0.1/map1/dealers/coupland-caravans-ltd/',	0,	'dealers',	'',	0),
(5142,	1,	'2020-02-26 06:41:27',	'2020-02-26 06:41:27',	'',	'Newry Caravans',	'',	'publish',	'closed',	'closed',	'',	'newry-caravans',	'',	'',	'2020-02-26 06:41:27',	'2020-02-26 06:41:27',	'',	0,	'http://127.0.0.1/map1/dealers/newry-caravans/',	0,	'dealers',	'',	0),
(5143,	1,	'2020-02-26 06:41:28',	'2020-02-26 06:41:28',	'',	'P & P Car & Camper Sales',	'',	'publish',	'closed',	'closed',	'',	'p-p-car-camper-sales',	'',	'',	'2020-02-26 06:41:28',	'2020-02-26 06:41:28',	'',	0,	'http://127.0.0.1/map1/dealers/p-p-car-camper-sales/',	0,	'dealers',	'',	0),
(5144,	1,	'2020-02-26 06:41:28',	'2020-02-26 06:41:28',	'',	'Perthshire Caravans',	'',	'publish',	'closed',	'closed',	'',	'perthshire-caravans-2',	'',	'',	'2020-02-26 06:41:28',	'2020-02-26 06:41:28',	'',	0,	'http://127.0.0.1/map1/dealers/perthshire-caravans-2/',	0,	'dealers',	'',	0),
(5145,	1,	'2020-02-26 06:41:28',	'2020-02-26 06:41:28',	'',	'Ropers Leisure',	'',	'publish',	'closed',	'closed',	'',	'ropers-leisure-2',	'',	'',	'2020-02-26 06:41:28',	'2020-02-26 06:41:28',	'',	0,	'http://127.0.0.1/map1/dealers/ropers-leisure-2/',	0,	'dealers',	'',	0),
(5146,	1,	'2020-02-26 06:41:29',	'2020-02-26 06:41:29',	'',	'S & D Harper Ltd',	'',	'publish',	'closed',	'closed',	'',	's-d-harper-ltd-2',	'',	'',	'2020-02-26 06:41:29',	'2020-02-26 06:41:29',	'',	0,	'http://127.0.0.1/map1/dealers/s-d-harper-ltd-2/',	0,	'dealers',	'',	0),
(5147,	1,	'2020-02-26 06:41:29',	'2020-02-26 06:41:29',	'',	'Teesside Caravan Sales',	'',	'publish',	'closed',	'closed',	'',	'teesside-caravan-sales-2',	'',	'',	'2020-02-26 06:41:29',	'2020-02-26 06:41:29',	'',	0,	'http://127.0.0.1/map1/dealers/teesside-caravan-sales-2/',	0,	'dealers',	'',	0),
(5148,	1,	'2020-02-26 06:41:30',	'2020-02-26 06:41:30',	'',	'The Caravan Clinic',	'',	'publish',	'closed',	'closed',	'',	'the-caravan-clinic',	'',	'',	'2020-02-26 06:41:30',	'2020-02-26 06:41:30',	'',	0,	'http://127.0.0.1/map1/dealers/the-caravan-clinic/',	0,	'dealers',	'',	0),
(5149,	1,	'2020-02-26 06:41:31',	'2020-02-26 06:41:31',	'',	'The Caravan Shop',	'',	'publish',	'closed',	'closed',	'',	'the-caravan-shop',	'',	'',	'2020-02-26 06:41:31',	'2020-02-26 06:41:31',	'',	0,	'http://127.0.0.1/map1/dealers/the-caravan-shop/',	0,	'dealers',	'',	0),
(5150,	1,	'2020-02-26 06:41:32',	'2020-02-26 06:41:32',	'',	'Top Road Tourers',	'',	'publish',	'closed',	'closed',	'',	'top-road-tourers',	'',	'',	'2020-02-26 06:41:32',	'2020-02-26 06:41:32',	'',	0,	'http://127.0.0.1/map1/dealers/top-road-tourers/',	0,	'dealers',	'',	0),
(5151,	1,	'2020-02-26 06:41:32',	'2020-02-26 06:41:32',	'',	'Tyneside Leisureworld',	'',	'publish',	'closed',	'closed',	'',	'tyneside-leisureworld-2',	'',	'',	'2020-02-26 06:41:32',	'2020-02-26 06:41:32',	'',	0,	'http://127.0.0.1/map1/dealers/tyneside-leisureworld-2/',	0,	'dealers',	'',	0),
(5152,	1,	'2020-02-26 06:41:33',	'2020-02-26 06:41:33',	'',	'Wallace Caravans (Kirkcaldy)',	'',	'publish',	'closed',	'closed',	'',	'wallace-caravans-kirkcaldy',	'',	'',	'2020-02-26 06:41:33',	'2020-02-26 06:41:33',	'',	0,	'http://127.0.0.1/map1/dealers/wallace-caravans-kirkcaldy/',	0,	'dealers',	'',	0),
(5153,	1,	'2020-02-26 06:41:34',	'2020-02-26 06:41:34',	'',	'Wallace Caravans',	'',	'publish',	'closed',	'closed',	'',	'wallace-caravans',	'',	'',	'2020-02-26 06:41:34',	'2020-02-26 06:41:34',	'',	0,	'http://127.0.0.1/map1/dealers/wallace-caravans/',	0,	'dealers',	'',	0),
(5154,	1,	'2020-02-26 06:41:35',	'2020-02-26 06:41:35',	'',	'Washington Caravan & Leisure',	'',	'publish',	'closed',	'closed',	'',	'washington-caravan-leisure',	'',	'',	'2020-02-26 06:41:35',	'2020-02-26 06:41:35',	'',	0,	'http://127.0.0.1/map1/dealers/washington-caravan-leisure/',	0,	'dealers',	'',	0),
(5155,	1,	'2020-02-26 06:41:35',	'2020-02-26 06:41:35',	'',	'Yorkshire Coast Caravans',	'',	'publish',	'closed',	'closed',	'',	'yorkshire-coast-caravans',	'',	'',	'2020-02-28 18:40:19',	'2020-02-28 18:40:19',	'',	0,	'http://127.0.0.1/map1/dealers/yorkshire-coast-caravans/',	0,	'dealers',	'',	0),
(5156,	1,	'2020-02-26 06:41:36',	'2020-02-26 06:41:36',	'',	'Tourer Techs Caravan Services Ltd',	'',	'publish',	'closed',	'closed',	'',	'tourer-techs-caravan-services-ltd',	'',	'',	'2020-02-26 06:41:36',	'2020-02-26 06:41:36',	'',	0,	'http://127.0.0.1/map1/dealers/tourer-techs-caravan-services-ltd/',	0,	'dealers',	'',	0),
(4720,	1,	'2020-02-24 12:26:16',	'2020-02-24 12:26:16',	'',	'Don Amott Leisure Kingdom',	'',	'trash',	'closed',	'closed',	'',	'don-amott-leisure-kingdom__trashed',	'',	'',	'2020-02-24 12:26:16',	'2020-02-24 12:26:16',	'',	0,	'http://127.0.0.1/map1/dealers/don-amott-leisure-kingdom/',	0,	'dealers',	'',	0),
(4721,	1,	'2020-02-24 12:26:17',	'2020-02-24 12:26:17',	'',	'Grantham Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'grantham-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:26:17',	'2020-02-24 12:26:17',	'',	0,	'http://127.0.0.1/map1/dealers/grantham-caravans-ltd/',	0,	'dealers',	'',	0),
(4722,	1,	'2020-02-24 12:26:17',	'2020-02-24 12:26:17',	'',	'Jacksons of Old Arley Ltd',	'',	'trash',	'closed',	'closed',	'',	'jacksons-of-old-arley-ltd__trashed',	'',	'',	'2020-02-24 12:26:17',	'2020-02-24 12:26:17',	'',	0,	'http://127.0.0.1/map1/dealers/jacksons-of-old-arley-ltd/',	0,	'dealers',	'',	0),
(4723,	1,	'2020-02-24 12:26:18',	'2020-02-24 12:26:18',	'',	'John Coopers',	'',	'trash',	'closed',	'closed',	'',	'john-coopers__trashed',	'',	'',	'2020-02-24 12:26:18',	'2020-02-24 12:26:18',	'',	0,	'http://127.0.0.1/map1/dealers/john-coopers/',	0,	'dealers',	'',	0),
(4724,	1,	'2020-02-24 12:26:19',	'2020-02-24 12:26:19',	'',	'Kenmore Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'kenmore-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:26:19',	'2020-02-24 12:26:19',	'',	0,	'http://127.0.0.1/map1/dealers/kenmore-caravans-ltd/',	0,	'dealers',	'',	0),
(4725,	1,	'2020-02-24 12:26:19',	'2020-02-24 12:26:19',	'',	'Leeds Caravan Centre',	'',	'trash',	'closed',	'closed',	'',	'leeds-caravan-centre__trashed',	'',	'',	'2020-02-24 12:26:19',	'2020-02-24 12:26:19',	'',	0,	'http://127.0.0.1/map1/dealers/leeds-caravan-centre/',	0,	'dealers',	'',	0),
(4726,	1,	'2020-02-24 12:26:20',	'2020-02-24 12:26:20',	'',	'Leisure Sales',	'',	'trash',	'closed',	'closed',	'',	'leisure-sales__trashed',	'',	'',	'2020-02-24 12:26:20',	'2020-02-24 12:26:20',	'',	0,	'http://127.0.0.1/map1/dealers/leisure-sales/',	0,	'dealers',	'',	0),
(4727,	1,	'2020-02-24 12:26:21',	'2020-02-24 12:26:21',	'',	'Lowdhams Leisureworld Ltd - Nottingham',	'',	'trash',	'closed',	'closed',	'',	'lowdhams-leisureworld-ltd-nottingham__trashed',	'',	'',	'2020-02-24 12:26:21',	'2020-02-24 12:26:21',	'',	0,	'http://127.0.0.1/map1/dealers/lowdhams-leisureworld-ltd-nottingham/',	0,	'dealers',	'',	0),
(4728,	1,	'2020-02-24 12:26:21',	'2020-02-24 12:26:21',	'',	'Lowdhams - Huddersfield',	'',	'trash',	'closed',	'closed',	'',	'lowdhams-huddersfield__trashed',	'',	'',	'2020-02-24 12:26:21',	'2020-02-24 12:26:21',	'',	0,	'http://127.0.0.1/map1/dealers/lowdhams-huddersfield/',	0,	'dealers',	'',	0),
(4729,	1,	'2020-02-24 12:26:22',	'2020-02-24 12:26:22',	'',	'ST4 2HU',	'',	'trash',	'closed',	'closed',	'',	'st4-2hu__trashed',	'',	'',	'2020-02-24 12:26:22',	'2020-02-24 12:26:22',	'',	0,	'http://127.0.0.1/map1/dealers/st4-2hu/',	0,	'dealers',	'',	0),
(4730,	1,	'2020-02-24 12:26:23',	'2020-02-24 12:26:23',	'',	'Pedley\'s Caravans',	'',	'trash',	'closed',	'closed',	'',	'pedleys-caravans__trashed',	'',	'',	'2020-02-24 12:26:23',	'2020-02-24 12:26:23',	'',	0,	'http://127.0.0.1/map1/dealers/pedleys-caravans/',	0,	'dealers',	'',	0),
(4731,	1,	'2020-02-24 12:26:24',	'2020-02-24 12:26:24',	'',	'Pleasuretime Caravans',	'',	'trash',	'closed',	'closed',	'',	'pleasuretime-caravans__trashed',	'',	'',	'2020-02-24 12:26:24',	'2020-02-24 12:26:24',	'',	0,	'http://127.0.0.1/map1/dealers/pleasuretime-caravans/',	0,	'dealers',	'',	0),
(4732,	1,	'2020-02-24 12:26:24',	'2020-02-24 12:26:24',	'',	'Raymond James Caravans',	'',	'trash',	'closed',	'closed',	'',	'raymond-james-caravans__trashed',	'',	'',	'2020-02-24 12:26:24',	'2020-02-24 12:26:24',	'',	0,	'http://127.0.0.1/map1/dealers/raymond-james-caravans/',	0,	'dealers',	'',	0),
(4733,	1,	'2020-02-24 12:26:25',	'2020-02-24 12:26:25',	'',	'Robinsons Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'robinsons-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:26:25',	'2020-02-24 12:26:25',	'',	0,	'http://127.0.0.1/map1/dealers/robinsons-caravans-ltd/',	0,	'dealers',	'',	0),
(4734,	1,	'2020-02-24 12:26:26',	'2020-02-24 12:26:26',	'',	'Robinsons Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'robinsons-caravans-ltd-2__trashed',	'',	'',	'2020-02-24 12:26:26',	'2020-02-24 12:26:26',	'',	0,	'http://127.0.0.1/map1/dealers/robinsons-caravans-ltd-2/',	0,	'dealers',	'',	0),
(4735,	1,	'2020-02-24 12:26:26',	'2020-02-24 12:26:26',	'',	'Ryedale Caravan & Leisure',	'',	'trash',	'closed',	'closed',	'',	'ryedale-caravan-leisure__trashed',	'',	'',	'2020-02-24 12:26:26',	'2020-02-24 12:26:26',	'',	0,	'http://127.0.0.1/map1/dealers/ryedale-caravan-leisure/',	0,	'dealers',	'',	0),
(4736,	1,	'2020-02-24 12:26:27',	'2020-02-24 12:26:27',	'',	'Sheffield Caravans',	'',	'trash',	'closed',	'closed',	'',	'sheffield-caravans__trashed',	'',	'',	'2020-02-24 12:26:27',	'2020-02-24 12:26:27',	'',	0,	'http://127.0.0.1/map1/dealers/sheffield-caravans/',	0,	'dealers',	'',	0),
(4737,	1,	'2020-02-24 12:26:27',	'2020-02-24 12:26:27',	'',	'Solihull Caravans - J. Bayliss & Sons',	'',	'trash',	'closed',	'closed',	'',	'solihull-caravans-j-bayliss-sons__trashed',	'',	'',	'2020-02-24 12:26:27',	'2020-02-24 12:26:27',	'',	0,	'http://127.0.0.1/map1/dealers/solihull-caravans-j-bayliss-sons/',	0,	'dealers',	'',	0),
(4738,	1,	'2020-02-24 12:26:28',	'2020-02-24 12:26:28',	'',	'South Lincs Leisure',	'',	'trash',	'closed',	'closed',	'',	'south-lincs-leisure__trashed',	'',	'',	'2020-02-24 12:26:28',	'2020-02-24 12:26:28',	'',	0,	'http://127.0.0.1/map1/dealers/south-lincs-leisure/',	0,	'dealers',	'',	0),
(4739,	1,	'2020-02-24 12:26:29',	'2020-02-24 12:26:29',	'',	'Spinney',	'',	'trash',	'closed',	'closed',	'',	'spinney__trashed',	'',	'',	'2020-02-24 12:26:29',	'2020-02-24 12:26:29',	'',	0,	'http://127.0.0.1/map1/dealers/spinney/',	0,	'dealers',	'',	0),
(4740,	1,	'2020-02-24 12:26:30',	'2020-02-24 12:26:30',	'',	'Stewart Longton Caravans and Motorhomes Lancaster',	'',	'trash',	'closed',	'closed',	'',	'stewart-longton-caravans-and-motorhomes-lancaster__trashed',	'',	'',	'2020-02-24 12:26:30',	'2020-02-24 12:26:30',	'',	0,	'http://127.0.0.1/map1/dealers/stewart-longton-caravans-and-motorhomes-lancaster/',	0,	'dealers',	'',	0),
(4741,	1,	'2020-02-24 12:26:30',	'2020-02-24 12:26:30',	'',	'Stewart Longton Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'stewart-longton-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:26:30',	'2020-02-24 12:26:30',	'',	0,	'http://127.0.0.1/map1/dealers/stewart-longton-caravans-ltd/',	0,	'dealers',	'',	0),
(4742,	1,	'2020-02-24 12:26:31',	'2020-02-24 12:26:31',	'',	'Torksey Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'torksey-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:26:31',	'2020-02-24 12:26:31',	'',	0,	'http://127.0.0.1/map1/dealers/torksey-caravans-ltd/',	0,	'dealers',	'',	0),
(4743,	1,	'2020-02-24 12:26:32',	'2020-02-24 12:26:32',	'',	'Wandahome (South Cave) Ltd',	'',	'trash',	'closed',	'closed',	'',	'wandahome-south-cave-ltd__trashed',	'',	'',	'2020-02-24 12:26:32',	'2020-02-24 12:26:32',	'',	0,	'http://127.0.0.1/map1/dealers/wandahome-south-cave-ltd/',	0,	'dealers',	'',	0),
(4744,	1,	'2020-02-24 12:26:32',	'2020-02-24 12:26:32',	'',	'Wandahome Knottingley',	'',	'trash',	'closed',	'closed',	'',	'wandahome-knottingley__trashed',	'',	'',	'2020-02-24 12:26:32',	'2020-02-24 12:26:32',	'',	0,	'http://127.0.0.1/map1/dealers/wandahome-knottingley/',	0,	'dealers',	'',	0),
(4745,	1,	'2020-02-24 12:26:33',	'2020-02-24 12:26:33',	'',	'Whitfords Caravan Centre',	'',	'trash',	'closed',	'closed',	'',	'whitfords-caravan-centre__trashed',	'',	'',	'2020-02-24 12:26:33',	'2020-02-24 12:26:33',	'',	0,	'http://127.0.0.1/map1/dealers/whitfords-caravan-centre/',	0,	'dealers',	'',	0),
(4746,	1,	'2020-02-24 12:26:34',	'2020-02-24 12:26:34',	'',	'Y C Leisure',	'',	'trash',	'closed',	'closed',	'',	'y-c-leisure__trashed',	'',	'',	'2020-02-24 12:26:34',	'2020-02-24 12:26:34',	'',	0,	'http://127.0.0.1/map1/dealers/y-c-leisure/',	0,	'dealers',	'',	0),
(4747,	1,	'2020-02-24 12:26:35',	'2020-02-24 12:26:35',	'',	'Black Country Caravans & Camping',	'',	'trash',	'closed',	'closed',	'',	'black-country-caravans-camping__trashed',	'',	'',	'2020-02-24 12:26:35',	'2020-02-24 12:26:35',	'',	0,	'http://127.0.0.1/map1/dealers/black-country-caravans-camping/',	0,	'dealers',	'',	0),
(4748,	1,	'2020-02-24 12:26:36',	'2020-02-24 12:26:36',	'',	'Blazers Caravan Co Ltd',	'',	'trash',	'closed',	'closed',	'',	'blazers-caravan-co-ltd__trashed',	'',	'',	'2020-02-24 12:26:36',	'2020-02-24 12:26:36',	'',	0,	'http://127.0.0.1/map1/dealers/blazers-caravan-co-ltd/',	0,	'dealers',	'',	0),
(4749,	1,	'2020-02-24 12:26:37',	'2020-02-24 12:26:37',	'',	'Chipping Sodbury Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'chipping-sodbury-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:26:37',	'2020-02-24 12:26:37',	'',	0,	'http://127.0.0.1/map1/dealers/chipping-sodbury-caravans-ltd/',	0,	'dealers',	'',	0),
(4750,	1,	'2020-02-24 12:26:37',	'2020-02-24 12:26:37',	'',	'Dinmore Leisure Ltd',	'',	'trash',	'closed',	'closed',	'',	'dinmore-leisure-ltd__trashed',	'',	'',	'2020-02-24 12:26:37',	'2020-02-24 12:26:37',	'',	0,	'http://127.0.0.1/map1/dealers/dinmore-leisure-ltd/',	0,	'dealers',	'',	0),
(4751,	1,	'2020-02-24 12:26:38',	'2020-02-24 12:26:38',	'',	'Ennis Caravans',	'',	'trash',	'closed',	'closed',	'',	'ennis-caravans__trashed',	'',	'',	'2020-02-24 12:26:38',	'2020-02-24 12:26:38',	'',	0,	'http://127.0.0.1/map1/dealers/ennis-caravans/',	0,	'dealers',	'',	0),
(4752,	1,	'2020-02-24 12:26:39',	'2020-02-24 12:26:39',	'',	'Fifth Wheel Company',	'',	'trash',	'closed',	'closed',	'',	'fifth-wheel-company__trashed',	'',	'',	'2020-02-24 12:26:39',	'2020-02-24 12:26:39',	'',	0,	'http://127.0.0.1/map1/dealers/fifth-wheel-company/',	0,	'dealers',	'',	0),
(4753,	1,	'2020-02-24 12:26:40',	'2020-02-24 12:26:40',	'',	'Forest Of Dean Caravans',	'',	'trash',	'closed',	'closed',	'',	'forest-of-dean-caravans__trashed',	'',	'',	'2020-02-24 12:26:40',	'2020-02-24 12:26:40',	'',	0,	'http://127.0.0.1/map1/dealers/forest-of-dean-caravans/',	0,	'dealers',	'',	0),
(4754,	1,	'2020-02-24 12:26:40',	'2020-02-24 12:26:40',	'',	'Golden Castle Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'golden-castle-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:26:40',	'2020-02-24 12:26:40',	'',	0,	'http://127.0.0.1/map1/dealers/golden-castle-caravans-ltd/',	0,	'dealers',	'',	0),
(4755,	1,	'2020-02-24 12:26:41',	'2020-02-24 12:26:41',	'',	'Highbridge Caravan Centre',	'',	'trash',	'closed',	'closed',	'',	'highbridge-caravan-centre__trashed',	'',	'',	'2020-02-24 12:26:41',	'2020-02-24 12:26:41',	'',	0,	'http://127.0.0.1/map1/dealers/highbridge-caravan-centre/',	0,	'dealers',	'',	0),
(4756,	1,	'2020-02-24 12:26:42',	'2020-02-24 12:26:42',	'',	'Martins Of Exeter',	'',	'trash',	'closed',	'closed',	'',	'martins-of-exeter__trashed',	'',	'',	'2020-02-24 12:26:42',	'2020-02-24 12:26:42',	'',	0,	'http://127.0.0.1/map1/dealers/martins-of-exeter/',	0,	'dealers',	'',	0),
(4757,	1,	'2020-02-24 12:26:43',	'2020-02-24 12:26:43',	'',	'Outdoor Experience Ltd',	'',	'trash',	'closed',	'closed',	'',	'outdoor-experience-ltd__trashed',	'',	'',	'2020-02-24 12:26:43',	'2020-02-24 12:26:43',	'',	0,	'http://127.0.0.1/map1/dealers/outdoor-experience-ltd/',	0,	'dealers',	'',	0),
(4758,	1,	'2020-02-24 12:26:44',	'2020-02-24 12:26:44',	'',	'Pearman Briggs Leisure Ltd',	'',	'trash',	'closed',	'closed',	'',	'pearman-briggs-leisure-ltd__trashed',	'',	'',	'2020-02-24 12:26:44',	'2020-02-24 12:26:44',	'',	0,	'http://127.0.0.1/map1/dealers/pearman-briggs-leisure-ltd/',	0,	'dealers',	'',	0),
(4759,	1,	'2020-02-24 12:26:44',	'2020-02-24 12:26:44',	'',	'Penrose Touring',	'',	'trash',	'closed',	'closed',	'',	'penrose-touring__trashed',	'',	'',	'2020-02-24 12:26:44',	'2020-02-24 12:26:44',	'',	0,	'http://127.0.0.1/map1/dealers/penrose-touring/',	0,	'dealers',	'',	0),
(4760,	1,	'2020-02-24 12:26:45',	'2020-02-24 12:26:45',	'',	'Stowford South Wales',	'',	'trash',	'closed',	'closed',	'',	'stowford-south-wales__trashed',	'',	'',	'2020-02-24 12:26:45',	'2020-02-24 12:26:45',	'',	0,	'http://127.0.0.1/map1/dealers/stowford-south-wales/',	0,	'dealers',	'',	0),
(4761,	1,	'2020-02-24 12:26:46',	'2020-02-24 12:26:46',	'',	'Stowford Farm Meadows',	'',	'trash',	'closed',	'closed',	'',	'stowford-farm-meadows__trashed',	'',	'',	'2020-02-24 12:26:46',	'2020-02-24 12:26:46',	'',	0,	'http://127.0.0.1/map1/dealers/stowford-farm-meadows/',	0,	'dealers',	'',	0),
(4762,	1,	'2020-02-24 12:26:46',	'2020-02-24 12:26:46',	'',	'Sunnyhaven Caravan Distributors Ltd',	'',	'trash',	'closed',	'closed',	'',	'sunnyhaven-caravan-distributors-ltd__trashed',	'',	'',	'2020-02-24 12:26:46',	'2020-02-24 12:26:46',	'',	0,	'http://127.0.0.1/map1/dealers/sunnyhaven-caravan-distributors-ltd/',	0,	'dealers',	'',	0),
(4763,	1,	'2020-02-24 12:26:47',	'2020-02-24 12:26:47',	'',	'Swindon Caravan Centre',	'',	'trash',	'closed',	'closed',	'',	'swindon-caravan-centre__trashed',	'',	'',	'2020-02-24 12:26:47',	'2020-02-24 12:26:47',	'',	0,	'http://127.0.0.1/map1/dealers/swindon-caravan-centre/',	0,	'dealers',	'',	0),
(4764,	1,	'2020-02-24 12:26:48',	'2020-02-24 12:26:48',	'',	'Threeways Motorhomes',	'',	'trash',	'closed',	'closed',	'',	'threeways-motorhomes__trashed',	'',	'',	'2020-02-24 12:26:48',	'2020-02-24 12:26:48',	'',	0,	'http://127.0.0.1/map1/dealers/threeways-motorhomes/',	0,	'dealers',	'',	0),
(4765,	1,	'2020-02-24 12:26:48',	'2020-02-24 12:26:48',	'',	'Wiltshire Caravans',	'',	'trash',	'closed',	'closed',	'',	'wiltshire-caravans__trashed',	'',	'',	'2020-02-24 12:26:48',	'2020-02-24 12:26:48',	'',	0,	'http://127.0.0.1/map1/dealers/wiltshire-caravans/',	0,	'dealers',	'',	0),
(4766,	1,	'2020-02-24 12:26:50',	'2020-02-24 12:26:50',	'',	'Sussex Caravan Centre ( East ) Ltd',	'',	'trash',	'closed',	'closed',	'',	'sussex-caravan-centre-east-ltd__trashed',	'',	'',	'2020-02-24 12:26:50',	'2020-02-24 12:26:50',	'',	0,	'http://127.0.0.1/map1/dealers/sussex-caravan-centre-east-ltd/',	0,	'dealers',	'',	0),
(4767,	1,	'2020-02-24 12:26:50',	'2020-02-24 12:26:50',	'',	'Sussex Caravan Centre',	'',	'trash',	'closed',	'closed',	'',	'sussex-caravan-centre__trashed',	'',	'',	'2020-02-24 12:26:50',	'2020-02-24 12:26:50',	'',	0,	'http://127.0.0.1/map1/dealers/sussex-caravan-centre/',	0,	'dealers',	'',	0),
(4768,	1,	'2020-02-24 12:26:51',	'2020-02-24 12:26:51',	'',	'Michael Jordan Caravans',	'',	'trash',	'closed',	'closed',	'',	'michael-jordan-caravans__trashed',	'',	'',	'2020-02-24 12:26:51',	'2020-02-24 12:26:51',	'',	0,	'http://127.0.0.1/map1/dealers/michael-jordan-caravans/',	0,	'dealers',	'',	0),
(4769,	1,	'2020-02-24 12:26:52',	'2020-02-24 12:26:52',	'',	'Lee Davey Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'lee-davey-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:26:52',	'2020-02-24 12:26:52',	'',	0,	'http://127.0.0.1/map1/dealers/lee-davey-caravans-ltd/',	0,	'dealers',	'',	0),
(4770,	1,	'2020-02-24 12:26:52',	'2020-02-24 12:26:52',	'',	'Caravan Tech Services Ltd',	'',	'trash',	'closed',	'closed',	'',	'caravan-tech-services-ltd__trashed',	'',	'',	'2020-02-24 12:26:52',	'2020-02-24 12:26:52',	'',	0,	'http://127.0.0.1/map1/dealers/caravan-tech-services-ltd/',	0,	'dealers',	'',	0),
(4771,	1,	'2020-02-24 12:26:53',	'2020-02-24 12:26:53',	'',	'Chichester Caravans',	'',	'trash',	'closed',	'closed',	'',	'chichester-caravans__trashed',	'',	'',	'2020-02-24 12:26:53',	'2020-02-24 12:26:53',	'',	0,	'http://127.0.0.1/map1/dealers/chichester-caravans/',	0,	'dealers',	'',	0),
(4772,	1,	'2020-02-24 12:26:54',	'2020-02-24 12:26:54',	'',	'Chichester Caravans',	'',	'trash',	'closed',	'closed',	'',	'chichester-caravans-2__trashed',	'',	'',	'2020-02-24 12:26:54',	'2020-02-24 12:26:54',	'',	0,	'http://127.0.0.1/map1/dealers/chichester-caravans-2/',	0,	'dealers',	'',	0),
(4773,	1,	'2020-02-24 12:26:55',	'2020-02-24 12:26:55',	'',	'Chichester Caravans',	'',	'trash',	'closed',	'closed',	'',	'chichester-caravans-3__trashed',	'',	'',	'2020-02-24 12:26:55',	'2020-02-24 12:26:55',	'',	0,	'http://127.0.0.1/map1/dealers/chichester-caravans-3/',	0,	'dealers',	'',	0),
(4774,	1,	'2020-02-24 12:26:55',	'2020-02-24 12:26:55',	'',	'Winchester Caravans',	'',	'trash',	'closed',	'closed',	'',	'winchester-caravans__trashed',	'',	'',	'2020-02-24 12:26:55',	'2020-02-24 12:26:55',	'',	0,	'http://127.0.0.1/map1/dealers/winchester-caravans/',	0,	'dealers',	'',	0),
(4775,	1,	'2020-02-24 12:26:56',	'2020-02-24 12:26:56',	'',	'The Caravan Company Dorset',	'',	'trash',	'closed',	'closed',	'',	'the-caravan-company-dorset__trashed',	'',	'',	'2020-02-24 12:26:56',	'2020-02-24 12:26:56',	'',	0,	'http://127.0.0.1/map1/dealers/the-caravan-company-dorset/',	0,	'dealers',	'',	0),
(4776,	1,	'2020-02-24 12:26:57',	'2020-02-24 12:26:57',	'',	'The Caravan Company Reading',	'',	'trash',	'closed',	'closed',	'',	'the-caravan-company-reading__trashed',	'',	'',	'2020-02-24 12:26:57',	'2020-02-24 12:26:57',	'',	0,	'http://127.0.0.1/map1/dealers/the-caravan-company-reading/',	0,	'dealers',	'',	0),
(4777,	1,	'2020-02-24 12:26:57',	'2020-02-24 12:26:57',	'',	'The Caravan Company Northampton',	'',	'trash',	'closed',	'closed',	'',	'the-caravan-company-northampton__trashed',	'',	'',	'2020-02-24 12:26:57',	'2020-02-24 12:26:57',	'',	0,	'http://127.0.0.1/map1/dealers/the-caravan-company-northampton/',	0,	'dealers',	'',	0),
(4778,	1,	'2020-02-24 12:26:58',	'2020-02-24 12:26:58',	'',	'Marquis Motorhomes & Caravans',	'',	'trash',	'closed',	'closed',	'',	'marquis-motorhomes-caravans__trashed',	'',	'',	'2020-02-24 12:26:58',	'2020-02-24 12:26:58',	'',	0,	'http://127.0.0.1/map1/dealers/marquis-motorhomes-caravans/',	0,	'dealers',	'',	0),
(4779,	1,	'2020-02-24 12:26:59',	'2020-02-24 12:26:59',	'',	'Marquis Motorhomes & Caravans',	'',	'trash',	'closed',	'closed',	'',	'marquis-motorhomes-caravans-2__trashed',	'',	'',	'2020-02-24 12:26:59',	'2020-02-24 12:26:59',	'',	0,	'http://127.0.0.1/map1/dealers/marquis-motorhomes-caravans-2/',	0,	'dealers',	'',	0),
(4780,	1,	'2020-02-24 12:27:00',	'2020-02-24 12:27:00',	'',	'Marquis Motorhomes & Caravans',	'',	'trash',	'closed',	'closed',	'',	'marquis-motorhomes-caravans-3__trashed',	'',	'',	'2020-02-24 12:27:00',	'2020-02-24 12:27:00',	'',	0,	'http://127.0.0.1/map1/dealers/marquis-motorhomes-caravans-3/',	0,	'dealers',	'',	0),
(4782,	1,	'2020-02-24 12:27:01',	'2020-02-24 12:27:01',	'',	'Marquis Motorhomes & Caravans',	'',	'trash',	'closed',	'closed',	'',	'marquis-motorhomes-caravans-5__trashed',	'',	'',	'2020-02-24 12:27:01',	'2020-02-24 12:27:01',	'',	0,	'http://127.0.0.1/map1/dealers/marquis-motorhomes-caravans-5/',	0,	'dealers',	'',	0),
(4783,	1,	'2020-02-24 12:27:02',	'2020-02-24 12:27:02',	'',	'Marquis Motorhomes & Caravans',	'',	'trash',	'closed',	'closed',	'',	'marquis-motorhomes-caravans-6__trashed',	'',	'',	'2020-02-24 12:27:02',	'2020-02-24 12:27:02',	'',	0,	'http://127.0.0.1/map1/dealers/marquis-motorhomes-caravans-6/',	0,	'dealers',	'',	0),
(4784,	1,	'2020-02-24 12:27:03',	'2020-02-24 12:27:03',	'',	'Marquis Motorhomes & Caravans',	'',	'trash',	'closed',	'closed',	'',	'marquis-motorhomes-caravans-7__trashed',	'',	'',	'2020-02-24 12:27:03',	'2020-02-24 12:27:03',	'',	0,	'http://127.0.0.1/map1/dealers/marquis-motorhomes-caravans-7/',	0,	'dealers',	'',	0),
(4785,	1,	'2020-02-24 12:27:03',	'2020-02-24 12:27:03',	'',	'White Arches Caravans',	'',	'trash',	'closed',	'closed',	'',	'white-arches-caravans__trashed',	'',	'',	'2020-02-24 12:27:03',	'2020-02-24 12:27:03',	'',	0,	'http://127.0.0.1/map1/dealers/white-arches-caravans/',	0,	'dealers',	'',	0),
(4786,	1,	'2020-02-24 12:27:03',	'2020-02-24 12:27:03',	'',	'Broad Lane Leisure',	'',	'trash',	'closed',	'closed',	'',	'broad-lane-leisure__trashed',	'',	'',	'2020-02-24 12:27:03',	'2020-02-24 12:27:03',	'',	0,	'http://127.0.0.1/map1/dealers/broad-lane-leisure/',	0,	'dealers',	'',	0),
(4787,	1,	'2020-02-24 12:27:04',	'2020-02-24 12:27:04',	'',	'Broad Lane Leisure',	'',	'trash',	'closed',	'closed',	'',	'broad-lane-leisure-2__trashed',	'',	'',	'2020-02-24 12:27:04',	'2020-02-24 12:27:04',	'',	0,	'http://127.0.0.1/map1/dealers/broad-lane-leisure-2/',	0,	'dealers',	'',	0),
(4788,	1,	'2020-02-24 12:27:05',	'2020-02-24 12:27:05',	'',	'Salop Leisure Limited',	'',	'trash',	'closed',	'closed',	'',	'salop-leisure-limited__trashed',	'',	'',	'2020-02-24 12:27:05',	'2020-02-24 12:27:05',	'',	0,	'http://127.0.0.1/map1/dealers/salop-leisure-limited/',	0,	'dealers',	'',	0),
(4789,	1,	'2020-02-24 12:27:05',	'2020-02-24 12:27:05',	'',	'Catterick Caravans',	'',	'trash',	'closed',	'closed',	'',	'catterick-caravans__trashed',	'',	'',	'2020-02-24 12:27:05',	'2020-02-24 12:27:05',	'',	0,	'http://127.0.0.1/map1/dealers/catterick-caravans/',	0,	'dealers',	'',	0),
(4790,	1,	'2020-02-24 12:27:06',	'2020-02-24 12:27:06',	'',	'Greentrees CaravanStore',	'',	'trash',	'closed',	'closed',	'',	'greentrees-caravanstore__trashed',	'',	'',	'2020-02-24 12:27:06',	'2020-02-24 12:27:06',	'',	0,	'http://127.0.0.1/map1/dealers/greentrees-caravanstore/',	0,	'dealers',	'',	0),
(4791,	1,	'2020-02-24 12:27:07',	'2020-02-24 12:27:07',	'',	'Newport Caravans',	'',	'trash',	'closed',	'closed',	'',	'newport-caravans__trashed',	'',	'',	'2020-02-24 12:27:07',	'2020-02-24 12:27:07',	'',	0,	'http://127.0.0.1/map1/dealers/newport-caravans/',	0,	'dealers',	'',	0),
(4792,	1,	'2020-02-24 12:27:07',	'2020-02-24 12:27:07',	'',	'Oxford Caravans',	'',	'trash',	'closed',	'closed',	'',	'oxford-caravans__trashed',	'',	'',	'2020-02-24 12:27:07',	'2020-02-24 12:27:07',	'',	0,	'http://127.0.0.1/map1/dealers/oxford-caravans/',	0,	'dealers',	'',	0),
(4793,	1,	'2020-02-24 12:27:08',	'2020-02-24 12:27:08',	'',	'Reading Caravans',	'',	'trash',	'closed',	'closed',	'',	'reading-caravans__trashed',	'',	'',	'2020-02-24 12:27:08',	'2020-02-24 12:27:08',	'',	0,	'http://127.0.0.1/map1/dealers/reading-caravans/',	0,	'dealers',	'',	0),
(4794,	1,	'2020-02-24 12:27:09',	'2020-02-24 12:27:09',	'',	'Cotswold Edge Leisure Vehicles Ltd',	'',	'trash',	'closed',	'closed',	'',	'cotswold-edge-leisure-vehicles-ltd__trashed',	'',	'',	'2020-02-24 12:27:09',	'2020-02-24 12:27:09',	'',	0,	'http://127.0.0.1/map1/dealers/cotswold-edge-leisure-vehicles-ltd/',	0,	'dealers',	'',	0),
(4795,	1,	'2020-02-24 12:27:10',	'2020-02-24 12:27:10',	'',	'S & D Harper Ltd',	'',	'trash',	'closed',	'closed',	'',	's-d-harper-ltd__trashed',	'',	'',	'2020-02-24 12:27:10',	'2020-02-24 12:27:10',	'',	0,	'http://127.0.0.1/map1/dealers/s-d-harper-ltd/',	0,	'dealers',	'',	0),
(4796,	1,	'2020-02-24 12:27:11',	'2020-02-24 12:27:11',	'',	'Dyce Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'dyce-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:27:11',	'2020-02-24 12:27:11',	'',	0,	'http://127.0.0.1/map1/dealers/dyce-caravans-ltd/',	0,	'dealers',	'',	0),
(4797,	1,	'2020-02-24 12:27:11',	'2020-02-24 12:27:11',	'',	'Perthshire Caravans',	'',	'trash',	'closed',	'closed',	'',	'perthshire-caravans__trashed',	'',	'',	'2020-02-24 12:27:11',	'2020-02-24 12:27:11',	'',	0,	'http://127.0.0.1/map1/dealers/perthshire-caravans/',	0,	'dealers',	'',	0),
(4798,	1,	'2020-02-24 12:27:12',	'2020-02-24 12:27:12',	'',	'Knowepark Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'knowepark-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:27:12',	'2020-02-24 12:27:12',	'',	0,	'http://127.0.0.1/map1/dealers/knowepark-caravans-ltd/',	0,	'dealers',	'',	0),
(4799,	1,	'2020-02-24 12:27:13',	'2020-02-24 12:27:13',	'',	'Dee Valley Caravans',	'',	'trash',	'closed',	'closed',	'',	'dee-valley-caravans__trashed',	'',	'',	'2020-02-24 12:27:13',	'2020-02-24 12:27:13',	'',	0,	'http://127.0.0.1/map1/dealers/dee-valley-caravans/',	0,	'dealers',	'',	0),
(4800,	1,	'2020-02-24 12:27:13',	'2020-02-24 12:27:13',	'',	'Duncan Caravans',	'',	'trash',	'closed',	'closed',	'',	'duncan-caravans__trashed',	'',	'',	'2020-02-24 12:27:13',	'2020-02-24 12:27:13',	'',	0,	'http://127.0.0.1/map1/dealers/duncan-caravans/',	0,	'dealers',	'',	0),
(4801,	1,	'2020-02-24 12:27:14',	'2020-02-24 12:27:14',	'',	'Kirkcaldy Caravans',	'',	'trash',	'closed',	'closed',	'',	'kirkcaldy-caravans__trashed',	'',	'',	'2020-02-24 12:27:14',	'2020-02-24 12:27:14',	'',	0,	'http://127.0.0.1/map1/dealers/kirkcaldy-caravans/',	0,	'dealers',	'',	0),
(4802,	1,	'2020-02-24 12:27:16',	'2020-02-24 12:27:16',	'',	'Cookstown Caravans',	'',	'trash',	'closed',	'closed',	'',	'cookstown-caravans__trashed',	'',	'',	'2020-02-24 12:27:16',	'2020-02-24 12:27:16',	'',	0,	'http://127.0.0.1/map1/dealers/cookstown-caravans/',	0,	'dealers',	'',	0),
(4803,	1,	'2020-02-24 12:27:17',	'2020-02-24 12:27:17',	'',	'LPC Caravans',	'',	'trash',	'closed',	'closed',	'',	'lpc-caravans__trashed',	'',	'',	'2020-02-24 12:27:17',	'2020-02-24 12:27:17',	'',	0,	'http://127.0.0.1/map1/dealers/lpc-caravans/',	0,	'dealers',	'',	0),
(4804,	1,	'2020-02-24 12:27:18',	'2020-02-24 12:27:18',	'',	'United British Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'united-british-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:27:18',	'2020-02-24 12:27:18',	'',	0,	'http://127.0.0.1/map1/dealers/united-british-caravans-ltd/',	0,	'dealers',	'',	0),
(4805,	1,	'2020-02-24 12:27:18',	'2020-02-24 12:27:18',	'',	'Kimberley Caravans',	'',	'trash',	'closed',	'closed',	'',	'kimberley-caravans__trashed',	'',	'',	'2020-02-24 12:27:18',	'2020-02-24 12:27:18',	'',	0,	'http://127.0.0.1/map1/dealers/kimberley-caravans/',	0,	'dealers',	'',	0),
(4806,	1,	'2020-02-24 12:27:19',	'2020-02-24 12:27:19',	'',	'Ropers Leisure',	'',	'trash',	'closed',	'closed',	'',	'ropers-leisure__trashed',	'',	'',	'2020-02-24 12:27:19',	'2020-02-24 12:27:19',	'',	0,	'http://127.0.0.1/map1/dealers/ropers-leisure/',	0,	'dealers',	'',	0),
(4807,	1,	'2020-02-24 12:27:19',	'2020-02-24 12:27:19',	'',	'Teesside Caravan Sales',	'',	'trash',	'closed',	'closed',	'',	'teesside-caravan-sales__trashed',	'',	'',	'2020-02-24 12:27:19',	'2020-02-24 12:27:19',	'',	0,	'http://127.0.0.1/map1/dealers/teesside-caravan-sales/',	0,	'dealers',	'',	0),
(4808,	1,	'2020-02-24 12:27:20',	'2020-02-24 12:27:20',	'',	'Ebor Leisure World',	'',	'trash',	'closed',	'closed',	'',	'ebor-leisure-world__trashed',	'',	'',	'2020-02-24 12:27:20',	'2020-02-24 12:27:20',	'',	0,	'http://127.0.0.1/map1/dealers/ebor-leisure-world/',	0,	'dealers',	'',	0),
(4809,	1,	'2020-02-24 12:27:21',	'2020-02-24 12:27:21',	'',	'Tyneside Leisureworld',	'',	'trash',	'closed',	'closed',	'',	'tyneside-leisureworld__trashed',	'',	'',	'2020-02-24 12:27:21',	'2020-02-24 12:27:21',	'',	0,	'http://127.0.0.1/map1/dealers/tyneside-leisureworld/',	0,	'dealers',	'',	0),
(4810,	1,	'2020-02-24 12:27:21',	'2020-02-24 12:27:21',	'',	'North East Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'north-east-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:27:21',	'2020-02-24 12:27:21',	'',	0,	'http://127.0.0.1/map1/dealers/north-east-caravans-ltd/',	0,	'dealers',	'',	0),
(4811,	1,	'2020-02-24 12:27:22',	'2020-02-24 12:27:22',	'',	'Hedley Tow Bars',	'',	'trash',	'closed',	'closed',	'',	'hedley-tow-bars__trashed',	'',	'',	'2020-02-24 12:27:22',	'2020-02-24 12:27:22',	'',	0,	'http://127.0.0.1/map1/dealers/hedley-tow-bars/',	0,	'dealers',	'',	0),
(4812,	1,	'2020-02-24 12:27:23',	'2020-02-24 12:27:23',	'',	'Dorvic Caravans',	'',	'trash',	'closed',	'closed',	'',	'dorvic-caravans__trashed',	'',	'',	'2020-02-24 12:27:23',	'2020-02-24 12:27:23',	'',	0,	'http://127.0.0.1/map1/dealers/dorvic-caravans/',	0,	'dealers',	'',	0),
(4813,	1,	'2020-02-24 12:27:23',	'2020-02-24 12:27:23',	'',	'GNR Sutherland',	'',	'trash',	'closed',	'closed',	'',	'gnr-sutherland__trashed',	'',	'',	'2020-02-24 12:27:23',	'2020-02-24 12:27:23',	'',	0,	'http://127.0.0.1/map1/dealers/gnr-sutherland/',	0,	'dealers',	'',	0),
(4814,	1,	'2020-02-24 12:27:24',	'2020-02-24 12:27:24',	'',	'Broadway Leisure Caravan Service Centre',	'',	'trash',	'closed',	'closed',	'',	'broadway-leisure-caravan-service-centre__trashed',	'',	'',	'2020-02-24 12:27:24',	'2020-02-24 12:27:24',	'',	0,	'http://127.0.0.1/map1/dealers/broadway-leisure-caravan-service-centre/',	0,	'dealers',	'',	0),
(4815,	1,	'2020-02-24 12:27:25',	'2020-02-24 12:27:25',	'',	'Capes and Mcleod Leisure LTD',	'',	'trash',	'closed',	'closed',	'',	'capes-and-mcleod-leisure-ltd__trashed',	'',	'',	'2020-02-24 12:27:25',	'2020-02-24 12:27:25',	'',	0,	'http://127.0.0.1/map1/dealers/capes-and-mcleod-leisure-ltd/',	0,	'dealers',	'',	0),
(4816,	1,	'2020-02-24 12:27:27',	'2020-02-24 12:27:27',	'',	'Coachcraft & Leisure Ltd',	'',	'trash',	'closed',	'closed',	'',	'coachcraft-leisure-ltd__trashed',	'',	'',	'2020-02-24 12:27:27',	'2020-02-24 12:27:27',	'',	0,	'http://127.0.0.1/map1/dealers/coachcraft-leisure-ltd/',	0,	'dealers',	'',	0),
(4817,	1,	'2020-02-24 12:27:27',	'2020-02-24 12:27:27',	'',	'Coleford Leisure',	'',	'trash',	'closed',	'closed',	'',	'coleford-leisure__trashed',	'',	'',	'2020-02-24 12:27:27',	'2020-02-24 12:27:27',	'',	0,	'http://127.0.0.1/map1/dealers/coleford-leisure/',	0,	'dealers',	'',	0),
(4818,	1,	'2020-02-24 12:27:28',	'2020-02-24 12:27:28',	'',	'Heather Leisure Ltd',	'',	'trash',	'closed',	'closed',	'',	'heather-leisure-ltd__trashed',	'',	'',	'2020-02-24 12:27:28',	'2020-02-24 12:27:28',	'',	0,	'http://127.0.0.1/map1/dealers/heather-leisure-ltd/',	0,	'dealers',	'',	0),
(4819,	1,	'2020-02-24 12:27:29',	'2020-02-24 12:27:29',	'',	'Herald Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'herald-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:27:29',	'2020-02-24 12:27:29',	'',	0,	'http://127.0.0.1/map1/dealers/herald-caravans-ltd/',	0,	'dealers',	'',	0),
(4820,	1,	'2020-02-24 12:27:30',	'2020-02-24 12:27:30',	'',	'Mullacott Caravan & Marine Ltd',	'',	'trash',	'closed',	'closed',	'',	'mullacott-caravan-marine-ltd__trashed',	'',	'',	'2020-02-24 12:27:30',	'2020-02-24 12:27:30',	'',	0,	'http://127.0.0.1/map1/dealers/mullacott-caravan-marine-ltd/',	0,	'dealers',	'',	0),
(4821,	1,	'2020-02-24 12:27:31',	'2020-02-24 12:27:31',	'',	'Somerset County Caravans',	'',	'trash',	'closed',	'closed',	'',	'somerset-county-caravans__trashed',	'',	'',	'2020-02-24 12:27:31',	'2020-02-24 12:27:31',	'',	0,	'http://127.0.0.1/map1/dealers/somerset-county-caravans/',	0,	'dealers',	'',	0),
(4822,	1,	'2020-02-24 12:27:32',	'2020-02-24 12:27:32',	'',	'South Shropshire Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'south-shropshire-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:27:32',	'2020-02-24 12:27:32',	'',	0,	'http://127.0.0.1/map1/dealers/south-shropshire-caravans-ltd/',	0,	'dealers',	'',	0),
(4823,	1,	'2020-02-24 12:27:33',	'2020-02-24 12:27:33',	'',	'Tamar Towing Centre',	'',	'trash',	'closed',	'closed',	'',	'tamar-towing-centre__trashed',	'',	'',	'2020-02-24 12:27:33',	'2020-02-24 12:27:33',	'',	0,	'http://127.0.0.1/map1/dealers/tamar-towing-centre/',	0,	'dealers',	'',	0),
(4824,	1,	'2020-02-24 12:27:34',	'2020-02-24 12:27:34',	'',	'3 A\'s Leisure',	'',	'trash',	'closed',	'closed',	'',	'3-as-leisure__trashed',	'',	'',	'2020-02-24 12:27:34',	'2020-02-24 12:27:34',	'',	0,	'http://127.0.0.1/map1/dealers/3-as-leisure/',	0,	'dealers',	'',	0),
(4825,	1,	'2020-02-24 12:27:35',	'2020-02-24 12:27:35',	'',	'Three C\'s',	'',	'trash',	'closed',	'closed',	'',	'three-cs__trashed',	'',	'',	'2020-02-24 12:27:35',	'2020-02-24 12:27:35',	'',	0,	'http://127.0.0.1/map1/dealers/three-cs/',	0,	'dealers',	'',	0),
(4826,	1,	'2020-02-24 12:27:37',	'2020-02-24 12:27:37',	'',	'A & B Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'a-b-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:27:37',	'2020-02-24 12:27:37',	'',	0,	'http://127.0.0.1/map1/dealers/a-b-caravans-ltd/',	0,	'dealers',	'',	0),
(4827,	1,	'2020-02-24 12:27:38',	'2020-02-24 12:27:38',	'',	'Diamond Camping and Angling Centre',	'',	'trash',	'closed',	'closed',	'',	'diamond-camping-and-angling-centre__trashed',	'',	'',	'2020-02-24 12:27:38',	'2020-02-24 12:27:38',	'',	0,	'http://127.0.0.1/map1/dealers/diamond-camping-and-angling-centre/',	0,	'dealers',	'',	0),
(4828,	1,	'2020-02-24 12:27:40',	'2020-02-24 12:27:40',	'',	'Abergavenny Caravans',	'',	'trash',	'closed',	'closed',	'',	'abergavenny-caravans__trashed',	'',	'',	'2020-02-24 12:27:40',	'2020-02-24 12:27:40',	'',	0,	'http://127.0.0.1/map1/dealers/abergavenny-caravans/',	0,	'dealers',	'',	0),
(4829,	1,	'2020-02-24 12:27:41',	'2020-02-24 12:27:41',	'',	'Apple Campers & Motorhomes Wellington',	'',	'trash',	'closed',	'closed',	'',	'apple-campers-motorhomes-wellington__trashed',	'',	'',	'2020-02-24 12:27:41',	'2020-02-24 12:27:41',	'',	0,	'http://127.0.0.1/map1/dealers/apple-campers-motorhomes-wellington/',	0,	'dealers',	'',	0),
(4830,	1,	'2020-02-24 12:27:42',	'2020-02-24 12:27:42',	'',	'Atlantic Caravans',	'',	'trash',	'closed',	'closed',	'',	'atlantic-caravans__trashed',	'',	'',	'2020-02-24 12:27:42',	'2020-02-24 12:27:42',	'',	0,	'http://127.0.0.1/map1/dealers/atlantic-caravans/',	0,	'dealers',	'',	0),
(4831,	1,	'2020-02-24 12:27:43',	'2020-02-24 12:27:43',	'',	'Automaster Ltd',	'',	'trash',	'closed',	'closed',	'',	'automaster-ltd__trashed',	'',	'',	'2020-02-24 12:27:43',	'2020-02-24 12:27:43',	'',	0,	'http://127.0.0.1/map1/dealers/automaster-ltd/',	0,	'dealers',	'',	0),
(4832,	1,	'2020-02-24 12:27:43',	'2020-02-24 12:27:43',	'',	'Avon Trailer Towbar Centre',	'',	'trash',	'closed',	'closed',	'',	'avon-trailer-towbar-centre__trashed',	'',	'',	'2020-02-24 12:27:43',	'2020-02-24 12:27:43',	'',	0,	'http://127.0.0.1/map1/dealers/avon-trailer-towbar-centre/',	0,	'dealers',	'',	0),
(4833,	1,	'2020-02-24 12:27:44',	'2020-02-24 12:27:44',	'',	'Bailey Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'bailey-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:27:44',	'2020-02-24 12:27:44',	'',	0,	'http://127.0.0.1/map1/dealers/bailey-caravans-ltd/',	0,	'dealers',	'',	0),
(4834,	1,	'2020-02-24 12:27:45',	'2020-02-24 12:27:45',	'',	'Barons Road',	'',	'trash',	'closed',	'closed',	'',	'barons-road__trashed',	'',	'',	'2020-02-24 12:27:45',	'2020-02-24 12:27:45',	'',	0,	'http://127.0.0.1/map1/dealers/barons-road/',	0,	'dealers',	'',	0),
(4835,	1,	'2020-02-24 12:27:46',	'2020-02-24 12:27:46',	'',	'Black Country Caravans & Camping',	'',	'trash',	'closed',	'closed',	'',	'black-country-caravans-camping-2__trashed',	'',	'',	'2020-02-24 12:27:46',	'2020-02-24 12:27:46',	'',	0,	'http://127.0.0.1/map1/dealers/black-country-caravans-camping-2/',	0,	'dealers',	'',	0),
(4836,	1,	'2020-02-24 12:27:46',	'2020-02-24 12:27:46',	'',	'Sunnyhaven Caravan Distributors Ltd',	'',	'trash',	'closed',	'closed',	'',	'sunnyhaven-caravan-distributors-ltd-2__trashed',	'',	'',	'2020-02-24 12:27:46',	'2020-02-24 12:27:46',	'',	0,	'http://127.0.0.1/map1/dealers/sunnyhaven-caravan-distributors-ltd-2/',	0,	'dealers',	'',	0),
(4837,	1,	'2020-02-24 12:27:47',	'2020-02-24 12:27:47',	'',	'Bridge Caravan & Camping Site',	'',	'trash',	'closed',	'closed',	'',	'bridge-caravan-camping-site__trashed',	'',	'',	'2020-02-24 12:27:47',	'2020-02-24 12:27:47',	'',	0,	'http://127.0.0.1/map1/dealers/bridge-caravan-camping-site/',	0,	'dealers',	'',	0),
(4838,	1,	'2020-02-24 12:27:48',	'2020-02-24 12:27:48',	'',	'Bridgend Camping & Leisure Ltd',	'',	'trash',	'closed',	'closed',	'',	'bridgend-camping-leisure-ltd__trashed',	'',	'',	'2020-02-24 12:27:48',	'2020-02-24 12:27:48',	'',	0,	'http://127.0.0.1/map1/dealers/bridgend-camping-leisure-ltd/',	0,	'dealers',	'',	0),
(4839,	1,	'2020-02-24 12:27:49',	'2020-02-24 12:27:49',	'',	'TA6 4AP',	'',	'trash',	'closed',	'closed',	'',	'ta6-4ap__trashed',	'',	'',	'2020-02-24 12:27:49',	'2020-02-24 12:27:49',	'',	0,	'http://127.0.0.1/map1/dealers/ta6-4ap/',	0,	'dealers',	'',	0),
(4840,	1,	'2020-02-24 12:27:49',	'2020-02-24 12:27:49',	'',	'Broadway Leisure Caravan Service Centre',	'',	'trash',	'closed',	'closed',	'',	'broadway-leisure-caravan-service-centre-2__trashed',	'',	'',	'2020-02-24 12:27:49',	'2020-02-24 12:27:49',	'',	0,	'http://127.0.0.1/map1/dealers/broadway-leisure-caravan-service-centre-2/',	0,	'dealers',	'',	0),
(4841,	1,	'2020-02-24 12:27:49',	'2020-02-24 12:27:49',	'',	'Capes and Mcleod Leisure LTD',	'',	'trash',	'closed',	'closed',	'',	'capes-and-mcleod-leisure-ltd-2__trashed',	'',	'',	'2020-02-24 12:27:49',	'2020-02-24 12:27:49',	'',	0,	'http://127.0.0.1/map1/dealers/capes-and-mcleod-leisure-ltd-2/',	0,	'dealers',	'',	0),
(4842,	1,	'2020-02-24 12:27:50',	'2020-02-24 12:27:50',	'',	'Hamdden Caravans & Accessories',	'',	'trash',	'closed',	'closed',	'',	'hamdden-caravans-accessories__trashed',	'',	'',	'2020-02-24 12:27:50',	'2020-02-24 12:27:50',	'',	0,	'http://127.0.0.1/map1/dealers/hamdden-caravans-accessories/',	0,	'dealers',	'',	0),
(4843,	1,	'2020-02-24 12:27:51',	'2020-02-24 12:27:51',	'',	'Cara-Fix',	'',	'trash',	'closed',	'closed',	'',	'cara-fix__trashed',	'',	'',	'2020-02-24 12:27:51',	'2020-02-24 12:27:51',	'',	0,	'http://127.0.0.1/map1/dealers/cara-fix/',	0,	'dealers',	'',	0),
(4844,	1,	'2020-02-24 12:27:51',	'2020-02-24 12:27:51',	'',	'Taunton Caravan Services Ltd',	'',	'trash',	'closed',	'closed',	'',	'taunton-caravan-services-ltd__trashed',	'',	'',	'2020-02-24 12:27:51',	'2020-02-24 12:27:51',	'',	0,	'http://127.0.0.1/map1/dealers/taunton-caravan-services-ltd/',	0,	'dealers',	'',	0),
(4845,	1,	'2020-02-24 12:27:52',	'2020-02-24 12:27:52',	'',	'Tavistock Caravans',	'',	'trash',	'closed',	'closed',	'',	'tavistock-caravans__trashed',	'',	'',	'2020-02-24 12:27:52',	'2020-02-24 12:27:52',	'',	0,	'http://127.0.0.1/map1/dealers/tavistock-caravans/',	0,	'dealers',	'',	0),
(4846,	1,	'2020-02-24 12:27:53',	'2020-02-24 12:27:53',	'',	'Tenby Tourers Ltd',	'',	'trash',	'closed',	'closed',	'',	'tenby-tourers-ltd__trashed',	'',	'',	'2020-02-24 12:27:53',	'2020-02-24 12:27:53',	'',	0,	'http://127.0.0.1/map1/dealers/tenby-tourers-ltd/',	0,	'dealers',	'',	0),
(4847,	1,	'2020-02-24 12:27:53',	'2020-02-24 12:27:53',	'',	'Sunnyhaven Caravan Distributors Ltd',	'',	'trash',	'closed',	'closed',	'',	'sunnyhaven-caravan-distributors-ltd-3__trashed',	'',	'',	'2020-02-24 12:27:53',	'2020-02-24 12:27:53',	'',	0,	'http://127.0.0.1/map1/dealers/sunnyhaven-caravan-distributors-ltd-3/',	0,	'dealers',	'',	0),
(4848,	1,	'2020-02-24 12:27:54',	'2020-02-24 12:27:54',	'',	'Swindon Caravans',	'',	'trash',	'closed',	'closed',	'',	'swindon-caravans__trashed',	'',	'',	'2020-02-24 12:27:54',	'2020-02-24 12:27:54',	'',	0,	'http://127.0.0.1/map1/dealers/swindon-caravans/',	0,	'dealers',	'',	0),
(4849,	1,	'2020-02-24 12:27:54',	'2020-02-24 12:27:54',	'',	'Tamar Towing & Caravans',	'',	'trash',	'closed',	'closed',	'',	'tamar-towing-caravans__trashed',	'',	'',	'2020-02-24 12:27:54',	'2020-02-24 12:27:54',	'',	0,	'http://127.0.0.1/map1/dealers/tamar-towing-caravans/',	0,	'dealers',	'',	0),
(4850,	1,	'2020-02-24 12:27:55',	'2020-02-24 12:27:55',	'',	'Caravan Team Limited',	'',	'trash',	'closed',	'closed',	'',	'caravan-team-limited__trashed',	'',	'',	'2020-02-24 12:27:55',	'2020-02-24 12:27:55',	'',	0,	'http://127.0.0.1/map1/dealers/caravan-team-limited/',	0,	'dealers',	'',	0),
(4851,	1,	'2020-02-24 12:27:56',	'2020-02-24 12:27:56',	'',	'Caravan Movers UK Ltd',	'',	'trash',	'closed',	'closed',	'',	'caravan-movers-uk-ltd__trashed',	'',	'',	'2020-02-24 12:27:56',	'2020-02-24 12:27:56',	'',	0,	'http://127.0.0.1/map1/dealers/caravan-movers-uk-ltd/',	0,	'dealers',	'',	0),
(4852,	1,	'2020-02-24 12:27:56',	'2020-02-24 12:27:56',	'',	'Tilshead Caravans',	'',	'trash',	'closed',	'closed',	'',	'tilshead-caravans__trashed',	'',	'',	'2020-02-24 12:27:56',	'2020-02-24 12:27:56',	'',	0,	'http://127.0.0.1/map1/dealers/tilshead-caravans/',	0,	'dealers',	'',	0),
(4853,	1,	'2020-02-24 12:27:57',	'2020-02-24 12:27:57',	'',	'MG Caravans',	'',	'trash',	'closed',	'closed',	'',	'mg-caravans__trashed',	'',	'',	'2020-02-24 12:27:57',	'2020-02-24 12:27:57',	'',	0,	'http://127.0.0.1/map1/dealers/mg-caravans/',	0,	'dealers',	'',	0),
(4854,	1,	'2020-02-24 12:27:57',	'2020-02-24 12:27:57',	'',	'Auto Additions Nationwide Ltd',	'',	'trash',	'closed',	'closed',	'',	'auto-additions-nationwide-ltd__trashed',	'',	'',	'2020-02-24 12:27:57',	'2020-02-24 12:27:57',	'',	0,	'http://127.0.0.1/map1/dealers/auto-additions-nationwide-ltd/',	0,	'dealers',	'',	0),
(4855,	1,	'2020-02-24 12:27:58',	'2020-02-24 12:27:58',	'',	'Norwich Caravans',	'',	'trash',	'closed',	'closed',	'',	'norwich-caravans__trashed',	'',	'',	'2020-02-24 12:27:58',	'2020-02-24 12:27:58',	'',	0,	'http://127.0.0.1/map1/dealers/norwich-caravans/',	0,	'dealers',	'',	0),
(4856,	1,	'2020-02-24 12:27:59',	'2020-02-24 12:27:59',	'',	'Crowland Caravans & Camping',	'',	'trash',	'closed',	'closed',	'',	'crowland-caravans-camping__trashed',	'',	'',	'2020-02-24 12:27:59',	'2020-02-24 12:27:59',	'',	0,	'http://127.0.0.1/map1/dealers/crowland-caravans-camping/',	0,	'dealers',	'',	0),
(4857,	1,	'2020-02-24 12:27:59',	'2020-02-24 12:27:59',	'',	'Lady Bailey Caravans',	'',	'trash',	'closed',	'closed',	'',	'lady-bailey-caravans__trashed',	'',	'',	'2020-02-24 12:27:59',	'2020-02-24 12:27:59',	'',	0,	'http://127.0.0.1/map1/dealers/lady-bailey-caravans/',	0,	'dealers',	'',	0),
(4858,	1,	'2020-02-24 12:28:00',	'2020-02-24 12:28:00',	'',	'Aspinall Caravans',	'',	'trash',	'closed',	'closed',	'',	'aspinall-caravans__trashed',	'',	'',	'2020-02-24 12:28:00',	'2020-02-24 12:28:00',	'',	0,	'http://127.0.0.1/map1/dealers/aspinall-caravans/',	0,	'dealers',	'',	0),
(4859,	1,	'2020-02-24 12:28:01',	'2020-02-24 12:28:01',	'',	'Hill Top Caravans',	'',	'trash',	'closed',	'closed',	'',	'hill-top-caravans__trashed',	'',	'',	'2020-02-24 12:28:01',	'2020-02-24 12:28:01',	'',	0,	'http://127.0.0.1/map1/dealers/hill-top-caravans/',	0,	'dealers',	'',	0),
(4860,	1,	'2020-02-24 12:28:02',	'2020-02-24 12:28:02',	'',	'C & S Caravan Services',	'',	'trash',	'closed',	'closed',	'',	'c-s-caravan-services__trashed',	'',	'',	'2020-02-24 12:28:02',	'2020-02-24 12:28:02',	'',	0,	'http://127.0.0.1/map1/dealers/c-s-caravan-services/',	0,	'dealers',	'',	0),
(4861,	1,	'2020-02-24 12:28:02',	'2020-02-24 12:28:02',	'',	'Hampshire County Caravans',	'',	'trash',	'closed',	'closed',	'',	'hampshire-county-caravans__trashed',	'',	'',	'2020-02-24 12:28:02',	'2020-02-24 12:28:02',	'',	0,	'http://127.0.0.1/map1/dealers/hampshire-county-caravans/',	0,	'dealers',	'',	0),
(4862,	1,	'2020-02-24 12:28:03',	'2020-02-24 12:28:03',	'',	'LNB TOWBARS & VEHICLE EXTRAS LTD',	'',	'trash',	'closed',	'closed',	'',	'lnb-towbars-vehicle-extras-ltd__trashed',	'',	'',	'2020-02-24 12:28:03',	'2020-02-24 12:28:03',	'',	0,	'http://127.0.0.1/map1/dealers/lnb-towbars-vehicle-extras-ltd/',	0,	'dealers',	'',	0),
(4863,	1,	'2020-02-24 12:28:04',	'2020-02-24 12:28:04',	'',	'The Leisure Vehicle Artisan',	'',	'trash',	'closed',	'closed',	'',	'the-leisure-vehicle-artisan__trashed',	'',	'',	'2020-02-24 12:28:04',	'2020-02-24 12:28:04',	'',	0,	'http://127.0.0.1/map1/dealers/the-leisure-vehicle-artisan/',	0,	'dealers',	'',	0),
(4864,	1,	'2020-02-24 12:28:04',	'2020-02-24 12:28:04',	'',	'Chris Jones Leisure Ltd',	'',	'trash',	'closed',	'closed',	'',	'chris-jones-leisure-ltd__trashed',	'',	'',	'2020-02-24 12:28:04',	'2020-02-24 12:28:04',	'',	0,	'http://127.0.0.1/map1/dealers/chris-jones-leisure-ltd/',	0,	'dealers',	'',	0),
(4865,	1,	'2020-02-24 12:28:05',	'2020-02-24 12:28:05',	'',	'Titan Motorhome and Caravan Services',	'',	'trash',	'closed',	'closed',	'',	'titan-motorhome-and-caravan-services__trashed',	'',	'',	'2020-02-24 12:28:05',	'2020-02-24 12:28:05',	'',	0,	'http://127.0.0.1/map1/dealers/titan-motorhome-and-caravan-services/',	0,	'dealers',	'',	0),
(4866,	1,	'2020-02-24 12:28:06',	'2020-02-24 12:28:06',	'',	'Northern Caravan Specialists Ltd',	'',	'trash',	'closed',	'closed',	'',	'northern-caravan-specialists-ltd__trashed',	'',	'',	'2020-02-24 12:28:06',	'2020-02-24 12:28:06',	'',	0,	'http://127.0.0.1/map1/dealers/northern-caravan-specialists-ltd/',	0,	'dealers',	'',	0),
(4867,	1,	'2020-02-24 12:28:06',	'2020-02-24 12:28:06',	'',	'Glossop Caravans',	'',	'trash',	'closed',	'closed',	'',	'glossop-caravans__trashed',	'',	'',	'2020-02-24 12:28:06',	'2020-02-24 12:28:06',	'',	0,	'http://127.0.0.1/map1/dealers/glossop-caravans/',	0,	'dealers',	'',	0),
(4868,	1,	'2020-02-24 12:28:07',	'2020-02-24 12:28:07',	'',	'Glossop Caravans Service Centre',	'',	'trash',	'closed',	'closed',	'',	'glossop-caravans-service-centre__trashed',	'',	'',	'2020-02-24 12:28:07',	'2020-02-24 12:28:07',	'',	0,	'http://127.0.0.1/map1/dealers/glossop-caravans-service-centre/',	0,	'dealers',	'',	0),
(4869,	1,	'2020-02-24 12:28:08',	'2020-02-24 12:28:08',	'',	'Bristol Caravans & Motorhomes',	'',	'trash',	'closed',	'closed',	'',	'bristol-caravans-motorhomes__trashed',	'',	'',	'2020-02-24 12:28:08',	'2020-02-24 12:28:08',	'',	0,	'http://127.0.0.1/map1/dealers/bristol-caravans-motorhomes/',	0,	'dealers',	'',	0),
(4870,	1,	'2020-02-24 12:28:08',	'2020-02-24 12:28:08',	'',	'Active Leisure',	'',	'trash',	'closed',	'closed',	'',	'active-leisure__trashed',	'',	'',	'2020-02-24 12:28:08',	'2020-02-24 12:28:08',	'',	0,	'http://127.0.0.1/map1/dealers/active-leisure/',	0,	'dealers',	'',	0),
(4871,	1,	'2020-02-24 12:28:09',	'2020-02-24 12:28:09',	'',	'Northam Farm',	'',	'trash',	'closed',	'closed',	'',	'northam-farm__trashed',	'',	'',	'2020-02-24 12:28:09',	'2020-02-24 12:28:09',	'',	0,	'http://127.0.0.1/map1/dealers/northam-farm/',	0,	'dealers',	'',	0),
(4872,	1,	'2020-02-24 12:28:10',	'2020-02-24 12:28:10',	'',	'Code 11 Caravan and Motorhome Service',	'',	'trash',	'closed',	'closed',	'',	'code-11-caravan-and-motorhome-service__trashed',	'',	'',	'2020-02-24 12:28:10',	'2020-02-24 12:28:10',	'',	0,	'http://127.0.0.1/map1/dealers/code-11-caravan-and-motorhome-service/',	0,	'dealers',	'',	0),
(4873,	1,	'2020-02-24 12:28:11',	'2020-02-24 12:28:11',	'',	'The Caring Caravaner',	'',	'trash',	'closed',	'closed',	'',	'the-caring-caravaner__trashed',	'',	'',	'2020-02-24 12:28:11',	'2020-02-24 12:28:11',	'',	0,	'http://127.0.0.1/map1/dealers/the-caring-caravaner/',	0,	'dealers',	'',	0),
(4874,	1,	'2020-02-24 12:28:11',	'2020-02-24 12:28:11',	'',	'Threeways Motorhomes',	'',	'trash',	'closed',	'closed',	'',	'threeways-motorhomes-2__trashed',	'',	'',	'2020-02-24 12:28:11',	'2020-02-24 12:28:11',	'',	0,	'http://127.0.0.1/map1/dealers/threeways-motorhomes-2/',	0,	'dealers',	'',	0),
(4875,	1,	'2020-02-24 12:28:12',	'2020-02-24 12:28:12',	'',	'Trustworthy Leisure Caravans',	'',	'trash',	'closed',	'closed',	'',	'trustworthy-leisure-caravans__trashed',	'',	'',	'2020-02-24 12:28:12',	'2020-02-24 12:28:12',	'',	0,	'http://127.0.0.1/map1/dealers/trustworthy-leisure-caravans/',	0,	'dealers',	'',	0),
(4876,	1,	'2020-02-24 12:28:13',	'2020-02-24 12:28:13',	'',	'Usk Valley Mobile Caravan Services',	'',	'trash',	'closed',	'closed',	'',	'usk-valley-mobile-caravan-services__trashed',	'',	'',	'2020-02-24 12:28:13',	'2020-02-24 12:28:13',	'',	0,	'http://127.0.0.1/map1/dealers/usk-valley-mobile-caravan-services/',	0,	'dealers',	'',	0),
(4877,	1,	'2020-02-24 12:28:13',	'2020-02-24 12:28:13',	'',	'Wiltshire Caravans',	'',	'trash',	'closed',	'closed',	'',	'wiltshire-caravans-2__trashed',	'',	'',	'2020-02-24 12:28:13',	'2020-02-24 12:28:13',	'',	0,	'http://127.0.0.1/map1/dealers/wiltshire-caravans-2/',	0,	'dealers',	'',	0),
(4878,	1,	'2020-02-24 12:28:14',	'2020-02-24 12:28:14',	'',	'Anderson Caravan Sales',	'',	'trash',	'closed',	'closed',	'',	'anderson-caravan-sales__trashed',	'',	'',	'2020-02-24 12:28:14',	'2020-02-24 12:28:14',	'',	0,	'http://127.0.0.1/map1/dealers/anderson-caravan-sales/',	0,	'dealers',	'',	0),
(4879,	1,	'2020-02-24 12:28:14',	'2020-02-24 12:28:14',	'',	'Beechwood Leisure',	'',	'trash',	'closed',	'closed',	'',	'beechwood-leisure__trashed',	'',	'',	'2020-02-24 12:28:14',	'2020-02-24 12:28:14',	'',	0,	'http://127.0.0.1/map1/dealers/beechwood-leisure/',	0,	'dealers',	'',	0),
(4880,	1,	'2020-02-24 12:28:15',	'2020-02-24 12:28:15',	'',	'Charles Camping',	'',	'trash',	'closed',	'closed',	'',	'charles-camping__trashed',	'',	'',	'2020-02-24 12:28:15',	'2020-02-24 12:28:15',	'',	0,	'http://127.0.0.1/map1/dealers/charles-camping/',	0,	'dealers',	'',	0),
(4881,	1,	'2020-02-24 12:28:16',	'2020-02-24 12:28:16',	'',	'Clwyd Caravan & Leisure Ltd',	'',	'trash',	'closed',	'closed',	'',	'clwyd-caravan-leisure-ltd__trashed',	'',	'',	'2020-02-24 12:28:16',	'2020-02-24 12:28:16',	'',	0,	'http://127.0.0.1/map1/dealers/clwyd-caravan-leisure-ltd/',	0,	'dealers',	'',	0),
(4882,	1,	'2020-02-24 12:28:16',	'2020-02-24 12:28:16',	'',	'Cookstown Caravans',	'',	'trash',	'closed',	'closed',	'',	'cookstown-caravans-2__trashed',	'',	'',	'2020-02-24 12:28:16',	'2020-02-24 12:28:16',	'',	0,	'http://127.0.0.1/map1/dealers/cookstown-caravans-2/',	0,	'dealers',	'',	0),
(4883,	1,	'2020-02-24 12:28:17',	'2020-02-24 12:28:17',	'',	'Cramlington Caravans',	'',	'trash',	'closed',	'closed',	'',	'cramlington-caravans__trashed',	'',	'',	'2020-02-24 12:28:17',	'2020-02-24 12:28:17',	'',	0,	'http://127.0.0.1/map1/dealers/cramlington-caravans/',	0,	'dealers',	'',	0),
(4884,	1,	'2020-02-24 12:28:18',	'2020-02-24 12:28:18',	'',	'Crossburn Caravans',	'',	'trash',	'closed',	'closed',	'',	'crossburn-caravans__trashed',	'',	'',	'2020-02-24 12:28:18',	'2020-02-24 12:28:18',	'',	0,	'http://127.0.0.1/map1/dealers/crossburn-caravans/',	0,	'dealers',	'',	0),
(4885,	1,	'2020-02-24 12:28:18',	'2020-02-24 12:28:18',	'',	'Dee Valley Caravans',	'',	'trash',	'closed',	'closed',	'',	'dee-valley-caravans-2__trashed',	'',	'',	'2020-02-24 12:28:18',	'2020-02-24 12:28:18',	'',	0,	'http://127.0.0.1/map1/dealers/dee-valley-caravans-2/',	0,	'dealers',	'',	0),
(4886,	1,	'2020-02-24 12:28:19',	'2020-02-24 12:28:19',	'',	'Dicksons Of Perth',	'',	'trash',	'closed',	'closed',	'',	'dicksons-of-perth__trashed',	'',	'',	'2020-02-24 12:28:19',	'2020-02-24 12:28:19',	'',	0,	'http://127.0.0.1/map1/dealers/dicksons-of-perth/',	0,	'dealers',	'',	0),
(4887,	1,	'2020-02-24 12:28:19',	'2020-02-24 12:28:19',	'',	'Dorvic Caravans',	'',	'trash',	'closed',	'closed',	'',	'dorvic-caravans-2__trashed',	'',	'',	'2020-02-24 12:28:19',	'2020-02-24 12:28:19',	'',	0,	'http://127.0.0.1/map1/dealers/dorvic-caravans-2/',	0,	'dealers',	'',	0),
(4888,	1,	'2020-02-24 12:28:20',	'2020-02-24 12:28:20',	'',	'Downshire Camping and Caravans',	'',	'trash',	'closed',	'closed',	'',	'downshire-camping-and-caravans__trashed',	'',	'',	'2020-02-24 12:28:20',	'2020-02-24 12:28:20',	'',	0,	'http://127.0.0.1/map1/dealers/downshire-camping-and-caravans/',	0,	'dealers',	'',	0),
(4889,	1,	'2020-02-24 12:28:21',	'2020-02-24 12:28:21',	'',	'Dumfries Caravan Centre',	'',	'trash',	'closed',	'closed',	'',	'dumfries-caravan-centre__trashed',	'',	'',	'2020-02-24 12:28:21',	'2020-02-24 12:28:21',	'',	0,	'http://127.0.0.1/map1/dealers/dumfries-caravan-centre/',	0,	'dealers',	'',	0),
(4890,	1,	'2020-02-24 12:28:21',	'2020-02-24 12:28:21',	'',	'Duncan Caravans',	'',	'trash',	'closed',	'closed',	'',	'duncan-caravans-2__trashed',	'',	'',	'2020-02-24 12:28:21',	'2020-02-24 12:28:21',	'',	0,	'http://127.0.0.1/map1/dealers/duncan-caravans-2/',	0,	'dealers',	'',	0),
(4891,	1,	'2020-02-24 12:28:22',	'2020-02-24 12:28:22',	'',	'Dyce Caravans Limited',	'',	'trash',	'closed',	'closed',	'',	'dyce-caravans-limited__trashed',	'',	'',	'2020-02-24 12:28:22',	'2020-02-24 12:28:22',	'',	0,	'http://127.0.0.1/map1/dealers/dyce-caravans-limited/',	0,	'dealers',	'',	0),
(4892,	1,	'2020-02-24 12:28:22',	'2020-02-24 12:28:22',	'',	'Ebor Leisure World',	'',	'trash',	'closed',	'closed',	'',	'ebor-leisure-world-2__trashed',	'',	'',	'2020-02-24 12:28:22',	'2020-02-24 12:28:22',	'',	0,	'http://127.0.0.1/map1/dealers/ebor-leisure-world-2/',	0,	'dealers',	'',	0),
(4893,	1,	'2020-02-24 12:28:23',	'2020-02-24 12:28:23',	'',	'Eglinton Caravans',	'',	'trash',	'closed',	'closed',	'',	'eglinton-caravans__trashed',	'',	'',	'2020-02-24 12:28:23',	'2020-02-24 12:28:23',	'',	0,	'http://127.0.0.1/map1/dealers/eglinton-caravans/',	0,	'dealers',	'',	0),
(4894,	1,	'2020-02-24 12:28:23',	'2020-02-24 12:28:23',	'',	'FM Caravans Ltd',	'',	'trash',	'closed',	'closed',	'',	'fm-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:28:23',	'2020-02-24 12:28:23',	'',	0,	'http://127.0.0.1/map1/dealers/fm-caravans-ltd/',	0,	'dealers',	'',	0),
(4895,	1,	'2020-02-24 12:28:24',	'2020-02-24 12:28:24',	'',	'GNR Sutherland',	'',	'trash',	'closed',	'closed',	'',	'gnr-sutherland-2__trashed',	'',	'',	'2020-02-24 12:28:24',	'2020-02-24 12:28:24',	'',	0,	'http://127.0.0.1/map1/dealers/gnr-sutherland-2/',	0,	'dealers',	'',	0),
(4896,	1,	'2020-02-24 12:28:24',	'2020-02-24 12:28:24',	'',	'Crossford Caravan Storage',	'',	'trash',	'closed',	'closed',	'',	'crossford-caravan-storage__trashed',	'',	'',	'2020-02-24 12:28:24',	'2020-02-24 12:28:24',	'',	0,	'http://127.0.0.1/map1/dealers/crossford-caravan-storage/',	0,	'dealers',	'',	0),
(4897,	1,	'2020-02-24 12:28:25',	'2020-02-24 12:28:25',	'',	'Grants Craigmills Caravans',	'',	'trash',	'closed',	'closed',	'',	'grants-craigmills-caravans__trashed',	'',	'',	'2020-02-24 12:28:25',	'2020-02-24 12:28:25',	'',	0,	'http://127.0.0.1/map1/dealers/grants-craigmills-caravans/',	0,	'dealers',	'',	0),
(4898,	1,	'2020-02-24 12:28:26',	'2020-02-24 12:28:26',	'',	'Greenbank Caravans & Trailers Ltd',	'',	'trash',	'closed',	'closed',	'',	'greenbank-caravans-trailers-ltd__trashed',	'',	'',	'2020-02-24 12:28:26',	'2020-02-24 12:28:26',	'',	0,	'http://127.0.0.1/map1/dealers/greenbank-caravans-trailers-ltd/',	0,	'dealers',	'',	0),
(4899,	1,	'2020-02-24 12:28:26',	'2020-02-24 12:28:26',	'',	'Hagans Leisure',	'',	'trash',	'closed',	'closed',	'',	'hagans-leisure__trashed',	'',	'',	'2020-02-24 12:28:26',	'2020-02-24 12:28:26',	'',	0,	'http://127.0.0.1/map1/dealers/hagans-leisure/',	0,	'dealers',	'',	0),
(4900,	1,	'2020-02-24 12:28:27',	'2020-02-24 12:28:27',	'',	'Hedley Tow Bars',	'',	'trash',	'closed',	'closed',	'',	'hedley-tow-bars-2__trashed',	'',	'',	'2020-02-24 12:28:27',	'2020-02-24 12:28:27',	'',	0,	'http://127.0.0.1/map1/dealers/hedley-tow-bars-2/',	0,	'dealers',	'',	0),
(4901,	1,	'2020-02-24 12:28:28',	'2020-02-24 12:28:28',	'',	'Hitch-On Caravans',	'',	'trash',	'closed',	'closed',	'',	'hitch-on-caravans__trashed',	'',	'',	'2020-02-24 12:28:28',	'2020-02-24 12:28:28',	'',	0,	'http://127.0.0.1/map1/dealers/hitch-on-caravans/',	0,	'dealers',	'',	0),
(4902,	1,	'2020-02-24 12:28:29',	'2020-02-24 12:28:29',	'',	'J G Trading Co',	'',	'trash',	'closed',	'closed',	'',	'j-g-trading-co__trashed',	'',	'',	'2020-02-24 12:28:29',	'2020-02-24 12:28:29',	'',	0,	'http://127.0.0.1/map1/dealers/j-g-trading-co/',	0,	'dealers',	'',	0),
(4903,	1,	'2020-02-24 12:28:29',	'2020-02-24 12:28:29',	'',	'J B Caravans',	'',	'trash',	'closed',	'closed',	'',	'j-b-caravans__trashed',	'',	'',	'2020-02-24 12:28:29',	'2020-02-24 12:28:29',	'',	0,	'http://127.0.0.1/map1/dealers/j-b-caravans/',	0,	'dealers',	'',	0),
(4904,	1,	'2020-02-24 12:28:30',	'2020-02-24 12:28:30',	'',	'Jubilee Caravans',	'',	'trash',	'closed',	'closed',	'',	'jubilee-caravans__trashed',	'',	'',	'2020-02-24 12:28:30',	'2020-02-24 12:28:30',	'',	0,	'http://127.0.0.1/map1/dealers/jubilee-caravans/',	0,	'dealers',	'',	0),
(4905,	1,	'2020-02-24 12:28:32',	'2020-02-24 12:28:32',	'',	'Kimberley Caravans',	'',	'trash',	'closed',	'closed',	'',	'kimberley-caravans-2__trashed',	'',	'',	'2020-02-24 12:28:32',	'2020-02-24 12:28:32',	'',	0,	'http://127.0.0.1/map1/dealers/kimberley-caravans-2/',	0,	'dealers',	'',	0),
(4906,	1,	'2020-02-24 12:28:33',	'2020-02-24 12:28:33',	'',	'Kimberley',	'',	'trash',	'closed',	'closed',	'',	'kimberley__trashed',	'',	'',	'2020-02-24 12:28:33',	'2020-02-24 12:28:33',	'',	0,	'http://127.0.0.1/map1/dealers/kimberley/',	0,	'dealers',	'',	0),
(4907,	1,	'2020-02-24 12:28:33',	'2020-02-24 12:28:33',	'',	'Kingdom Caravans',	'',	'trash',	'closed',	'closed',	'',	'kingdom-caravans__trashed',	'',	'',	'2020-02-24 12:28:33',	'2020-02-24 12:28:33',	'',	0,	'http://127.0.0.1/map1/dealers/kingdom-caravans/',	0,	'dealers',	'',	0),
(4908,	1,	'2020-02-24 12:28:34',	'2020-02-24 12:28:34',	'',	'Kirkcaldy Caravans',	'',	'trash',	'closed',	'closed',	'',	'kirkcaldy-caravans-2__trashed',	'',	'',	'2020-02-24 12:28:34',	'2020-02-24 12:28:34',	'',	0,	'http://127.0.0.1/map1/dealers/kirkcaldy-caravans-2/',	0,	'dealers',	'',	0),
(4909,	1,	'2020-02-24 12:28:35',	'2020-02-24 12:28:35',	'',	'Knowepark Caravans & Motorhomes Ltd',	'',	'trash',	'closed',	'closed',	'',	'knowepark-caravans-motorhomes-ltd__trashed',	'',	'',	'2020-02-24 12:28:35',	'2020-02-24 12:28:35',	'',	0,	'http://127.0.0.1/map1/dealers/knowepark-caravans-motorhomes-ltd/',	0,	'dealers',	'',	0),
(4910,	1,	'2020-02-24 12:28:36',	'2020-02-24 12:28:36',	'',	'Lisburn Caravan Centre',	'',	'trash',	'closed',	'closed',	'',	'lisburn-caravan-centre__trashed',	'',	'',	'2020-02-24 12:28:36',	'2020-02-24 12:28:36',	'',	0,	'http://127.0.0.1/map1/dealers/lisburn-caravan-centre/',	0,	'dealers',	'',	0),
(4911,	1,	'2020-02-24 12:28:36',	'2020-02-24 12:28:36',	'',	'LPC Caravans',	'',	'trash',	'closed',	'closed',	'',	'lpc-caravans-2__trashed',	'',	'',	'2020-02-24 12:28:36',	'2020-02-24 12:28:36',	'',	0,	'http://127.0.0.1/map1/dealers/lpc-caravans-2/',	0,	'dealers',	'',	0),
(4912,	1,	'2020-02-24 12:28:37',	'2020-02-24 12:28:37',	'',	'Moore\'s Caravan Sales',	'',	'trash',	'closed',	'closed',	'',	'moores-caravan-sales__trashed',	'',	'',	'2020-02-24 12:28:37',	'2020-02-24 12:28:37',	'',	0,	'http://127.0.0.1/map1/dealers/moores-caravan-sales/',	0,	'dealers',	'',	0),
(4913,	1,	'2020-02-24 12:28:38',	'2020-02-24 12:28:38',	'',	'Motorhomes and Caravans ltd',	'',	'trash',	'closed',	'closed',	'',	'motorhomes-and-caravans-ltd__trashed',	'',	'',	'2020-02-24 12:28:38',	'2020-02-24 12:28:38',	'',	0,	'http://127.0.0.1/map1/dealers/motorhomes-and-caravans-ltd/',	0,	'dealers',	'',	0),
(4914,	1,	'2020-02-24 12:28:39',	'2020-02-24 12:28:39',	'',	'Murray Caravans',	'',	'trash',	'closed',	'closed',	'',	'murray-caravans__trashed',	'',	'',	'2020-02-24 12:28:39',	'2020-02-24 12:28:39',	'',	0,	'http://127.0.0.1/map1/dealers/murray-caravans/',	0,	'dealers',	'',	0),
(4915,	1,	'2020-02-24 12:28:40',	'2020-02-24 12:28:40',	'',	'Newry Caravans',	'',	'trash',	'closed',	'closed',	'',	'newry-caravans__trashed',	'',	'',	'2020-02-24 12:28:40',	'2020-02-24 12:28:40',	'',	0,	'http://127.0.0.1/map1/dealers/newry-caravans/',	0,	'dealers',	'',	0),
(4916,	1,	'2020-02-24 12:28:40',	'2020-02-24 12:28:40',	'',	'P & P Car & Camper Sales',	'',	'trash',	'closed',	'closed',	'',	'p-p-car-camper-sales__trashed',	'',	'',	'2020-02-24 12:28:40',	'2020-02-24 12:28:40',	'',	0,	'http://127.0.0.1/map1/dealers/p-p-car-camper-sales/',	0,	'dealers',	'',	0),
(4917,	1,	'2020-02-24 12:28:41',	'2020-02-24 12:28:41',	'',	'Perthshire Caravans',	'',	'trash',	'closed',	'closed',	'',	'perthshire-caravans-2__trashed',	'',	'',	'2020-02-24 12:28:41',	'2020-02-24 12:28:41',	'',	0,	'http://127.0.0.1/map1/dealers/perthshire-caravans-2/',	0,	'dealers',	'',	0),
(4918,	1,	'2020-02-24 12:28:41',	'2020-02-24 12:28:41',	'',	'Ropers Leisure',	'',	'trash',	'closed',	'closed',	'',	'ropers-leisure-2__trashed',	'',	'',	'2020-02-24 12:28:41',	'2020-02-24 12:28:41',	'',	0,	'http://127.0.0.1/map1/dealers/ropers-leisure-2/',	0,	'dealers',	'',	0),
(4919,	1,	'2020-02-24 12:28:43',	'2020-02-24 12:28:43',	'',	'S & D Harper Ltd',	'',	'trash',	'closed',	'closed',	'',	's-d-harper-ltd-2__trashed',	'',	'',	'2020-02-24 12:28:43',	'2020-02-24 12:28:43',	'',	0,	'http://127.0.0.1/map1/dealers/s-d-harper-ltd-2/',	0,	'dealers',	'',	0),
(4920,	1,	'2020-02-24 12:28:43',	'2020-02-24 12:28:43',	'',	'Teesside Caravan Sales',	'',	'trash',	'closed',	'closed',	'',	'teesside-caravan-sales-2__trashed',	'',	'',	'2020-02-24 12:28:43',	'2020-02-24 12:28:43',	'',	0,	'http://127.0.0.1/map1/dealers/teesside-caravan-sales-2/',	0,	'dealers',	'',	0),
(4921,	1,	'2020-02-24 12:28:44',	'2020-02-24 12:28:44',	'',	'The Caravan Clinic',	'',	'trash',	'closed',	'closed',	'',	'the-caravan-clinic__trashed',	'',	'',	'2020-02-24 12:28:44',	'2020-02-24 12:28:44',	'',	0,	'http://127.0.0.1/map1/dealers/the-caravan-clinic/',	0,	'dealers',	'',	0),
(4922,	1,	'2020-02-24 12:28:45',	'2020-02-24 12:28:45',	'',	'The Caravan Shop',	'',	'trash',	'closed',	'closed',	'',	'the-caravan-shop__trashed',	'',	'',	'2020-02-24 12:28:45',	'2020-02-24 12:28:45',	'',	0,	'http://127.0.0.1/map1/dealers/the-caravan-shop/',	0,	'dealers',	'',	0),
(4923,	1,	'2020-02-24 12:28:46',	'2020-02-24 12:28:46',	'',	'Top Road Tourers',	'',	'trash',	'closed',	'closed',	'',	'top-road-tourers__trashed',	'',	'',	'2020-02-24 12:28:46',	'2020-02-24 12:28:46',	'',	0,	'http://127.0.0.1/map1/dealers/top-road-tourers/',	0,	'dealers',	'',	0),
(4924,	1,	'2020-02-24 12:28:46',	'2020-02-24 12:28:46',	'',	'Tyneside Leisureworld',	'',	'trash',	'closed',	'closed',	'',	'tyneside-leisureworld-2__trashed',	'',	'',	'2020-02-24 12:28:46',	'2020-02-24 12:28:46',	'',	0,	'http://127.0.0.1/map1/dealers/tyneside-leisureworld-2/',	0,	'dealers',	'',	0),
(4925,	1,	'2020-02-24 12:28:47',	'2020-02-24 12:28:47',	'',	'Wallace Caravans (Kirkcaldy)',	'',	'trash',	'closed',	'closed',	'',	'wallace-caravans-kirkcaldy__trashed',	'',	'',	'2020-02-24 12:28:47',	'2020-02-24 12:28:47',	'',	0,	'http://127.0.0.1/map1/dealers/wallace-caravans-kirkcaldy/',	0,	'dealers',	'',	0),
(4926,	1,	'2020-02-24 12:28:47',	'2020-02-24 12:28:47',	'',	'Wallace Caravans',	'',	'trash',	'closed',	'closed',	'',	'wallace-caravans__trashed',	'',	'',	'2020-02-24 12:28:47',	'2020-02-24 12:28:47',	'',	0,	'http://127.0.0.1/map1/dealers/wallace-caravans/',	0,	'dealers',	'',	0),
(4927,	1,	'2020-02-24 12:28:48',	'2020-02-24 12:28:48',	'',	'Washington Caravan & Leisure',	'',	'trash',	'closed',	'closed',	'',	'washington-caravan-leisure__trashed',	'',	'',	'2020-02-24 12:28:48',	'2020-02-24 12:28:48',	'',	0,	'http://127.0.0.1/map1/dealers/washington-caravan-leisure/',	0,	'dealers',	'',	0),
(4928,	1,	'2020-02-24 12:28:49',	'2020-02-24 12:28:49',	'',	'Yorkshire Coast Caravans',	'',	'trash',	'closed',	'closed',	'',	'yorkshire-coast-caravans__trashed',	'',	'',	'2020-02-24 12:28:49',	'2020-02-24 12:28:49',	'',	0,	'http://127.0.0.1/map1/dealers/yorkshire-coast-caravans/',	0,	'dealers',	'',	0),
(4929,	1,	'2020-02-24 12:28:50',	'2020-02-24 12:28:50',	'',	'Tourer Techs Caravan Services Ltd',	'',	'trash',	'closed',	'closed',	'',	'tourer-techs-caravan-services-ltd__trashed',	'',	'',	'2020-02-24 12:28:50',	'2020-02-24 12:28:50',	'',	0,	'http://127.0.0.1/map1/dealers/tourer-techs-caravan-services-ltd/',	0,	'dealers',	'',	0),
(5160,	0,	'2020-02-28 15:42:42',	'2020-02-28 15:42:42',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5944386aac65.83324119-ay958SpdCdHZ9aH9B1LC6NT1VxICM6Lp',	'',	'',	'2020-02-28 16:47:52',	'2020-02-28 16:47:52',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5160',	0,	'scheduled-action',	'',	3),
(5162,	0,	'2020-02-28 18:49:40',	'2020-02-28 18:49:40',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e596101bb6155.32719778-Bicx89v28xFCvFF0QhCShWkwj9fZk5Xt',	'',	'',	'2020-02-28 18:50:41',	'2020-02-28 18:50:41',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5162',	0,	'scheduled-action',	'',	3),
(5163,	0,	'2020-02-28 19:50:41',	'2020-02-28 19:50:41',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e596f4bb913f1.09497914-CtbfsbDR78aOnarVE1G0EFUYzaGJPvh4',	'',	'',	'2020-02-28 19:51:39',	'2020-02-28 19:51:39',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5163',	0,	'scheduled-action',	'',	3),
(5164,	0,	'2020-02-28 20:51:39',	'2020-02-28 20:51:39',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e598988245798.61533417-kvn9l1m0aGFfpIvCIDR2OqDt6315PY3N',	'',	'',	'2020-02-28 21:43:36',	'2020-02-28 21:43:36',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5164',	0,	'scheduled-action',	'',	3),
(5165,	0,	'2020-02-28 22:43:36',	'2020-02-28 22:43:36',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e59a9b096c8d6.88894133-uGgCaJUn9qt4omZIFhURU2QctyK8vcIt',	'',	'',	'2020-02-29 00:00:48',	'2020-02-29 00:00:48',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5165',	0,	'scheduled-action',	'',	3),
(5166,	0,	'2020-02-29 01:00:48',	'2020-02-29 01:00:48',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e59c282634e00.23494864-OugU5IB8SvPWfP6nldFOYagq2gzbn8qR',	'',	'',	'2020-02-29 01:46:42',	'2020-02-29 01:46:42',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5166',	0,	'scheduled-action',	'',	3),
(5167,	0,	'2020-02-29 02:46:42',	'2020-02-29 02:46:42',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e59d0b5a90198.20015100-CYGtOCndWc03Vx7gWC8Lr8g0a7X5pZ2V',	'',	'',	'2020-02-29 02:47:17',	'2020-02-29 02:47:17',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5167',	0,	'scheduled-action',	'',	3),
(5168,	0,	'2020-02-29 03:47:17',	'2020-02-29 03:47:17',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5a0ff2b624d9.15434077-rKqEVjF8D9uQ6pye9Sc2VvKVW3FTGts1',	'',	'',	'2020-02-29 07:17:06',	'2020-02-29 07:17:06',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5168',	0,	'scheduled-action',	'',	3),
(5169,	0,	'2020-02-29 08:17:06',	'2020-02-29 08:17:06',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5a1e27d073e4.56183426-bsQlPQSVJ0NAjtKRgV6hYyWgjo8ZmPEi',	'',	'',	'2020-02-29 08:17:43',	'2020-02-29 08:17:43',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5169',	0,	'scheduled-action',	'',	3),
(5170,	0,	'2020-02-29 09:17:43',	'2020-02-29 09:17:43',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5a622a069477.41716521-QTGf5GUDb60rhZR4Yaq1vcmwlgsmIBT7',	'',	'',	'2020-02-29 13:07:54',	'2020-02-29 13:07:54',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5170',	0,	'scheduled-action',	'',	3),
(5171,	0,	'2020-02-29 14:07:54',	'2020-02-29 14:07:54',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5a71014b94a4.89318334-cMvXw96u6fu1xZubS7NOTS2BcFFz6Bjs',	'',	'',	'2020-02-29 14:11:13',	'2020-02-29 14:11:13',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5171',	0,	'scheduled-action',	'',	3),
(5172,	0,	'2020-02-29 15:11:13',	'2020-02-29 15:11:13',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5a9c1b4de2f3.60522295-TktAGuO3Qxl9LRJ9oJcNe4HLgU3o2VPo',	'',	'',	'2020-02-29 17:15:07',	'2020-02-29 17:15:07',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5172',	0,	'scheduled-action',	'',	3),
(5173,	0,	'2020-02-29 18:15:07',	'2020-02-29 18:15:07',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5ab721272369.04699740-2h1Pso8MrxkWG3YIR5FK8A8MWQCSCWOa',	'',	'',	'2020-02-29 19:10:25',	'2020-02-29 19:10:25',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5173',	0,	'scheduled-action',	'',	3),
(5174,	0,	'2020-02-29 20:10:25',	'2020-02-29 20:10:25',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5afc3b8ef086.09049699-QARP0R0uwaFOYnIhx0yKZSrBonNuqCZG',	'',	'',	'2020-03-01 00:05:15',	'2020-03-01 00:05:15',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5174',	0,	'scheduled-action',	'',	3),
(5175,	0,	'2020-03-01 01:05:15',	'2020-03-01 01:05:15',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5bafc9545ed5.08278032-W7po33aGRxSvOOWE3tt0GoSFSyTJZOck',	'',	'',	'2020-03-01 12:51:21',	'2020-03-01 12:51:21',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5175',	0,	'scheduled-action',	'',	3),
(5176,	0,	'2020-03-01 13:51:21',	'2020-03-01 13:51:21',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5bbfaada1545.76035994-rTWL5Q5YkWW2OkJS1g96uuoeUbj5LC2T',	'',	'',	'2020-03-01 13:59:06',	'2020-03-01 13:59:06',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5176',	0,	'scheduled-action',	'',	3),
(5177,	0,	'2020-03-01 14:59:06',	'2020-03-01 14:59:06',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5bd18a433291.39473013-PtVzKmJlQwiXnwffWbfLaYUa8bHOkJg2',	'',	'',	'2020-03-01 15:15:22',	'2020-03-01 15:15:22',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5177',	0,	'scheduled-action',	'',	3),
(5178,	0,	'2020-03-01 16:15:22',	'2020-03-01 16:15:22',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5c02889e9cc0.69108704-Fr54wgzIcbcBIbJ0LBdYZB1C6l8G3oxg',	'',	'',	'2020-03-01 18:44:24',	'2020-03-01 18:44:24',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5178',	0,	'scheduled-action',	'',	3),
(5179,	0,	'2020-03-01 19:44:24',	'2020-03-01 19:44:24',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5c1e9940ea94.99192695-RRN6k9KWEr3VfpMD3cymnObInovQTiTZ',	'',	'',	'2020-03-01 20:44:09',	'2020-03-01 20:44:09',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5179',	0,	'scheduled-action',	'',	3),
(5180,	0,	'2020-03-01 21:44:09',	'2020-03-01 21:44:09',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5c9bd0bfa684.93854954-2VUEabCUUf6ucdkZ05hLiICKjt1rGdLs',	'',	'',	'2020-03-02 05:38:24',	'2020-03-02 05:38:24',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5180',	0,	'scheduled-action',	'',	3),
(5181,	0,	'2020-03-02 06:38:24',	'2020-03-02 06:38:24',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5caadfe9a181.05756416-3cFM56YnNRi0t3HRSx0bGcXobjgg9rMQ',	'',	'',	'2020-03-02 06:42:39',	'2020-03-02 06:42:39',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5181',	0,	'scheduled-action',	'',	3),
(5182,	7,	'2020-03-02 06:03:00',	'0000-00-00 00:00:00',	'',	'Auto Draft',	'',	'auto-draft',	'open',	'open',	'',	'',	'',	'',	'2020-03-02 06:03:00',	'0000-00-00 00:00:00',	'',	0,	'https://truma.youarenearly.online/?p=5182',	0,	'post',	'',	0),
(5183,	0,	'2020-03-02 07:42:39',	'2020-03-02 07:42:39',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'publish',	'open',	'closed',	'',	'scheduled-action-5e5cb902d1fa71.87424097-viWKITdTwjcFvBoec5N91RnbIQSojvhK',	'',	'',	'2020-03-02 07:42:58',	'2020-03-02 07:42:58',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&#038;p=5183',	0,	'scheduled-action',	'',	3),
(5184,	6,	'2020-03-02 07:38:01',	'0000-00-00 00:00:00',	'',	'Auto Draft',	'',	'auto-draft',	'open',	'open',	'',	'',	'',	'',	'2020-03-02 07:38:01',	'0000-00-00 00:00:00',	'',	0,	'https://truma.youarenearly.online/?p=5184',	0,	'post',	'',	0),
(5185,	0,	'2020-03-02 08:42:58',	'2020-03-02 08:42:58',	'[]',	'wc_admin_unsnooze_admin_notes',	'',	'pending',	'open',	'closed',	'',	'',	'',	'',	'2020-03-02 08:42:58',	'2020-03-02 08:42:58',	'',	0,	'https://truma.youarenearly.online/?post_type=scheduled-action&p=5185',	0,	'scheduled-action',	'',	1);

DROP TABLE IF EXISTS `wpmq_revslider_css`;
CREATE TABLE `wpmq_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,
  `advanced` longtext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

DROP TABLE IF EXISTS `wpmq_revslider_css_bkp`;
CREATE TABLE `wpmq_revslider_css_bkp` (
  `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,
  `advanced` longtext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `wpmq_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1,	'.tp-caption.medium_grey',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),
(2,	'.tp-caption.small_text',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(3,	'.tp-caption.medium_text',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(4,	'.tp-caption.large_text',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(5,	'.tp-caption.very_large_text',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),
(6,	'.tp-caption.very_big_white',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),
(7,	'.tp-caption.very_big_black',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),
(8,	'.tp-caption.modern_medium_fat',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(9,	'.tp-caption.modern_medium_fat_white',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(10,	'.tp-caption.modern_medium_light',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(11,	'.tp-caption.modern_big_bluebg',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),
(12,	'.tp-caption.modern_big_redbg',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),
(13,	'.tp-caption.modern_small_text_dark',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(14,	'.tp-caption.boxshadow',	NULL,	NULL,	NULL,	'{\"-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)\"}'),
(15,	'.tp-caption.black',	NULL,	NULL,	NULL,	'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),
(16,	'.tp-caption.noshadow',	NULL,	NULL,	NULL,	'{\"text-shadow\":\"none\"}'),
(17,	'.tp-caption.thinheadline_dark',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18,	'.tp-caption.thintext_dark',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19,	'.tp-caption.largeblackbg',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(20,	'.tp-caption.largepinkbg',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(21,	'.tp-caption.largewhitebg',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(22,	'.tp-caption.largegreenbg',	NULL,	NULL,	NULL,	'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(23,	'.tp-caption.excerpt',	NULL,	NULL,	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)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24,	'.tp-caption.large_bold_grey',	NULL,	NULL,	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\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25,	'.tp-caption.medium_thin_grey',	NULL,	NULL,	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\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26,	'.tp-caption.small_thin_grey',	NULL,	NULL,	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\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27,	'.tp-caption.lightgrey_divider',	NULL,	NULL,	NULL,	'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28,	'.tp-caption.large_bold_darkblue',	NULL,	NULL,	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\"}'),
(29,	'.tp-caption.medium_bg_darkblue',	NULL,	NULL,	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\"}'),
(30,	'.tp-caption.medium_bold_red',	NULL,	NULL,	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\"}'),
(31,	'.tp-caption.medium_light_red',	NULL,	NULL,	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\"}'),
(32,	'.tp-caption.medium_bg_red',	NULL,	NULL,	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\"}'),
(33,	'.tp-caption.medium_bold_orange',	NULL,	NULL,	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\"}'),
(34,	'.tp-caption.medium_bg_orange',	NULL,	NULL,	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\"}'),
(35,	'.tp-caption.grassfloor',	NULL,	NULL,	NULL,	'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36,	'.tp-caption.large_bold_white',	NULL,	NULL,	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\"}'),
(37,	'.tp-caption.medium_light_white',	NULL,	NULL,	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\"}'),
(38,	'.tp-caption.mediumlarge_light_white',	NULL,	NULL,	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\"}'),
(39,	'.tp-caption.mediumlarge_light_white_center',	NULL,	NULL,	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\"}'),
(40,	'.tp-caption.medium_bg_asbestos',	NULL,	NULL,	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\"}'),
(41,	'.tp-caption.medium_light_black',	NULL,	NULL,	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\"}'),
(42,	'.tp-caption.large_bold_black',	NULL,	NULL,	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\"}'),
(43,	'.tp-caption.mediumlarge_light_darkblue',	NULL,	NULL,	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\"}'),
(44,	'.tp-caption.small_light_white',	NULL,	NULL,	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\"}'),
(45,	'.tp-caption.roundedimage',	NULL,	NULL,	NULL,	'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46,	'.tp-caption.large_bg_black',	NULL,	NULL,	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\"}'),
(47,	'.tp-caption.mediumwhitebg',	NULL,	NULL,	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\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}');

DROP TABLE IF EXISTS `wpmq_revslider_layer_animations`;
CREATE TABLE `wpmq_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;


DROP TABLE IF EXISTS `wpmq_revslider_layer_animations_bkp`;
CREATE TABLE `wpmq_revslider_layer_animations_bkp` (
  `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;


DROP TABLE IF EXISTS `wpmq_revslider_navigations`;
CREATE TABLE `wpmq_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,
  `type` 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;

INSERT INTO `wpmq_revslider_navigations` (`id`, `name`, `handle`, `type`, `css`, `markup`, `settings`) VALUES
(1,	'Kallyas Default',	'kallyas-default',	'arrows',	'',	'<div class=\\\"tp-arr-allwrapper\\\">\n	<div class=\\\"tp-arr-iwrapper\\\">\n		<div class=\\\"tp-arr-imgholder\\\"></div>\n		<div class=\\\"tp-arr-titleholder\\\"></div>\n		<div class=\\\"tp-arr-subtitleholder\\\"></div>\n	</div>\n</div>',	'{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":{},\"presets\":{},\"version\":\"6.0.0\"}');

DROP TABLE IF EXISTS `wpmq_revslider_navigations_bkp`;
CREATE TABLE `wpmq_revslider_navigations_bkp` (
  `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,
  `type` 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;


DROP TABLE IF EXISTS `wpmq_revslider_sliders`;
CREATE TABLE `wpmq_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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `wpmq_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1,	'Creative Slider v4',	'creative-slider-v4',	'{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"creative-slider-v4\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[\"Open+Sans:300,800,900\"],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"780\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1200,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":780,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"1\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":true,\"height\":\"3\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":100,\"height\":50},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"600\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"30\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"30\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":\"\",\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":\"\",\"style\":3006,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"right\",\"vertical\":\"bottom\",\"direction\":\"vertical\",\"offsetX\":\"50\",\"offsetY\":\"65\",\"align\":\"slider\",\"space\":\"0\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"600\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"12\",\"16\",\"10\",\"50\",47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":\"2000\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}',	'{\"version\":\"6.1.4\"}',	''),
(2,	'Shop Slider',	'shop-slider-v4',	'{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"shop-slider-v4\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"785\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1200,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":785,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":100,\"height\":50},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":\"\",\"style\":3006,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"right\",\"vertical\":\"bottom\",\"direction\":\"vertical\",\"offsetX\":\"50\",\"offsetY\":\"65\",\"align\":\"slider\",\"space\":\"0\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"600\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"50\",47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}',	'{\"version\":\"6.1.4\"}',	''),
(3,	'Shop Slider Part 2',	'shop-slider-part-2',	'{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"shop-slider-part-2\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[\"open+sans:300,400,600,700,800,900\",\"\"],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"785\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1200,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":785,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":100,\"height\":50},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":\"\",\"style\":3006,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"right\",\"vertical\":\"bottom\",\"direction\":\"vertical\",\"offsetX\":\"50\",\"offsetY\":\"65\",\"align\":\"slider\",\"space\":\"0\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"600\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"50\",47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}',	'{\"version\":\"6.1.4\"}',	''),
(4,	'Slider 1',	'slider-1',	'{\"addOns\":[],\"version\":\"6.1.5\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\"][\\/rev_slider]\",\"type\":\"hero\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":1200,\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":9000,\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"Linear.easeNone\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":900,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":900,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ffffff\",\"type\":\"0\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"height\":5,\"position\":\"bottom\",\"color\":\"rgba(255,255,255,0.5)\"},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"3000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"Linear.easeNone\",\"speed\":500},\"skins\":{\"cid\":2,\"fid\":1,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\"},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\"},{\"alias\":\"Content Text\",\"v\":\"#00ffff\"}],\"fonts\":[{\"alias\":\"Headline Font\",\"v\":\"Roboto\"},{\"alias\":\"Content Font\",\"v\":\"Roboto\"}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"slider-1\\\"][\\/rev_slider]\"}',	'{\"version\":\"6.1.5\"}',	'');

DROP TABLE IF EXISTS `wpmq_revslider_sliders_bkp`;
CREATE TABLE `wpmq_revslider_sliders_bkp` (
  `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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;


DROP TABLE IF EXISTS `wpmq_revslider_slides`;
CREATE TABLE `wpmq_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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `wpmq_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1,	1,	1,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#3b5998\"},\"timeline\":{\"delay\":\"9000\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/photos.png\",\"imageId\":325},\"size\":{\"width\":{\"d\":{\"v\":\"832px\",\"e\":true},\"n\":{\"v\":\"832px\"},\"t\":{\"v\":\"832px\"},\"m\":{\"v\":\"580px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"446px\",\"e\":true},\"n\":{\"v\":\"446px\"},\"t\":{\"v\":\"446px\"},\"m\":{\"v\":\"311px\",\"e\":true}},\"originalWidth\":832,\"originalHeight\":446,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.8654708520179372754910218645818531513214111328125},\"n\":{\"v\":1.8654708520179372754910218645818531513214111328125},\"t\":{\"v\":1.8654708520179372754910218645818531513214111328125},\"m\":{\"v\":1.8654708520179372754910218645818531513214111328125}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"200px\",\"e\":true},\"n\":{\"v\":\"200px\"},\"t\":{\"v\":\"200px\"},\"m\":{\"v\":\"200px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":340},{\"id\":\"frame_999\",\"start\":9330}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"speed\":260,\"start\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":260,\"start\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":330,\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/likes.png\",\"imageId\":324},\"size\":{\"width\":{\"d\":{\"v\":\"1439px\",\"e\":true},\"n\":{\"v\":\"1439px\",\"e\":true},\"t\":{\"v\":\"1439px\"},\"m\":{\"v\":\"866px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"523px\",\"e\":true},\"n\":{\"v\":\"523px\",\"e\":true},\"t\":{\"v\":\"523px\"},\"m\":{\"v\":\"315px\",\"e\":true}},\"originalWidth\":1439,\"originalHeight\":523,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":2.751434034416825991087307556881569325923919677734375},\"n\":{\"v\":2.751434034416825991087307556881569325923919677734375},\"t\":{\"v\":2.751434034416825991087307556881569325923919677734375},\"m\":{\"v\":2.751434034416825991087307556881569325923919677734375}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"160px\",\"e\":true},\"n\":{\"v\":\"160px\",\"e\":true},\"t\":{\"v\":\"160px\"},\"m\":{\"v\":\"169px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":910},{\"id\":\"frame_999\",\"start\":9040}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"speed\":380,\"start\":910},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":380,\"start\":910},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":40,\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/big_like.png\",\"imageId\":320},\"size\":{\"width\":{\"d\":{\"v\":\"264px\",\"e\":true},\"n\":{\"v\":\"264px\"},\"t\":{\"v\":\"264px\"},\"m\":{\"v\":\"222px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"242px\",\"e\":true},\"n\":{\"v\":\"242px\"},\"t\":{\"v\":\"242px\"},\"m\":{\"v\":\"204px\",\"e\":true}},\"originalWidth\":264,\"originalHeight\":242,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.09090909090909082834741639089770615100860595703125},\"n\":{\"v\":1.09090909090909082834741639089770615100860595703125},\"t\":{\"v\":1.09090909090909082834741639089770615100860595703125},\"m\":{\"v\":1.09090909090909082834741639089770615100860595703125}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"320px\",\"e\":true},\"n\":{\"v\":\"320px\"},\"t\":{\"v\":\"320px\"},\"m\":{\"v\":\"240px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1580},{\"id\":\"frame_999\",\"start\":9220}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.8\",\"scaleY\":\"0.8\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"ease\":\"Elastic.easeOut\",\"speed\":1450,\"start\":1580},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Elastic.easeOut\",\"speed\":1450,\"start\":1580},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":220,\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Image 4\",\"uid\":4,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/do-you.png\",\"imageId\":323},\"size\":{\"width\":{\"d\":{\"v\":\"641px\",\"e\":true},\"n\":{\"v\":\"641px\"},\"t\":{\"v\":\"641px\"},\"m\":{\"v\":\"435px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"190px\",\"e\":true},\"n\":{\"v\":\"190px\"},\"t\":{\"v\":\"190px\"},\"m\":{\"v\":\"129px\",\"e\":true}},\"originalWidth\":641,\"originalHeight\":190,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":3.373684210526315840894540087901987135410308837890625},\"n\":{\"v\":3.373684210526315840894540087901987135410308837890625},\"t\":{\"v\":3.373684210526315840894540087901987135410308837890625},\"m\":{\"v\":3.373684210526315840894540087901987135410308837890625}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"330px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2090},{\"id\":\"frame_999\",\"start\":9150}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":860,\"start\":2090},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":860,\"start\":2090},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":150,\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/button.png\",\"imageId\":321},\"size\":{\"width\":{\"d\":{\"v\":\"345px\",\"e\":true},\"n\":{\"v\":\"345px\"},\"t\":{\"v\":\"345px\"},\"m\":{\"v\":\"345px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"76px\",\"e\":true},\"n\":{\"v\":\"76px\"},\"t\":{\"v\":\"76px\"},\"m\":{\"v\":\"76px\",\"e\":true}},\"originalWidth\":345,\"originalHeight\":76,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":4.53947368421052654952063676319085061550140380859375},\"n\":{\"v\":4.53947368421052654952063676319085061550140380859375},\"t\":{\"v\":4.53947368421052654952063676319085061550140380859375},\"m\":{\"v\":4.53947368421052654952063676319085061550140380859375}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"610px\",\"e\":true},\"n\":{\"v\":\"610px\"},\"t\":{\"v\":\"610px\"},\"m\":{\"v\":\"550px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2440},{\"id\":\"frame_999\",\"start\":9170}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":620,\"start\":2440},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":620,\"start\":2440},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":170,\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/count.png\",\"imageId\":322},\"size\":{\"width\":{\"d\":{\"v\":\"19px\",\"e\":true},\"n\":{\"v\":\"19px\",\"e\":true},\"t\":{\"v\":\"19px\",\"e\":true},\"m\":{\"v\":\"19px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"originalWidth\":19,\"originalHeight\":20,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.9499999999999999555910790149937383830547332763671875},\"n\":{\"v\":0.9499999999999999555910790149937383830547332763671875},\"t\":{\"v\":0.9499999999999999555910790149937383830547332763671875},\"m\":{\"v\":0.9499999999999999555910790149937383830547332763671875}}},\"position\":{\"x\":{\"d\":{\"v\":\"761px\",\"e\":true},\"n\":{\"v\":\"673px\",\"e\":true},\"t\":{\"v\":\"553px\",\"e\":true},\"m\":{\"v\":\"403px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"600px\",\"e\":true},\"n\":{\"v\":\"600px\",\"e\":true},\"t\":{\"v\":\"600px\",\"e\":true},\"m\":{\"v\":\"540px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2610},{\"id\":\"frame_999\",\"start\":9210}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}}},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":1030,\"start\":2610}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":1030,\"start\":2610}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":210,\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(2,	1,	2,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#9faf33\"},\"timeline\":{\"delay\":\"9000\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"10\":{\"text\":\" \",\"alias\":\"Radial_bgback\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"1920px\",\"e\":true},\"n\":{\"v\":\"1920px\"},\"t\":{\"v\":\"1920px\",\"e\":true},\"m\":{\"v\":\"1920px\"}},\"height\":{\"d\":{\"v\":\"780px\",\"e\":true},\"n\":{\"v\":\"780px\"},\"t\":{\"v\":\"780px\",\"e\":true},\"m\":{\"v\":\"780px\"}},\"originalWidth\":\"1920px\",\"originalHeight\":\"780px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-1px\",\"e\":true},\"t\":{\"v\":\"-1px\",\"e\":true},\"m\":{\"v\":\"-1px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"attributes\":{\"classes\":\"light-faded-radial\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":160},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":240,\"start\":160},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":240,\"start\":160},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"Arial\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"900\",\"e\":true},\"n\":{\"v\":\"900\"},\"t\":{\"v\":\"900\",\"e\":true},\"m\":{\"v\":\"900\"}},\"lineHeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"backgroundColor\":\"rgba(0,0,0,0.50)\",\"borderColor\":\"rgba(0,0,0,0.50)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"n\":false,\"t\":false},\"type\":\"shape\"},\"13\":{\"text\":\"Image 4\",\"alias\":\"Image 4\",\"uid\":13,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/skew_bar1.png\",\"imageId\":333},\"size\":{\"width\":{\"d\":{\"v\":\"351px\",\"e\":true},\"n\":{\"v\":\"351px\",\"e\":true},\"t\":{\"v\":\"351px\"},\"m\":{\"v\":\"351px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"785px\",\"e\":true},\"n\":{\"v\":\"785px\",\"e\":true},\"t\":{\"v\":\"785px\"},\"m\":{\"v\":\"785px\",\"e\":true}},\"originalWidth\":351,\"originalHeight\":785,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.44713375796178345122910968711948953568935394287109375},\"n\":{\"v\":0.44713375796178345122910968711948953568935394287109375},\"t\":{\"v\":0.44713375796178345122910968711948953568935394287109375},\"m\":{\"v\":0.44713375796178345122910968711948953568935394287109375}}},\"position\":{\"x\":{\"d\":{\"v\":\"520px\",\"e\":true},\"n\":{\"v\":\"520px\",\"e\":true},\"t\":{\"v\":\"520px\"},\"m\":{\"v\":\"520px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-50px\",\"e\":true},\"n\":{\"v\":\"-50px\",\"e\":true},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":450},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"speed\":790,\"start\":450},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":790,\"start\":450},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"14\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":14,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/skew_bar2.png\",\"imageId\":334},\"size\":{\"width\":{\"d\":{\"v\":\"449px\",\"e\":true},\"n\":{\"v\":\"449px\",\"e\":true},\"t\":{\"v\":\"449px\"},\"m\":{\"v\":\"449px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"786px\",\"e\":true},\"n\":{\"v\":\"786px\",\"e\":true},\"t\":{\"v\":\"786px\"},\"m\":{\"v\":\"786px\",\"e\":true}},\"originalWidth\":449,\"originalHeight\":786,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.57124681933842236247755863587372004985809326171875},\"n\":{\"v\":0.57124681933842236247755863587372004985809326171875},\"t\":{\"v\":0.57124681933842236247755863587372004985809326171875},\"m\":{\"v\":0.57124681933842236247755863587372004985809326171875}}},\"position\":{\"x\":{\"d\":{\"v\":\"305px\",\"e\":true},\"n\":{\"v\":\"305px\",\"e\":true},\"t\":{\"v\":\"305px\"},\"m\":{\"v\":\"305px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"60px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":880},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-175%\"},\"n\":{\"v\":\"-175%\"},\"t\":{\"v\":\"-175%\"},\"m\":{\"v\":\"-175%\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}}},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":760,\"start\":880},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":760,\"start\":880},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"11\":{\"text\":\"effective\",\"alias\":\"Effective\",\"uid\":11,\"size\":{\"width\":{\"d\":{\"v\":\"630px\",\"e\":true},\"n\":{\"v\":\"630px\",\"e\":true},\"t\":{\"v\":\"630px\"},\"m\":{\"v\":\"630px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"630px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-118px\",\"e\":true},\"n\":{\"v\":\"-2px\",\"e\":true},\"t\":{\"v\":\"34px\",\"e\":true},\"m\":{\"v\":\"149px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"330px\",\"e\":true},\"n\":{\"v\":\"333px\",\"e\":true},\"t\":{\"v\":\"334px\",\"e\":true},\"m\":{\"v\":\"252px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1300},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1040,\"start\":1300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1040,\"start\":1300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"2px\",\"4px\",\"2px\",\"4px\"]},\"n\":{\"v\":[\"2px\",\"4px\",\"2px\",\"4px\"]},\"t\":{\"v\":[\"2px\",\"4px\",\"2px\",\"4px\"]},\"m\":{\"v\":[\"2px\",\"4px\",\"2px\",\"4px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"110px\",\"e\":true},\"n\":{\"v\":\"100px\",\"e\":true},\"t\":{\"v\":\"100px\"},\"m\":{\"v\":\"70px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\",\"e\":true},\"t\":{\"v\":\"300\"},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"110px\",\"e\":true},\"n\":{\"v\":\"110px\",\"e\":true},\"t\":{\"v\":\"110px\"},\"m\":{\"v\":\"70px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"12\":{\"text\":\"& powerful\",\"alias\":\"Powerful\",\"uid\":12,\"size\":{\"width\":{\"d\":{\"v\":\"869px\",\"e\":true},\"n\":{\"v\":\"869px\",\"e\":true},\"t\":{\"v\":\"869px\"},\"m\":{\"v\":\"870px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"141px\",\"e\":true},\"n\":{\"v\":\"141px\",\"e\":true},\"t\":{\"v\":\"141px\"},\"m\":{\"e\":true}},\"originalWidth\":\"869px\",\"originalHeight\":\"141px\"},\"position\":{\"x\":{\"d\":{\"v\":\"52px\",\"e\":true},\"n\":{\"v\":\"52px\",\"e\":true},\"t\":{\"v\":\"86px\",\"e\":true},\"m\":{\"v\":\"216px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"390px\",\"e\":true},\"n\":{\"v\":\"390px\",\"e\":true},\"t\":{\"v\":\"398px\",\"e\":true},\"m\":{\"v\":\"330px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"attributes\":{\"classes\":\"lt-spacing-neg-3\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1760},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":920,\"start\":1760},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":920,\"start\":1760},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(115,127,26,1)\",\"e\":true},\"n\":{\"v\":\"rgba(115,127,26,1)\",\"e\":true},\"t\":{\"v\":\"rgba(115,127,26,1)\"},\"m\":{\"v\":\"rgba(115,127,26,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"140px\",\"e\":true},\"n\":{\"v\":\"115px\",\"e\":true},\"t\":{\"v\":\"115px\"},\"m\":{\"v\":\"75px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"140px\",\"e\":true},\"n\":{\"v\":\"140px\",\"e\":true},\"t\":{\"v\":\"140px\"},\"m\":{\"v\":\"75px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(0,0,0,0.50)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(115,127,26,1)\",\"e\":true},\"n\":{\"v\":\"rgba(115,127,26,1)\",\"e\":true},\"t\":{\"v\":\"rgba(115,127,26,1)\"},\"m\":{\"v\":\"rgba(115,127,26,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"15\":{\"text\":\"Image 6\",\"alias\":\"Pointer for seo\",\"uid\":15,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/pointing_bar1.svg\",\"imageId\":327},\"size\":{\"width\":{\"d\":{\"v\":98,\"e\":true},\"n\":{\"v\":98,\"e\":true},\"t\":{\"v\":98},\"m\":{\"v\":98}},\"height\":{\"d\":{\"v\":69,\"e\":true},\"n\":{\"v\":69,\"e\":true},\"t\":{\"v\":69},\"m\":{\"v\":69}},\"originalWidth\":98,\"originalHeight\":69,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.42028985507246385822099910001270473003387451171875},\"n\":{\"v\":1.42028985507246385822099910001270473003387451171875},\"t\":{\"v\":1.42028985507246385822099910001270473003387451171875},\"m\":{\"v\":1.42028985507246385822099910001270473003387451171875}}},\"position\":{\"x\":{\"d\":{\"v\":\"558px\",\"e\":true},\"n\":{\"v\":\"558px\",\"e\":true},\"t\":{\"v\":\"558px\"},\"m\":{\"v\":\"558px\"}},\"y\":{\"d\":{\"v\":\"261px\",\"e\":true},\"n\":{\"v\":\"261px\",\"e\":true},\"t\":{\"v\":\"261px\"},\"m\":{\"v\":\"261px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2090},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":380,\"start\":2090},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":380,\"start\":2090},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"n\":false,\"t\":false,\"hideunder\":true},\"type\":\"image\"},\"16\":{\"text\":\"Image 7\",\"alias\":\"Pointer for multilan...\",\"uid\":16,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/pointing_bar2.svg\",\"imageId\":328},\"size\":{\"width\":{\"d\":{\"v\":98,\"e\":true},\"n\":{\"v\":98,\"e\":true},\"t\":{\"v\":98},\"m\":{\"v\":98,\"e\":true}},\"height\":{\"d\":{\"v\":69,\"e\":true},\"n\":{\"v\":69,\"e\":true},\"t\":{\"v\":69},\"m\":{\"v\":69,\"e\":true}},\"originalWidth\":98,\"originalHeight\":69,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.42028985507246385822099910001270473003387451171875},\"n\":{\"v\":1.42028985507246385822099910001270473003387451171875},\"t\":{\"v\":1.42028985507246385822099910001270473003387451171875},\"m\":{\"v\":1.42028985507246385822099910001270473003387451171875}}},\"position\":{\"x\":{\"d\":{\"v\":\"1067px\",\"e\":true},\"n\":{\"v\":\"615px\",\"e\":true},\"t\":{\"v\":\"615px\"},\"m\":{\"v\":\"615px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"379px\",\"e\":true},\"n\":{\"v\":\"643px\",\"e\":true},\"t\":{\"v\":\"643px\"},\"m\":{\"v\":\"643px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2160},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2160},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2160},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"n\":false,\"t\":false},\"type\":\"image\"},\"17\":{\"text\":\"Image 8\",\"alias\":\"Pointer for responsi...\",\"uid\":17,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/pointing_bar3.svg\",\"imageId\":329},\"size\":{\"width\":{\"d\":{\"v\":98,\"e\":true},\"n\":{\"v\":\"98px\",\"e\":true},\"t\":{\"v\":\"98px\"},\"m\":{\"v\":\"98px\"}},\"height\":{\"d\":{\"v\":69,\"e\":true},\"n\":{\"v\":\"69px\",\"e\":true},\"t\":{\"v\":\"69px\"},\"m\":{\"v\":\"69px\"}},\"originalWidth\":98,\"originalHeight\":69,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.42028985507246385822099910001270473003387451171875},\"n\":{\"v\":1.42028985507246385822099910001270473003387451171875},\"t\":{\"v\":1.42028985507246385822099910001270473003387451171875},\"m\":{\"v\":1.42028985507246385822099910001270473003387451171875}}},\"position\":{\"x\":{\"d\":{\"v\":\"63px\",\"e\":true},\"n\":{\"v\":\"63px\",\"e\":true},\"t\":{\"v\":\"63px\"},\"m\":{\"v\":\"63px\"}},\"y\":{\"d\":{\"v\":\"327px\",\"e\":true},\"n\":{\"v\":\"327px\",\"e\":true},\"t\":{\"v\":\"327px\"},\"m\":{\"v\":\"327px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":12},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2280},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2280},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2280},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"n\":false,\"t\":false,\"hideunder\":true},\"type\":\"image\"},\"18\":{\"text\":\"Image 6\",\"alias\":\"Pointer for shop\",\"uid\":18,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/pointing_bar1.svg\",\"imageId\":327},\"size\":{\"width\":{\"d\":{\"v\":98,\"e\":true},\"n\":{\"v\":98,\"e\":true},\"t\":{\"v\":98},\"m\":{\"v\":98}},\"height\":{\"d\":{\"v\":69,\"e\":true},\"n\":{\"v\":69,\"e\":true},\"t\":{\"v\":69},\"m\":{\"v\":69}},\"originalWidth\":98,\"originalHeight\":69,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.42028985507246385822099910001270473003387451171875},\"n\":{\"v\":1.42028985507246385822099910001270473003387451171875},\"t\":{\"v\":1.42028985507246385822099910001270473003387451171875},\"m\":{\"v\":1.42028985507246385822099910001270473003387451171875}}},\"position\":{\"x\":{\"d\":{\"v\":\"112px\",\"e\":true},\"n\":{\"v\":\"112px\",\"e\":true},\"t\":{\"v\":\"112px\"},\"m\":{\"v\":\"112px\"}},\"y\":{\"d\":{\"v\":\"486px\",\"e\":true},\"n\":{\"v\":\"486px\",\"e\":true},\"t\":{\"v\":\"486px\"},\"m\":{\"v\":\"486px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":13},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2200},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"n\":false,\"t\":false},\"type\":\"image\"},\"22\":{\"text\":\"Image 13\",\"alias\":\"Responsive img\",\"uid\":22,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/responsive.svg\",\"imageId\":330},\"size\":{\"width\":{\"d\":{\"v\":79,\"e\":true},\"n\":{\"v\":79,\"e\":true},\"t\":{\"v\":79},\"m\":{\"v\":79,\"e\":true}},\"height\":{\"d\":{\"v\":71,\"e\":true},\"n\":{\"v\":71,\"e\":true},\"t\":{\"v\":71},\"m\":{\"v\":71,\"e\":true}},\"originalWidth\":79,\"originalHeight\":71,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.1126760563380282409440269475453533232212066650390625},\"n\":{\"v\":1.1126760563380282409440269475453533232212066650390625},\"t\":{\"v\":1.1126760563380282409440269475453533232212066650390625},\"m\":{\"v\":1.1126760563380282409440269475453533232212066650390625}}},\"position\":{\"x\":{\"d\":{\"v\":\"-67px\",\"e\":true},\"n\":{\"v\":\"33px\",\"e\":true},\"t\":{\"v\":\"29px\",\"e\":true},\"m\":{\"v\":\"32px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"222px\",\"e\":true},\"n\":{\"v\":\"222px\",\"e\":true},\"t\":{\"v\":\"162px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":14},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2750},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2750},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2750},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"20\":{\"text\":\"RESPONSIVE\",\"alias\":\"Responsive title\",\"uid\":20,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"34px\",\"e\":true},\"n\":{\"v\":\"134px\",\"e\":true},\"t\":{\"v\":\"129px\",\"e\":true},\"m\":{\"v\":\"132px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"206px\",\"e\":true},\"n\":{\"v\":\"206px\",\"e\":true},\"t\":{\"v\":\"163px\",\"e\":true},\"m\":{\"v\":\"33px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":15},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":10},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2770},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2770},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2770},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Fashion-BigDisplay\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"32px\",\"e\":true},\"n\":{\"v\":\"32px\",\"e\":true},\"t\":{\"v\":\"32px\"},\"m\":{\"v\":\"22px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\"},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"lineHeight\":{\"d\":{\"v\":\"32px\",\"e\":true},\"n\":{\"v\":\"32px\",\"e\":true},\"t\":{\"v\":\"32px\"},\"m\":{\"v\":\"32px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"letter-spacing:2px;\\n\",\"type\":\"text\"},\"21\":{\"text\":\"This theme is optimised and adapted for various screen sizes with different resolutions.\",\"alias\":\"Responsive text\",\"uid\":21,\"size\":{\"width\":{\"d\":{\"v\":\"413px\",\"e\":true},\"n\":{\"v\":\"413px\",\"e\":true},\"t\":{\"v\":\"413px\"},\"m\":{\"v\":\"349px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\",\"e\":true},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"67px\",\"e\":true}},\"originalWidth\":\"413px\",\"originalHeight\":\"66px\"},\"position\":{\"x\":{\"d\":{\"v\":\"36px\",\"e\":true},\"n\":{\"v\":\"136px\",\"e\":true},\"t\":{\"v\":\"130px\",\"e\":true},\"m\":{\"v\":\"129px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"252px\",\"e\":true},\"n\":{\"v\":\"252px\",\"e\":true},\"t\":{\"v\":\"215px\",\"e\":true},\"m\":{\"v\":\"71px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":16},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":11},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2830},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2830},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2830},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"thintext_dark\",\"color\":{\"d\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"n\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"t\":{\"v\":\"rgba(66,73,13,1)\"},\"m\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"n\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"t\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"m\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\",\"e\":true},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"n\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"t\":{\"v\":\"rgba(66,73,13,1)\"},\"m\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"position:absolute;\\ntext-shadow:none;\\n\",\"type\":\"text\"},\"29\":{\"text\":\"Image 20\",\"alias\":\"SHOP image 20\",\"uid\":29,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shopping_bag.svg\",\"imageId\":332},\"size\":{\"width\":{\"d\":{\"v\":\"67px\",\"e\":true},\"n\":{\"v\":\"67px\",\"e\":true},\"t\":{\"v\":\"67px\"},\"m\":{\"v\":\"67px\"}},\"height\":{\"d\":{\"v\":\"79px\",\"e\":true},\"n\":{\"v\":\"79px\",\"e\":true},\"t\":{\"v\":\"79px\"},\"m\":{\"v\":\"79px\"}},\"originalWidth\":80,\"originalHeight\":85,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.9411764705882352810561997102922759950160980224609375},\"n\":{\"v\":0.9411764705882352810561997102922759950160980224609375},\"t\":{\"v\":0.9411764705882352810561997102922759950160980224609375},\"m\":{\"v\":0.9411764705882352810561997102922759950160980224609375}}},\"position\":{\"x\":{\"d\":{\"v\":\"-9px\",\"e\":true},\"n\":{\"v\":\"21px\",\"e\":true},\"t\":{\"v\":\"35px\",\"e\":true},\"m\":{\"v\":\"19px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"597px\",\"e\":true},\"n\":{\"v\":\"597px\",\"e\":true},\"t\":{\"v\":\"663px\",\"e\":true},\"m\":{\"v\":\"498px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":17},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":12},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3070},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3070},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3070},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"23\":{\"text\":\"SHOP INTEGRATION\",\"alias\":\"Shop title\",\"uid\":23,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"87px\",\"e\":true},\"n\":{\"v\":\"107px\",\"e\":true},\"t\":{\"v\":\"121px\",\"e\":true},\"m\":{\"v\":\"102px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"593px\",\"e\":true},\"n\":{\"v\":\"593px\",\"e\":true},\"t\":{\"v\":\"651px\",\"e\":true},\"m\":{\"v\":\"496px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":18},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":13},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3120},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3120},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3120},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Fashion-BigDisplay\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"32px\",\"e\":true},\"n\":{\"v\":\"32px\",\"e\":true},\"t\":{\"v\":\"32px\"},\"m\":{\"v\":\"22px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\"},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"lineHeight\":{\"d\":{\"v\":\"32px\",\"e\":true},\"n\":{\"v\":\"32px\",\"e\":true},\"t\":{\"v\":\"32px\"},\"m\":{\"v\":\"32px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"letter-spacing:2px;\\n\",\"type\":\"text\"},\"24\":{\"text\":\"WooCommerce is one of the most popular Ecommerce plugin for Wordpress.\",\"alias\":\"Shop text\",\"uid\":24,\"size\":{\"width\":{\"d\":{\"v\":\"413px\",\"e\":true},\"n\":{\"v\":\"413px\",\"e\":true},\"t\":{\"v\":\"413px\"},\"m\":{\"v\":\"349px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\",\"e\":true},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"67px\",\"e\":true}},\"originalWidth\":\"413px\",\"originalHeight\":\"66px\"},\"position\":{\"x\":{\"d\":{\"v\":\"85px\",\"e\":true},\"n\":{\"v\":\"105px\",\"e\":true},\"t\":{\"v\":\"125px\",\"e\":true},\"m\":{\"v\":\"103px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"638px\",\"e\":true},\"n\":{\"v\":\"638px\",\"e\":true},\"t\":{\"v\":\"702px\",\"e\":true},\"m\":{\"v\":\"538px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":19},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":14},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3190},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3190},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3190},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"thintext_dark\",\"color\":{\"d\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"n\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"t\":{\"v\":\"rgba(66,73,13,1)\"},\"m\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"n\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"t\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"m\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\",\"e\":true},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"n\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"t\":{\"v\":\"rgba(66,73,13,1)\"},\"m\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"position:absolute;\\ntext-shadow:none;\\n\",\"type\":\"text\"},\"31\":{\"text\":\"Image 22\",\"alias\":\"LANG image 22\",\"uid\":31,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/multilanguage.svg\",\"imageId\":326},\"size\":{\"width\":{\"d\":{\"v\":102,\"e\":true},\"n\":{\"v\":102,\"e\":true},\"t\":{\"v\":102,\"e\":true},\"m\":{\"v\":\"101.9090909090909\",\"e\":true}},\"height\":{\"d\":{\"v\":57,\"e\":true},\"n\":{\"v\":57,\"e\":true},\"t\":{\"v\":57,\"e\":true},\"m\":{\"v\":\"57\",\"e\":true}},\"originalWidth\":118,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.7878787878787878451447568295407108962535858154296875},\"n\":{\"v\":1.7878787878787878451447568295407108962535858154296875},\"t\":{\"v\":1.7878787878787878451447568295407108962535858154296875},\"m\":{\"v\":1.7878787878787878451447568295407108962535858154296875}}},\"position\":{\"x\":{\"d\":{\"v\":\"1106px\",\"e\":true},\"n\":{\"v\":\"879px\",\"e\":true},\"t\":{\"v\":\"628px\",\"e\":true},\"m\":{\"v\":\"360px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"597px\",\"e\":true},\"n\":{\"v\":\"459px\",\"e\":true},\"t\":{\"v\":\"690px\",\"e\":true},\"m\":{\"v\":\"636px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":20},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":15},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3420},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3420},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3420},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"25\":{\"text\":\"MULTI-LANGUAGE\",\"alias\":\"Multilang. title\",\"uid\":25,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"769px\",\"e\":true},\"n\":{\"v\":\"688px\",\"e\":true},\"t\":{\"v\":\"441px\",\"e\":true},\"m\":{\"v\":\"117px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"589px\",\"e\":true},\"n\":{\"v\":\"541px\",\"e\":true},\"t\":{\"v\":\"774px\",\"e\":true},\"m\":{\"v\":\"616px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":21},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":16},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Fashion-BigDisplay\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"32px\",\"e\":true},\"n\":{\"v\":\"32px\"},\"t\":{\"v\":\"32px\"},\"m\":{\"v\":\"22px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\"},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"lineHeight\":{\"d\":{\"v\":\"32px\",\"e\":true},\"n\":{\"v\":\"32px\"},\"t\":{\"v\":\"32px\"},\"m\":{\"v\":\"32px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"letter-spacing:2px;\\n\",\"type\":\"text\"},\"26\":{\"text\":\"This theme is flawlessly compatible with the popular WPML plugin and it\'s multilingual ready.\",\"alias\":\"Multilang text\",\"uid\":26,\"size\":{\"width\":{\"d\":{\"v\":\"413px\",\"e\":true},\"n\":{\"v\":\"413px\",\"e\":true},\"t\":{\"v\":\"413px\",\"e\":true},\"m\":{\"v\":\"334px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\",\"e\":true},\"t\":{\"v\":\"66px\",\"e\":true},\"m\":{\"v\":\"68px\",\"e\":true}},\"originalWidth\":\"413px\",\"originalHeight\":\"66px\"},\"position\":{\"x\":{\"d\":{\"v\":\"668px\",\"e\":true},\"n\":{\"v\":\"582px\",\"e\":true},\"t\":{\"v\":\"336px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"636px\",\"e\":true},\"n\":{\"v\":\"595px\",\"e\":true},\"t\":{\"v\":\"821px\",\"e\":true},\"m\":{\"v\":\"651px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":22},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":17},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3520},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3520},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3520},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"thintext_dark\",\"color\":{\"d\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"n\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"t\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"m\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"n\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"t\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"m\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\",\"e\":true},\"t\":{\"v\":\"26px\",\"e\":true},\"m\":{\"v\":\"26px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"n\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"t\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"m\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"position:absolute;\\ntext-shadow:none;\\n\",\"type\":\"text\"},\"30\":{\"text\":\"Image 21\",\"alias\":\"SEO image 21\",\"uid\":30,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/seo_ready.svg\",\"imageId\":331},\"size\":{\"width\":{\"d\":{\"v\":77,\"e\":true},\"n\":{\"v\":77,\"e\":true},\"t\":{\"v\":77},\"m\":{\"v\":77}},\"height\":{\"d\":{\"v\":76,\"e\":true},\"n\":{\"v\":76,\"e\":true},\"t\":{\"v\":76},\"m\":{\"v\":76}},\"originalWidth\":77,\"originalHeight\":76,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.013157894736842035143808971042744815349578857421875},\"n\":{\"v\":1.013157894736842035143808971042744815349578857421875},\"t\":{\"v\":1.013157894736842035143808971042744815349578857421875},\"m\":{\"v\":1.013157894736842035143808971042744815349578857421875}}},\"position\":{\"x\":{\"d\":{\"v\":\"1122px\",\"e\":true},\"n\":{\"v\":\"902px\",\"e\":true},\"t\":{\"v\":\"664px\",\"e\":true},\"m\":{\"v\":\"378px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"202px\",\"e\":true},\"n\":{\"v\":\"152px\",\"e\":true},\"t\":{\"v\":\"160px\",\"e\":true},\"m\":{\"v\":\"162px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":23},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":18},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3990},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3990},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3990},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"27\":{\"text\":\"SEO READY\",\"alias\":\"Seo title\",\"uid\":27,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"908px\",\"e\":true},\"n\":{\"v\":\"798px\",\"e\":true},\"t\":{\"v\":\"553px\",\"e\":true},\"m\":{\"v\":\"221px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"198px\",\"e\":true},\"n\":{\"v\":\"248px\",\"e\":true},\"t\":{\"v\":\"255px\",\"e\":true},\"m\":{\"v\":\"152px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":24},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":19},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":4020},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":4020},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":4020},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Fashion-BigDisplay\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"32px\",\"e\":true},\"n\":{\"v\":\"32px\",\"e\":true},\"t\":{\"v\":\"32px\"},\"m\":{\"v\":\"22px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\"},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"lineHeight\":{\"d\":{\"v\":\"32px\",\"e\":true},\"n\":{\"v\":\"32px\",\"e\":true},\"t\":{\"v\":\"32px\"},\"m\":{\"v\":\"32px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"letter-spacing:2px;\\n\",\"type\":\"text\"},\"28\":{\"text\":\"Kallyas is optimised for search engines to be freely scanned and evaluated in search rankings.\",\"alias\":\"Seo text\",\"uid\":28,\"size\":{\"width\":{\"d\":{\"v\":\"413px\",\"e\":true},\"n\":{\"v\":\"413px\",\"e\":true},\"t\":{\"v\":\"413px\"},\"m\":{\"v\":\"355px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\",\"e\":true},\"t\":{\"v\":\"66px\"},\"m\":{\"e\":true}},\"originalWidth\":\"413px\",\"originalHeight\":\"66px\"},\"position\":{\"x\":{\"d\":{\"v\":\"681px\",\"e\":true},\"n\":{\"v\":\"571px\",\"e\":true},\"t\":{\"v\":\"323px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"248px\",\"e\":true},\"n\":{\"v\":\"308px\",\"e\":true},\"t\":{\"v\":\"301px\",\"e\":true},\"m\":{\"v\":\"191px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":25},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":20},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":4090},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":4090},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":4090},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"thintext_dark\",\"color\":{\"d\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"n\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"t\":{\"v\":\"rgba(66,73,13,1)\"},\"m\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"n\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"t\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"m\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\",\"e\":true},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"n\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true},\"t\":{\"v\":\"rgba(66,73,13,1)\"},\"m\":{\"v\":\"rgba(66,73,13,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"position:absolute;\\ntext-shadow:none;\\n\",\"type\":\"text\"},\"33\":{\"subtype\":\"roundbutton\",\"text\":\"BUY NOW\",\"alias\":\"Button\",\"uid\":33,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"512px\",\"e\":true},\"n\":{\"v\":\"465px\",\"e\":true},\"t\":{\"v\":\"309px\",\"e\":true},\"m\":{\"v\":\"169px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"553px\",\"e\":true},\"n\":{\"v\":\"535px\",\"e\":true},\"t\":{\"v\":\"568px\",\"e\":true},\"m\":{\"v\":\"431px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":26},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":21},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":4310},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":4310},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":4310},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,0.80)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,0.80)\"},\"t\":{\"v\":\"rgba(255,255,255,0.80)\"},\"m\":{\"v\":\"rgba(255,255,255,0.80)\"}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"17px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"17px\"}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,0.80)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,0.80)\"},\"t\":{\"v\":\"rgba(255,255,255,0.80)\"},\"m\":{\"v\":\"rgba(255,255,255,0.80)\"}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(38,38,38,1)\",\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#262626\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/themeforest.net\\/item\\/kallyas-responsive-multipurpose-wordpress-theme\\/4091658?ref=hogash\",\"link_open_in\":\"_blank\",\"jump_to_slide\":1,\"scrollunder_offset\":\"\",\"actioncallback\":\"\",\"layer_target\":\"10\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(13,	3,	6,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs2-1-bg.jpg\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs2-1-1-lq.png\",\"imageId\":2284},\"size\":{\"width\":{\"d\":{\"v\":\"914px\",\"e\":true},\"n\":{\"v\":\"914px\"},\"t\":{\"v\":\"851.3467741935484\",\"e\":true},\"m\":{\"v\":\"415.30044843049325\",\"e\":true}},\"height\":{\"d\":{\"v\":\"744px\",\"e\":true},\"n\":{\"v\":\"744px\"},\"t\":{\"v\":\"693\",\"e\":true},\"m\":{\"v\":\"338\",\"e\":true}},\"originalWidth\":914,\"originalHeight\":744,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.2284946236559139975952348322607576847076416015625},\"n\":{\"v\":1.2284946236559139975952348322607576847076416015625},\"t\":{\"v\":1.2284946236559139975952348322607576847076416015625},\"m\":{\"v\":1.2284946236559139975952348322607576847076416015625}}},\"position\":{\"x\":{\"d\":{\"v\":\"-78px\",\"e\":true},\"n\":{\"v\":\"-78px\"},\"t\":{\"v\":\"-78px\",\"e\":true},\"m\":{\"v\":\"44px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"41px\",\"e\":true},\"n\":{\"v\":\"41px\"},\"t\":{\"v\":\"41px\",\"e\":true},\"m\":{\"v\":\"146px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-1-2-lq.png\",\"imageId\":728},\"size\":{\"width\":{\"d\":{\"v\":\"129px\",\"e\":true},\"n\":{\"v\":\"129px\"},\"t\":{\"v\":\"129px\"},\"m\":{\"v\":\"82\",\"e\":true}},\"height\":{\"d\":{\"v\":\"129px\",\"e\":true},\"n\":{\"v\":\"129px\"},\"t\":{\"v\":\"129px\"},\"m\":{\"v\":\"82\",\"e\":true}},\"originalWidth\":129,\"originalHeight\":129,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"22px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"162px\",\"e\":true},\"n\":{\"v\":\"162px\"},\"t\":{\"v\":\"162px\"},\"m\":{\"v\":\"110px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":760},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"speed\":500,\"start\":760},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":500,\"start\":760},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-1-3-lq.png\",\"imageId\":729},\"size\":{\"width\":{\"d\":{\"v\":\"222px\",\"e\":true},\"n\":{\"v\":\"222px\"},\"t\":{\"v\":\"222px\"},\"m\":{\"v\":\"121.74193548387098\",\"e\":true}},\"height\":{\"d\":{\"v\":\"186px\",\"e\":true},\"n\":{\"v\":\"186px\"},\"t\":{\"v\":\"186px\"},\"m\":{\"v\":\"102\",\"e\":true}},\"originalWidth\":222,\"originalHeight\":186,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.1935483870967742436874914346844889223575592041015625},\"n\":{\"v\":1.1935483870967742436874914346844889223575592041015625},\"t\":{\"v\":1.1935483870967742436874914346844889223575592041015625},\"m\":{\"v\":1.1935483870967742436874914346844889223575592041015625}}},\"position\":{\"x\":{\"d\":{\"v\":\"288px\",\"e\":true},\"n\":{\"v\":\"288px\"},\"t\":{\"v\":\"288px\"},\"m\":{\"v\":\"159px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"223px\",\"e\":true},\"n\":{\"v\":\"223px\"},\"t\":{\"v\":\"223px\"},\"m\":{\"v\":\"176px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1150},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1150},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1150},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Image 4\",\"uid\":4,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-1-4-lq.png\",\"imageId\":730},\"size\":{\"width\":{\"d\":{\"v\":\"222px\",\"e\":true},\"n\":{\"v\":\"222px\"},\"t\":{\"v\":\"222px\"},\"m\":{\"v\":\"134.8709677419355\",\"e\":true}},\"height\":{\"d\":{\"v\":\"186px\",\"e\":true},\"n\":{\"v\":\"186px\"},\"t\":{\"v\":\"186px\"},\"m\":{\"v\":\"113\",\"e\":true}},\"originalWidth\":222,\"originalHeight\":186,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.1935483870967742436874914346844889223575592041015625},\"n\":{\"v\":1.1935483870967742436874914346844889223575592041015625},\"t\":{\"v\":1.1935483870967742436874914346844889223575592041015625},\"m\":{\"v\":1.1935483870967742436874914346844889223575592041015625}}},\"position\":{\"x\":{\"d\":{\"v\":\"384px\",\"e\":true},\"n\":{\"v\":\"384px\"},\"t\":{\"v\":\"384px\"},\"m\":{\"v\":\"262px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"525px\",\"e\":true},\"n\":{\"v\":\"525px\"},\"t\":{\"v\":\"525px\"},\"m\":{\"v\":\"360px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1310},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1310},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1310},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-1-5-lq.png\",\"imageId\":731},\"size\":{\"width\":{\"d\":{\"v\":\"238px\",\"e\":true},\"n\":{\"v\":\"238px\"},\"t\":{\"v\":\"238px\"},\"m\":{\"v\":\"152.72727272727272\",\"e\":true}},\"height\":{\"d\":{\"v\":\"187px\",\"e\":true},\"n\":{\"v\":\"187px\"},\"t\":{\"v\":\"187px\"},\"m\":{\"v\":\"120\",\"e\":true}},\"originalWidth\":238,\"originalHeight\":187,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.2727272727272727070868540977244265377521514892578125},\"n\":{\"v\":1.2727272727272727070868540977244265377521514892578125},\"t\":{\"v\":1.2727272727272727070868540977244265377521514892578125},\"m\":{\"v\":1.2727272727272727070868540977244265377521514892578125}}},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"59px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"397px\",\"e\":true},\"n\":{\"v\":\"397px\"},\"t\":{\"v\":\"397px\"},\"m\":{\"v\":\"344px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1450},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1450},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1450},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"MULTIFUNCTIONAL KITCHEN\",\"alias\":\"Caption text6\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"321px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"47px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"128px\",\"e\":true},\"t\":{\"v\":\"44px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"255px\",\"e\":true},\"n\":{\"v\":\"139px\",\"e\":true},\"t\":{\"v\":\"128px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1570},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1570},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1570},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"10px\",\"15px\",\"10px\",\"15px\"]},\"n\":{\"v\":[\"10px\",\"15px\",\"10px\",\"15px\"]},\"t\":{\"v\":[\"10px\",\"15px\",\"10px\",\"15px\"]},\"m\":{\"v\":[\"10px\",\"15px\",\"10px\",\"15px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"35px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"45px\",\"e\":true},\"t\":{\"v\":\"35px\",\"e\":true},\"m\":{\"v\":\"25px\",\"e\":true}},\"backgroundColor\":\"rgba(205,33,34,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"7\":{\"text\":\"YOUR WAY\",\"alias\":\"Caption text6\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"27px\",\"e\":true},\"m\":{\"v\":\"24px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"342px\",\"e\":true},\"n\":{\"v\":\"246px\",\"e\":true},\"t\":{\"v\":\"254px\",\"e\":true},\"m\":{\"v\":\"85px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1760},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1760},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1760},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"n\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"t\":{\"v\":\"rgba(58,57,57,1)\"},\"m\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"34px\",\"e\":true},\"t\":{\"v\":\"34px\"},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"44px\",\"e\":true},\"t\":{\"v\":\"44px\"},\"m\":{\"v\":\"44px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"n\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"t\":{\"v\":\"rgba(58,57,57,1)\"},\"m\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"8\":{\"subtype\":\"roundbutton\",\"text\":\"SHOP NOW\",\"alias\":\"Button\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"806px\",\"e\":true},\"n\":{\"v\":\"817px\",\"e\":true},\"t\":{\"v\":\"438px\",\"e\":true},\"m\":{\"v\":\"273px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"459px\",\"e\":true},\"n\":{\"v\":\"438px\",\"e\":true},\"t\":{\"v\":\"850px\",\"e\":true},\"m\":{\"v\":\"600px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":12},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":7},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1840},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1840},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1840},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"14px\",\"35px\",\"14px\",\"35px\"]},\"n\":{\"v\":[\"14px\",\"35px\",\"14px\",\"35px\"]},\"t\":{\"v\":[\"14px\",\"35px\",\"14px\",\"35px\"]},\"m\":{\"v\":[\"14px\",\"35px\",\"14px\",\"35px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"rgba(205,33,34,1)\",\"borderColor\":\"rgba(205,33,34,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"},\"9\":{\"subtype\":\"roundbutton\",\"text\":\"SEE COLLECTION\",\"alias\":\"Button\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"987px\",\"e\":true},\"n\":{\"v\":\"772px\",\"e\":true},\"t\":{\"v\":\"149px\",\"e\":true},\"m\":{\"v\":\"31px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"459px\",\"e\":true},\"n\":{\"v\":\"366px\",\"e\":true},\"t\":{\"v\":\"850px\",\"e\":true},\"m\":{\"v\":\"600px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":13},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1920},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1920},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1920},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"n\":{\"v\":\"rgba(58,57,57,1)\"},\"t\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"m\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(58,57,57,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"n\":{\"v\":\"rgba(58,57,57,1)\"},\"t\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"m\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"},\"10\":{\"text\":\"We\\u2019re using recicled materials and top notch production technology. Follow our collections and discover many great\\nofferings.\",\"alias\":\"Caption text10\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"354px\",\"e\":true},\"n\":{\"v\":\"187px\",\"e\":true},\"t\":{\"v\":\"466px\",\"e\":true},\"m\":{\"v\":\"466px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"158px\",\"e\":true},\"n\":{\"v\":\"159px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"354px\",\"originalHeight\":\"158px\"},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"48px\",\"e\":true},\"t\":{\"v\":\"-35px\",\"e\":true},\"m\":{\"v\":\"-18px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"580px\",\"e\":true},\"n\":{\"v\":\"556px\",\"e\":true},\"t\":{\"v\":\"784px\",\"e\":true},\"m\":{\"v\":\"512px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":14},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2040},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2040},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2040},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Fashion-SmallText\",\"color\":{\"d\":{\"v\":\"rgba(45,45,45,1)\",\"e\":true},\"n\":{\"v\":\"rgba(45,45,45,1)\",\"e\":true},\"t\":{\"v\":\"rgba(45,45,45,1)\",\"e\":true},\"m\":{\"v\":\"rgba(45,45,45,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0px\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0px\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0px\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0px\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(45,45,45,1)\",\"e\":true},\"n\":{\"v\":\"rgba(45,45,45,1)\",\"e\":true},\"t\":{\"v\":\"rgba(45,45,45,1)\",\"e\":true},\"m\":{\"v\":\"rgba(45,45,45,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"letter-spacing:2px;\\n\",\"type\":\"text\"},\"11\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":11,\"size\":{\"width\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"70px\"},\"t\":{\"v\":\"70px\"},\"m\":{\"v\":\"70px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"3px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"3px\",\"e\":true}},\"originalWidth\":\"70px\",\"originalHeight\":\"3px\"},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"54px\",\"e\":true},\"t\":{\"v\":\"354px\",\"e\":true},\"m\":{\"v\":\"224px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"553px\",\"e\":true},\"n\":{\"v\":\"524px\",\"e\":true},\"t\":{\"v\":\"757px\",\"e\":true},\"m\":{\"v\":\"578px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":15},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":10},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2190},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2190},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2190},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"tp-shape tp-shapewrapper\",\"color\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"backgroundColor\":\"rgba(58,58,58,1)\",\"borderColor\":\"rgba(0,0,0,0.50)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"shape\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(9,	2,	3,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs-2-bg.jpg\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs-2-1.png\",\"imageId\":708},\"size\":{\"width\":{\"d\":{\"v\":\"780px\",\"e\":true},\"n\":{\"v\":\"780px\",\"e\":true},\"t\":{\"v\":\"780px\",\"e\":true},\"m\":{\"v\":\"780px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"492px\",\"e\":true},\"n\":{\"v\":\"492px\",\"e\":true},\"t\":{\"v\":\"492px\",\"e\":true},\"m\":{\"v\":\"492px\",\"e\":true}},\"originalWidth\":780,\"originalHeight\":492,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.585365853658536661185962657327763736248016357421875},\"n\":{\"v\":1.585365853658536661185962657327763736248016357421875},\"t\":{\"v\":1.585365853658536661185962657327763736248016357421875},\"m\":{\"v\":1.585365853658536661185962657327763736248016357421875}}},\"position\":{\"x\":{\"d\":{\"v\":\"509px\",\"e\":true},\"n\":{\"v\":\"510px\",\"e\":true},\"t\":{\"v\":\"443px\",\"e\":true},\"m\":{\"v\":\"443px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"296px\",\"e\":true},\"n\":{\"v\":\"295px\",\"e\":true},\"t\":{\"v\":\"218px\",\"e\":true},\"m\":{\"v\":\"218px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"speed\":1500,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"22px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs-2-1.png\",\"imageId\":708},\"size\":{\"width\":{\"d\":{\"v\":\"780px\",\"e\":true},\"n\":{\"v\":\"780px\"},\"t\":{\"v\":\"780px\"},\"m\":{\"v\":\"780px\"}},\"height\":{\"d\":{\"v\":\"492px\",\"e\":true},\"n\":{\"v\":\"492px\"},\"t\":{\"v\":\"492px\"},\"m\":{\"v\":\"492px\"}},\"originalWidth\":780,\"originalHeight\":492,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.585365853658536661185962657327763736248016357421875},\"n\":{\"v\":1.585365853658536661185962657327763736248016357421875},\"t\":{\"v\":1.585365853658536661185962657327763736248016357421875},\"m\":{\"v\":1.585365853658536661185962657327763736248016357421875}}},\"position\":{\"x\":{\"d\":{\"v\":\"-239px\",\"e\":true},\"n\":{\"v\":\"-239px\"},\"t\":{\"v\":\"-380px\",\"e\":true},\"m\":{\"v\":\"-380px\"}},\"y\":{\"d\":{\"v\":\"349px\",\"e\":true},\"n\":{\"v\":\"349px\"},\"t\":{\"v\":\"375px\",\"e\":true},\"m\":{\"v\":\"375px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":750},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"speed\":1500,\"start\":750},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":750},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs-2-lq.png\",\"imageId\":2274},\"size\":{\"width\":{\"d\":{\"v\":\"1144px\",\"e\":true},\"n\":{\"v\":\"882px\",\"e\":true},\"t\":{\"v\":\"1000px\",\"e\":true},\"m\":{\"v\":\"639px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"707px\",\"e\":true},\"n\":{\"v\":\"545px\",\"e\":true},\"t\":{\"v\":\"618px\",\"e\":true},\"m\":{\"v\":\"395px\",\"e\":true}},\"originalWidth\":1144,\"originalHeight\":707,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.618104667609618019241679576225578784942626953125},\"n\":{\"v\":1.618104667609618019241679576225578784942626953125},\"t\":{\"v\":1.618104667609618019241679576225578784942626953125},\"m\":{\"v\":1.618104667609618019241679576225578784942626953125}}},\"position\":{\"x\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"-26px\",\"e\":true},\"m\":{\"v\":\"-11px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"79px\",\"e\":true},\"n\":{\"v\":\"-2px\",\"e\":true},\"t\":{\"v\":\"-7px\",\"e\":true},\"m\":{\"v\":\"-16px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1260},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}}},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1560,\"start\":1260}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1560,\"start\":1260}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"STYLISTIC\",\"alias\":\"Caption text4\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"5px\",\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"350px\",\"e\":true},\"n\":{\"v\":\"350px\",\"e\":true},\"t\":{\"v\":\"170px\",\"e\":true},\"m\":{\"v\":\"100px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1820},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":1820},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":1820},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"n\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"t\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"m\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\",\"e\":true},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"n\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"t\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"m\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"UPGRADE\",\"alias\":\"Caption text4\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"6px\",\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"416px\",\"e\":true},\"n\":{\"v\":\"416px\",\"e\":true},\"t\":{\"v\":\"220px\",\"e\":true},\"m\":{\"v\":\"150px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1960},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":1960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":1960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"n\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"t\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"m\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"n\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"t\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"m\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"6\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"70px\",\"e\":true},\"m\":{\"v\":\"70px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"3px\",\"e\":true},\"t\":{\"v\":\"3px\",\"e\":true},\"m\":{\"v\":\"3px\",\"e\":true}},\"originalWidth\":\"70px\",\"originalHeight\":\"3px\"},\"position\":{\"x\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"498px\",\"e\":true},\"n\":{\"v\":\"498px\",\"e\":true},\"t\":{\"v\":\"310px\",\"e\":true},\"m\":{\"v\":\"220px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2060},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2060},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2060},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"tp-shape tp-shapewrapper\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"backgroundColor\":\"rgba(212,38,39,1)\",\"borderColor\":\"rgba(0,0,0,0.50)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"shape\"},\"7\":{\"text\":\"Must have beach outfits.\",\"alias\":\"Caption text4\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"534px\",\"e\":true},\"n\":{\"v\":\"534px\",\"e\":true},\"t\":{\"v\":\"350px\",\"e\":true},\"m\":{\"v\":\"250px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2190},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2190},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2190},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"n\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"t\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"m\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\",\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"n\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"t\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true},\"m\":{\"v\":\"rgba(41,114,178,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"8\":{\"text\":\"SUMMER SALE\",\"alias\":\"Caption text8\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"1029px\",\"e\":true},\"n\":{\"v\":\"813px\",\"e\":true},\"t\":{\"v\":\"571px\",\"e\":true},\"m\":{\"v\":\"280px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"471px\",\"e\":true},\"n\":{\"v\":\"471px\",\"e\":true},\"t\":{\"v\":\"180px\",\"e\":true},\"m\":{\"v\":\"115px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":12},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2300},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-red-label\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"5px\",\"10px\",\"5px\",\"50px\"]},\"n\":{\"v\":[\"5px\",\"10px\",\"5px\",\"50px\"]},\"t\":{\"v\":[\"5px\",\"10px\",\"5px\",\"50px\"]},\"m\":{\"v\":[\"5px\",\"10px\",\"5px\",\"50px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\",\"e\":true},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\"}},\"lineHeight\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\"}},\"textAlign\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"backgroundColor\":\"rgba(212,38,39,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"9\":{\"text\":\"40% OFF\",\"alias\":\"Caption text9\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"936px\",\"e\":true},\"n\":{\"v\":\"792px\",\"e\":true},\"t\":{\"v\":\"550px\",\"e\":true},\"m\":{\"v\":\"263px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"527px\",\"e\":true},\"n\":{\"v\":\"527px\",\"e\":true},\"t\":{\"v\":\"220px\",\"e\":true},\"m\":{\"v\":\"164px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":13},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2410},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2410},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2410},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Fashion-BigDisplay\",\"color\":{\"d\":{\"v\":\"rgba(180,180,180,1)\",\"e\":true},\"n\":{\"v\":\"rgba(180,180,180,1)\",\"e\":true},\"t\":{\"v\":\"rgba(180,180,180,1)\",\"e\":true},\"m\":{\"v\":\"rgba(180,180,180,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"42px\",\"e\":true},\"t\":{\"v\":\"42px\",\"e\":true},\"m\":{\"v\":\"42px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"2px\"},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"60px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(180,180,180,1)\",\"e\":true},\"n\":{\"v\":\"rgba(180,180,180,1)\",\"e\":true},\"t\":{\"v\":\"rgba(180,180,180,1)\",\"e\":true},\"m\":{\"v\":\"rgba(180,180,180,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"letter-spacing:2px;\\n\",\"type\":\"text\"},\"10\":{\"subtype\":\"roundbutton\",\"text\":\"SHOP NOW\",\"alias\":\"Button\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"1033px\",\"e\":true},\"n\":{\"v\":\"822px\",\"e\":true},\"t\":{\"v\":\"572px\",\"e\":true},\"m\":{\"v\":\"284px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"620px\",\"e\":true},\"n\":{\"v\":\"620px\",\"e\":true},\"t\":{\"v\":\"290px\",\"e\":true},\"m\":{\"v\":\"245px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":14},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2520},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2520},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2520},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shop-btn\",\"color\":{\"d\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"n\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"t\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"m\":{\"v\":\"rgba(212,38,39,1)\"}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\"}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(212,38,39,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"n\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"t\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"m\":{\"v\":\"rgba(212,38,39,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(3,	1,	3,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/rev_slide_3_background.jpg\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/rev_slide_3_title.svg\",\"imageId\":340},\"size\":{\"width\":{\"d\":{\"v\":230,\"e\":true},\"n\":{\"v\":\"310.8556701030928\",\"e\":true},\"t\":{\"v\":\"310.8556701030928\"},\"m\":{\"v\":\"229.86956521739128\",\"e\":true}},\"height\":{\"d\":{\"v\":51,\"e\":true},\"n\":{\"v\":\"69\",\"e\":true},\"t\":{\"v\":\"69\"},\"m\":{\"v\":\"51\",\"e\":true}},\"originalWidth\":437,\"originalHeight\":98,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":4.4591836734693881538760251714847981929779052734375},\"n\":{\"v\":4.4591836734693881538760251714847981929779052734375},\"t\":{\"v\":4.4591836734693881538760251714847981929779052734375},\"m\":{\"v\":4.4591836734693881538760251714847981929779052734375}}},\"position\":{\"x\":{\"d\":{\"v\":\"470px\",\"e\":true},\"n\":{\"v\":\"400px\",\"e\":true},\"t\":{\"v\":\"288px\",\"e\":true},\"m\":{\"v\":\"133px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"327px\",\"e\":true},\"t\":{\"v\":\"382px\",\"e\":true},\"m\":{\"v\":\"275px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1280,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1280,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/rev_slide_3_ruff_2-new.png\",\"imageId\":2259},\"size\":{\"width\":{\"d\":{\"v\":\"558px\",\"e\":true},\"n\":{\"v\":\"446\",\"e\":true},\"t\":{\"v\":\"324\",\"e\":true},\"m\":{\"v\":\"176px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"558px\",\"e\":true},\"n\":{\"v\":\"446\",\"e\":true},\"t\":{\"v\":\"324\",\"e\":true},\"m\":{\"v\":\"176px\",\"e\":true}},\"originalWidth\":558,\"originalHeight\":558,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"722px\",\"e\":true},\"n\":{\"v\":\"514px\",\"e\":true},\"t\":{\"v\":\"406px\",\"e\":true},\"m\":{\"v\":\"200px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"-125px\",\"e\":true},\"t\":{\"v\":\"-74px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1390},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":800,\"start\":1390},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":800,\"start\":1390},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/rev_slide_3_ruff_1-new.png\",\"imageId\":2260},\"size\":{\"width\":{\"d\":{\"v\":\"871px\",\"e\":true},\"n\":{\"v\":\"506\",\"e\":true},\"t\":{\"v\":\"412\",\"e\":true},\"m\":{\"v\":\"125\",\"e\":true}},\"height\":{\"d\":{\"v\":\"871px\",\"e\":true},\"n\":{\"v\":\"506\",\"e\":true},\"t\":{\"v\":\"412\",\"e\":true},\"m\":{\"v\":\"125\",\"e\":true}},\"originalWidth\":871,\"originalHeight\":871,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"-84px\",\"e\":true},\"n\":{\"v\":\"43px\",\"e\":true},\"t\":{\"v\":\"38px\",\"e\":true},\"m\":{\"v\":\"62px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"310px\",\"e\":true},\"n\":{\"v\":\"-238px\",\"e\":true},\"t\":{\"v\":\"-193px\",\"e\":true},\"m\":{\"v\":\"35px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1890},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":770,\"start\":1890},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":770,\"start\":1890},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Image 4\",\"uid\":4,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/rev_slide_3_ruff_2.png\",\"imageId\":2261},\"size\":{\"width\":{\"d\":{\"v\":\"288px\",\"e\":true},\"n\":{\"v\":\"176px\",\"e\":true},\"t\":{\"v\":\"131\",\"e\":true},\"m\":{\"v\":\"131\"}},\"height\":{\"d\":{\"v\":\"288px\",\"e\":true},\"n\":{\"v\":\"176px\",\"e\":true},\"t\":{\"v\":\"131\",\"e\":true},\"m\":{\"v\":\"131\"}},\"originalWidth\":288,\"originalHeight\":288,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"553px\",\"e\":true},\"n\":{\"v\":\"408px\",\"e\":true},\"t\":{\"v\":\"343px\",\"e\":true},\"m\":{\"v\":\"132px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"456px\",\"e\":true},\"n\":{\"v\":\"9px\",\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"104px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\"}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2300},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":850,\"start\":2300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":850,\"start\":2300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/rev_slide_3_ruff_3.png\",\"imageId\":2262},\"size\":{\"width\":{\"d\":{\"v\":\"370px\",\"e\":true},\"n\":{\"v\":\"156px\",\"e\":true},\"t\":{\"v\":\"128\",\"e\":true},\"m\":{\"v\":\"128\"}},\"height\":{\"d\":{\"v\":\"370px\",\"e\":true},\"n\":{\"v\":\"156px\",\"e\":true},\"t\":{\"v\":\"128\",\"e\":true},\"m\":{\"v\":\"128\"}},\"originalWidth\":370,\"originalHeight\":370,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"-35px\",\"e\":true},\"n\":{\"v\":\"113px\",\"e\":true},\"t\":{\"v\":\"112px\",\"e\":true},\"m\":{\"v\":\"27px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"304px\",\"e\":true},\"n\":{\"v\":\"86px\",\"e\":true},\"t\":{\"v\":\"101px\",\"e\":true},\"m\":{\"v\":\"142px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\"}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2770},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Elastic.easeOut\",\"speed\":2070,\"start\":2770},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Elastic.easeOut\",\"speed\":2070,\"start\":2770},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"#\",\"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\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(4,	1,	4,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/rev_slide_4_background.jpg\"},\"timeline\":{\"delay\":\"\",\"transition\":{\"1\":\"scaledownfrombottom\"},\"slots\":[\"default\",\"default\"],\"duration\":[\"default\",\"default\"],\"easeIn\":{\"1\":\"default\"},\"easeOut\":{\"1\":\"default\"},\"rotation\":{\"1\":\"0\"}}}',	'{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/rev_slide_4_bullet.svg\",\"imageId\":351},\"size\":{\"width\":{\"d\":{\"v\":42,\"e\":true},\"n\":{\"v\":42},\"t\":{\"v\":42},\"m\":{\"v\":42,\"e\":true}},\"height\":{\"d\":{\"v\":42,\"e\":true},\"n\":{\"v\":42},\"t\":{\"v\":42},\"m\":{\"v\":42,\"e\":true}},\"originalWidth\":42,\"originalHeight\":42,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"293px\",\"e\":true},\"n\":{\"v\":\"258px\",\"e\":true},\"t\":{\"v\":\"258px\"},\"m\":{\"v\":\"278px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"424px\",\"e\":true},\"n\":{\"v\":\"393px\",\"e\":true},\"t\":{\"v\":\"393px\"},\"m\":{\"v\":\"190px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":440},{\"id\":\"frame_999\",\"start\":9080}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.8\",\"scaleY\":\"0.8\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"ease\":\"Elastic.easeOut\",\"speed\":520,\"start\":440},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Elastic.easeOut\",\"speed\":520,\"start\":440},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":80,\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/rev_slide_4_bullet.svg\",\"imageId\":351},\"size\":{\"width\":{\"d\":{\"v\":42,\"e\":true},\"n\":{\"v\":42},\"t\":{\"v\":42,\"e\":true},\"m\":{\"v\":42,\"e\":true}},\"height\":{\"d\":{\"v\":42,\"e\":true},\"n\":{\"v\":42},\"t\":{\"v\":42,\"e\":true},\"m\":{\"v\":42,\"e\":true}},\"originalWidth\":42,\"originalHeight\":42,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"995px\",\"e\":true},\"n\":{\"v\":\"833px\",\"e\":true},\"t\":{\"v\":\"605px\",\"e\":true},\"m\":{\"v\":\"357px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"142px\",\"e\":true},\"n\":{\"v\":\"203px\",\"e\":true},\"t\":{\"v\":\"199px\",\"e\":true},\"m\":{\"v\":\"273px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":620},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.8\",\"scaleY\":\"0.8\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"ease\":\"Elastic.easeOut\",\"speed\":360,\"start\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Elastic.easeOut\",\"speed\":360,\"start\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/rev_slide_4_newyork.png\",\"imageId\":348},\"size\":{\"width\":{\"d\":{\"v\":\"383px\",\"e\":true},\"n\":{\"v\":\"304.4968944099379\",\"e\":true},\"t\":{\"v\":\"304.4968944099379\"},\"m\":{\"v\":\"304px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"161px\",\"e\":true},\"n\":{\"v\":\"128\",\"e\":true},\"t\":{\"v\":\"128\"},\"m\":{\"v\":\"128px\",\"e\":true}},\"originalWidth\":383,\"originalHeight\":161,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":2.37888198757763991153524330002255737781524658203125},\"n\":{\"v\":2.37888198757763991153524330002255737781524658203125},\"t\":{\"v\":2.37888198757763991153524330002255737781524658203125},\"m\":{\"v\":2.37888198757763991153524330002255737781524658203125}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"44px\",\"e\":true},\"t\":{\"v\":\"44px\"},\"m\":{\"v\":\"62px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"238px\",\"e\":true},\"n\":{\"v\":\"264px\",\"e\":true},\"t\":{\"v\":\"264px\"},\"m\":{\"v\":\"53px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":950},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":950},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":950},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Image 4\",\"uid\":4,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/rev_slide_4_stockholm.png\",\"imageId\":350},\"size\":{\"width\":{\"d\":{\"v\":\"383px\",\"e\":true},\"n\":{\"v\":\"304.4968944099379\",\"e\":true},\"t\":{\"v\":\"304.4968944099379\"},\"m\":{\"v\":\"304px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"161px\",\"e\":true},\"n\":{\"v\":\"128\",\"e\":true},\"t\":{\"v\":\"128\"},\"m\":{\"v\":\"128px\",\"e\":true}},\"originalWidth\":383,\"originalHeight\":161,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":2.37888198757763991153524330002255737781524658203125},\"n\":{\"v\":2.37888198757763991153524330002255737781524658203125},\"t\":{\"v\":2.37888198757763991153524330002255737781524658203125},\"m\":{\"v\":2.37888198757763991153524330002255737781524658203125}}},\"position\":{\"x\":{\"d\":{\"v\":\"720px\",\"e\":true},\"n\":{\"v\":\"604px\",\"e\":true},\"t\":{\"v\":\"385px\",\"e\":true},\"m\":{\"v\":\"141px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"208px\",\"e\":true},\"n\":{\"v\":\"250px\",\"e\":true},\"t\":{\"v\":\"255px\",\"e\":true},\"m\":{\"v\":\"329px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1170},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":1170},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":1170},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"7\":{\"text\":\"WE\'RE SPREAD ON 2 CONTINENTS\",\"alias\":\"Caption text7\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"505px\",\"e\":true},\"n\":{\"v\":\"505px\",\"e\":true},\"t\":{\"v\":\"505px\"},\"m\":{\"v\":\"487px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1440},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":1440},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":1440},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"very_big_white\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"n\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"t\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"m\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"46px\",\"e\":true},\"n\":{\"v\":\"34px\",\"e\":true},\"t\":{\"v\":\"34px\"},\"m\":{\"v\":\"24px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"60px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"position:absolute;\\ntext-shadow:none;\\nwhite-space:nowrap;\\npadding-top:1px;\\n\",\"type\":\"text\"},\"8\":{\"text\":\"WE\'RE SPREAD ON 2 CONTINENTS\",\"alias\":\"Caption text7\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"567px\",\"e\":true},\"n\":{\"v\":\"567px\",\"e\":true},\"t\":{\"v\":\"567px\"},\"m\":{\"v\":\"534px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1650},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":190,\"start\":1650},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":190,\"start\":1650},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"very_big_white\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"n\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"t\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"m\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"26px\",\"e\":true},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"22px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\",\"e\":true},\"t\":{\"v\":\"300\"},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"40px\"},\"m\":{\"v\":\"40px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"position:absolute;\\ntext-shadow:none;\\nwhite-space:nowrap;\\npadding-top:1px;\\n\",\"type\":\"text\"},\"9\":{\"subtype\":\"roundbutton\",\"text\":\"CONTACT US\",\"alias\":\"Button\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"157px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"434px\",\"e\":true},\"n\":{\"v\":\"-77px\",\"e\":true},\"t\":{\"v\":\"-112px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"635px\",\"e\":true},\"n\":{\"v\":\"632px\",\"e\":true},\"t\":{\"v\":\"634px\",\"e\":true},\"m\":{\"v\":\"587px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":6},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1980},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1980},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1980},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"13px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"rgba(205,33,34,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(205,33,34,1)\",\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#cd2122\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"},\"10\":{\"subtype\":\"roundbutton\",\"text\":\"FIND DIRECTIONS\",\"alias\":\"Button\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"190px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"633px\",\"e\":true},\"n\":{\"v\":\"545px\",\"e\":true},\"t\":{\"v\":\"389px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"635px\",\"e\":true},\"n\":{\"v\":\"632px\",\"e\":true},\"t\":{\"v\":\"634px\",\"e\":true},\"m\":{\"v\":\"653px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":12},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":7},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2180},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2180},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2180},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(124,124,124,1)\",\"e\":true},\"n\":{\"v\":\"rgba(124,124,124,1)\"},\"t\":{\"v\":\"rgba(124,124,124,1)\"},\"m\":{\"v\":\"rgba(124,124,124,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"13px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"14px\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(119,119,119,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(124,124,124,1)\",\"e\":true},\"n\":{\"v\":\"rgba(124,124,124,1)\"},\"t\":{\"v\":\"rgba(124,124,124,1)\"},\"m\":{\"v\":\"rgba(124,124,124,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(12,12,0,1)\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#0c0c00\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"SOON\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/rev_slide_4_soon.svg\",\"imageId\":352},\"size\":{\"width\":{\"d\":{\"v\":88,\"e\":true},\"n\":{\"v\":88},\"t\":{\"v\":\"88px\",\"e\":true},\"m\":{\"v\":\"88px\"}},\"height\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":\"89px\",\"e\":true},\"m\":{\"v\":\"89px\"}},\"originalWidth\":129,\"originalHeight\":130,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.9923076923076923350208744523115456104278564453125},\"n\":{\"v\":0.9923076923076923350208744523115456104278564453125},\"t\":{\"v\":0.9923076923076923350208744523115456104278564453125},\"m\":{\"v\":0.9923076923076923350208744523115456104278564453125}}},\"position\":{\"x\":{\"d\":{\"v\":\"1363px\",\"e\":true},\"n\":{\"v\":\"817px\",\"e\":true},\"t\":{\"v\":\"641px\",\"e\":true},\"m\":{\"v\":\"641px\"}},\"y\":{\"d\":{\"v\":\"346px\",\"e\":true},\"n\":{\"v\":\"386px\",\"e\":true},\"t\":{\"v\":\"404px\",\"e\":true},\"m\":{\"v\":\"404px\"}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":13},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2510},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}}},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":1470,\"start\":2510}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":1470,\"start\":2510}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(5,	1,	5,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/revslide5_bg.jpg\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"1\":{\"text\":\"FINALLY HERE!!\",\"alias\":\"Caption text1\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"95px\",\"e\":true},\"t\":{\"v\":\"123px\",\"e\":true},\"m\":{\"v\":\"61px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"431px\",\"e\":true},\"n\":{\"v\":\"427px\",\"e\":true},\"t\":{\"v\":\"516px\",\"e\":true},\"m\":{\"v\":\"411px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":420},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":420},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":420},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,0.70)\"},\"t\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,0.70)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"18px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,0.70)\"},\"t\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,0.70)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"THE ALL NEW,\",\"alias\":\"Caption text1\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"96px\",\"e\":true},\"t\":{\"v\":\"122px\",\"e\":true},\"m\":{\"v\":\"61px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"469px\",\"e\":true},\"n\":{\"v\":\"460px\",\"e\":true},\"t\":{\"v\":\"537px\",\"e\":true},\"m\":{\"v\":\"422px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":570},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":570},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":570},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"84px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\",\"e\":true},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"90px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"K SERIES\",\"alias\":\"Caption text1\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"358px\",\"e\":true},\"m\":{\"v\":\"358px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"260px\",\"e\":true},\"m\":{\"v\":\"260px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"96px\",\"e\":true},\"t\":{\"v\":\"122px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"553px\",\"e\":true},\"n\":{\"v\":\"556px\",\"e\":true},\"t\":{\"v\":\"610px\",\"e\":true},\"m\":{\"v\":\"455px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":720},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"84px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"800\",\"e\":true},\"n\":{\"v\":\"800\",\"e\":true},\"t\":{\"v\":\"800\",\"e\":true},\"m\":{\"v\":\"800\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"90px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,0.70)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"4\":{\"subtype\":\"roundbutton\",\"text\":\"REQUEST A TEST DRIVE NOW\",\"alias\":\"Button\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"311px\",\"e\":true},\"n\":{\"v\":\"311px\",\"e\":true},\"t\":{\"v\":\"311px\"},\"m\":{\"v\":\"311px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"47px\",\"e\":true},\"n\":{\"v\":\"47px\",\"e\":true},\"t\":{\"v\":\"47px\"},\"m\":{\"v\":\"47px\",\"e\":true}},\"originalWidth\":\"311px\",\"originalHeight\":\"47px\"},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"102px\",\"e\":true},\"t\":{\"v\":\"123px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"664px\",\"e\":true},\"n\":{\"v\":\"669px\",\"e\":true},\"t\":{\"v\":\"737px\",\"e\":true},\"m\":{\"v\":\"602px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":840},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":840},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":840},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(89,89,89,1)\",\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#595959\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"},\"7\":{\"text\":\"Image 7\",\"alias\":\"Image 7\",\"uid\":7,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/revslide5_kallyas.png\",\"imageId\":357},\"size\":{\"width\":{\"d\":{\"v\":\"1102px\",\"e\":true},\"n\":{\"v\":\"702.3108808290156\",\"e\":true},\"t\":{\"v\":\"507px\",\"e\":true},\"m\":{\"v\":\"290px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"193px\",\"e\":true},\"n\":{\"v\":\"123\",\"e\":true},\"t\":{\"v\":\"89px\",\"e\":true},\"m\":{\"v\":\"51px\",\"e\":true}},\"originalWidth\":1102,\"originalHeight\":193,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":5.70984455958549208531849217251874506473541259765625},\"n\":{\"v\":5.70984455958549208531849217251874506473541259765625},\"t\":{\"v\":5.70984455958549208531849217251874506473541259765625},\"m\":{\"v\":5.70984455958549208531849217251874506473541259765625}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"153px\",\"e\":true},\"n\":{\"v\":\"153px\",\"e\":true},\"t\":{\"v\":\"184px\",\"e\":true},\"m\":{\"v\":\"144px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2600},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":960,\"start\":2600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":960,\"start\":2600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/revslide5_carscene.png\",\"imageId\":356},\"size\":{\"width\":{\"d\":{\"v\":\"820px\",\"e\":true},\"n\":{\"v\":\"820px\"},\"t\":{\"v\":\"820px\",\"e\":true},\"m\":{\"v\":\"270.54035087719296\",\"e\":true}},\"height\":{\"d\":{\"v\":\"740px\",\"e\":true},\"n\":{\"v\":\"740px\"},\"t\":{\"v\":\"740px\",\"e\":true},\"m\":{\"v\":\"244\",\"e\":true}},\"originalWidth\":820,\"originalHeight\":740,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.1081081081081081141093136466224677860736846923828125},\"n\":{\"v\":1.1081081081081081141093136466224677860736846923828125},\"t\":{\"v\":1.1081081081081081141093136466224677860736846923828125},\"m\":{\"v\":1.1081081081081081141093136466224677860736846923828125}}},\"position\":{\"x\":{\"d\":{\"v\":\"494px\",\"e\":true},\"n\":{\"v\":\"494px\"},\"t\":{\"v\":\"494px\",\"e\":true},\"m\":{\"v\":\"258px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"263px\",\"e\":true},\"n\":{\"v\":\"263px\"},\"t\":{\"v\":\"263px\",\"e\":true},\"m\":{\"v\":\"321px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1070},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1180,\"start\":1070},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1180,\"start\":1070},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/revslide5_car.png\",\"imageId\":2265},\"size\":{\"width\":{\"d\":{\"v\":\"387px\",\"e\":true},\"n\":{\"v\":\"279.34879406307977\",\"e\":true},\"t\":{\"v\":\"246.86948176583493\",\"e\":true},\"m\":{\"v\":\"116.94039735099336\",\"e\":true}},\"height\":{\"d\":{\"v\":\"724px\",\"e\":true},\"n\":{\"v\":\"521\",\"e\":true},\"t\":{\"v\":\"461\",\"e\":true},\"m\":{\"v\":\"218\",\"e\":true}},\"originalWidth\":387,\"originalHeight\":724,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.53453038674033148680564409005455672740936279296875},\"n\":{\"v\":0.53453038674033148680564409005455672740936279296875},\"t\":{\"v\":0.53453038674033148680564409005455672740936279296875},\"m\":{\"v\":0.53453038674033148680564409005455672740936279296875}}},\"position\":{\"x\":{\"d\":{\"v\":\"710px\",\"e\":true},\"n\":{\"v\":\"685px\",\"e\":true},\"t\":{\"v\":\"502px\",\"e\":true},\"m\":{\"v\":\"287px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"247px\",\"e\":true},\"n\":{\"v\":\"282px\",\"e\":true},\"t\":{\"v\":\"356px\",\"e\":true},\"m\":{\"v\":\"326px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1900},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":860,\"start\":1900},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":860,\"start\":1900},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(6,	1,	6,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#066ed9\"},\"attributes\":{\"class\":\"rev-gradient-blue\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/revslide6_larger.png\",\"imageId\":2266},\"size\":{\"width\":{\"d\":{\"v\":\"466px\",\"e\":true},\"n\":{\"v\":\"338.776911076443\",\"e\":true},\"t\":{\"v\":\"338px\",\"e\":true},\"m\":{\"v\":\"226px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"641px\",\"e\":true},\"n\":{\"v\":\"466\",\"e\":true},\"t\":{\"v\":\"466px\",\"e\":true},\"m\":{\"v\":\"313px\",\"e\":true}},\"originalWidth\":466,\"originalHeight\":641,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.72698907956318248313465346654993481934070587158203125},\"n\":{\"v\":0.72698907956318248313465346654993481934070587158203125},\"t\":{\"v\":0.72698907956318248313465346654993481934070587158203125},\"m\":{\"v\":0.72698907956318248313465346654993481934070587158203125}}},\"position\":{\"x\":{\"d\":{\"v\":\"600px\",\"e\":true},\"n\":{\"v\":\"600px\",\"e\":true},\"t\":{\"v\":\"361px\",\"e\":true},\"m\":{\"v\":\"68px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"125px\",\"e\":true},\"n\":{\"v\":\"125px\",\"e\":true},\"t\":{\"v\":\"352px\",\"e\":true},\"m\":{\"v\":\"330px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":700,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":700,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/revslide6_smaller.png\",\"imageId\":2267},\"size\":{\"width\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"245.6422018348624\",\"e\":true},\"t\":{\"v\":\"245.6422018348624\"},\"m\":{\"v\":\"235px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"545px\",\"e\":true},\"n\":{\"v\":\"375\",\"e\":true},\"t\":{\"v\":\"375\"},\"m\":{\"v\":\"320px\",\"e\":true}},\"originalWidth\":357,\"originalHeight\":545,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.6550458715596330083741349881165660917758941650390625},\"n\":{\"v\":0.6550458715596330083741349881165660917758941650390625},\"t\":{\"v\":0.6550458715596330083741349881165660917758941650390625},\"m\":{\"v\":0.6550458715596330083741349881165660917758941650390625}}},\"position\":{\"x\":{\"d\":{\"v\":\"816px\",\"e\":true},\"n\":{\"v\":\"728px\",\"e\":true},\"t\":{\"v\":\"494px\",\"e\":true},\"m\":{\"v\":\"168px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"260px\",\"e\":true},\"n\":{\"v\":\"274px\",\"e\":true},\"t\":{\"v\":\"481px\",\"e\":true},\"m\":{\"v\":\"382px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":900},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":600,\"start\":900},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":600,\"start\":900},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Image 4\",\"uid\":4,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/revslide6_iphone.png\",\"imageId\":2268},\"size\":{\"width\":{\"d\":{\"v\":\"260px\",\"e\":true},\"n\":{\"v\":\"186.42857142857144\",\"e\":true},\"t\":{\"v\":\"186.42857142857144\"},\"m\":{\"v\":\"133.26436781609195\",\"e\":true}},\"height\":{\"d\":{\"v\":\"364px\",\"e\":true},\"n\":{\"v\":\"261\",\"e\":true},\"t\":{\"v\":\"261\"},\"m\":{\"v\":\"187\",\"e\":true}},\"originalWidth\":260,\"originalHeight\":364,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.71428571428571430157461463750223629176616668701171875},\"n\":{\"v\":0.71428571428571430157461463750223629176616668701171875},\"t\":{\"v\":0.71428571428571430157461463750223629176616668701171875},\"m\":{\"v\":0.71428571428571430157461463750223629176616668701171875}}},\"position\":{\"x\":{\"d\":{\"v\":\"513px\",\"e\":true},\"n\":{\"v\":\"513px\",\"e\":true},\"t\":{\"v\":\"285px\",\"e\":true},\"m\":{\"v\":\"-3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"318px\",\"e\":true},\"n\":{\"v\":\"318px\",\"e\":true},\"t\":{\"v\":\"547px\",\"e\":true},\"m\":{\"v\":\"478px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1300},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":600,\"start\":1300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":600,\"start\":1300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"WEB  \\u2022  MOBILE  \\u2022  ECOMMERCE\",\"alias\":\"Caption text5\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"257px\",\"e\":true},\"n\":{\"v\":\"257px\"},\"t\":{\"v\":\"147px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1880},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1880},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1880},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"black\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,0.60)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,0.60)\"},\"t\":{\"v\":\"rgba(255,255,255,0.60)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,0.60)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"n\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"t\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"m\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"22px\"},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,0.60)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,0.60)\"},\"t\":{\"v\":\"rgba(255,255,255,0.60)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,0.60)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"text-shadow:none;\\n\",\"type\":\"text\"},\"6\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"3px\"},\"t\":{\"v\":\"3px\",\"e\":true},\"m\":{\"v\":\"3px\",\"e\":true}},\"originalWidth\":\"50px\",\"originalHeight\":\"3px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"293px\",\"e\":true},\"n\":{\"v\":\"293px\"},\"t\":{\"v\":\"181px\",\"e\":true},\"m\":{\"v\":\"100px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1950},{\"id\":\"frame_999\",\"start\":9290}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1950},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1950},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":8990},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"tp-shape tp-shapewrapper\",\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"backgroundColor\":\"rgba(255,255,255,0.90)\",\"borderColor\":\"rgba(0,0,0,0.50)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"shape\"},\"7\":{\"text\":\"AN AMAZING TEMPLATE THAT SHOULD JUST\",\"alias\":\"Caption text5\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"v\":\"535px\",\"e\":true},\"n\":{\"v\":\"535px\"},\"t\":{\"v\":\"535px\",\"e\":true},\"m\":{\"v\":\"535px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"122px\",\"e\":true},\"n\":{\"v\":\"122px\"},\"t\":{\"v\":\"122px\",\"e\":true},\"m\":{\"v\":\"122px\",\"e\":true}},\"originalWidth\":\"535px\",\"originalHeight\":\"122px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"334px\",\"e\":true},\"n\":{\"v\":\"334px\"},\"t\":{\"v\":\"216px\",\"e\":true},\"m\":{\"v\":\"163px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2060},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2060},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2060},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"black\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"n\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"t\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"m\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"36px\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"52px\",\"e\":true},\"n\":{\"v\":\"52px\"},\"t\":{\"v\":\"44px\",\"e\":true},\"m\":{\"v\":\"24px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"text-shadow:none;\\n\",\"type\":\"text\"},\"8\":{\"text\":\"ROCK YOUR WORLD\",\"alias\":\"Caption text5\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"v\":\"536px\",\"e\":true},\"n\":{\"v\":\"536px\"},\"t\":{\"v\":\"536px\",\"e\":true},\"m\":{\"v\":\"536px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"536px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"444px\",\"e\":true},\"n\":{\"v\":\"444px\"},\"t\":{\"v\":\"307px\",\"e\":true},\"m\":{\"v\":\"130px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2160},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2160},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2160},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"black\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"n\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"t\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"m\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"37px\",\"e\":true},\"m\":{\"v\":\"19px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"52px\",\"e\":true},\"n\":{\"v\":\"52px\"},\"t\":{\"v\":\"52px\",\"e\":true},\"m\":{\"v\":\"38px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"text-shadow:none;\\n\",\"type\":\"text\"},\"9\":{\"text\":\"Plus your customers will love it too!\\n\",\"alias\":\"Caption text5\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"v\":\"305px\",\"e\":true},\"n\":{\"v\":\"305px\"},\"t\":{\"v\":\"305px\",\"e\":true},\"m\":{\"v\":\"305px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"29px\",\"e\":true},\"n\":{\"v\":\"29px\"},\"t\":{\"v\":\"29px\",\"e\":true},\"m\":{\"v\":\"29px\",\"e\":true}},\"originalWidth\":\"305px\",\"originalHeight\":\"29px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"512px\",\"e\":true},\"n\":{\"v\":\"512px\"},\"t\":{\"v\":\"370px\",\"e\":true},\"m\":{\"v\":\"190px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":12},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2220},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2220},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2220},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"black\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"n\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"t\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"m\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"22px\"},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"text-shadow:none;\\n\",\"type\":\"text\"},\"10\":{\"subtype\":\"roundbutton\",\"text\":\"SEE ALL FEATURES\",\"alias\":\"Button\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"226px\",\"e\":true},\"n\":{\"v\":\"226px\"},\"t\":{\"v\":\"226px\",\"e\":true},\"m\":{\"v\":\"204px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"51px\",\"e\":true},\"n\":{\"v\":\"51px\"},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"226px\",\"originalHeight\":\"51px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"568px\",\"e\":true},\"n\":{\"v\":\"568px\"},\"t\":{\"v\":\"425px\",\"e\":true},\"m\":{\"v\":\"230px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":13},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2390},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2390},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2390},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(102,102,102,1)\",\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#666666\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(7,	1,	7,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/revslider_7_bg.jpg\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"1\":{\"text\":\"Image 1\",\"alias\":\"Screenshot\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/revslider_7_editor.png\",\"imageId\":2270},\"size\":{\"width\":{\"d\":{\"v\":\"1193px\",\"e\":true},\"n\":{\"v\":\"1002.3510895883778\",\"e\":true},\"t\":{\"v\":\"762.328530259366\",\"e\":true},\"m\":{\"v\":\"473.3636363636363\",\"e\":true}},\"height\":{\"d\":{\"v\":\"413px\",\"e\":true},\"n\":{\"v\":\"347\",\"e\":true},\"t\":{\"v\":\"264\",\"e\":true},\"m\":{\"v\":\"164\",\"e\":true}},\"originalWidth\":1193,\"originalHeight\":413,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":2.88861985472154980669756696443073451519012451171875},\"n\":{\"v\":2.88861985472154980669756696443073451519012451171875},\"t\":{\"v\":2.88861985472154980669756696443073451519012451171875},\"m\":{\"v\":2.88861985472154980669756696443073451519012451171875}}},\"position\":{\"x\":{\"d\":{\"v\":\"5px\",\"e\":true},\"n\":{\"v\":\"5px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"369px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1650,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1650,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"HTML5 Toolkit\",\"alias\":\"Caption text2\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"121px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"99px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"244px\",\"e\":true},\"n\":{\"v\":\"244px\",\"e\":true},\"t\":{\"v\":\"244px\",\"e\":true},\"m\":{\"v\":\"137px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1890},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":480,\"start\":1890},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":480,\"start\":1890},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"n\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"t\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"m\":{\"v\":\"rgba(13,78,70,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\"}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\",\"e\":true},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\"}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"60px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"n\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"t\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"m\":{\"v\":\"rgba(13,78,70,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"6\":{\"text\":\"v3.0\",\"alias\":\"Caption text2\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"456px\",\"e\":true},\"n\":{\"v\":\"366px\",\"e\":true},\"t\":{\"v\":\"234px\",\"e\":true},\"m\":{\"v\":\"303px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"245px\",\"e\":true},\"n\":{\"v\":\"245px\",\"e\":true},\"t\":{\"v\":\"245px\",\"e\":true},\"m\":{\"v\":\"137px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1890},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":480,\"start\":1890},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":480,\"start\":1890},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"n\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"t\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"m\":{\"v\":\"rgba(13,78,70,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"60px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"n\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"t\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"m\":{\"v\":\"rgba(13,78,70,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"90px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"originalWidth\":\"1px\",\"originalHeight\":\"90px\"},\"position\":{\"x\":{\"d\":{\"v\":\"599px\",\"e\":true},\"n\":{\"v\":\"500px\",\"e\":true},\"t\":{\"v\":\"350px\",\"e\":true},\"m\":{\"v\":\"350px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"233px\",\"e\":true},\"n\":{\"v\":\"233px\",\"e\":true},\"t\":{\"v\":\"233px\",\"e\":true},\"m\":{\"v\":\"233px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2200},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":480,\"start\":2200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":480,\"start\":2200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"tp-shape tp-shapewrapper\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"900\",\"e\":true},\"n\":{\"v\":\"900\",\"e\":true},\"t\":{\"v\":\"900\",\"e\":true},\"m\":{\"v\":\"900\",\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"backgroundColor\":\"rgba(13,78,70,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"shape\"},\"4\":{\"text\":\"The HTML5 Toolkit is a professional front-end snippets kit for building fast, robust, and adaptable web apps & sites.\\n\",\"alias\":\"Caption text2\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"470px\",\"e\":true},\"n\":{\"v\":\"470px\",\"e\":true},\"t\":{\"v\":\"340px\",\"e\":true},\"m\":{\"v\":\"349px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"106px\",\"e\":true},\"n\":{\"v\":\"106px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"99px\",\"e\":true}},\"originalWidth\":\"470px\",\"originalHeight\":\"106px\"},\"position\":{\"x\":{\"d\":{\"v\":\"645px\",\"e\":true},\"n\":{\"v\":\"550px\",\"e\":true},\"t\":{\"v\":\"400px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"189px\",\"e\":true},\"n\":{\"v\":\"189px\",\"e\":true},\"t\":{\"v\":\"194px\",\"e\":true},\"m\":{\"v\":\"-75px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2600},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":450,\"start\":2600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":450,\"start\":2600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"n\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"t\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"m\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"32px\",\"e\":true},\"n\":{\"v\":\"32px\",\"e\":true},\"t\":{\"v\":\"32px\",\"e\":true},\"m\":{\"v\":\"32px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"n\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"t\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"m\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"7\":{\"subtype\":\"roundbutton\",\"text\":\"DOWNLOAD\",\"alias\":\"Button\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"165px\",\"e\":true},\"t\":{\"v\":\"165px\",\"e\":true},\"m\":{\"v\":\"165px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"165px\"},\"position\":{\"x\":{\"d\":{\"v\":\"643px\",\"e\":true},\"n\":{\"v\":\"550px\",\"e\":true},\"t\":{\"v\":\"400px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"308px\",\"e\":true},\"n\":{\"v\":\"308px\",\"e\":true},\"t\":{\"v\":\"308px\",\"e\":true},\"m\":{\"v\":\"424px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2930},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":380,\"start\":2930},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":380,\"start\":2930},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"n\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"t\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"m\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"10px\",\"30px\",\"10px\",\"30px\"]},\"n\":{\"v\":[\"10px\",\"30px\",\"10px\",\"30px\"]},\"t\":{\"v\":[\"10px\",\"30px\",\"10px\",\"30px\"]},\"m\":{\"v\":[\"10px\",\"30px\",\"10px\",\"30px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(13,78,70,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"n\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"t\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true},\"m\":{\"v\":\"rgba(13,78,70,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(13,78,70,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"}}',	'{\"hor_lines\":[\"620px\"],\"version\":\"6.0.0\"}'),
(8,	2,	1,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs-1-bg.jpg\",\"video\":{\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"transition\":[\"notransition\"],\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs-1-1.png\",\"imageId\":2272},\"size\":{\"width\":{\"d\":{\"v\":\"658px\",\"e\":true},\"n\":{\"v\":\"658px\"},\"t\":{\"v\":\"373px\",\"e\":true},\"m\":{\"v\":\"218.08816705336426\",\"e\":true}},\"height\":{\"d\":{\"v\":\"760px\",\"e\":true},\"n\":{\"v\":\"760px\"},\"t\":{\"v\":\"431px\",\"e\":true},\"m\":{\"v\":\"252\",\"e\":true}},\"originalWidth\":658,\"originalHeight\":760,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.86578947368421055319487322776694782078266143798828125},\"n\":{\"v\":0.86578947368421055319487322776694782078266143798828125},\"t\":{\"v\":0.86578947368421055319487322776694782078266143798828125},\"m\":{\"v\":0.86578947368421055319487322776694782078266143798828125}}},\"position\":{\"x\":{\"d\":{\"v\":\"587px\",\"e\":true},\"n\":{\"v\":\"587px\"},\"t\":{\"v\":\"357px\",\"e\":true},\"m\":{\"v\":\"254px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"427px\",\"e\":true},\"m\":{\"v\":\"288px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":680},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1500,\"start\":680},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1500,\"start\":680},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs-1-2.png\",\"imageId\":705},\"size\":{\"width\":{\"d\":{\"v\":\"296px\",\"e\":true},\"n\":{\"v\":\"296px\"},\"t\":{\"v\":\"177\",\"e\":true},\"m\":{\"v\":\"82\",\"e\":true}},\"height\":{\"d\":{\"v\":\"296px\",\"e\":true},\"n\":{\"v\":\"296px\"},\"t\":{\"v\":\"177\",\"e\":true},\"m\":{\"v\":\"82\",\"e\":true}},\"originalWidth\":296,\"originalHeight\":296,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"-152px\",\"e\":true},\"n\":{\"v\":\"-152px\"},\"t\":{\"v\":\"-1px\",\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"288px\",\"e\":true},\"n\":{\"v\":\"288px\"},\"t\":{\"v\":\"268px\",\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1950},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Sine.easeOut\",\"start\":1950},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Sine.easeOut\",\"start\":1950},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs-1-3-lq.png\",\"imageId\":706},\"size\":{\"width\":{\"d\":{\"v\":\"525px\",\"e\":true},\"n\":{\"v\":\"525px\"},\"t\":{\"v\":\"322.354694485842\",\"e\":true},\"m\":{\"v\":\"322px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"671px\",\"e\":true},\"n\":{\"v\":\"671px\"},\"t\":{\"v\":\"412\",\"e\":true},\"m\":{\"v\":\"412px\",\"e\":true}},\"originalWidth\":525,\"originalHeight\":671,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.7824143070044708991872539627365767955780029296875},\"n\":{\"v\":0.7824143070044708991872539627365767955780029296875},\"t\":{\"v\":0.7824143070044708991872539627365767955780029296875},\"m\":{\"v\":0.7824143070044708991872539627365767955780029296875}}},\"position\":{\"x\":{\"d\":{\"v\":\"-34px\",\"e\":true},\"n\":{\"v\":\"-34px\"},\"t\":{\"v\":\"52px\",\"e\":true},\"m\":{\"v\":\"-25px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"75px\",\"e\":true},\"n\":{\"v\":\"75px\"},\"t\":{\"v\":\"161px\",\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1650},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":1650},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":1650},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"IDENTITY\",\"alias\":\"Caption text4\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"162px\",\"e\":true},\"n\":{\"v\":\"162px\"},\"t\":{\"v\":\"162px\",\"e\":true},\"m\":{\"v\":\"80px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"178px\",\"e\":true},\"n\":{\"v\":\"178px\"},\"t\":{\"v\":\"88px\",\"e\":true},\"m\":{\"v\":\"75px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2230},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2230},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2230},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true},\"n\":{\"v\":\"rgba(207,207,207,1)\"},\"t\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true},\"m\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"34px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\"},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true},\"n\":{\"v\":\"rgba(207,207,207,1)\"},\"t\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true},\"m\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"STYLE\",\"alias\":\"Caption text4\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"164px\",\"e\":true},\"n\":{\"v\":\"164px\"},\"t\":{\"v\":\"164px\",\"e\":true},\"m\":{\"v\":\"79px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"246px\",\"e\":true},\"n\":{\"v\":\"246px\"},\"t\":{\"v\":\"145px\",\"e\":true},\"m\":{\"v\":\"123px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2360},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true},\"n\":{\"v\":\"rgba(207,207,207,1)\"},\"t\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true},\"m\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"34px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\"},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true},\"n\":{\"v\":\"rgba(207,207,207,1)\"},\"t\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true},\"m\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"6\":{\"text\":\"PERFORMANCE\",\"alias\":\"Caption text4\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"164px\",\"e\":true},\"n\":{\"v\":\"164px\"},\"t\":{\"v\":\"164px\",\"e\":true},\"m\":{\"v\":\"79px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"313px\",\"e\":true},\"n\":{\"v\":\"313px\"},\"t\":{\"v\":\"198px\",\"e\":true},\"m\":{\"v\":\"174px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2480},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true},\"n\":{\"v\":\"rgba(207,207,207,1)\"},\"t\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true},\"m\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"34px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\"},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true},\"n\":{\"v\":\"rgba(207,207,207,1)\"},\"t\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true},\"m\":{\"v\":\"rgba(207,207,207,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"7\":{\"text\":\"LIMITED EDITION\",\"alias\":\"Caption text4\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"164px\",\"e\":true},\"n\":{\"v\":\"164px\"},\"t\":{\"v\":\"164px\",\"e\":true},\"m\":{\"v\":\"80px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"461px\",\"e\":true},\"n\":{\"v\":\"461px\"},\"t\":{\"v\":\"281px\",\"e\":true},\"m\":{\"v\":\"260px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2660},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2660},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2660},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"5px\",\"50px\",\"5px\",\"10px\"]},\"n\":{\"v\":[\"5px\",\"50px\",\"5px\",\"10px\"]},\"t\":{\"v\":[\"5px\",\"50px\",\"5px\",\"10px\"]},\"m\":{\"v\":[\"5px\",\"50px\",\"5px\",\"10px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\"},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"backgroundColor\":\"rgba(212,38,39,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"8\":{\"text\":\"35% OFF\",\"alias\":\"Caption text4\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"162px\",\"e\":true},\"n\":{\"v\":\"162px\"},\"t\":{\"v\":\"162px\",\"e\":true},\"m\":{\"v\":\"80px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"511px\",\"e\":true},\"n\":{\"v\":\"511px\"},\"t\":{\"v\":\"350px\",\"e\":true},\"m\":{\"v\":\"310px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":12},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2820},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2820},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2820},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(180,180,180,1)\",\"e\":true},\"n\":{\"v\":\"rgba(180,180,180,1)\"},\"t\":{\"v\":\"rgba(180,180,180,1)\",\"e\":true},\"m\":{\"v\":\"rgba(180,180,180,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"64px\",\"e\":true},\"n\":{\"v\":\"64px\"},\"t\":{\"v\":\"64px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":800,\"e\":true},\"n\":{\"v\":800},\"t\":{\"v\":800,\"e\":true},\"m\":{\"v\":800,\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(180,180,180,1)\",\"e\":true},\"n\":{\"v\":\"rgba(180,180,180,1)\"},\"t\":{\"v\":\"rgba(180,180,180,1)\",\"e\":true},\"m\":{\"v\":\"rgba(180,180,180,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"9\":{\"subtype\":\"roundbutton\",\"text\":\"SHOP NOW\",\"alias\":\"Button\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"167px\",\"e\":true},\"n\":{\"v\":\"167px\"},\"t\":{\"v\":\"167px\",\"e\":true},\"m\":{\"v\":\"80px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"618px\",\"e\":true},\"n\":{\"v\":\"618px\"},\"t\":{\"v\":\"450px\",\"e\":true},\"m\":{\"v\":\"390px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":13},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2920},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2920},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2920},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shop-btn\",\"color\":{\"d\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"n\":{\"v\":\"rgba(212,38,39,1)\"},\"t\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"m\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(212,38,39,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"n\":{\"v\":\"rgba(212,38,39,1)\"},\"t\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"m\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(10,	2,	4,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#6b7a8f\"},\"timeline\":{\"delay\":\"\",\"transition\":{\"1\":\"fadefrombottom\"},\"slots\":[\"default\",\"default\"],\"duration\":[\"default\",\"default\"],\"easeIn\":{\"1\":\"default\"},\"easeOut\":{\"1\":\"default\"},\"rotation\":{\"1\":\"0\"}}}',	'{\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs-3-2.jpg\",\"imageId\":2275},\"size\":{\"width\":{\"d\":{\"v\":\"638px\",\"e\":true},\"n\":{\"v\":\"638px\"},\"t\":{\"v\":\"638px\",\"e\":true},\"m\":{\"v\":\"638px\"}},\"height\":{\"d\":{\"v\":\"785px\",\"e\":true},\"n\":{\"v\":\"785px\"},\"t\":{\"v\":\"785px\",\"e\":true},\"m\":{\"v\":\"785px\"}},\"originalWidth\":638,\"originalHeight\":785,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.8127388535031847549561234700377099215984344482421875},\"n\":{\"v\":0.8127388535031847549561234700377099215984344482421875},\"t\":{\"v\":0.8127388535031847549561234700377099215984344482421875},\"m\":{\"v\":0.8127388535031847549561234700377099215984344482421875}}},\"position\":{\"x\":{\"d\":{\"v\":\"-353px\",\"e\":true},\"n\":{\"v\":\"-353px\"},\"t\":{\"v\":\"-353px\",\"e\":true},\"m\":{\"v\":\"943px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"35px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1060},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":810,\"start\":1060},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":810,\"start\":1060},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Image 4\",\"uid\":4,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs-3-3.jpg\",\"imageId\":2276},\"size\":{\"width\":{\"d\":{\"v\":\"689px\",\"e\":true},\"n\":{\"v\":\"689px\"},\"t\":{\"v\":\"689px\",\"e\":true},\"m\":{\"v\":\"689px\"}},\"height\":{\"d\":{\"v\":\"785px\",\"e\":true},\"n\":{\"v\":\"785px\"},\"t\":{\"v\":\"785px\",\"e\":true},\"m\":{\"v\":\"785px\"}},\"originalWidth\":689,\"originalHeight\":785,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.87770700636942677874685614369809627532958984375},\"n\":{\"v\":0.87770700636942677874685614369809627532958984375},\"t\":{\"v\":0.87770700636942677874685614369809627532958984375},\"m\":{\"v\":0.87770700636942677874685614369809627532958984375}}},\"position\":{\"x\":{\"d\":{\"v\":\"877px\",\"e\":true},\"n\":{\"v\":\"877px\"},\"t\":{\"v\":\"877px\",\"e\":true},\"m\":{\"v\":\"877px\"}},\"y\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1060},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":800,\"start\":1060},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":800,\"start\":1060},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs-3-4.png\",\"imageId\":714},\"size\":{\"width\":{\"d\":{\"v\":\"133px\",\"e\":true},\"n\":{\"v\":\"133px\"},\"t\":{\"v\":\"133px\"},\"m\":{\"v\":\"133px\"}},\"height\":{\"d\":{\"v\":\"666px\",\"e\":true},\"n\":{\"v\":\"666px\"},\"t\":{\"v\":\"666px\"},\"m\":{\"v\":\"666px\"}},\"originalWidth\":133,\"originalHeight\":666,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.19969969969969969536549569966155104339122772216796875},\"n\":{\"v\":0.19969969969969969536549569966155104339122772216796875},\"t\":{\"v\":0.19969969969969969536549569966155104339122772216796875},\"m\":{\"v\":0.19969969969969969536549569966155104339122772216796875}}},\"position\":{\"x\":{\"d\":{\"v\":\"154px\",\"e\":true},\"n\":{\"v\":\"154px\"},\"t\":{\"v\":\"154px\"},\"m\":{\"v\":\"154px\"}},\"y\":{\"d\":{\"v\":\"87px\",\"e\":true},\"n\":{\"v\":\"87px\"},\"t\":{\"v\":\"87px\"},\"m\":{\"v\":\"87px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":830},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":830},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":830},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs-3-5.png\",\"imageId\":715},\"size\":{\"width\":{\"d\":{\"v\":\"133px\",\"e\":true},\"n\":{\"v\":\"133px\"},\"t\":{\"v\":\"133px\"},\"m\":{\"v\":\"133px\"}},\"height\":{\"d\":{\"v\":\"666px\",\"e\":true},\"n\":{\"v\":\"666px\"},\"t\":{\"v\":\"666px\"},\"m\":{\"v\":\"666px\"}},\"originalWidth\":133,\"originalHeight\":666,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.19969969969969969536549569966155104339122772216796875},\"n\":{\"v\":0.19969969969969969536549569966155104339122772216796875},\"t\":{\"v\":0.19969969969969969536549569966155104339122772216796875},\"m\":{\"v\":0.19969969969969969536549569966155104339122772216796875}}},\"position\":{\"x\":{\"d\":{\"v\":\"878px\",\"e\":true},\"n\":{\"v\":\"878px\"},\"t\":{\"v\":\"878px\"},\"m\":{\"v\":\"878px\"}},\"y\":{\"d\":{\"v\":\"83px\",\"e\":true},\"n\":{\"v\":\"83px\"},\"t\":{\"v\":\"83px\"},\"m\":{\"v\":\"83px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":810},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":810},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":810},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs-3-1.jpg\",\"imageId\":2277},\"size\":{\"width\":{\"d\":{\"v\":\"593px\",\"e\":true},\"n\":{\"v\":\"593px\"},\"t\":{\"v\":\"778px\",\"e\":true},\"m\":{\"v\":\"549px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"785px\",\"e\":true},\"n\":{\"v\":\"785px\"},\"t\":{\"v\":\"1031px\",\"e\":true},\"m\":{\"v\":\"727px\",\"e\":true}},\"originalWidth\":593,\"originalHeight\":785,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.7554140127388535574937122873961925506591796875},\"n\":{\"v\":0.7554140127388535574937122873961925506591796875},\"t\":{\"v\":0.7554140127388535574937122873961925506591796875},\"m\":{\"v\":0.7554140127388535574937122873961925506591796875}}},\"position\":{\"x\":{\"d\":{\"v\":\"-19px\",\"e\":true},\"n\":{\"v\":\"-19px\"},\"t\":{\"e\":true},\"m\":{\"v\":\"-31px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"t\":{\"v\":\"-67px\",\"e\":true},\"m\":{\"v\":\"-2px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":530,\"start\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":530,\"start\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"7\":{\"text\":\"DAILY GLAMOUR COLLECTION\",\"alias\":\"Caption text7\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"305px\",\"e\":true},\"n\":{\"v\":\"305px\"},\"t\":{\"v\":\"305px\"},\"m\":{\"v\":\"305px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"attributes\":{\"classes\":\"wtext-shadow\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1850},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":380,\"start\":1850},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":380,\"start\":1850},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"28px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"25px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"30px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"text-shadow:0 3px 0 rgba(0,0,0,0.4);\\n\",\"type\":\"text\"},\"8\":{\"text\":\"DRAW ATTENTION. STYLISH OUTFITS.\",\"alias\":\"Caption text7\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"358px\",\"e\":true},\"n\":{\"v\":\"358px\"},\"t\":{\"v\":\"366px\",\"e\":true},\"m\":{\"v\":\"352px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11},\"attributes\":{\"classes\":\"wtext-shadow\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2040},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2040},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2040},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"52px\",\"e\":true},\"n\":{\"v\":\"52px\"},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"26px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\"},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\",\"e\":true},\"m\":{\"v\":\"55px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"text-shadow:0 3px 0 rgba(0,0,0,0.4);\\n\",\"type\":\"text\"},\"9\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"70px\"},\"t\":{\"v\":\"70px\",\"e\":true},\"m\":{\"v\":\"70px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"3px\"},\"t\":{\"v\":\"3px\",\"e\":true},\"m\":{\"v\":\"3px\",\"e\":true}},\"originalWidth\":\"70px\",\"originalHeight\":\"3px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"473px\",\"e\":true},\"n\":{\"v\":\"473px\"},\"t\":{\"v\":\"475px\",\"e\":true},\"m\":{\"v\":\"461px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":12},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2180},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2180},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2180},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"tp-shape tp-shapewrapper\",\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\"},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"backgroundColor\":\"rgba(212,38,39,1)\",\"borderColor\":\"rgba(0,0,0,0.50)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"shape\"},\"10\":{\"subtype\":\"roundbutton\",\"text\":\"SHOP NOW\",\"alias\":\"Button\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"409px\",\"e\":true},\"n\":{\"v\":\"409px\"},\"t\":{\"v\":\"107px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"523px\",\"e\":true},\"n\":{\"v\":\"523px\"},\"t\":{\"v\":\"530px\",\"e\":true},\"m\":{\"v\":\"591px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":13},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2330},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2330},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2330},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"18px\",\"35px\",\"18px\",\"35px\"]},\"n\":{\"v\":[\"18px\",\"35px\",\"18px\",\"35px\"]},\"t\":{\"v\":[\"18px\",\"35px\",\"18px\",\"35px\"]},\"m\":{\"v\":[\"18px\",\"35px\",\"18px\",\"35px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"cursor\":\"pointer\",\"backgroundColor\":\"rgba(212,38,39,1)\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(212,38,39,1)\",\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#d42627\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"},\"11\":{\"subtype\":\"roundbutton\",\"text\":\"SEE ENTIRE COLLECTION\",\"alias\":\"Button\",\"uid\":11,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"588px\",\"e\":true},\"n\":{\"v\":\"588px\"},\"t\":{\"v\":\"365px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"523px\",\"e\":true},\"n\":{\"v\":\"523px\"},\"t\":{\"v\":\"529px\",\"e\":true},\"m\":{\"v\":\"501px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":14},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2380},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"16px\",\"35px\",\"16px\",\"35px\"]},\"n\":{\"v\":[\"16px\",\"35px\",\"16px\",\"35px\"]},\"t\":{\"v\":[\"16px\",\"35px\",\"16px\",\"35px\"]},\"m\":{\"v\":[\"16px\",\"35px\",\"16px\",\"35px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"17px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"17px\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(212,38,39,1)\",\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#d42627\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(11,	2,	5,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs-4-bg.jpg\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"7\":{\"text\":\"Image 7\",\"alias\":\"Image 7\",\"uid\":7,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs-4-11.png\",\"imageId\":2279},\"size\":{\"width\":{\"d\":{\"v\":\"709px\",\"e\":true},\"n\":{\"v\":\"709px\"},\"t\":{\"v\":\"498px\",\"e\":true},\"m\":{\"v\":\"283px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"833px\",\"e\":true},\"n\":{\"v\":\"833px\"},\"t\":{\"v\":\"586px\",\"e\":true},\"m\":{\"v\":\"334px\",\"e\":true}},\"originalWidth\":709,\"originalHeight\":833,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.85114045618247302638081919212709181010723114013671875},\"n\":{\"v\":0.85114045618247302638081919212709181010723114013671875},\"t\":{\"v\":0.85114045618247302638081919212709181010723114013671875},\"m\":{\"v\":0.85114045618247302638081919212709181010723114013671875}}},\"position\":{\"x\":{\"d\":{\"v\":\"556px\",\"e\":true},\"n\":{\"v\":\"556px\"},\"t\":{\"v\":\"276px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-32px\",\"e\":true},\"n\":{\"v\":\"-32px\"},\"t\":{\"v\":\"374px\",\"e\":true},\"m\":{\"v\":\"10px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs-4-21.png\",\"imageId\":2280},\"size\":{\"width\":{\"d\":{\"v\":\"262px\",\"e\":true},\"n\":{\"v\":\"262px\"},\"t\":{\"v\":\"262px\",\"e\":true},\"m\":{\"v\":\"262px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"382px\",\"e\":true},\"n\":{\"v\":\"382px\"},\"t\":{\"v\":\"382px\",\"e\":true},\"m\":{\"v\":\"382px\",\"e\":true}},\"originalWidth\":262,\"originalHeight\":382,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.68586387434554973996370108579867519438266754150390625},\"n\":{\"v\":0.68586387434554973996370108579867519438266754150390625},\"t\":{\"v\":0.68586387434554973996370108579867519438266754150390625},\"m\":{\"v\":0.68586387434554973996370108579867519438266754150390625}}},\"position\":{\"x\":{\"d\":{\"v\":\"13px\",\"e\":true},\"n\":{\"v\":\"13px\"},\"t\":{\"v\":\"13px\",\"e\":true},\"m\":{\"v\":\"13px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"382px\",\"e\":true},\"n\":{\"v\":\"382px\"},\"t\":{\"v\":\"382px\",\"e\":true},\"m\":{\"v\":\"382px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":930},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":870,\"start\":930},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":870,\"start\":930},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs-4-31.png\",\"imageId\":2281},\"size\":{\"width\":{\"d\":{\"v\":\"213px\",\"e\":true},\"n\":{\"v\":\"213px\"},\"t\":{\"v\":\"213px\",\"e\":true},\"m\":{\"v\":\"213px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"320px\",\"e\":true},\"n\":{\"v\":\"320px\"},\"t\":{\"v\":\"320px\",\"e\":true},\"m\":{\"v\":\"320px\",\"e\":true}},\"originalWidth\":213,\"originalHeight\":320,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.66562500000000002220446049250313080847263336181640625},\"n\":{\"v\":0.66562500000000002220446049250313080847263336181640625},\"t\":{\"v\":0.66562500000000002220446049250313080847263336181640625},\"m\":{\"v\":0.66562500000000002220446049250313080847263336181640625}}},\"position\":{\"x\":{\"d\":{\"v\":\"236px\",\"e\":true},\"n\":{\"v\":\"236px\"},\"t\":{\"v\":\"236px\",\"e\":true},\"m\":{\"v\":\"236px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"430px\",\"e\":true},\"n\":{\"v\":\"430px\"},\"t\":{\"v\":\"430px\",\"e\":true},\"m\":{\"v\":\"430px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1210},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":660,\"start\":1210},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":660,\"start\":1210},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"4\":{\"text\":\"SPOILE YOURSELF\",\"alias\":\"Caption text4\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"12px\"},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"170px\",\"e\":true},\"n\":{\"v\":\"170px\"},\"t\":{\"v\":\"170px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1660},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":480,\"start\":1660},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":480,\"start\":1660},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(23,134,173,1)\",\"e\":true},\"n\":{\"v\":\"rgba(23,134,173,1)\"},\"t\":{\"v\":\"rgba(23,134,173,1)\",\"e\":true},\"m\":{\"v\":\"rgba(23,134,173,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"64px\",\"e\":true},\"n\":{\"v\":\"64px\"},\"t\":{\"v\":\"45px\",\"e\":true},\"m\":{\"v\":\"45px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\"},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"64px\",\"e\":true},\"n\":{\"v\":\"64px\"},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(23,134,173,1)\",\"e\":true},\"n\":{\"v\":\"rgba(23,134,173,1)\"},\"t\":{\"v\":\"rgba(23,134,173,1)\",\"e\":true},\"m\":{\"v\":\"rgba(23,134,173,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"YOU DESERVE IT!\",\"alias\":\"Caption text4\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"12px\"},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"246px\",\"e\":true},\"n\":{\"v\":\"246px\"},\"t\":{\"v\":\"246px\",\"e\":true},\"m\":{\"v\":\"246px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1790},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":370,\"start\":1790},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":370,\"start\":1790},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(23,134,173,1)\",\"e\":true},\"n\":{\"v\":\"rgba(23,134,173,1)\"},\"t\":{\"v\":\"rgba(23,134,173,1)\",\"e\":true},\"m\":{\"v\":\"rgba(23,134,173,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"34px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"34px\",\"e\":true},\"m\":{\"v\":\"34px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"34px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"34px\",\"e\":true},\"m\":{\"v\":\"34px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(23,134,173,1)\",\"e\":true},\"n\":{\"v\":\"rgba(23,134,173,1)\"},\"t\":{\"v\":\"rgba(23,134,173,1)\",\"e\":true},\"m\":{\"v\":\"rgba(23,134,173,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"SHOP NOW\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"311px\",\"e\":true},\"n\":{\"v\":\"311px\"},\"t\":{\"v\":\"311px\",\"e\":true},\"m\":{\"v\":\"311px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1920},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":1920},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":1920},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shop-btn\",\"color\":{\"d\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"n\":{\"v\":\"rgba(212,38,39,1)\"},\"t\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"m\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(212,38,39,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"n\":{\"v\":\"rgba(212,38,39,1)\"},\"t\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"m\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(12,	3,	5,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs-5-bg.jpg\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs-5-3-lq.png\",\"imageId\":2282},\"size\":{\"width\":{\"d\":{\"v\":\"1334px\",\"e\":true},\"n\":{\"v\":\"1334px\"},\"t\":{\"v\":\"1334px\"},\"m\":{\"v\":\"587.979617834395\",\"e\":true}},\"height\":{\"d\":{\"v\":\"785px\",\"e\":true},\"n\":{\"v\":\"785px\"},\"t\":{\"v\":\"785px\"},\"m\":{\"v\":\"346\",\"e\":true}},\"originalWidth\":1334,\"originalHeight\":785,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.69936305732484083108602135325782001018524169921875},\"n\":{\"v\":1.69936305732484083108602135325782001018524169921875},\"t\":{\"v\":1.69936305732484083108602135325782001018524169921875},\"m\":{\"v\":1.69936305732484083108602135325782001018524169921875}}},\"position\":{\"x\":{\"d\":{\"v\":\"-387px\",\"e\":true},\"n\":{\"v\":\"-387px\"},\"t\":{\"v\":\"-387px\"},\"m\":{\"v\":\"-55px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"speed\":1500,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs-5-1.png\",\"imageId\":723},\"size\":{\"width\":{\"d\":{\"v\":\"438px\",\"e\":true},\"n\":{\"v\":\"438px\"},\"t\":{\"v\":\"438px\"},\"m\":{\"v\":\"438px\"}},\"height\":{\"d\":{\"v\":\"438px\",\"e\":true},\"n\":{\"v\":\"438px\"},\"t\":{\"v\":\"438px\"},\"m\":{\"v\":\"438px\"}},\"originalWidth\":438,\"originalHeight\":438,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"1025px\",\"e\":true},\"n\":{\"v\":\"556px\",\"e\":true},\"t\":{\"v\":\"492px\",\"e\":true},\"m\":{\"v\":\"292px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"201px\",\"e\":true},\"n\":{\"v\":\"224px\",\"e\":true},\"t\":{\"v\":\"163px\",\"e\":true},\"m\":{\"v\":\"32px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2070},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1170,\"start\":2070},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1170,\"start\":2070},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs-5-2.png\",\"imageId\":724},\"size\":{\"width\":{\"d\":{\"v\":517,\"e\":true},\"n\":{\"v\":517},\"t\":{\"v\":\"517px\",\"e\":true},\"m\":{\"v\":\"517px\"}},\"height\":{\"d\":{\"v\":670,\"e\":true},\"n\":{\"v\":670},\"t\":{\"v\":\"670px\",\"e\":true},\"m\":{\"v\":\"670px\"}},\"originalWidth\":517,\"originalHeight\":670,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.77164179104477614856705258716829121112823486328125},\"n\":{\"v\":0.77164179104477614856705258716829121112823486328125},\"t\":{\"v\":0.77164179104477614856705258716829121112823486328125},\"m\":{\"v\":0.77164179104477614856705258716829121112823486328125}}},\"position\":{\"x\":{\"d\":{\"v\":\"739px\",\"e\":true},\"n\":{\"v\":\"739px\"},\"t\":{\"v\":\"788px\",\"e\":true},\"m\":{\"v\":\"788px\"}},\"y\":{\"d\":{\"v\":\"115px\",\"e\":true},\"n\":{\"v\":\"115px\"},\"t\":{\"v\":\"119px\",\"e\":true},\"m\":{\"v\":\"119px\"}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1450},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":740,\"start\":1450},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":740,\"start\":1450},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Your couch.\",\"alias\":\"Caption text4\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"587px\",\"e\":true},\"n\":{\"v\":\"288px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"35px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"171px\",\"e\":true},\"n\":{\"v\":\"141px\",\"e\":true},\"t\":{\"v\":\"138px\",\"e\":true},\"m\":{\"v\":\"57px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"attributes\":{\"classes\":\"lt-spacing-neg-2\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2560},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":600,\"start\":2560},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":600,\"start\":2560},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(113,76,45,1)\",\"e\":true},\"n\":{\"v\":\"rgba(113,76,45,1)\"},\"t\":{\"v\":\"rgba(113,76,45,1)\",\"e\":true},\"m\":{\"v\":\"rgba(113,76,45,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"82px\",\"e\":true},\"n\":{\"v\":\"82px\"},\"t\":{\"v\":\"82px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\"},\"t\":{\"v\":\"80px\",\"e\":true},\"m\":{\"v\":\"80px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(113,76,45,1)\",\"e\":true},\"n\":{\"v\":\"rgba(113,76,45,1)\"},\"t\":{\"v\":\"rgba(113,76,45,1)\",\"e\":true},\"m\":{\"v\":\"rgba(113,76,45,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Choose and combine what you like\",\"alias\":\"Caption text4\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"518px\",\"e\":true},\"n\":{\"v\":\"225px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"272px\",\"e\":true},\"n\":{\"v\":\"255px\",\"e\":true},\"t\":{\"v\":\"249px\",\"e\":true},\"m\":{\"v\":\"339px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2740},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":420,\"start\":2740},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":420,\"start\":2740},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(113,76,45,1)\",\"e\":true},\"n\":{\"v\":\"rgba(113,76,45,1)\"},\"t\":{\"v\":\"rgba(113,76,45,1)\",\"e\":true},\"m\":{\"v\":\"rgba(113,76,45,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"34px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"34px\",\"e\":true},\"m\":{\"v\":\"24px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\"},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"34px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"34px\",\"e\":true},\"m\":{\"v\":\"34px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(113,76,45,1)\",\"e\":true},\"n\":{\"v\":\"rgba(113,76,45,1)\"},\"t\":{\"v\":\"rgba(113,76,45,1)\",\"e\":true},\"m\":{\"v\":\"rgba(113,76,45,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"6\":{\"text\":\"LIMITED EDITION\",\"alias\":\"Caption text6\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"866px\",\"e\":true},\"n\":{\"v\":\"594px\",\"e\":true},\"t\":{\"v\":\"558px\",\"e\":true},\"m\":{\"v\":\"291px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"423px\",\"e\":true},\"n\":{\"v\":\"354px\",\"e\":true},\"t\":{\"v\":\"376px\",\"e\":true},\"m\":{\"v\":\"458px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2850},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2850},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2850},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-red-label\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"5px\",\"10px\",\"5px\",\"50px\"]},\"n\":{\"v\":[\"5px\",\"10px\",\"5px\",\"50px\"]},\"t\":{\"v\":[\"5px\",\"10px\",\"5px\",\"50px\"]},\"m\":{\"v\":[\"5px\",\"10px\",\"5px\",\"50px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\"},\"t\":{\"v\":\"300\"},\"m\":{\"v\":\"300\"}},\"lineHeight\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"backgroundColor\":\"rgba(212,38,39,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"7\":{\"text\":\"30% OFF\",\"alias\":\"Caption text7\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"791px\",\"e\":true},\"n\":{\"v\":\"694px\",\"e\":true},\"t\":{\"v\":\"560px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"473px\",\"e\":true},\"n\":{\"v\":\"406px\",\"e\":true},\"t\":{\"v\":\"304px\",\"e\":true},\"m\":{\"v\":\"388px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2990},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2990},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2990},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Fashion-BigDisplay\",\"color\":{\"d\":{\"v\":\"rgba(53,52,52,1)\",\"e\":true},\"n\":{\"v\":\"rgba(53,52,52,1)\"},\"t\":{\"v\":\"rgba(53,52,52,1)\",\"e\":true},\"m\":{\"v\":\"rgba(53,52,52,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\"},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(53,52,52,1)\",\"e\":true},\"n\":{\"v\":\"rgba(53,52,52,1)\"},\"t\":{\"v\":\"rgba(53,52,52,1)\",\"e\":true},\"m\":{\"v\":\"rgba(53,52,52,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"letter-spacing:2px;\\n\",\"type\":\"text\"},\"8\":{\"subtype\":\"roundbutton\",\"text\":\"SHOP NOW\",\"alias\":\"Button\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"887px\",\"e\":true},\"n\":{\"v\":\"710px\",\"e\":true},\"t\":{\"v\":\"312px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"561px\",\"e\":true},\"n\":{\"v\":\"503px\",\"e\":true},\"t\":{\"v\":\"718px\",\"e\":true},\"m\":{\"v\":\"535px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":12},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":7},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3090},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":3090},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":3090},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shop-btn\",\"color\":{\"d\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"n\":{\"v\":\"rgba(212,38,39,1)\"},\"t\":{\"v\":\"rgba(212,38,39,1)\"},\"m\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(212,38,39,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true},\"n\":{\"v\":\"rgba(212,38,39,1)\"},\"t\":{\"v\":\"rgba(212,38,39,1)\"},\"m\":{\"v\":\"rgba(212,38,39,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"}}',	'{\"ver_lines\":[\"221px\"],\"version\":\"6.0.0\"}'),
(14,	3,	7,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-3-bg.jpg\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-3-2-lq.png\",\"imageId\":737},\"size\":{\"width\":{\"d\":{\"v\":\"594px\",\"e\":true},\"n\":{\"v\":\"451px\",\"e\":true},\"t\":{\"v\":\"345px\",\"e\":true},\"m\":{\"v\":\"273\",\"e\":true}},\"height\":{\"d\":{\"v\":\"594px\",\"e\":true},\"n\":{\"v\":\"451px\",\"e\":true},\"t\":{\"v\":\"345px\",\"e\":true},\"m\":{\"v\":\"273\",\"e\":true}},\"originalWidth\":594,\"originalHeight\":594,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"35px\",\"e\":true},\"n\":{\"v\":\"35px\",\"e\":true},\"t\":{\"v\":\"125px\",\"e\":true},\"m\":{\"v\":\"124px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"speed\":1500,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-3-1-lq.png\",\"imageId\":736},\"size\":{\"width\":{\"d\":{\"v\":\"494px\",\"e\":true},\"n\":{\"v\":\"365\",\"e\":true},\"t\":{\"v\":\"258px\",\"e\":true},\"m\":{\"v\":\"200\",\"e\":true}},\"height\":{\"d\":{\"v\":\"494px\",\"e\":true},\"n\":{\"v\":\"365\",\"e\":true},\"t\":{\"v\":\"258px\",\"e\":true},\"m\":{\"v\":\"200\",\"e\":true}},\"originalWidth\":494,\"originalHeight\":494,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"86px\",\"e\":true},\"n\":{\"v\":\"86px\",\"e\":true},\"t\":{\"v\":\"176px\",\"e\":true},\"m\":{\"v\":\"176px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":810},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"speed\":1500,\"start\":810},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":810},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs2-3-3-lq.png\",\"imageId\":2285},\"size\":{\"width\":{\"d\":{\"v\":\"1140px\",\"e\":true},\"n\":{\"v\":\"794px\",\"e\":true},\"t\":{\"v\":\"542px\",\"e\":true},\"m\":{\"v\":\"309.7142857142857\",\"e\":true}},\"height\":{\"d\":{\"v\":\"353px\",\"e\":true},\"n\":{\"v\":\"246px\",\"e\":true},\"t\":{\"v\":\"168px\",\"e\":true},\"m\":{\"v\":\"96\",\"e\":true}},\"originalWidth\":1140,\"originalHeight\":353,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":3.229461756373937841857468811213038861751556396484375},\"n\":{\"v\":3.229461756373937841857468811213038861751556396484375},\"t\":{\"v\":3.229461756373937841857468811213038861751556396484375},\"m\":{\"v\":3.229461756373937841857468811213038861751556396484375}}},\"position\":{\"x\":{\"d\":{\"v\":\"29px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"158px\",\"e\":true},\"n\":{\"v\":\"158px\",\"e\":true},\"t\":{\"v\":\"248px\",\"e\":true},\"m\":{\"v\":\"248px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1840},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1220,\"start\":1840},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1220,\"start\":1840},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"27\'\' DISPLAY\",\"alias\":\"Caption text4\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"v\":\"-1px\",\"e\":true},\"t\":{\"v\":\"118px\",\"e\":true},\"m\":{\"v\":\"10px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2410},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1380,\"start\":2410},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":1380,\"start\":2410},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(222,222,222,1)\",\"e\":true},\"n\":{\"v\":\"rgba(222,222,222,1)\",\"e\":true},\"t\":{\"v\":\"rgba(222,222,222,1)\",\"e\":true},\"m\":{\"v\":\"rgba(222,222,222,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"210px\",\"e\":true},\"n\":{\"v\":\"150px\",\"e\":true},\"t\":{\"v\":\"100px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"800\",\"e\":true},\"n\":{\"v\":\"800\",\"e\":true},\"t\":{\"v\":\"800\",\"e\":true},\"m\":{\"v\":\"800\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"210px\",\"e\":true},\"n\":{\"v\":\"210px\",\"e\":true},\"t\":{\"v\":\"210px\",\"e\":true},\"m\":{\"v\":\"210px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(222,222,222,1)\",\"e\":true},\"n\":{\"v\":\"rgba(222,222,222,1)\",\"e\":true},\"t\":{\"v\":\"rgba(222,222,222,1)\",\"e\":true},\"m\":{\"v\":\"rgba(222,222,222,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"SHOP NOW\",\"alias\":\"Button\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"392px\",\"e\":true},\"n\":{\"v\":\"-105px\",\"e\":true},\"t\":{\"v\":\"-105px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"513px\",\"e\":true},\"n\":{\"v\":\"513px\",\"e\":true},\"t\":{\"v\":\"550px\",\"e\":true},\"m\":{\"v\":\"503px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3190},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3190},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3190},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"14px\",\"35px\",\"14px\",\"35px\"]},\"n\":{\"v\":[\"14px\",\"35px\",\"14px\",\"35px\"]},\"t\":{\"v\":[\"14px\",\"35px\",\"14px\",\"35px\"]},\"m\":{\"v\":[\"14px\",\"35px\",\"14px\",\"35px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"rgba(205,33,34,1)\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(205,33,34,1)\",\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#cd2122\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"SEE CATALOGUE\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"576px\",\"e\":true},\"n\":{\"v\":\"531px\",\"e\":true},\"t\":{\"v\":\"422px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"513px\",\"e\":true},\"n\":{\"v\":\"514px\",\"e\":true},\"t\":{\"v\":\"550px\",\"e\":true},\"m\":{\"v\":\"431px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3380},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"n\":{\"v\":\"rgba(58,57,57,1)\"},\"t\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"m\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(58,57,57,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"n\":{\"v\":\"rgba(58,57,57,1)\"},\"t\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"m\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(205,33,34,1)\",\"borderColor\":\"rgba(205,33,34,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#cd2122\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(15,	3,	8,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs2-4-bg.jpg\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs2-4-1-lq.png\",\"imageId\":2287},\"size\":{\"width\":{\"d\":{\"v\":\"733px\",\"e\":true},\"n\":{\"v\":\"733px\"},\"t\":{\"v\":\"536px\",\"e\":true},\"m\":{\"v\":\"536px\"}},\"height\":{\"d\":{\"v\":\"785px\",\"e\":true},\"n\":{\"v\":\"785px\"},\"t\":{\"v\":\"575px\",\"e\":true},\"m\":{\"v\":\"575px\"}},\"originalWidth\":733,\"originalHeight\":785,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.93375796178343950515454707783646881580352783203125},\"n\":{\"v\":0.93375796178343950515454707783646881580352783203125},\"t\":{\"v\":0.93375796178343950515454707783646881580352783203125},\"m\":{\"v\":0.93375796178343950515454707783646881580352783203125}}},\"position\":{\"x\":{\"d\":{\"v\":\"612px\",\"e\":true},\"n\":{\"v\":\"612px\"},\"t\":{\"v\":\"251px\",\"e\":true},\"m\":{\"v\":\"251px\"}},\"y\":{\"d\":{\"e\":true},\"t\":{\"v\":\"387px\",\"e\":true},\"m\":{\"v\":\"387px\"}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Circ.easeOut\",\"speed\":680,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Circ.easeOut\",\"speed\":680,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs2-4-3-lq.png\",\"imageId\":2288},\"size\":{\"width\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"165px\"},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"v\":\"109px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"233px\",\"e\":true},\"n\":{\"v\":\"233px\"},\"t\":{\"v\":\"155px\",\"e\":true},\"m\":{\"v\":\"155px\",\"e\":true}},\"originalWidth\":165,\"originalHeight\":233,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.70815450643776822747810228975140489637851715087890625},\"n\":{\"v\":0.70815450643776822747810228975140489637851715087890625},\"t\":{\"v\":0.70815450643776822747810228975140489637851715087890625},\"m\":{\"v\":0.70815450643776822747810228975140489637851715087890625}}},\"position\":{\"x\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"53px\",\"e\":true},\"m\":{\"v\":\"330px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"458px\",\"e\":true},\"n\":{\"v\":\"458px\"},\"t\":{\"v\":\"745px\",\"e\":true},\"m\":{\"v\":\"330px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1060},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":620,\"start\":1060},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":620,\"start\":1060},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs2-4-2-lq.png\",\"imageId\":2289},\"size\":{\"width\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"165px\"},\"t\":{\"v\":\"110px\",\"e\":true},\"m\":{\"v\":\"110px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"233px\",\"e\":true},\"n\":{\"v\":\"233px\"},\"t\":{\"v\":\"156px\",\"e\":true},\"m\":{\"v\":\"156px\",\"e\":true}},\"originalWidth\":165,\"originalHeight\":233,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.70815450643776822747810228975140489637851715087890625},\"n\":{\"v\":0.70815450643776822747810228975140489637851715087890625},\"t\":{\"v\":0.70815450643776822747810228975140489637851715087890625},\"m\":{\"v\":0.70815450643776822747810228975140489637851715087890625}}},\"position\":{\"x\":{\"d\":{\"v\":\"211px\",\"e\":true},\"n\":{\"v\":\"211px\"},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"33px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"458px\",\"e\":true},\"n\":{\"v\":\"458px\"},\"t\":{\"v\":\"363px\",\"e\":true},\"m\":{\"v\":\"330px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1180},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":640,\"start\":1180},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":640,\"start\":1180},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":4,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs2-4-4-lq.png\",\"imageId\":2290},\"size\":{\"width\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"165px\"},\"t\":{\"v\":\"110px\",\"e\":true},\"m\":{\"v\":\"110px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"233px\",\"e\":true},\"n\":{\"v\":\"233px\"},\"t\":{\"v\":\"156px\",\"e\":true},\"m\":{\"v\":\"156px\",\"e\":true}},\"originalWidth\":165,\"originalHeight\":233,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.70815450643776822747810228975140489637851715087890625},\"n\":{\"v\":0.70815450643776822747810228975140489637851715087890625},\"t\":{\"v\":0.70815450643776822747810228975140489637851715087890625},\"m\":{\"v\":0.70815450643776822747810228975140489637851715087890625}}},\"position\":{\"x\":{\"d\":{\"v\":\"406px\",\"e\":true},\"n\":{\"v\":\"406px\"},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"185px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"458px\",\"e\":true},\"n\":{\"v\":\"458px\"},\"t\":{\"v\":\"550px\",\"e\":true},\"m\":{\"v\":\"330px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1270},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":650,\"start\":1270},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":650,\"start\":1270},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"<span class=\\\"fw-bold\\\">Excellence<\\/span> in Safety \\nand Environment\",\"alias\":\"Caption text5\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"v\":\"557px\",\"e\":true},\"n\":{\"v\":\"557px\"},\"t\":{\"v\":\"557px\",\"e\":true},\"m\":{\"v\":\"430px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"55px\",\"e\":true}},\"originalWidth\":\"557px\"},\"position\":{\"x\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"184px\",\"e\":true},\"n\":{\"v\":\"184px\"},\"t\":{\"v\":\"124px\",\"e\":true},\"m\":{\"v\":\"69px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1970},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1970},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1970},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(253,75,12,1)\",\"e\":true},\"n\":{\"v\":\"rgba(253,75,12,1)\"},\"t\":{\"v\":\"rgba(253,75,12,1)\",\"e\":true},\"m\":{\"v\":\"rgba(253,75,12,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"52px\",\"e\":true},\"n\":{\"v\":\"52px\"},\"t\":{\"v\":\"52px\",\"e\":true},\"m\":{\"v\":\"24px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\"},\"t\":{\"v\":\"300\",\"e\":true},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\",\"e\":true},\"m\":{\"v\":\"54px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(253,75,12,1)\",\"e\":true},\"n\":{\"v\":\"rgba(253,75,12,1)\"},\"t\":{\"v\":\"rgba(253,75,12,1)\",\"e\":true},\"m\":{\"v\":\"rgba(253,75,12,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"EXPLORE SAFETY GEAR\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"v\":\"252px\",\"e\":true},\"n\":{\"v\":\"252px\"},\"t\":{\"v\":\"252px\",\"e\":true},\"m\":{\"v\":\"252px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"45px\"},\"t\":{\"v\":\"45px\",\"e\":true},\"m\":{\"v\":\"45px\",\"e\":true}},\"originalWidth\":\"252px\",\"originalHeight\":\"45px\"},\"position\":{\"x\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"318px\",\"e\":true},\"n\":{\"v\":\"318px\"},\"t\":{\"v\":\"268px\",\"e\":true},\"m\":{\"v\":\"145px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2180},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2180},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2180},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(65,61,61,1)\",\"e\":true},\"n\":{\"v\":\"rgba(65,61,61,1)\"},\"t\":{\"v\":\"rgba(65,61,61,1)\",\"e\":true},\"m\":{\"v\":\"rgba(65,61,61,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(65,61,61,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(65,61,61,1)\",\"e\":true},\"n\":{\"v\":\"rgba(65,61,61,1)\"},\"t\":{\"v\":\"rgba(65,61,61,1)\",\"e\":true},\"m\":{\"v\":\"rgba(65,61,61,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(253,75,12,1)\",\"borderColor\":\"rgba(253,75,12,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#fd4b0c\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(16,	3,	9,	'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-5-bg.jpg\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[\"default\"]}}',	'{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-5-1-lq.png\",\"imageId\":745},\"size\":{\"width\":{\"d\":{\"v\":\"684px\",\"e\":true},\"n\":{\"v\":\"684px\"},\"t\":{\"v\":\"684px\",\"e\":true},\"m\":{\"v\":\"684px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"785px\",\"e\":true},\"n\":{\"v\":\"785px\"},\"t\":{\"v\":\"785px\",\"e\":true},\"m\":{\"v\":\"785px\",\"e\":true}},\"originalWidth\":684,\"originalHeight\":785,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.8713375796178344234732549011823721230030059814453125},\"n\":{\"v\":0.8713375796178344234732549011823721230030059814453125},\"t\":{\"v\":0.8713375796178344234732549011823721230030059814453125},\"m\":{\"v\":0.8713375796178344234732549011823721230030059814453125}}},\"position\":{\"x\":{\"d\":{\"v\":\"605px\",\"e\":true},\"n\":{\"v\":\"605px\"},\"t\":{\"v\":\"202px\",\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-130px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":2000,\"start\":500}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"speed\":2000,\"start\":500}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/revslider\\/shs2-5-2-lq.png\",\"imageId\":2291},\"size\":{\"width\":{\"d\":{\"v\":\"599px\",\"e\":true},\"n\":{\"v\":\"415.19726027397263\",\"e\":true},\"t\":{\"v\":\"272px\",\"e\":true},\"m\":{\"v\":\"150px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"730px\",\"e\":true},\"n\":{\"v\":\"506\",\"e\":true},\"t\":{\"v\":\"332px\",\"e\":true},\"m\":{\"v\":\"184px\",\"e\":true}},\"originalWidth\":599,\"originalHeight\":730,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.82054794520547946756749979613232426345348358154296875},\"n\":{\"v\":0.82054794520547946756749979613232426345348358154296875},\"t\":{\"v\":0.82054794520547946756749979613232426345348358154296875},\"m\":{\"v\":0.82054794520547946756749979613232426345348358154296875}}},\"position\":{\"x\":{\"d\":{\"v\":\"606px\",\"e\":true},\"n\":{\"v\":\"606px\",\"e\":true},\"t\":{\"v\":\"476px\",\"e\":true},\"m\":{\"v\":\"308px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"49px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"-99px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":920},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}}},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":2000,\"start\":920}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":2000,\"start\":920}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"The all new 2015\'s\",\"alias\":\"Caption text3\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"203px\",\"e\":true},\"n\":{\"v\":\"203px\"},\"t\":{\"v\":\"203px\"},\"m\":{\"v\":\"43px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2340},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"40px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\"},\"t\":{\"v\":\"300\"},\"m\":{\"v\":\"300\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"60px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"4\":{\"text\":\"STEREO HEADPHONES\",\"alias\":\"Caption text3\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"267px\",\"e\":true},\"n\":{\"v\":\"267px\"},\"t\":{\"v\":\"267px\"},\"m\":{\"v\":\"97px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2450},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2450},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Expo.easeOut\",\"start\":2450},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-1\",\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"35px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"60px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Dual-mode Adaptive Noise Canceling\",\"alias\":\"Caption text3\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"355px\",\"e\":true},\"n\":{\"v\":\"355px\"},\"t\":{\"v\":\"355px\"},\"m\":{\"v\":\"275px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9},\"attributes\":{\"classes\":\"rev-list-dash\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2650},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2650},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2650},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-2\",\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"6\":{\"text\":\"Iconic sound\",\"alias\":\"Caption text3\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"383px\",\"e\":true},\"n\":{\"v\":\"383px\"},\"t\":{\"v\":\"383px\"},\"m\":{\"v\":\"303px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10},\"attributes\":{\"classes\":\"rev-list-dash\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2700},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-2\",\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"7\":{\"text\":\"Durable and foldable\",\"alias\":\"Caption text3\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"413px\",\"e\":true},\"n\":{\"v\":\"413px\"},\"t\":{\"v\":\"413px\"},\"m\":{\"v\":\"333px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11},\"attributes\":{\"classes\":\"rev-list-dash\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2750},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2750},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2750},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-2\",\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"8\":{\"text\":\"20 hour rechargeable battery with upper tech\",\"alias\":\"Caption text3\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"443px\",\"e\":true},\"n\":{\"v\":\"443px\"},\"t\":{\"v\":\"443px\"},\"m\":{\"v\":\"363px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":12},\"attributes\":{\"classes\":\"rev-list-dash\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2800},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-2\",\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"9\":{\"text\":\"Take calls and control music with cable\",\"alias\":\"Caption text3\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"474px\",\"e\":true},\"n\":{\"v\":\"474px\"},\"t\":{\"v\":\"474px\"},\"m\":{\"v\":\"394px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":13},\"attributes\":{\"classes\":\"rev-list-dash\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2850},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2850},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2850},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-2\",\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"10\":{\"text\":\"Also available in Wireless.\",\"alias\":\"Caption text3\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"503px\",\"e\":true},\"n\":{\"v\":\"503px\"},\"t\":{\"v\":\"503px\"},\"m\":{\"v\":\"423px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":14},\"attributes\":{\"classes\":\"rev-list-dash\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2900},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2900},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":2900},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"kl-shopslider-2\",\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true},\"n\":{\"v\":\"rgba(44,43,43,1)\"},\"t\":{\"v\":\"rgba(44,43,43,1)\"},\"m\":{\"v\":\"rgba(44,43,43,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"13\":{\"subtype\":\"roundbutton\",\"text\":\"BUY NOW\",\"alias\":\"Button\",\"uid\":13,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"557px\",\"e\":true},\"n\":{\"v\":\"557px\"},\"t\":{\"v\":\"557px\"},\"m\":{\"v\":\"487px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":15},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":10},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3150},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3150},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3150},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"14px\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"rgba(205,33,34,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(205,33,34,1)\",\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderColor\":\"rgba(205,33,34,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#cd2122\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"},\"14\":{\"subtype\":\"roundbutton\",\"text\":\"LEARN MORE\",\"alias\":\"Button\",\"uid\":14,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"166px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"178px\",\"e\":true},\"n\":{\"v\":\"178px\"},\"t\":{\"v\":\"178px\"},\"m\":{\"v\":\"199px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"557px\",\"e\":true},\"n\":{\"v\":\"557px\"},\"t\":{\"v\":\"557px\"},\"m\":{\"v\":\"487px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":16},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":11},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3240},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3240},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3240},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"n\":{\"v\":\"rgba(58,57,57,1)\"},\"t\":{\"v\":\"rgba(58,57,57,1)\"},\"m\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"n\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"t\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"m\":{\"v\":[\"12px\",\"35px\",\"12px\",\"35px\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(58,57,57,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true},\"n\":{\"v\":\"rgba(58,57,57,1)\"},\"t\":{\"v\":\"rgba(58,57,57,1)\"},\"m\":{\"v\":\"rgba(58,57,57,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(205,33,34,1)\",\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderColor\":\"rgba(205,33,34,1)\",\"borderRadius\":{\"v\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#cd2122\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\"},\"20\":{\"text\":\"Image 15\",\"alias\":\"Image 15\",\"uid\":20,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-5-8.png\",\"imageId\":752},\"size\":{\"width\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"originalWidth\":54,\"originalHeight\":54,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"355px\",\"e\":true},\"n\":{\"v\":\"355px\"},\"t\":{\"v\":\"355px\"},\"m\":{\"v\":\"355px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"653px\",\"e\":true},\"n\":{\"v\":\"653px\"},\"t\":{\"v\":\"653px\"},\"m\":{\"v\":\"583px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":17},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":12},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3390},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3390},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3390},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"19\":{\"text\":\"Image 15\",\"alias\":\"Image 15\",\"uid\":19,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-5-7.png\",\"imageId\":751},\"size\":{\"width\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"originalWidth\":54,\"originalHeight\":54,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"286px\",\"e\":true},\"n\":{\"v\":\"286px\"},\"t\":{\"v\":\"286px\"},\"m\":{\"v\":\"286px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"653px\",\"e\":true},\"n\":{\"v\":\"653px\"},\"t\":{\"v\":\"653px\"},\"m\":{\"v\":\"583px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":18},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":13},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3420},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3420},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3420},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"18\":{\"text\":\"Image 15\",\"alias\":\"Image 15\",\"uid\":18,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-5-6.png\",\"imageId\":750},\"size\":{\"width\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"originalWidth\":54,\"originalHeight\":54,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"217px\",\"e\":true},\"n\":{\"v\":\"217px\"},\"t\":{\"v\":\"217px\"},\"m\":{\"v\":\"217px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"653px\",\"e\":true},\"n\":{\"v\":\"653px\"},\"t\":{\"v\":\"653px\"},\"m\":{\"v\":\"583px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":19},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":14},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3510},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3510},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3510},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"17\":{\"text\":\"Image 15\",\"alias\":\"Image 15\",\"uid\":17,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-5-5.png\",\"imageId\":749},\"size\":{\"width\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"originalWidth\":54,\"originalHeight\":54,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"148px\",\"e\":true},\"n\":{\"v\":\"148px\"},\"t\":{\"v\":\"148px\"},\"m\":{\"v\":\"148px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"653px\",\"e\":true},\"n\":{\"v\":\"653px\"},\"t\":{\"v\":\"653px\"},\"m\":{\"v\":\"583px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":20},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":15},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3590},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3590},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3590},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"16\":{\"text\":\"Image 15\",\"alias\":\"Image 15\",\"uid\":16,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-5-4.png\",\"imageId\":748},\"size\":{\"width\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"originalWidth\":54,\"originalHeight\":54,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"79px\",\"e\":true},\"n\":{\"v\":\"79px\"},\"t\":{\"v\":\"79px\"},\"m\":{\"v\":\"79px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"651px\",\"e\":true},\"n\":{\"v\":\"651px\"},\"t\":{\"v\":\"651px\"},\"m\":{\"v\":\"581px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":21},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":16},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3690},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3690},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3690},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"15\":{\"text\":\"Image 15\",\"alias\":\"Image 15\",\"uid\":15,\"media\":{\"imageUrl\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2015\\/08\\/shs2-5-3.png\",\"imageId\":747},\"size\":{\"width\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"originalWidth\":54,\"originalHeight\":54,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"651px\",\"e\":true},\"n\":{\"v\":\"651px\"},\"t\":{\"v\":\"651px\"},\"m\":{\"v\":\"581px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":22},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":17},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3790},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3790},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":3790},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}',	'{\"0\":\"\",\"version\":\"6.0.0\"}'),
(17,	4,	1,	'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"position\":\"right center\",\"image\":\"https:\\/\\/truma.youarenearly.online\\/wp-content\\/uploads\\/2020\\/01\\/LeisureSales-scaled.jpg\",\"imageId\":2725,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]}}',	'{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}',	'{\"version\":\"6.1.5\"}');

DROP TABLE IF EXISTS `wpmq_revslider_slides_bkp`;
CREATE TABLE `wpmq_revslider_slides_bkp` (
  `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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;


DROP TABLE IF EXISTS `wpmq_revslider_static_slides`;
CREATE TABLE `wpmq_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;

INSERT INTO `wpmq_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1,	4,	'[]',	'',	'{\"temp\":true}');

DROP TABLE IF EXISTS `wpmq_revslider_static_slides_bkp`;
CREATE TABLE `wpmq_revslider_static_slides_bkp` (
  `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;


DROP TABLE IF EXISTS `wpmq_termmeta`;
CREATE TABLE `wpmq_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_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(67,	543,	'thumbnail_id',	'0'),
(66,	543,	'display_type',	'subcategories'),
(72,	545,	'display_type',	'products'),
(71,	545,	'order',	'0'),
(68,	544,	'order',	'0'),
(61,	541,	'thumbnail_id',	'0'),
(60,	541,	'display_type',	'products'),
(62,	542,	'order',	'0'),
(63,	542,	'display_type',	'products'),
(51,	538,	'display_type',	'products'),
(49,	537,	'thumbnail_id',	'0'),
(50,	538,	'order',	'0'),
(47,	537,	'order',	'0'),
(48,	537,	'display_type',	'products'),
(43,	536,	'order',	'0'),
(44,	536,	'display_type',	'products'),
(45,	536,	'thumbnail_id',	'0'),
(46,	536,	'pbtmpl_general',	'a:4:{s:18:\"subheader_location\";s:6:\"before\";s:18:\"subheader_template\";s:0:\"\";s:15:\"footer_location\";s:6:\"before\";s:15:\"footer_template\";s:0:\"\";}'),
(73,	545,	'thumbnail_id',	'0'),
(70,	544,	'thumbnail_id',	'0'),
(69,	544,	'display_type',	'products'),
(65,	543,	'order',	'0'),
(64,	542,	'thumbnail_id',	'0'),
(59,	541,	'order',	'0'),
(52,	538,	'thumbnail_id',	'0'),
(53,	539,	'order',	'0'),
(54,	539,	'display_type',	'products'),
(55,	539,	'thumbnail_id',	'0'),
(56,	540,	'order',	'0'),
(57,	540,	'display_type',	'products'),
(58,	540,	'thumbnail_id',	'0'),
(74,	546,	'order',	'0'),
(75,	546,	'display_type',	'products'),
(76,	546,	'thumbnail_id',	'0'),
(77,	547,	'order',	'0'),
(78,	547,	'display_type',	'products'),
(79,	547,	'thumbnail_id',	'0'),
(80,	548,	'order',	'0'),
(81,	548,	'display_type',	'products'),
(82,	548,	'thumbnail_id',	'0'),
(83,	549,	'order',	'0'),
(84,	549,	'display_type',	'products'),
(85,	549,	'thumbnail_id',	'0'),
(86,	548,	'product_count_product_cat',	'9'),
(87,	543,	'product_count_product_cat',	'14'),
(88,	538,	'pbtmpl_general',	'a:4:{s:18:\"subheader_location\";s:6:\"before\";s:18:\"subheader_template\";s:0:\"\";s:15:\"footer_location\";s:6:\"before\";s:15:\"footer_template\";s:0:\"\";}'),
(89,	545,	'product_count_product_cat',	'4'),
(90,	546,	'product_count_product_cat',	'9'),
(91,	547,	'product_count_product_cat',	'8'),
(92,	549,	'product_count_product_cat',	'6'),
(93,	544,	'product_count_product_cat',	'9'),
(94,	538,	'product_count_product_cat',	'6'),
(95,	540,	'product_count_product_cat',	'6'),
(96,	542,	'product_count_product_cat',	'8'),
(97,	537,	'product_count_product_cat',	'6'),
(98,	539,	'product_count_product_cat',	'6'),
(99,	541,	'product_count_product_cat',	'7'),
(100,	536,	'product_count_product_cat',	'3');

DROP TABLE IF EXISTS `wpmq_terms`;
CREATE TABLE `wpmq_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1,	'Uncategorized',	'uncategorized',	0),
(501,	'simple',	'simple',	0),
(502,	'grouped',	'grouped',	0),
(503,	'variable',	'variable',	0),
(504,	'external',	'external',	0),
(505,	'exclude-from-search',	'exclude-from-search',	0),
(506,	'exclude-from-catalog',	'exclude-from-catalog',	0),
(507,	'featured',	'featured',	0),
(508,	'outofstock',	'outofstock',	0),
(509,	'rated-1',	'rated-1',	0),
(510,	'rated-2',	'rated-2',	0),
(511,	'rated-3',	'rated-3',	0),
(512,	'rated-4',	'rated-4',	0),
(513,	'rated-5',	'rated-5',	0),
(541,	'Powrtouch Evolution Twin Axle Manual (4 Motor) Spares',	'powrtouch-evolution-twin-axle-manual-4-motor',	0),
(540,	'Powrtouch Evolution Twin Axle Auto (2 Motor) Spares',	'powrtouch-evolution-twin-axle-auto-2-motor',	0),
(539,	'Powrtouch Evolution Twin Axle Manual (2 Motor) Spares',	'powrtouch-evolution-twin-axle-manual-2-motor',	0),
(538,	'Powrtouch Evolution Single Axle Auto Spares',	'powrtouch-evolution-single-axle-auto',	0),
(536,	'Powrtouch Freedom Spares',	'powrtouch-freedom',	0),
(537,	'Powrtouch Evolution Single Axle Manual Spares',	'powrtouch-evolution-single-axle-manual',	0),
(521,	'Powrtouch Freedom Support',	'powrtouch-freedom',	0),
(520,	'News',	'news',	0),
(17,	'capital',	'capital',	0),
(13,	'convergence',	'convergence',	0),
(16,	'markets',	'markets',	0),
(12,	'strategic',	'strategic',	0),
(23,	'Miscellaneous',	'miscellaneous',	0),
(24,	'WEB',	'web',	0),
(26,	'Apps',	'apps',	0),
(25,	'eCommerce',	'ecommerce',	0),
(21,	'Branding',	'branding',	0),
(22,	'Illustration',	'illustration',	0),
(519,	'Support',	'support',	0),
(18,	'build',	'build',	0),
(19,	'experiences',	'experiences',	0),
(20,	'flexible',	'flexible',	0),
(10,	'empowerment',	'empowerment',	0),
(8,	'niches',	'niches',	0),
(11,	'global',	'global',	0),
(9,	'visionary',	'visionary',	0),
(2,	'Main menu',	'main-menu',	0),
(535,	'Footer Menu',	'footer-menu',	0),
(517,	'wc-admin-notes',	'wc-admin-notes',	0),
(518,	'wc-admin-data',	'wc-admin-data',	0),
(522,	'Powrtouch Evolution Single Axle Manual Support',	'powrtouch-evolution-single-axle-manual',	0),
(523,	'Powrtouch Evolution Single Axle Auto Support',	'powrtouch-evolution-single-axle-auto',	0),
(524,	'Powrtouch Evolution Twin Axle Manual Support (2 Motor)',	'powrtouch-evolution-twin-axle-manual-2-motor',	0),
(525,	'Powrtouch Evolution Twin Axle Auto Support (2 Motor)',	'powrtouch-evolution-twin-axle-auto-2-motor',	0),
(526,	'Powrtouch Evolution Twin Axle Manual Support (4 Motor)',	'powrtouch-evolution-twin-axle-manual-4-motor',	0),
(527,	'Powrtouch Evolution Twin Axle Auto Support (4 Motor)',	'powrtouch-evolution-twin-axle-auto-4-motor',	0),
(528,	'Previous Generation Support',	'previous-generation',	0),
(529,	'Powrtouch Classic Support',	'powrtouch-classic',	0),
(530,	'Model 1 Support',	'model-1',	0),
(531,	'Model 3 Support',	'model-3',	0),
(532,	'Model 4 Support',	'model-4',	0),
(533,	'Model 6 Support',	'model-6',	0),
(534,	'Model 7 Support',	'model-7',	0),
(542,	'Powrtouch Evolution Twin Axle Auto (4 Motor) Spares',	'powrtouch-evolution-twin-axle-auto-4-motor',	0),
(543,	'Previous Generation',	'previous-generation-spares',	0),
(544,	'Powrtouch Classic Spares',	'powrtouch-classic',	0),
(545,	'Model 1 Spares',	'model-1',	0),
(546,	'Model 3 Spares',	'model-3',	0),
(547,	'Model 4 Spares',	'model-4',	0),
(548,	'Model 6 Spares',	'model-6',	0),
(549,	'Model 7 Spares',	'model-7',	0),
(550,	'Uncategorized',	'uncategorized',	0),
(551,	'woocommerce-db-updates',	'woocommerce-db-updates',	0);

DROP TABLE IF EXISTS `wpmq_term_relationships`;
CREATE TABLE `wpmq_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_520_ci;

INSERT INTO `wpmq_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1,	1,	0),
(3227,	58,	0),
(5162,	58,	0),
(3094,	58,	0),
(3226,	58,	0),
(5161,	58,	0),
(3091,	3,	0),
(3225,	58,	0),
(5160,	58,	0),
(3091,	77,	0),
(3224,	58,	0),
(3230,	58,	0),
(3087,	3,	0),
(3223,	58,	0),
(3087,	85,	0),
(3222,	59,	0),
(3087,	89,	0),
(3221,	59,	0),
(5185,	58,	0),
(3087,	88,	0),
(3220,	58,	0),
(5183,	58,	0),
(3087,	87,	0),
(3219,	58,	0),
(5181,	58,	0),
(3085,	3,	0),
(3218,	58,	0),
(5180,	58,	0),
(3085,	85,	0),
(3216,	56,	0),
(3082,	85,	0),
(3079,	85,	0),
(3215,	58,	0),
(3082,	90,	0),
(3079,	90,	0),
(3213,	58,	0),
(3082,	89,	0),
(3079,	89,	0),
(3212,	58,	0),
(3082,	88,	0),
(3079,	88,	0),
(3211,	58,	0),
(3082,	87,	0),
(3079,	87,	0),
(3210,	58,	0),
(3079,	3,	0),
(3078,	58,	0),
(3209,	58,	0),
(2840,	92,	0),
(3208,	58,	0),
(2839,	92,	0),
(3207,	58,	0),
(2838,	92,	0),
(3206,	58,	0),
(3126,	56,	0),
(3205,	58,	0),
(3067,	3,	0),
(2735,	89,	0),
(3203,	58,	0),
(3067,	88,	0),
(2818,	58,	0),
(3202,	58,	0),
(3123,	58,	0),
(3064,	3,	0),
(3201,	58,	0),
(5176,	58,	0),
(5174,	58,	0),
(3200,	58,	0),
(5175,	58,	0),
(5173,	58,	0),
(2386,	34,	0),
(2387,	1,	0),
(2487,	1,	0),
(2386,	35,	0),
(2386,	36,	0),
(2386,	37,	0),
(2387,	34,	0),
(3143,	58,	0),
(2387,	36,	0),
(2473,	38,	0),
(2473,	39,	0),
(2474,	40,	0),
(2474,	41,	0),
(2474,	39,	0),
(2475,	42,	0),
(2475,	41,	0),
(2475,	43,	0),
(2476,	41,	0),
(2476,	43,	0),
(2477,	40,	0),
(2477,	42,	0),
(2477,	39,	0),
(2478,	40,	0),
(2478,	43,	0),
(2478,	39,	0),
(2479,	42,	0),
(2479,	41,	0),
(2479,	38,	0),
(2479,	39,	0),
(2480,	43,	0),
(2480,	38,	0),
(2481,	40,	0),
(2481,	38,	0),
(2481,	39,	0),
(2482,	42,	0),
(2482,	41,	0),
(2486,	40,	0),
(2486,	42,	0),
(2486,	41,	0),
(2486,	39,	0),
(2487,	45,	0),
(2792,	56,	0),
(2488,	1,	0),
(2487,	46,	0),
(2487,	47,	0),
(2488,	48,	0),
(2386,	1,	0),
(2489,	1,	0),
(2488,	37,	0),
(2489,	35,	0),
(2490,	1,	0),
(2489,	49,	0),
(2489,	37,	0),
(2490,	48,	0),
(2791,	56,	0),
(2490,	50,	0),
(2490,	49,	0),
(2490,	51,	0),
(2500,	43,	0),
(2500,	38,	0),
(3199,	58,	0),
(3113,	58,	0),
(3064,	85,	0),
(3198,	58,	0),
(3064,	89,	0),
(3197,	58,	0),
(3108,	58,	0),
(3064,	88,	0),
(3196,	58,	0),
(3064,	87,	0),
(3195,	58,	0),
(2971,	56,	0),
(3194,	58,	0),
(2894,	58,	0),
(3193,	58,	0),
(5179,	58,	0),
(3192,	58,	0),
(5178,	58,	0),
(3191,	58,	0),
(5177,	58,	0),
(3190,	58,	0),
(3125,	56,	0),
(3189,	58,	0),
(3124,	58,	0),
(3184,	58,	0),
(5172,	58,	0),
(3085,	90,	0),
(3183,	58,	0),
(5171,	58,	0),
(3085,	89,	0),
(3182,	58,	0),
(5170,	58,	0),
(3085,	88,	0),
(3181,	58,	0),
(5169,	58,	0),
(3085,	87,	0),
(3178,	58,	0),
(5168,	58,	0),
(3085,	86,	0),
(3177,	58,	0),
(5167,	58,	0),
(3082,	3,	0),
(3176,	58,	0),
(5166,	58,	0),
(3075,	3,	0),
(3175,	58,	0),
(5165,	58,	0),
(3075,	86,	0),
(3134,	56,	0),
(5164,	58,	0),
(3069,	3,	0),
(3128,	58,	0),
(5163,	58,	0),
(3069,	89,	0),
(2816,	76,	0),
(2817,	76,	0),
(2815,	76,	0),
(2814,	76,	0),
(2546,	56,	0),
(3061,	3,	0),
(3061,	77,	0),
(3060,	58,	0),
(3057,	3,	0),
(3057,	77,	0),
(3054,	3,	0),
(3054,	82,	0),
(3054,	80,	0),
(3054,	78,	0),
(3048,	3,	0),
(3048,	82,	0),
(3048,	80,	0),
(3048,	78,	0),
(3045,	3,	0),
(3045,	82,	0),
(3045,	80,	0),
(3045,	83,	0),
(3045,	81,	0),
(3045,	78,	0),
(3045,	79,	0),
(2567,	56,	0),
(2568,	56,	0),
(3042,	3,	0),
(3042,	82,	0),
(3042,	80,	0),
(2802,	56,	0),
(2803,	56,	0),
(2574,	56,	0),
(3042,	83,	0),
(3042,	81,	0),
(2804,	56,	0),
(2805,	56,	0),
(2790,	56,	0),
(2789,	56,	0),
(2581,	56,	0),
(3042,	78,	0),
(3042,	79,	0),
(2794,	56,	0),
(2779,	58,	0),
(2771,	58,	0),
(2770,	58,	0),
(2588,	56,	0),
(3037,	3,	0),
(3037,	83,	0),
(2769,	58,	0),
(2768,	58,	0),
(2767,	58,	0),
(2594,	56,	0),
(3037,	81,	0),
(3037,	79,	0),
(3036,	58,	0),
(3033,	3,	0),
(3033,	83,	0),
(3033,	81,	0),
(3033,	79,	0),
(3031,	3,	0),
(3136,	58,	0),
(3031,	83,	0),
(3029,	3,	0),
(3029,	85,	0),
(3029,	87,	0),
(3026,	3,	0),
(3174,	58,	0),
(3173,	58,	0),
(3026,	86,	0),
(3172,	58,	0),
(3170,	58,	0),
(3024,	3,	0),
(3024,	85,	0),
(3024,	90,	0),
(3024,	89,	0),
(3169,	58,	0),
(3024,	88,	0),
(3024,	87,	0),
(3021,	3,	0),
(3021,	85,	0),
(3168,	58,	0),
(3166,	58,	0),
(3021,	90,	0),
(3021,	87,	0),
(3020,	58,	0),
(3161,	58,	0),
(3159,	58,	0),
(3016,	3,	0),
(3016,	82,	0),
(3016,	80,	0),
(3160,	58,	0),
(3016,	83,	0),
(3016,	81,	0),
(3016,	78,	0),
(3016,	79,	0),
(3142,	56,	0),
(3014,	3,	0),
(3014,	82,	0),
(2806,	56,	0),
(2807,	56,	0),
(2798,	56,	0),
(2800,	56,	0),
(2797,	56,	0),
(2799,	56,	0),
(2795,	56,	0),
(2796,	56,	0),
(2801,	56,	0),
(3217,	58,	0),
(2651,	56,	0),
(2837,	92,	0),
(2836,	92,	0),
(2835,	92,	0),
(2833,	56,	0),
(2832,	56,	0),
(2788,	56,	0),
(2831,	56,	0),
(2830,	56,	0),
(2829,	56,	0),
(2661,	56,	0),
(2834,	56,	0),
(2824,	56,	0),
(2827,	56,	0),
(2823,	56,	0),
(2826,	56,	0),
(2821,	56,	0),
(2822,	56,	0),
(2828,	56,	0),
(2825,	58,	0),
(2671,	56,	0),
(3155,	58,	0),
(3014,	83,	0),
(3011,	3,	0),
(3011,	82,	0),
(3011,	80,	0),
(3011,	78,	0),
(3008,	3,	0),
(3008,	83,	0),
(3008,	81,	0),
(3008,	79,	0),
(3005,	85,	0),
(3154,	58,	0),
(3153,	58,	0),
(3005,	3,	0),
(3007,	58,	0),
(3005,	86,	0),
(3005,	87,	0),
(3005,	88,	0),
(3152,	58,	0),
(3005,	89,	0),
(3005,	90,	0),
(3151,	58,	0),
(2991,	58,	0),
(2990,	58,	0),
(3150,	58,	0),
(2988,	58,	0),
(2987,	58,	0),
(2986,	58,	0),
(2985,	58,	0),
(3149,	58,	0),
(3148,	58,	0),
(2984,	58,	0),
(2981,	58,	0),
(2980,	56,	0),
(2976,	56,	0),
(2979,	56,	0),
(3147,	58,	0),
(2975,	56,	0),
(3228,	58,	0),
(2973,	56,	0),
(3229,	58,	0),
(3146,	58,	0),
(3145,	58,	0),
(2974,	56,	0),
(2972,	56,	0),
(2733,	58,	0),
(2734,	58,	0),
(2735,	3,	0),
(2738,	59,	0),
(2740,	59,	0),
(2741,	58,	0),
(2757,	58,	0),
(2761,	58,	0),
(2808,	56,	0),
(2809,	58,	0),
(2813,	58,	0);

DROP TABLE IF EXISTS `wpmq_term_taxonomy`;
CREATE TABLE `wpmq_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_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1,	1,	'category',	'',	0,	0),
(3,	501,	'product_type',	'',	0,	28),
(4,	502,	'product_type',	'',	0,	0),
(5,	503,	'product_type',	'',	0,	0),
(6,	504,	'product_type',	'',	0,	0),
(7,	505,	'product_visibility',	'',	0,	0),
(8,	506,	'product_visibility',	'',	0,	0),
(9,	507,	'product_visibility',	'',	0,	0),
(10,	508,	'product_visibility',	'',	0,	0),
(11,	509,	'product_visibility',	'',	0,	0),
(12,	510,	'product_visibility',	'',	0,	0),
(13,	511,	'product_visibility',	'',	0,	0),
(14,	512,	'product_visibility',	'',	0,	0),
(15,	513,	'product_visibility',	'',	0,	0),
(90,	549,	'product_cat',	'',	543,	6),
(91,	550,	'product_cat',	'',	0,	0),
(92,	551,	'action-group',	'',	0,	6),
(89,	548,	'product_cat',	'',	543,	9),
(86,	545,	'product_cat',	'',	543,	4),
(87,	546,	'product_cat',	'',	543,	9),
(88,	547,	'product_cat',	'',	543,	8),
(82,	541,	'product_cat',	'',	0,	7),
(83,	542,	'product_cat',	'',	0,	8),
(84,	543,	'product_cat',	'',	0,	0),
(77,	536,	'product_cat',	'',	0,	3),
(78,	537,	'product_cat',	'',	0,	6),
(79,	538,	'product_cat',	'',	0,	6),
(80,	539,	'product_cat',	'',	0,	6),
(81,	540,	'product_cat',	'',	0,	6),
(62,	521,	'category',	'',	519,	0),
(61,	520,	'category',	'',	0,	0),
(34,	17,	'post_tag',	'',	0,	0),
(35,	13,	'post_tag',	'',	0,	0),
(36,	16,	'post_tag',	'',	0,	0),
(37,	12,	'post_tag',	'',	0,	0),
(64,	523,	'category',	'',	519,	0),
(38,	23,	'project_category',	'',	0,	5),
(39,	24,	'project_category',	'',	0,	7),
(40,	26,	'project_category',	'',	0,	5),
(41,	25,	'project_category',	'',	0,	6),
(42,	21,	'project_category',	'',	0,	5),
(43,	22,	'project_category',	'',	0,	5),
(60,	519,	'category',	'',	0,	0),
(45,	18,	'post_tag',	'',	0,	0),
(46,	19,	'post_tag',	'',	0,	0),
(47,	20,	'post_tag',	'',	0,	0),
(48,	10,	'post_tag',	'',	0,	0),
(49,	8,	'post_tag',	'',	0,	0),
(50,	11,	'post_tag',	'',	0,	0),
(51,	9,	'post_tag',	'',	0,	0),
(63,	522,	'category',	'',	519,	0),
(85,	544,	'product_cat',	'',	543,	9),
(56,	2,	'nav_menu',	'',	0,	56),
(76,	535,	'nav_menu',	'',	0,	4),
(58,	517,	'action-group',	'',	0,	126),
(59,	518,	'action-group',	'',	0,	4),
(65,	524,	'category',	'',	519,	0),
(66,	525,	'category',	'',	519,	0),
(67,	526,	'category',	'',	519,	0),
(68,	527,	'category',	'',	519,	0),
(69,	528,	'category',	'',	519,	0),
(70,	529,	'category',	'',	528,	0),
(71,	530,	'category',	'',	528,	0),
(72,	531,	'category',	'',	528,	0),
(73,	532,	'category',	'',	528,	0),
(74,	533,	'category',	'',	528,	0),
(75,	534,	'category',	'',	528,	0);

DROP TABLE IF EXISTS `wpmq_usermeta`;
CREATE TABLE `wpmq_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_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1,	1,	'nickname',	'alex'),
(2,	1,	'first_name',	'ALEX'),
(3,	1,	'last_name',	'THOMSON'),
(4,	1,	'description',	''),
(5,	1,	'rich_editing',	'true'),
(6,	1,	'syntax_highlighting',	'true'),
(7,	1,	'comment_shortcuts',	'false'),
(8,	1,	'admin_color',	'fresh'),
(9,	1,	'use_ssl',	'0'),
(10,	1,	'show_admin_bar_front',	'true'),
(11,	1,	'locale',	''),
(12,	1,	'wpmq_capabilities',	'a:1:{s:13:\"administrator\";b:1;}'),
(13,	1,	'wpmq_user_level',	'10'),
(14,	1,	'dismissed_wp_pointers',	'plugin_editor_notice'),
(15,	1,	'show_welcome_panel',	'0'),
(16,	1,	'session_tokens',	'a:2:{s:64:\"51ea362a39e7f08e830a2a7676a361a10abe3dc73d53a6de9bd20ec6b1ee0ed8\";a:4:{s:10:\"expiration\";i:1582975780;s:2:\"ip\";s:14:\"151.225.90.183\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36\";s:5:\"login\";i:1582802980;}s:64:\"7ace5c8e47ad615a7ab8da373098c5350ea9910708879d3d45c88548860599e8\";a:4:{s:10:\"expiration\";i:1583092329;s:2:\"ip\";s:14:\"151.225.90.183\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36\";s:5:\"login\";i:1582919529;}}'),
(17,	1,	'wpmq_dashboard_quick_press_last_post_id',	'3214'),
(18,	1,	'community-events-location',	'a:1:{s:2:\"ip\";s:12:\"151.225.90.0\";}'),
(19,	1,	'wc_last_active',	'1582848000'),
(20,	1,	'wpmq_user-settings',	'libraryContent=browse&editor=html'),
(21,	1,	'wpmq_user-settings-time',	'1581670095'),
(25,	1,	'nav_menu_recently_edited',	'2'),
(26,	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\";}'),
(27,	1,	'metaboxhidden_nav-menus',	'a:11:{i:0;s:21:\"add-post-type-product\";i:1;s:23:\"add-post-type-zn_layout\";i:2;s:23:\"add-post-type-portfolio\";i:3;s:27:\"add-post-type-documentation\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:26:\"add-documentation_category\";i:7;s:20:\"add-project_category\";i:8;s:15:\"add-product_cat\";i:9;s:15:\"add-product_tag\";i:10;s:18:\"add-portfolio_tags\";}'),
(23,	1,	'_woocommerce_tracks_anon_id',	'woo:WU6THu/8J73ATe/+in63l6nb'),
(230,	1,	'_order_count',	'1'),
(52,	1,	'edit_page_per_page',	'20'),
(31,	1,	'last_update',	'1581339571'),
(32,	1,	'billing_first_name',	'ALEX'),
(33,	1,	'billing_last_name',	'THOMSON'),
(34,	1,	'billing_address_1',	'19 Welbeck Road'),
(35,	1,	'billing_address_2',	'Bolsover'),
(36,	1,	'billing_city',	'CHESTERFIELD'),
(37,	1,	'billing_state',	'*'),
(38,	1,	'billing_postcode',	'S44 6DF'),
(39,	1,	'billing_country',	'GB'),
(40,	1,	'billing_email',	'ALEX@HELLOONLINE.CO.UK'),
(41,	1,	'billing_phone',	'07502201717'),
(42,	1,	'shipping_first_name',	'ALEX'),
(43,	1,	'shipping_last_name',	'THOMSON'),
(44,	1,	'shipping_address_1',	'19 Welbeck Road'),
(45,	1,	'shipping_address_2',	'Bolsover'),
(46,	1,	'shipping_city',	'CHESTERFIELD'),
(47,	1,	'shipping_state',	'*'),
(48,	1,	'shipping_postcode',	'S44 6DF'),
(49,	1,	'shipping_country',	'GB'),
(50,	1,	'shipping_method',	'a:1:{i:0;s:11:\"flat_rate:1\";}'),
(88,	1,	'closedpostboxes_dashboard',	'a:1:{i:0;s:24:\"wpseo-dashboard-overview\";}'),
(74,	1,	'wpmq_yoast_notifications',	'a:4:{i:0;a:2:{s:7:\"message\";s:323:\"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.<br/>We have detected that you have not finished this wizard yet, so we recommend you to <a href=\"https://truma.youarenearly.online/wp-admin/?page=wpseo_configurator\">start the configuration wizard to configure Yoast SEO</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:31:\"wpseo-dismiss-onboarding-notice\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:4:\"alex\";s:9:\"user_pass\";s:34:\"$P$BVtLbtmyb9A9X44TIySV8hpLkxW9.y0\";s:13:\"user_nicename\";s:4:\"alex\";s:10:\"user_email\";s:22:\"alex@helloonline.co.uk\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2020-01-23 12:02:57\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:4:\"alex\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"wpmq_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:124:{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:27:\"access_white_label_branding\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"wpseo_manage_options\";b:1;s:14:\"ure_edit_roles\";b:1;s:16:\"ure_create_roles\";b:1;s:16:\"ure_delete_roles\";b:1;s:23:\"ure_create_capabilities\";b:1;s:23:\"ure_delete_capabilities\";b:1;s:18:\"ure_manage_options\";b:1;s:15:\"ure_reset_roles\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:541:\"Yoast SEO and Advanced Custom Fields can work together a lot better by adding a helper plugin. Please install <a href=\"https://truma.youarenearly.online/wp-admin/update.php?action=install-plugin&amp;plugin=acf-content-analysis-for-yoast-seo&amp;_wpnonce=091c1fe160\">ACF Content Analysis for Yoast SEO</a> to make your life better. <a href=\"https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/\" aria-label=\"More information about ACF Content Analysis for Yoast SEO\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:41:\"wpseo-suggested-plugin-yoast-acf-analysis\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:4:\"alex\";s:9:\"user_pass\";s:34:\"$P$BVtLbtmyb9A9X44TIySV8hpLkxW9.y0\";s:13:\"user_nicename\";s:4:\"alex\";s:10:\"user_email\";s:22:\"alex@helloonline.co.uk\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2020-01-23 12:02:57\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:4:\"alex\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"wpmq_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:124:{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:27:\"access_white_label_branding\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"wpseo_manage_options\";b:1;s:14:\"ure_edit_roles\";b:1;s:16:\"ure_create_roles\";b:1;s:16:\"ure_delete_roles\";b:1;s:23:\"ure_create_capabilities\";b:1;s:23:\"ure_delete_capabilities\";b:1;s:18:\"ure_manage_options\";b:1;s:15:\"ure_reset_roles\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:428:\"Yoast SEO and WooCommerce can work together a lot better by adding a helper plugin. Please install Yoast WooCommerce SEO to make your life better. <a href=\"https://yoa.st/1o0?php_version=7.3&platform=wordpress&platform_version=5.3.2&software=free&software_version=13.1&days_active=6-30&user_language=en_US\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:4:\"alex\";s:9:\"user_pass\";s:34:\"$P$BVtLbtmyb9A9X44TIySV8hpLkxW9.y0\";s:13:\"user_nicename\";s:4:\"alex\";s:10:\"user_email\";s:22:\"alex@helloonline.co.uk\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2020-01-23 12:02:57\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:4:\"alex\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"wpmq_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:124:{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:27:\"access_white_label_branding\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"wpseo_manage_options\";b:1;s:14:\"ure_edit_roles\";b:1;s:16:\"ure_create_roles\";b:1;s:16:\"ure_delete_roles\";b:1;s:23:\"ure_create_capabilities\";b:1;s:23:\"ure_delete_capabilities\";b:1;s:18:\"ure_manage_options\";b:1;s:15:\"ure_reset_roles\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:3;a:2:{s:7:\"message\";s:230:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"https://truma.youarenearly.online/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:10:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:4:\"user\";r:322;s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(89,	1,	'metaboxhidden_dashboard',	'a:0:{}'),
(77,	1,	'dismissed_update_notice',	'1'),
(78,	1,	'_yoast_wpseo_profile_updated',	'1581442107'),
(90,	1,	'_woocommerce_persistent_cart_1',	'a:1:{s:4:\"cart\";a:1:{s:32:\"78bc62d08a9a0b9b0b9c0ad339ef82d3\";a:6:{s:3:\"key\";s:32:\"78bc62d08a9a0b9b0b9c0ad339ef82d3\";s:10:\"product_id\";i:3087;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),
(82,	1,	'closedpostboxes_product',	'a:1:{i:0;s:10:\"wpseo_meta\";}'),
(83,	1,	'metaboxhidden_product',	'a:2:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";}'),
(84,	1,	'closedpostboxes_page',	'a:2:{i:0;s:12:\"page_options\";i:1;s:16:\"all_page_options\";}'),
(85,	1,	'metaboxhidden_page',	'a:0:{}'),
(153,	5,	'nickname',	'pph'),
(154,	5,	'first_name',	'acs'),
(155,	5,	'last_name',	'f'),
(156,	5,	'description',	''),
(157,	5,	'rich_editing',	'true'),
(158,	5,	'syntax_highlighting',	'true'),
(159,	5,	'comment_shortcuts',	'false'),
(160,	5,	'admin_color',	'fresh'),
(161,	5,	'use_ssl',	'0'),
(162,	5,	'show_admin_bar_front',	'true'),
(163,	5,	'locale',	''),
(164,	5,	'wpmq_capabilities',	'a:1:{s:13:\"administrator\";b:1;}'),
(165,	5,	'wpmq_user_level',	'10'),
(166,	5,	'_yoast_wpseo_profile_updated',	'1582134385'),
(167,	5,	'dismissed_wp_pointers',	''),
(168,	5,	'facebook',	''),
(169,	5,	'instagram',	''),
(170,	5,	'linkedin',	''),
(171,	5,	'myspace',	''),
(172,	5,	'pinterest',	''),
(173,	5,	'soundcloud',	''),
(174,	5,	'tumblr',	''),
(175,	5,	'twitter',	''),
(176,	5,	'youtube',	''),
(177,	5,	'wikipedia',	''),
(178,	5,	'last_update',	'1582134385'),
(179,	5,	'session_tokens',	'a:5:{s:64:\"d3d7a56a3183f1066dd15f5976ce5ca2ee61f87355b7bc760a1761e957159713\";a:4:{s:10:\"expiration\";i:1583344276;s:2:\"ip\";s:13:\"78.97.115.125\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\";s:5:\"login\";i:1582134676;}s:64:\"3c09975b9976d4f63777dc19e9a7805d62ee39dac4249fb1e701152119cc2d4d\";a:4:{s:10:\"expiration\";i:1583479815;s:2:\"ip\";s:13:\"78.97.115.125\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\";s:5:\"login\";i:1582270215;}s:64:\"44e727782cf27cfb75faa3f68ed9b2a7a0c3b96bacfbe98fdfdeb20d7be77bd3\";a:4:{s:10:\"expiration\";i:1584106937;s:2:\"ip\";s:13:\"78.97.115.125\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36\";s:5:\"login\";i:1582897337;}s:64:\"e23f05712237d54b7ef64c1a8de54dec07f16a4db3519a36fad1a71d57404e16\";a:4:{s:10:\"expiration\";i:1584107129;s:2:\"ip\";s:13:\"78.97.115.125\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36\";s:5:\"login\";i:1582897529;}s:64:\"16e6aeeadd89f177f15ce02c35e582664b3d256f160dd486b00134b92dbb9edc\";a:4:{s:10:\"expiration\";i:1584191292;s:2:\"ip\";s:13:\"78.97.115.125\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36\";s:5:\"login\";i:1582981692;}}'),
(180,	5,	'wc_last_active',	'1583020800'),
(185,	5,	'community-events-location',	'a:1:{s:2:\"ip\";s:11:\"78.97.115.0\";}'),
(182,	5,	'_woocommerce_tracks_anon_id',	'woo:ivfCH2bLmW4y2dkhxeqVUI6o'),
(183,	5,	'wpmq_dashboard_quick_press_last_post_id',	'3231'),
(242,	7,	'syntax_highlighting',	'true'),
(243,	7,	'comment_shortcuts',	'false'),
(244,	7,	'admin_color',	'fresh'),
(245,	7,	'use_ssl',	'0'),
(246,	7,	'show_admin_bar_front',	'true'),
(247,	7,	'locale',	''),
(248,	7,	'wpmq_capabilities',	'a:1:{s:13:\"administrator\";b:1;}'),
(249,	7,	'wpmq_user_level',	'10'),
(250,	7,	'dismissed_wp_pointers',	''),
(251,	7,	'_yoast_wpseo_profile_updated',	'1582919865'),
(253,	7,	'session_tokens',	'a:1:{s:64:\"8c75bfa5a9e3378c3d5bbfc68f286ac8f65c087006038de5e174b750036eea7e\";a:4:{s:10:\"expiration\";i:1583301779;s:2:\"ip\";s:14:\"202.142.71.225\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36\";s:5:\"login\";i:1583128979;}}'),
(254,	7,	'wc_last_active',	'1583107200'),
(259,	7,	'community-events-location',	'a:1:{s:2:\"ip\";s:12:\"202.142.71.0\";}'),
(256,	7,	'_woocommerce_tracks_anon_id',	'woo:48J7fkIYFOLeSsWjEbHS6HIt'),
(257,	7,	'wpmq_dashboard_quick_press_last_post_id',	'5182'),
(258,	7,	'wpmq_yoast_notifications',	'a:2:{i:0;a:2:{s:7:\"message\";s:428:\"Yoast SEO and WooCommerce can work together a lot better by adding a helper plugin. Please install Yoast WooCommerce SEO to make your life better. <a href=\"https://yoa.st/1o0?php_version=7.3&platform=wordpress&platform_version=5.3.2&software=free&software_version=13.1&days_active=6-30&user_language=en_US\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"7\";s:10:\"user_login\";s:6:\"hogash\";s:9:\"user_pass\";s:34:\"$P$BV3MaHekSwFPlRb3Cq2yHCe6AFUyin1\";s:13:\"user_nicename\";s:6:\"hogash\";s:10:\"user_email\";s:26:\"support@hogash.zendesk.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2020-02-28 19:57:45\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"hogash support\";}s:2:\"ID\";i:7;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"wpmq_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:124:{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:27:\"access_white_label_branding\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"wpseo_manage_options\";b:1;s:14:\"ure_edit_roles\";b:1;s:16:\"ure_create_roles\";b:1;s:16:\"ure_delete_roles\";b:1;s:23:\"ure_create_capabilities\";b:1;s:23:\"ure_delete_capabilities\";b:1;s:18:\"ure_manage_options\";b:1;s:15:\"ure_reset_roles\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:230:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"https://truma.youarenearly.online/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:10:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:4:\"user\";r:7;s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(187,	5,	'_order_count',	'0'),
(189,	6,	'nickname',	'netfrux'),
(190,	6,	'first_name',	''),
(191,	6,	'last_name',	''),
(192,	6,	'description',	''),
(193,	6,	'rich_editing',	'true'),
(194,	6,	'syntax_highlighting',	'true'),
(195,	6,	'comment_shortcuts',	'false'),
(196,	6,	'admin_color',	'fresh'),
(197,	6,	'use_ssl',	'0'),
(198,	6,	'show_admin_bar_front',	'true'),
(199,	6,	'locale',	''),
(200,	6,	'wpmq_capabilities',	'a:1:{s:13:\"administrator\";b:1;}'),
(201,	6,	'wpmq_user_level',	'10'),
(202,	6,	'_yoast_wpseo_profile_updated',	'1582276319'),
(203,	6,	'dismissed_wp_pointers',	''),
(204,	6,	'facebook',	''),
(205,	6,	'instagram',	''),
(206,	6,	'linkedin',	''),
(207,	6,	'myspace',	''),
(208,	6,	'pinterest',	''),
(209,	6,	'soundcloud',	''),
(210,	6,	'tumblr',	''),
(211,	6,	'twitter',	''),
(212,	6,	'youtube',	''),
(213,	6,	'wikipedia',	''),
(214,	6,	'last_update',	'1582276319'),
(215,	6,	'session_tokens',	'a:1:{s:64:\"077db6129289548931da0d776b4ab5e007db4bf5ad47bdb88c491945949821a4\";a:4:{s:10:\"expiration\";i:1583307480;s:2:\"ip\";s:14:\"122.173.100.83\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36\";s:5:\"login\";i:1583134680;}}'),
(216,	6,	'wc_last_active',	'1583107200'),
(221,	6,	'community-events-location',	'a:1:{s:2:\"ip\";s:13:\"122.173.100.0\";}'),
(218,	6,	'_woocommerce_tracks_anon_id',	'woo:S6eF13/BQMdfYu1C2hiiEAF4'),
(219,	6,	'wpmq_dashboard_quick_press_last_post_id',	'5184'),
(220,	6,	'wpmq_yoast_notifications',	'a:2:{i:0;a:2:{s:7:\"message\";s:428:\"Yoast SEO and WooCommerce can work together a lot better by adding a helper plugin. Please install Yoast WooCommerce SEO to make your life better. <a href=\"https://yoa.st/1o0?php_version=7.3&platform=wordpress&platform_version=5.3.2&software=free&software_version=13.1&days_active=6-30&user_language=en_US\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"6\";s:10:\"user_login\";s:7:\"netfrux\";s:9:\"user_pass\";s:34:\"$P$BHEmCVK/Q76JoKfKnb4tz1f4p2iVm3.\";s:13:\"user_nicename\";s:7:\"netfrux\";s:10:\"user_email\";s:21:\"sudhanshu@netfrux.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2020-02-21 09:11:59\";s:19:\"user_activation_key\";s:45:\"1582276319:$P$BUvMIxHwAFp.Z/iY2hR0f/o5p6D7ZH0\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:7:\"netfrux\";}s:2:\"ID\";i:6;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"wpmq_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:124:{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:27:\"access_white_label_branding\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"wpseo_manage_options\";b:1;s:14:\"ure_edit_roles\";b:1;s:16:\"ure_create_roles\";b:1;s:16:\"ure_delete_roles\";b:1;s:23:\"ure_create_capabilities\";b:1;s:23:\"ure_delete_capabilities\";b:1;s:18:\"ure_manage_options\";b:1;s:15:\"ure_reset_roles\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:230:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"https://truma.youarenearly.online/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:10:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:4:\"user\";r:7;s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(224,	6,	'_order_count',	'0'),
(239,	7,	'last_name',	'support'),
(240,	7,	'description',	''),
(241,	7,	'rich_editing',	'true'),
(223,	6,	'_woocommerce_persistent_cart_1',	'a:1:{s:4:\"cart\";a:2:{s:32:\"d9b1655c134b831076d6c45620a78c33\";a:11:{s:3:\"key\";s:32:\"d9b1655c134b831076d6c45620a78c33\";s:10:\"product_id\";i:3054;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:64;}s:5:\"total\";a:1:{i:1;d:64;}}s:13:\"line_subtotal\";d:320;s:17:\"line_subtotal_tax\";d:64;s:10:\"line_total\";d:320;s:8:\"line_tax\";d:64;}s:32:\"05b8caaf6ba6f4bdb68675ab8b893bda\";a:6:{s:3:\"key\";s:32:\"05b8caaf6ba6f4bdb68675ab8b893bda\";s:10:\"product_id\";i:3091;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),
(237,	7,	'nickname',	'hogash'),
(238,	7,	'first_name',	'hogash'),
(233,	5,	'closedpostboxes_page',	'a:1:{i:0;s:10:\"wpseo_meta\";}'),
(235,	5,	'wpmq_yoast_notifications',	'a:2:{i:0;a:2:{s:7:\"message\";s:428:\"Yoast SEO and WooCommerce can work together a lot better by adding a helper plugin. Please install Yoast WooCommerce SEO to make your life better. <a href=\"https://yoa.st/1o0?php_version=7.3&platform=wordpress&platform_version=5.3.2&software=free&software_version=13.1&days_active=6-30&user_language=en_US\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"5\";s:10:\"user_login\";s:3:\"pph\";s:9:\"user_pass\";s:34:\"$P$BZ7lDZ7pw96EShr2c8uQFpy9SaexUU.\";s:13:\"user_nicename\";s:3:\"pph\";s:10:\"user_email\";s:19:\"a.cferenc@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2020-02-19 17:46:25\";s:19:\"user_activation_key\";s:45:\"1582134385:$P$BgOpESPo3NlAuvgQdsKsYP.AeZuHYR/\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"acs f\";}s:2:\"ID\";i:5;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"wpmq_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:124:{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:27:\"access_white_label_branding\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"wpseo_manage_options\";b:1;s:14:\"ure_edit_roles\";b:1;s:16:\"ure_create_roles\";b:1;s:16:\"ure_delete_roles\";b:1;s:23:\"ure_create_capabilities\";b:1;s:23:\"ure_delete_capabilities\";b:1;s:18:\"ure_manage_options\";b:1;s:15:\"ure_reset_roles\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:230:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"https://truma.youarenearly.online/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:10:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:4:\"user\";r:7;s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(234,	5,	'metaboxhidden_page',	'a:0:{}');

DROP TABLE IF EXISTS `wpmq_users`;
CREATE TABLE `wpmq_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1,	'alex',	'$P$BVtLbtmyb9A9X44TIySV8hpLkxW9.y0',	'alex',	'alex@helloonline.co.uk',	'',	'2020-01-23 12:02:57',	'',	0,	'alex'),
(6,	'netfrux',	'$P$BHEmCVK/Q76JoKfKnb4tz1f4p2iVm3.',	'netfrux',	'sudhanshu@netfrux.com',	'',	'2020-02-21 09:11:59',	'1582276319:$P$BUvMIxHwAFp.Z/iY2hR0f/o5p6D7ZH0',	0,	'netfrux'),
(5,	'pph',	'$P$BZ7lDZ7pw96EShr2c8uQFpy9SaexUU.',	'pph',	'a.cferenc@gmail.com',	'',	'2020-02-19 17:46:25',	'1582134385:$P$BgOpESPo3NlAuvgQdsKsYP.AeZuHYR/',	0,	'acs f'),
(7,	'hogash',	'$P$BV3MaHekSwFPlRb3Cq2yHCe6AFUyin1',	'hogash',	'support@hogash.zendesk.com',	'',	'2020-02-28 19:57:45',	'',	0,	'hogash support');

DROP TABLE IF EXISTS `wpmq_wc_admin_notes`;
CREATE TABLE `wpmq_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content_data` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`note_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `icon`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`) VALUES
(1,	'wc-admin-welcome-note',	'info',	'en_US',	'New feature(s)',	'Welcome to the new WooCommerce experience! In this new release you\'ll be able to have a glimpse of how your store is doing in the Dashboard, manage important aspects of your business (such as managing orders, stock, reviews) from anywhere in the interface, dive into your store data with a completely new Analytics section and more!',	'info',	'{}',	'unactioned',	'woocommerce-admin',	'2020-02-10 12:25:21',	NULL,	0),
(2,	'wc-admin-wc-helper-connection',	'info',	'en_US',	'Connect to WooCommerce.com',	'Connect to get important product notifications and updates.',	'info',	'{}',	'unactioned',	'woocommerce-admin',	'2020-02-10 12:25:22',	NULL,	0),
(3,	'wc-admin-orders-milestone',	'info',	'en_US',	'First order',	'Congratulations on getting your first order from a customer! Learn how to manage your orders.',	'trophy',	'{}',	'unactioned',	'woocommerce-admin',	'2020-02-10 13:44:35',	NULL,	0),
(4,	'wc-admin-store-notice-giving-feedback',	'info',	'en_US',	'Review your experience',	'If you like WooCommerce Admin please leave us a 5 star rating. A huge thanks in advance!',	'info',	'{}',	'unactioned',	'woocommerce-admin',	'2020-02-11 12:25:44',	NULL,	0),
(5,	'wc-admin-mobile-app',	'info',	'en_US',	'Install Woo mobile app',	'Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.',	'phone',	'{}',	'unactioned',	'woocommerce-admin',	'2020-02-11 12:25:44',	NULL,	0),
(6,	'wc-admin-facebook-extension',	'info',	'en_US',	'Market on Facebook',	'Grow your business by targeting the right people and driving sales with Facebook. You can install this free extension now.',	'thumbs-up',	'{}',	'unactioned',	'woocommerce-admin',	'2020-02-11 12:25:44',	NULL,	0),
(7,	'wc-admin-usage-tracking-opt-in',	'info',	'en_US',	'Help WooCommerce improve with usage tracking',	'Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the <a href=\"https://truma.youarenearly.online/wp-admin/admin.php?page=wc-settings&#038;tab=advanced&#038;section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking\" target=\"_blank\">Read more</a> about what data we collect.',	'info',	'{}',	'unactioned',	'woocommerce-admin',	'2020-02-11 12:25:44',	NULL,	0),
(8,	'wc-admin-store-notice-setting-moved',	'info',	'en_US',	'Looking for the Store Notice setting?',	'It can now be found in the Customizer.',	'info',	'{}',	'unactioned',	'woocommerce-admin',	'2020-02-11 15:22:04',	NULL,	0),
(9,	'wc-admin-onboarding-email-marketing',	'info',	'en_US',	'Tips, product updates, and inspiration',	'We\'re here for you — get tips, product updates, and inspiration straight to your mailbox.',	'mail',	'{}',	'unactioned',	'woocommerce-admin',	'2020-02-12 17:08:31',	NULL,	0);

DROP TABLE IF EXISTS `wpmq_wc_admin_note_actions`;
CREATE TABLE `wpmq_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_primary` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `is_primary`) VALUES
(1,	1,	'learn-more',	'Learn more',	'https://woocommerce.wordpress.com/',	'actioned',	0),
(2,	2,	'connect',	'Connect',	'?page=wc-addons&section=helper',	'actioned',	0),
(3,	3,	'learn-more',	'Learn more',	'https://docs.woocommerce.com/document/managing-orders/',	'actioned',	0),
(4,	4,	'share-feedback',	'Review',	'https://wordpress.org/support/plugin/woocommerce-admin/reviews/?rate=5#new-post',	'actioned',	0),
(5,	5,	'learn-more',	'Learn more',	'https://woocommerce.com/mobile/',	'actioned',	0),
(6,	6,	'learn-more',	'Learn more',	'https://woocommerce.com/products/facebook/',	'unactioned',	0),
(7,	6,	'install-now',	'Install now',	'',	'unactioned',	1),
(8,	7,	'tracking-dismiss',	'Dismiss',	'',	'actioned',	0),
(9,	7,	'tracking-opt-in',	'Activate usage tracking',	'',	'actioned',	1),
(10,	8,	'open-customizer',	'Open Customizer',	'customize.php',	'actioned',	0),
(11,	9,	'yes-please',	'Yes please!',	'https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&amp;id=13860df971&amp;SIGNUPPAGE=plugin',	'actioned',	0);

DROP TABLE IF EXISTS `wpmq_wc_category_lookup`;
CREATE TABLE `wpmq_wc_category_lookup` (
  `category_tree_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES
(30,	30),
(31,	31),
(32,	32),
(33,	33),
(34,	34),
(35,	35),
(36,	36),
(37,	37),
(38,	38),
(39,	39),
(40,	40),
(41,	41),
(42,	42),
(43,	43),
(44,	44),
(46,	46),
(47,	47),
(48,	48),
(49,	49),
(514,	514);

DROP TABLE IF EXISTS `wpmq_wc_customer_lookup`;
CREATE TABLE `wpmq_wc_customer_lookup` (
  `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `username` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `postcode` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `state` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`customer_id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `email` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_wc_customer_lookup` (`customer_id`, `user_id`, `username`, `first_name`, `last_name`, `email`, `date_last_active`, `date_registered`, `country`, `postcode`, `city`, `state`) VALUES
(1,	1,	'alex',	'ALEX',	'THOMSON',	'alex@helloonline.co.uk',	'2020-02-28 00:00:00',	'2020-01-23 12:02:57',	'GB',	'S44 6DF',	'CHESTERFIELD',	'*');

DROP TABLE IF EXISTS `wpmq_wc_download_log`;
CREATE TABLE `wpmq_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_wc_order_coupon_lookup`;
CREATE TABLE `wpmq_wc_order_coupon_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `coupon_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT '0',
  PRIMARY KEY (`order_id`,`coupon_id`),
  KEY `coupon_id` (`coupon_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_wc_order_product_lookup`;
CREATE TABLE `wpmq_wc_order_product_lookup` (
  `order_item_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT '0',
  `product_gross_revenue` double NOT NULL DEFAULT '0',
  `coupon_amount` double NOT NULL DEFAULT '0',
  `tax_amount` double NOT NULL DEFAULT '0',
  `shipping_amount` double NOT NULL DEFAULT '0',
  `shipping_tax_amount` double NOT NULL DEFAULT '0',
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`),
  KEY `product_id` (`product_id`),
  KEY `customer_id` (`customer_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_wc_order_product_lookup` (`order_item_id`, `order_id`, `product_id`, `variation_id`, `customer_id`, `date_created`, `product_qty`, `product_net_revenue`, `product_gross_revenue`, `coupon_amount`, `tax_amount`, `shipping_amount`, `shipping_tax_amount`) VALUES
(1,	2739,	2735,	0,	1,	'2020-02-10 12:59:31',	3,	345,	345.576923,	0,	0,	0.576923,	0),
(3,	2739,	3037,	0,	1,	'2020-02-10 12:59:31',	10,	3850,	3851.923077,	0,	0,	1.923077,	0);

DROP TABLE IF EXISTS `wpmq_wc_order_stats`;
CREATE TABLE `wpmq_wc_order_stats` (
  `order_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT '0',
  `total_sales` double NOT NULL DEFAULT '0',
  `tax_total` double NOT NULL DEFAULT '0',
  `shipping_total` double NOT NULL DEFAULT '0',
  `net_total` double NOT NULL DEFAULT '0',
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `customer_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_id` (`customer_id`),
  KEY `status` (`status`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_wc_order_stats` (`order_id`, `parent_id`, `date_created`, `date_created_gmt`, `num_items_sold`, `total_sales`, `tax_total`, `shipping_total`, `net_total`, `returning_customer`, `status`, `customer_id`) VALUES
(2739,	0,	'2020-02-10 12:59:31',	'2020-02-10 12:59:31',	13,	4197.5,	0,	2.5,	4195,	0,	'wc-processing',	1);

DROP TABLE IF EXISTS `wpmq_wc_order_tax_lookup`;
CREATE TABLE `wpmq_wc_order_tax_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT '0',
  `order_tax` double NOT NULL DEFAULT '0',
  `total_tax` double NOT NULL DEFAULT '0',
  PRIMARY KEY (`order_id`,`tax_rate_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_wc_product_meta_lookup`;
CREATE TABLE `wpmq_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT '0',
  `downloadable` tinyint(1) DEFAULT '0',
  `min_price` decimal(10,2) DEFAULT NULL,
  `max_price` decimal(10,2) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT '0',
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT '0',
  `average_rating` decimal(3,2) DEFAULT '0.00',
  `total_sales` bigint(20) DEFAULT '0',
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_wc_product_meta_lookup` (`product_id`, `sku`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`) VALUES
(2735,	'P0062235100',	0,	0,	115.00,	115.00,	0,	NULL,	'instock',	0,	0.00,	1),
(3005,	'P1377901000',	0,	0,	7.50,	7.50,	0,	NULL,	'instock',	0,	0.00,	0),
(3008,	'PEA06151045',	0,	0,	40.00,	40.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3011,	'PE0M6251045',	0,	0,	40.00,	40.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3014,	'PEAM3360018',	0,	0,	10.00,	10.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3016,	'PEAM5030000',	0,	0,	35.00,	35.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3021,	'P0305030021',	0,	0,	60.00,	60.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3024,	'P1377780000',	0,	0,	2.50,	2.50,	0,	NULL,	'instock',	0,	0.00,	0),
(3026,	'P1377770000',	0,	0,	2.50,	2.50,	0,	NULL,	'instock',	0,	0.00,	0),
(3029,	'P1371218020',	0,	0,	275.00,	275.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3031,	'PEA01238020',	0,	0,	420.00,	420.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3033,	'PEA06130000',	0,	0,	125.00,	125.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3037,	'PEA07240022',	0,	0,	385.00,	385.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3042,	'PEAM7160000',	0,	0,	15.00,	15.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3045,	'PEAM7260000',	0,	0,	15.00,	15.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3048,	'PE0M7140022',	0,	0,	320.00,	320.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3054,	'PE0M7240022',	0,	0,	320.00,	320.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3057,	'PFRM6251045',	0,	0,	40.00,	40.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3061,	'PFR05930345',	0,	0,	15.00,	15.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3064,	'P0305601000',	0,	0,	22.50,	22.50,	0,	NULL,	'instock',	0,	0.00,	0),
(3067,	'P0401228020',	0,	0,	325.00,	325.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3069,	'P0601228020',	0,	0,	325.00,	325.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3075,	'P1005800000',	0,	0,	2.50,	2.50,	0,	NULL,	'instock',	0,	0.00,	0),
(3079,	'P0355110000',	0,	0,	150.00,	150.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3082,	'P0355210000',	0,	0,	150.00,	150.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3085,	'P1375311000',	0,	0,	10.00,	10.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3087,	'P346625100',	0,	0,	35.00,	35.00,	0,	NULL,	'instock',	0,	0.00,	0),
(3091,	'PFR05930445',	0,	0,	15.00,	15.00,	0,	NULL,	'instock',	0,	0.00,	0);

DROP TABLE IF EXISTS `wpmq_wc_tax_rate_classes`;
CREATE TABLE `wpmq_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES
(1,	'Reduced rate',	'reduced-rate'),
(2,	'Zero rate',	'zero-rate');

DROP TABLE IF EXISTS `wpmq_wc_webhooks`;
CREATE TABLE `wpmq_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT '0',
  `pending_delivery` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_woocommerce_api_keys`;
CREATE TABLE `wpmq_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_520_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_woocommerce_attribute_taxonomies`;
CREATE TABLE `wpmq_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_woocommerce_downloadable_product_permissions`;
CREATE TABLE `wpmq_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_woocommerce_log`;
CREATE TABLE `wpmq_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_woocommerce_order_itemmeta`;
CREATE TABLE `wpmq_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES
(1,	1,	'_product_id',	'2735'),
(2,	1,	'_variation_id',	'0'),
(3,	1,	'_qty',	'3'),
(4,	1,	'_tax_class',	''),
(5,	1,	'_line_subtotal',	'345'),
(6,	1,	'_line_subtotal_tax',	'0'),
(7,	1,	'_line_total',	'345'),
(8,	1,	'_line_tax',	'0'),
(9,	1,	'_line_tax_data',	'a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),
(10,	2,	'method_id',	'flat_rate'),
(11,	2,	'instance_id',	'1'),
(12,	2,	'cost',	'2.50'),
(13,	2,	'total_tax',	'0'),
(14,	2,	'taxes',	'a:1:{s:5:\"total\";a:0:{}}'),
(15,	2,	'Items',	'AWD CDFMC Handset (Model 6) &times; 1'),
(16,	3,	'_product_id',	'3037'),
(17,	3,	'_variation_id',	'0'),
(18,	3,	'_qty',	'10'),
(19,	3,	'_tax_class',	''),
(20,	3,	'_line_subtotal',	'3850'),
(21,	3,	'_line_subtotal_tax',	'0'),
(22,	3,	'_line_total',	'3850'),
(23,	3,	'_line_tax',	'0'),
(24,	3,	'_line_tax_data',	'a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}');

DROP TABLE IF EXISTS `wpmq_woocommerce_order_items`;
CREATE TABLE `wpmq_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_woocommerce_order_items` (`order_item_id`, `order_item_name`, `order_item_type`, `order_id`) VALUES
(1,	'AWD CDFMC Handset (Model 6)',	'line_item',	2739),
(2,	'Flat rate',	'shipping',	2739),
(3,	'Evolution AUTO Top Half Complete RH',	'line_item',	2739);

DROP TABLE IF EXISTS `wpmq_woocommerce_payment_tokenmeta`;
CREATE TABLE `wpmq_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_woocommerce_payment_tokens`;
CREATE TABLE `wpmq_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_woocommerce_sessions`;
CREATE TABLE `wpmq_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(29,	'5',	'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:733:\"a:26:{s:2:\"id\";s:1:\"5\";s:13:\"date_modified\";s:25:\"2020-02-19T17:46:25+00:00\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:19:\"a.cferenc@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',	1583261071),
(30,	'7',	'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:714:\"a:26:{s:2:\"id\";s:1:\"7\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:26:\"support@hogash.zendesk.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',	1583301794),
(31,	'6',	'a:11:{s:4:\"cart\";s:856:\"a:2:{s:32:\"d9b1655c134b831076d6c45620a78c33\";a:11:{s:3:\"key\";s:32:\"d9b1655c134b831076d6c45620a78c33\";s:10:\"product_id\";i:3054;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:64;}s:5:\"total\";a:1:{i:1;d:64;}}s:13:\"line_subtotal\";d:320;s:17:\"line_subtotal_tax\";d:64;s:10:\"line_total\";d:320;s:8:\"line_tax\";d:64;}s:32:\"05b8caaf6ba6f4bdb68675ab8b893bda\";a:11:{s:3:\"key\";s:32:\"05b8caaf6ba6f4bdb68675ab8b893bda\";s:10:\"product_id\";i:3091;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:3;}s:5:\"total\";a:1:{i:1;d:3;}}s:13:\"line_subtotal\";d:15;s:17:\"line_subtotal_tax\";d:3;s:10:\"line_total\";d:15;s:8:\"line_tax\";d:3;}}\";s:11:\"cart_totals\";s:434:\"a:15:{s:8:\"subtotal\";s:6:\"335.00\";s:12:\"subtotal_tax\";d:67;s:14:\"shipping_total\";s:4:\"2.50\";s:12:\"shipping_tax\";d:0.5;s:14:\"shipping_taxes\";a:1:{i:1;d:0.5;}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"335.00\";s:17:\"cart_contents_tax\";d:67;s:19:\"cart_contents_taxes\";a:1:{i:1;d:67;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"405.00\";s:9:\"total_tax\";d:67.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:448:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5fcff6f99ac78294459b2dfd330f2a20\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:4:\"2.50\";s:5:\"taxes\";a:1:{i:1;d:0.5;}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:82:\"Evolution MANUAL Top Half Complete RH &times; 1, Freedom Roller Guard RH &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:8:\"customer\";s:735:\"a:26:{s:2:\"id\";s:1:\"6\";s:13:\"date_modified\";s:25:\"2020-02-21T09:11:59+00:00\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:21:\"sudhanshu@netfrux.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',	1583307486);

DROP TABLE IF EXISTS `wpmq_woocommerce_shipping_zones`;
CREATE TABLE `wpmq_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_woocommerce_shipping_zones` (`zone_id`, `zone_name`, `zone_order`) VALUES
(1,	'United Kingdom (UK)',	0);

DROP TABLE IF EXISTS `wpmq_woocommerce_shipping_zone_locations`;
CREATE TABLE `wpmq_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_woocommerce_shipping_zone_locations` (`location_id`, `zone_id`, `location_code`, `location_type`) VALUES
(1,	1,	'GB',	'country');

DROP TABLE IF EXISTS `wpmq_woocommerce_shipping_zone_methods`;
CREATE TABLE `wpmq_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`instance_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_woocommerce_shipping_zone_methods` (`zone_id`, `instance_id`, `method_id`, `method_order`, `is_enabled`) VALUES
(1,	1,	'flat_rate',	1,	1);

DROP TABLE IF EXISTS `wpmq_woocommerce_tax_rates`;
CREATE TABLE `wpmq_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT '0',
  `tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_woocommerce_tax_rates` (`tax_rate_id`, `tax_rate_country`, `tax_rate_state`, `tax_rate`, `tax_rate_name`, `tax_rate_priority`, `tax_rate_compound`, `tax_rate_shipping`, `tax_rate_order`, `tax_rate_class`) VALUES
(1,	'',	'',	'20.0000',	'VAT',	1,	0,	1,	0,	'');

DROP TABLE IF EXISTS `wpmq_woocommerce_tax_rate_locations`;
CREATE TABLE `wpmq_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_wpfm_backup`;
CREATE TABLE `wpmq_wpfm_backup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `backup_name` text COLLATE utf8mb4_unicode_520_ci,
  `backup_date` text COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wpmq_yoast_seo_links`;
CREATE TABLE `wpmq_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`) VALUES
(1,	'https://truma.youarenearly.online/shop/',	2512,	0,	'internal'),
(2,	'#',	2509,	0,	'internal'),
(3,	'https://truma.youarenearly.online/?page_id=3',	2509,	3,	'internal');

DROP TABLE IF EXISTS `wpmq_yoast_seo_meta`;
CREATE TABLE `wpmq_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wpmq_yoast_seo_meta` (`object_id`, `internal_link_count`, `incoming_link_count`) VALUES
(2383,	0,	0),
(2774,	0,	0),
(2775,	0,	0),
(2537,	0,	0),
(2538,	0,	0),
(2539,	0,	0),
(2540,	0,	0),
(2541,	0,	0),
(2542,	0,	0),
(2543,	0,	0),
(2544,	0,	0),
(2545,	0,	0),
(2735,	0,	0),
(2652,	0,	0),
(2653,	0,	0),
(2654,	0,	0),
(2655,	0,	0),
(2656,	0,	0),
(2658,	0,	0),
(2659,	0,	0),
(2660,	0,	0),
(2662,	0,	0),
(2663,	0,	0),
(2664,	0,	0),
(2665,	0,	0),
(2666,	0,	0),
(2667,	0,	0),
(2668,	0,	0),
(2669,	0,	0),
(2670,	0,	0),
(2547,	0,	0),
(2548,	0,	0),
(2549,	0,	0),
(2550,	0,	0),
(2551,	0,	0),
(2552,	0,	0),
(2553,	0,	0),
(2554,	0,	0),
(2555,	0,	0),
(2556,	0,	0),
(2557,	0,	0),
(2558,	0,	0),
(2559,	0,	0),
(2560,	0,	0),
(2561,	0,	0),
(2562,	0,	0),
(2563,	0,	0),
(2564,	0,	0),
(2565,	0,	0),
(2566,	0,	0),
(2569,	0,	0),
(2570,	0,	0),
(2571,	0,	0),
(2575,	0,	0),
(2576,	0,	0),
(2582,	0,	0),
(2583,	0,	0),
(2589,	0,	0),
(2590,	0,	0),
(2595,	0,	0),
(2596,	0,	0),
(2597,	0,	0),
(2598,	0,	0),
(2599,	0,	0),
(2600,	0,	0),
(2601,	0,	0),
(2602,	0,	0),
(2604,	0,	0),
(2605,	0,	0),
(2606,	0,	0),
(2607,	0,	0),
(2608,	0,	0),
(2611,	0,	0),
(2614,	0,	0),
(2615,	0,	0),
(2616,	0,	0),
(2617,	0,	0),
(2619,	0,	0),
(2620,	0,	0),
(2621,	0,	0),
(2622,	0,	0),
(2625,	0,	0),
(2626,	0,	0),
(2627,	0,	0),
(2630,	0,	0),
(2631,	0,	0),
(2632,	0,	0),
(2634,	0,	0),
(2635,	0,	0),
(2636,	0,	0),
(2637,	0,	0),
(2639,	0,	0),
(2640,	0,	0),
(2673,	0,	0),
(2674,	0,	0),
(2675,	0,	0),
(2676,	0,	0),
(2677,	0,	0),
(2678,	0,	0),
(2679,	0,	0),
(2680,	0,	0),
(2681,	0,	0),
(2682,	0,	0),
(2685,	0,	0),
(2686,	0,	0),
(2687,	0,	0),
(2688,	0,	0),
(2689,	0,	0),
(2691,	0,	0),
(2692,	0,	0),
(2694,	0,	0),
(2695,	0,	0),
(2697,	0,	0),
(2698,	0,	0),
(2699,	0,	0),
(2700,	0,	0),
(2703,	0,	0),
(2704,	0,	0),
(2705,	0,	0),
(2706,	0,	0),
(2707,	0,	0),
(2709,	0,	0),
(2710,	0,	0),
(2711,	0,	0),
(2712,	0,	0),
(2715,	0,	0),
(2716,	0,	0),
(2776,	0,	0),
(2777,	0,	0),
(2778,	0,	0),
(2403,	0,	0),
(2810,	0,	0),
(2992,	0,	0),
(2993,	0,	0),
(2994,	0,	0),
(2995,	0,	0),
(2996,	0,	0),
(2811,	0,	0),
(2889,	0,	0),
(2737,	0,	0),
(3005,	0,	0),
(3008,	0,	0),
(3011,	0,	0),
(3014,	0,	0),
(3016,	0,	0),
(3021,	0,	0),
(3024,	0,	0),
(3026,	0,	0),
(3029,	0,	0),
(3031,	0,	0),
(3033,	0,	0),
(3037,	0,	0),
(3042,	0,	0),
(3045,	0,	0),
(3048,	0,	0),
(3054,	0,	0),
(3057,	0,	0),
(3061,	0,	0),
(3064,	0,	0),
(3067,	0,	0),
(3069,	0,	0),
(2512,	1,	0),
(3075,	0,	0),
(3079,	0,	0),
(3082,	0,	0),
(3085,	0,	0),
(3087,	0,	0),
(3090,	0,	0),
(3091,	0,	0),
(2982,	0,	0),
(2983,	0,	0),
(2997,	0,	0),
(3002,	0,	0),
(2413,	0,	0),
(3101,	0,	0),
(3003,	0,	0),
(3095,	0,	0),
(3096,	0,	0),
(2420,	0,	0),
(3109,	0,	0),
(3110,	0,	0),
(3097,	0,	0),
(3098,	0,	0),
(3103,	0,	0),
(2977,	0,	0),
(2978,	0,	0),
(2342,	0,	0),
(2343,	0,	0),
(2344,	0,	0),
(2345,	0,	0),
(2346,	0,	0),
(2347,	0,	0),
(2348,	0,	0),
(2349,	0,	0),
(2350,	0,	0),
(2351,	0,	0),
(2352,	0,	0),
(2353,	0,	0),
(2354,	0,	0),
(2355,	0,	0),
(2356,	0,	0),
(2357,	0,	0),
(2358,	0,	0),
(2359,	0,	0),
(2360,	0,	0),
(2361,	0,	0),
(2362,	0,	0),
(2363,	0,	0),
(2364,	0,	0),
(2365,	0,	0),
(2366,	0,	0),
(2516,	0,	0),
(2517,	0,	0),
(2518,	0,	0),
(2519,	0,	0),
(2520,	0,	0),
(2521,	0,	0),
(2522,	0,	0),
(2523,	0,	0),
(2524,	0,	0),
(2525,	0,	0),
(2526,	0,	0),
(2527,	0,	0),
(2528,	0,	0),
(2529,	0,	0),
(2530,	0,	0),
(2531,	0,	0),
(2532,	0,	0),
(2533,	0,	0),
(2534,	0,	0),
(2535,	0,	0),
(2536,	0,	0),
(3111,	0,	0),
(3112,	0,	0),
(2395,	0,	0),
(2609,	0,	0),
(2610,	0,	0),
(2612,	0,	0),
(2613,	0,	0),
(2618,	0,	0),
(2623,	0,	0),
(2624,	0,	0),
(2628,	0,	0),
(2629,	0,	0),
(2633,	0,	0),
(2638,	0,	0),
(3129,	0,	0),
(2603,	0,	0),
(2394,	0,	0),
(2793,	0,	0),
(2672,	0,	0),
(2683,	0,	0),
(2684,	0,	0),
(2690,	0,	0),
(2693,	0,	0),
(2696,	0,	0),
(2701,	0,	0),
(2702,	0,	0),
(2708,	0,	0),
(2713,	0,	0),
(2714,	0,	0),
(3104,	0,	0),
(3158,	0,	0),
(3157,	0,	0),
(2731,	0,	0),
(3107,	0,	0),
(3120,	0,	0),
(3121,	0,	0),
(3122,	0,	0),
(2787,	0,	0),
(3115,	0,	0),
(3116,	0,	0),
(3185,	0,	0),
(2509,	2,	0),
(3,	NULL,	1),
(3066,	0,	0),
(3156,	0,	0),
(3167,	0,	0),
(3171,	0,	0),
(2650,	0,	0),
(3188,	0,	0),
(3204,	0,	0),
(3232,	0,	0),
(4941,	0,	0),
(4942,	0,	0),
(4943,	0,	0),
(4944,	0,	0),
(4945,	0,	0),
(4946,	0,	0),
(4947,	0,	0),
(4948,	0,	0),
(4949,	0,	0),
(4950,	0,	0),
(4951,	0,	0),
(4952,	0,	0),
(4953,	0,	0),
(4954,	0,	0),
(4955,	0,	0),
(4956,	0,	0),
(4957,	0,	0),
(4958,	0,	0),
(4959,	0,	0),
(4961,	0,	0),
(4962,	0,	0),
(4963,	0,	0),
(4964,	0,	0),
(4965,	0,	0),
(4966,	0,	0),
(4967,	0,	0),
(4968,	0,	0),
(4969,	0,	0),
(4970,	0,	0),
(4971,	0,	0),
(4972,	0,	0),
(4973,	0,	0),
(4975,	0,	0),
(4976,	0,	0),
(4977,	0,	0),
(4978,	0,	0),
(4979,	0,	0),
(4980,	0,	0),
(4981,	0,	0),
(4982,	0,	0),
(4983,	0,	0),
(4984,	0,	0),
(4985,	0,	0),
(4986,	0,	0),
(4987,	0,	0),
(4988,	0,	0),
(4989,	0,	0),
(4990,	0,	0),
(4991,	0,	0),
(4992,	0,	0),
(4993,	0,	0),
(4994,	0,	0),
(4995,	0,	0),
(4996,	0,	0),
(4997,	0,	0),
(4998,	0,	0),
(5000,	0,	0),
(5001,	0,	0),
(5002,	0,	0),
(5003,	0,	0),
(5004,	0,	0),
(5005,	0,	0),
(5006,	0,	0),
(5008,	0,	0),
(5009,	0,	0),
(5010,	0,	0),
(5012,	0,	0),
(5013,	0,	0),
(5014,	0,	0),
(5015,	0,	0),
(5016,	0,	0),
(5017,	0,	0),
(5018,	0,	0),
(5019,	0,	0),
(5020,	0,	0),
(5021,	0,	0),
(5022,	0,	0),
(5023,	0,	0),
(5024,	0,	0),
(5025,	0,	0),
(5026,	0,	0),
(5027,	0,	0),
(5028,	0,	0),
(5029,	0,	0),
(5030,	0,	0),
(5031,	0,	0),
(5032,	0,	0),
(5033,	0,	0),
(5034,	0,	0),
(5035,	0,	0),
(5036,	0,	0),
(5037,	0,	0),
(5038,	0,	0),
(5039,	0,	0),
(5040,	0,	0),
(5041,	0,	0),
(5042,	0,	0),
(5043,	0,	0),
(5044,	0,	0),
(5045,	0,	0),
(5046,	0,	0),
(5047,	0,	0),
(5048,	0,	0),
(5049,	0,	0),
(5050,	0,	0),
(5051,	0,	0),
(5052,	0,	0),
(5053,	0,	0),
(5054,	0,	0),
(5055,	0,	0),
(5056,	0,	0),
(5057,	0,	0),
(5058,	0,	0),
(5059,	0,	0),
(5060,	0,	0),
(5061,	0,	0),
(5062,	0,	0),
(5063,	0,	0),
(5064,	0,	0),
(5065,	0,	0),
(5066,	0,	0),
(5067,	0,	0),
(5068,	0,	0),
(5069,	0,	0),
(5070,	0,	0),
(5071,	0,	0),
(5072,	0,	0),
(5073,	0,	0),
(5074,	0,	0),
(5075,	0,	0),
(5076,	0,	0),
(5077,	0,	0),
(5078,	0,	0),
(5079,	0,	0),
(5080,	0,	0),
(5081,	0,	0),
(5082,	0,	0),
(5083,	0,	0),
(5084,	0,	0),
(5085,	0,	0),
(5086,	0,	0),
(5087,	0,	0),
(5088,	0,	0),
(5089,	0,	0),
(5090,	0,	0),
(5091,	0,	0),
(5092,	0,	0),
(5093,	0,	0),
(5094,	0,	0),
(5095,	0,	0),
(5096,	0,	0),
(5097,	0,	0),
(5098,	0,	0),
(5099,	0,	0),
(5100,	0,	0),
(5101,	0,	0),
(5102,	0,	0),
(5103,	0,	0),
(5104,	0,	0),
(5105,	0,	0),
(5106,	0,	0),
(5107,	0,	0),
(5108,	0,	0),
(5109,	0,	0),
(5110,	0,	0),
(5111,	0,	0),
(5112,	0,	0),
(5113,	0,	0),
(5114,	0,	0),
(5115,	0,	0),
(5116,	0,	0),
(5117,	0,	0),
(5118,	0,	0),
(5119,	0,	0),
(5120,	0,	0),
(5121,	0,	0),
(5122,	0,	0),
(5123,	0,	0),
(5124,	0,	0),
(5125,	0,	0),
(5126,	0,	0),
(5127,	0,	0),
(5128,	0,	0),
(5129,	0,	0),
(5130,	0,	0),
(5131,	0,	0),
(5132,	0,	0),
(5133,	0,	0),
(5134,	0,	0),
(5135,	0,	0),
(5136,	0,	0),
(5137,	0,	0),
(5138,	0,	0),
(5139,	0,	0),
(5140,	0,	0),
(5141,	0,	0),
(5142,	0,	0),
(5143,	0,	0),
(5144,	0,	0),
(5145,	0,	0),
(5146,	0,	0),
(5147,	0,	0),
(5148,	0,	0),
(5149,	0,	0),
(5150,	0,	0),
(5151,	0,	0),
(5152,	0,	0),
(5153,	0,	0),
(5154,	0,	0),
(5155,	0,	0),
(5156,	0,	0),
(3233,	0,	0),
(5157,	0,	0),
(5159,	0,	0);

-- 2020-03-02 07:47:22
